From 5a593c5296ea5406c8a932b8d450a1f5ac02a997 Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Tue, 23 Apr 2024 16:00:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=81=E8=B4=A7=E8=AE=A1=E5=88=92=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasePlanMain/purchasePlanMain.data.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts index 36fedbf1e..33daa34c1 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts @@ -212,7 +212,7 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ dictClass: 'string', isTable: true, isForm:false, - isSearch: true, + isSearch: false, table: { width: 150 }, @@ -417,6 +417,14 @@ export const PurchasePlanDetail = useCrudSchemas(reactive([ } } }, + { + label: '采购订单号', + field: 'poNumber', + isSearch:true, + isTable:false, + isForm:false, + isTableForm:false + }, { label: '订单号', field: 'poNumber', @@ -530,6 +538,7 @@ export const PurchasePlanDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isSearch:true, form: { componentProps: { disabled: true @@ -539,7 +548,6 @@ export const PurchasePlanDetail = useCrudSchemas(reactive([ disabled: true } }, - { label: '订单数量', field: 'orderQty',