| | |
| | | linterid: 0, |
| | | HSouceBillType: '', |
| | | |
| | | baseURL: process.env.VUE_APP_BASE_URL || 'http://47.96.97.237/API/' |
| | | baseURL: process.env.VUE_APP_BASE_API || 'http://47.96.97.237/API/' |
| | | } |
| | | }, |
| | | |
| | |
| | | }, |
| | | methods: { |
| | | async initData() { |
| | | |
| | | |
| | | const params = this.$route ? this.$route.query : {} |
| | | if (this.propOperationType !== null && this.propOperationType !== undefined) { |
| | | this.OperationType = this.propOperationType |
| | |
| | | this.$set(this.form, 'HGroupName', sessionStorage.HGroup || '') |
| | | this.$set(this.form, 'HEmpID', sessionStorage.HEmpID || 0) |
| | | this.$set(this.form, 'HEmpName', sessionStorage.HEmpName || '') |
| | | } |
| | | } |
| | | |
| | | } catch (error) { |
| | | |
| | |
| | | return true |
| | | }, |
| | | |
| | | |
| | | |
| | | handleRemove(file, fileList) { |
| | | console.log(file, fileList) |
| | | }, |
| | |
| | | .el-table { |
| | | margin-top: 10px; |
| | | } |
| | | </style> |
| | | </style> |