From 6cece8a57a99f7a7a52b80d79a12ee3c5922f0cf Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Mon, 25 Nov 2024 15:26:29 +0800 Subject: [PATCH] =?UTF-8?q?YT-1232=E5=8F=B7=E5=8F=A3=E5=93=81=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=EF=BC=8C=E7=82=B9=E5=87=BB=E6=96=B0=E5=A2=9E=EF=BC=8C?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2=E8=BD=A6=E9=97=B4=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E9=BB=98=E8=AE=A4=E6=98=AFPRA=EF=BC=8C=E5=AE=9E?= =?UTF-8?q?=E9=99=85=E6=B2=A1=E6=9C=89=E8=BF=99=E4=B8=AA=E8=BD=A6=E9=97=B4?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= 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 13611cbf5..1b21396ac 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'] } }) }