From f7eae42c2b99394a00a4b51a37e01d5267f254cb Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Tue, 23 Apr 2024 17:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E6=94=B6=E8=B4=A7=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6+=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceiptRequestMain.data.ts | 67 ++++++++++++++++--- 1 file changed, 59 insertions(+), 8 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts index 816f46cf4..d2131a944 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/purchasereceiptRequestMain.data.ts @@ -46,16 +46,19 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( width: 180, fixed: 'left' }, + sortSearchDefault:1, isForm: false, isSearch: true, }, { - label: '采购订单', + label: '采购订单号', field: 'ppNumber', sort: 'custom', table: { width: 180 }, + isSearch:true, + sortTableDefault:4, form: { // labelMessage: '信息提示说明!!!', componentProps: { @@ -83,16 +86,21 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( table: { width: 180 }, + isSearch:true, + sortSearchDefault:3, isForm: true, + sortTableDefault:2 }, { label: '供应商代码', field: 'supplierCode', sort: 'custom', + sortTableDefault:1, table: { width: 150 }, isSearch: true, + sortSearchDefault:2, form: { // labelMessage: '信息提示说明!!!', componentProps: { @@ -159,7 +167,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( table: { width: 150 }, - isSearch: true, + isSearch: false, }, { label: '车牌号', @@ -189,6 +197,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( label: '从仓库代码', field: 'fromWarehouseCode', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -198,6 +207,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( label: '到仓库代码', field: 'toWarehouseCode', sort: 'custom', + isTable:false, table: { width: 150 }, @@ -208,7 +218,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( field: 'fromAreaTypes', dictType: DICT_TYPE.AREA_TYPE, dictClass: 'string', - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -220,7 +230,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( field: 'toAreaTypes', dictType: DICT_TYPE.AREA_TYPE, dictClass: 'string', - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -231,6 +241,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( label: '从库区代码范围', field: 'fromAreaCodes', sort: 'custom', + isTable: false, table: { width: 150 }, @@ -240,6 +251,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( label: '到库区代码范围', field: 'toAreaCodes', sort: 'custom', + isTable: false, table: { width: 150 }, @@ -249,6 +261,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( label: '到月台代码', field: 'toDockCode', sort: 'custom', + isTable: false, table: { width: 150 }, @@ -258,6 +271,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( label: '业务类型', field: 'businessType', sort: 'custom', + isTable: false, table: { width: 150 }, @@ -299,6 +313,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( } }, isForm: false, + isTable: false, }, { label: '创建者', @@ -308,6 +323,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( width: 150 }, isForm: false, + isTable: false, }, { label: '申请时间', @@ -330,6 +346,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( } }, isForm: false, + isTable: false, }, // { // label: '截止时间', @@ -380,8 +397,9 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( field: 'status', dictType: DICT_TYPE.REQUEST_STATUS, dictClass: 'string', - isSearch: true, + isSearch: false, isTable: true, + sortTableDefault:3, isForm:false, sort: 'custom', table: { @@ -399,7 +417,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( field: 'autoCommit', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, isForm:false, sort: 'custom', table: { @@ -420,7 +438,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( field: 'autoAgree', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, isForm:false, sort: 'custom', table: { @@ -441,7 +459,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( field: 'autoExecute', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, isForm:false, sort: 'custom', table: { @@ -488,6 +506,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( width: 150 }, isForm: false, + isTable: false, isSearch: false, }, { @@ -548,11 +567,13 @@ export const PurchasereceiptRequestDetail = useCrudSchemas(reactive