diff --git a/pages/stock/list.vue b/pages/stock/list.vue index ded161c..fb33d24 100644 --- a/pages/stock/list.vue +++ b/pages/stock/list.vue @@ -296,6 +296,7 @@ export default{ body:{ ...this.formData, ...this.detail, + equivalentAmount: this.detail.equivalentInventory, supplier: this.detail.supplierName, inOutVoucher:this.fields.inOutVoucher.value, type: ({in:2, out:1})[this.mode],