From 40b6a5f344b5527713b45db35db944c8c876ea4b Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Fri, 25 Oct 2024 10:42:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=97=E5=85=A5=E5=9C=B0?= =?UTF-8?q?=E5=8F=97=E5=85=A5=E5=8F=B7=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasePlanMain/purchasePlanMain.data.ts | 27 ++++++++++++++++--- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts index 50eb1ceec..7318f1f73 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts @@ -821,10 +821,20 @@ export const PurchasePlanDetail = useCrudSchemas(reactive([ table: { width: 150 }, - isTableForm: false, - isForm: false, + isTableForm: true, + isForm: true, + form: { + componentProps: { + disabled: true + } + }, + tableForm: { + type: 'Select', + disabled:true, + }, sortTableDefault:13, }, + { label: '受入地', field: 'receivedLocation', @@ -832,8 +842,17 @@ export const PurchasePlanDetail = useCrudSchemas(reactive([ table: { width: 150 }, - isTableForm: false, - isForm: false, + isTableForm: true, + isForm: true, + form: { + componentProps: { + disabled: true + } + }, + tableForm: { + type: 'Select', + disabled:true, + }, sortTableDefault:14, }, {