From 7427e2d913bf594d5e6a554fb88f2ce7dca2650f Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Sat, 3 Aug 2024 18:11:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=97=E6=9D=90=E7=9B=98=E7=82=B9=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E6=9B=B4=E6=96=B0=EF=BC=8C=E6=96=B0=E5=A2=9EstockNumb?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invoicing/components/addConsTakin.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/invoicing/components/addConsTakin.vue b/src/views/invoicing/components/addConsTakin.vue index a82672e..8313679 100644 --- a/src/views/invoicing/components/addConsTakin.vue +++ b/src/views/invoicing/components/addConsTakin.vue @@ -123,7 +123,8 @@ export default { let res = await tbConCheck({ conInfoId: this.form.conInfoId, lpNum: this.profitNumber, - remark: this.form.remark + remark: this.form.remark, + stockNumber: this.form.lpNum }); this.detail.num = this.form.lpNum; this.form.lpNum = 0;