From 6fe77a66f9961e8ecdc898995856c59c05cdb283 Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Mon, 1 Apr 2024 09:56:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=87=BA=E5=BA=93=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue index 5580f582..709ae3cb 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveOut.vue @@ -513,9 +513,10 @@ ); }, saveNumOut(){ - let param = this.outNumList[0] + + this.outNumList[0].carCode = this.numOutForm.carCode + let param = this.outNumList console.log(param) - param.carCode = this.numOutForm.carCode submitNumOut(param).then(response => { this.$modal.msgSuccess("出库成功"); this.openNum = false;