From 4f5b815ace07de2df26bd381771c06a3aa955e7c Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Tue, 26 Nov 2024 08:51:58 +0800 Subject: [PATCH] =?UTF-8?q?YT-1232=E8=BD=A6=E9=97=B4=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E9=BB=98=E8=AE=A4=E8=B5=8B=E5=80=BC=E4=B8=BA?= =?UTF-8?q?DEPT=EF=BC=8C=E4=B8=8E=E8=A1=A5=E7=BB=99=E5=93=81=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptAssembleRequestMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue index 1b21396ac..13611cbf5 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue @@ -841,7 +841,7 @@ const getDefaultWorkshopCode = async () => { if(data&&data.list&&data.list.length>0){ ProductreceiptRequestMain.allSchemas.formSchema.map((itemColumns) => { if (itemColumns.field == 'workshopCode') { - // itemColumns.value = data.list[0]['value'] + itemColumns.value = data.list[0]['value'] } }) }