| | |
| | | "renderkid": "^2.0.4" |
| | | } |
| | | }, |
| | | "print-js": { |
| | | "version": "1.6.0", |
| | | "resolved": "https://registry.npmmirror.com/print-js/-/print-js-1.6.0.tgz", |
| | | "integrity": "sha512-BfnOIzSKbqGRtO4o0rnj/K3681BSd2QUrsIZy/+WdCIugjIswjmx3lDEZpXB2ruGf9d4b3YNINri81+J0FsBWg==" |
| | | }, |
| | | "printj": { |
| | | "version": "1.1.2", |
| | | "resolved": "https://registry.npmjs.org/printj/-/printj-1.1.2.tgz", |
| | |
| | | this.componentData1.entity = {...this.componentData1.entity,...entity} |
| | | this.$refs['ValueTable1'].selectList() |
| | | } |
| | | this.collectWorkingHours() |
| | | }, |
| | | refresh(){ |
| | | this.entity = {} |
| | |
| | | return String(d) |
| | | }, |
| | | collectWorkingHours(){ |
| | | this.$axios.post(this.$api.auxiliaryOutputWorkingHours.collectWorkingHours).then(res => { |
| | | this.totalInfo = res.data |
| | | }) |
| | | this.$axios.post(this.$api.auxiliaryOutputWorkingHours.collectWorkingHours,{ |
| | | entity:this.componentData.entity |
| | | }, { |
| | | headers: { |
| | | 'Content-Type': 'application/json' |
| | | } |
| | | }).then(res => { |
| | | this.totalInfo = res.data |
| | | }) |
| | | }, |
| | | selectshiftByUser(){ |
| | | this.$axios.post(this.$api.auxiliaryWorkingHoursDay.selectshiftByUser).then(res => { |