From d66864d09c3453123e2168eb999d8fb703fcd108 Mon Sep 17 00:00:00 2001 From: Vayne Date: Wed, 12 Apr 2023 23:34:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SC-web/src/views/scm/basicInformation/tradeupload/Form.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/SC-web/src/views/scm/basicInformation/tradeupload/Form.vue b/SC-web/src/views/scm/basicInformation/tradeupload/Form.vue index 48a1121c..4ef5f49c 100644 --- a/SC-web/src/views/scm/basicInformation/tradeupload/Form.vue +++ b/SC-web/src/views/scm/basicInformation/tradeupload/Form.vue @@ -526,6 +526,7 @@ this.dataForm.salesId = res.data.salesId; this.dataForm.salesName = res.data.salesName; } + this.dataForm.vehicleName = res.data.vehicleName; this.dataForm.vehicleId = res.data.vehicleId; this.dataForm.poundDate = res.data.poundDate; this.dataForm.poundlistNo = res.data.poundlistNo;