|
@ -296,6 +296,7 @@ export default{ |
|
|
body:{ |
|
|
body:{ |
|
|
...this.formData, |
|
|
...this.formData, |
|
|
...this.detail, |
|
|
...this.detail, |
|
|
|
|
|
equivalentAmount: this.detail.equivalentInventory, |
|
|
supplier: this.detail.supplierName, |
|
|
supplier: this.detail.supplierName, |
|
|
inOutVoucher:this.fields.inOutVoucher.value, |
|
|
inOutVoucher:this.fields.inOutVoucher.value, |
|
|
type: ({in:2, out:1})[this.mode], |
|
|
type: ({in:2, out:1})[this.mode], |
|
|