| | |
| | | }); |
| | | }, |
| | | getdata() { |
| | | console.log(this.copyType, this.OperationType) |
| | | this.formShow = false |
| | | this.formLoading = true |
| | | |
| | | if (this.OperationType == 4) { |
| | | this.zzSelDis = true |
| | | this.handleAdd() |
| | |
| | | //部门弹窗赋值 |
| | | dbEmitData(deptRow, num) { |
| | | // num=1部门 num=2出库仓库 |
| | | console.log(deptRow) |
| | | if (deptRow.HItemID) { |
| | | if (num == 1) { |
| | | this.form.HDeptName = deptRow.部门名称 |
| | |
| | | //退出 |
| | | close() { |
| | | this.reset() |
| | | console.log(1111) |
| | | console.log(this.$route.path) |
| | | if (!this.OperationType && !this.copyType) { |
| | | console.log(this.$route.path) |
| | | const obj = { fullPath: this.$route.path, path: this.$route.path, name: this.$route.name, }; |
| | | this.$tab.closePage(obj).then(res => { |
| | | const latestView = res.visitedViews.slice(-1)[0] |
| | |
| | | handleUpdate() { |
| | | this.reset() |
| | | let rowHmainid = this.linterid |
| | | console.log(this.linterid) |
| | | axios.get(this.baseURL + "/Kf_SellOutBill/cx", { |
| | | params: { 'HInterID': rowHmainid } |
| | | }).then(response => { |