From 0097333b38d096b28b7acd35bf9ec8e332f8483a Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Thu, 25 Apr 2024 18:46:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E4=BB=B6=E6=94=B6=E8=B4=A7=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sparereceiptRequestMain.data.ts | 44 ++++++++++--------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptRequestMain/sparereceiptRequestMain.data.ts b/src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptRequestMain/sparereceiptRequestMain.data.ts index aaa3173f5..73e0c4892 100644 --- a/src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptRequestMain/sparereceiptRequestMain.data.ts +++ b/src/views/wms/purchasereceiptManage/sparereceipt/sparereceiptRequestMain/sparereceiptRequestMain.data.ts @@ -47,9 +47,9 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( width: 180, fixed: 'left' }, + sortSearchDefault:1, isForm: false, isSearch: true, - sortSearchDefault:1 }, { label: '采购订单号', @@ -96,26 +96,26 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( table: { width: 180 }, - isForm: true, - sortTableDefault:2, + isSearch:true, sortSearchDefault:3, - isSearch: true, - + isForm: true, + sortTableDefault:2 }, { label: '供应商代码', field: 'supplierCode', sort: 'custom', + sortTableDefault:1, table: { width: 150 }, - sortSearchDefault:2, - sortTableDefault:1, isSearch: true, + sortSearchDefault:2, form: { // labelMessage: '信息提示说明!!!', componentProps: { - isSearchList: true, // 开启查询弹窗 + disabled: true, + isSearchList: false, // 开启查询弹窗 searchListPlaceholder: '请选择供应商代码', // 输入框占位文本 searchField: 'code', // 查询弹窗赋值字段 searchTitle: '供应商信息', // 查询弹窗标题 @@ -177,6 +177,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( table: { width: 150 }, + isSearch: false, }, { label: '车牌号', @@ -195,7 +196,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( // width: 150 // }, // form: { - // value: 'spare_PartsReceipt', + // value: 'ASN_ExternalReceipt', // componentProps: { // disabled: true // } @@ -206,21 +207,21 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( label: '从仓库代码', field: 'fromWarehouseCode', sort: 'custom', + isTable:false, table: { width: 150 }, isForm: false, - isTable:false }, { label: '到仓库代码', field: 'toWarehouseCode', sort: 'custom', + isTable:false, table: { width: 150 }, isForm: false, - isTable:false }, { label: '从库区类型范围', @@ -250,37 +251,37 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( label: '从库区代码范围', field: 'fromAreaCodes', sort: 'custom', + isTable: false, table: { width: 150 }, isForm: false, - isTable:false }, { label: '到库区代码范围', field: 'toAreaCodes', sort: 'custom', + isTable: false, table: { width: 150 }, isForm: false, - isTable:false }, { label: '到月台代码', field: 'toDockCode', sort: 'custom', + isTable: false, table: { width: 150 }, isForm: false, - isTable:false }, { label: '业务类型', field: 'businessType', sort: 'custom', - isTable:false, + isTable: false, table: { width: 150 }, @@ -321,8 +322,8 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( valueFormat: 'x', } }, - isTable:false, isForm: false, + isTable: false, }, { label: '创建者', @@ -331,8 +332,8 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( table: { width: 150 }, - isTable:false, isForm: false, + isTable: false, }, { label: '申请时间', @@ -354,8 +355,8 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( valueFormat: 'x', } }, - isTable:false, isForm: false, + isTable: false, }, // { // label: '截止时间', @@ -406,6 +407,7 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( field: 'status', dictType: DICT_TYPE.REQUEST_STATUS, dictClass: 'string', + isSearch: false, isTable: true, sortTableDefault:3, isForm:false, @@ -426,8 +428,8 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', isTable: false, - sort: 'custom', isForm:false, + sort: 'custom', table: { width: 150 }, @@ -507,15 +509,15 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive( { label: '标签状态', field: 'labelStatus', + sort: 'custom', dictType: DICT_TYPE.LABEL_STATUS, dictClass: 'string', - sort: 'custom', table: { width: 150 }, isForm: false, + isTable: false, isSearch: false, - isTable:false, }, { label: '操作',