| | |
| | | handleUpdate() { |
| | | this.reset() |
| | | let rowHmainid = this.linterid |
| | | console.log("rowHmainid", rowHmainid) |
| | | axios.get(this.baseURL + "Kf_ICStockBackBill/getEditInitData", { |
| | | params: { 'HInterID': rowHmainid } |
| | | }).then(response => { |
| | |
| | | |
| | | if (!this.OperationType && !this.copyType) { |
| | | // this.$router.back() |
| | | window.close() |
| | | this.formShow = false |
| | | this.$emit('editCloseGy', false) |
| | | //window.close() |
| | | } else { |
| | | this.formShow = false |
| | | this.$emit('editClose', false) |
| | | |
| | | this.$emit('editCloseGy', false) |
| | | //this.$emit('editClose', false) |
| | | } |
| | | }, |
| | | //#endregion |