| | |
| | | > |
| | | <edit |
| | | :OperationType="OperationType" |
| | | :linterid="this.rowForm.HItemID" |
| | | :linterid="this.rowForm.HItemID || this.rowForm.HInterID || this.rowForm.hmainid" |
| | | :HSouceBillType="this.rowForm.HSourceBillType" |
| | | :HOrgID="this.queryParams.HOrgID" |
| | | :copyType="copyType" |
| | |
| | | handleUpdate() { |
| | | this.reset() |
| | | let rowHmainid = this.linterid |
| | | console.log("rowHmainid", rowHmainid) |
| | | axios.get(this.baseURL + "Kf_ICStockBackBill/getEditInitData", { |
| | | params: { 'HInterID': rowHmainid } |
| | | }).then(response => { |
| | |
| | | // this.$router.back() |
| | | window.close() |
| | | } else { |
| | | this.formShow = false |
| | | window.close() |
| | | //this.formShow = false |
| | | this.$emit('editClose', false) |
| | | } |
| | | }, |