From 4f3d02f5d9bff5bd324a9b09f5831a50fe92a29d Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Fri, 10 Feb 2023 15:47:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/stock/list.vue | 1 + 1 file changed, 1 insertion(+) 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],