From 499b5b682e6712fdb855a1d5fc66863fb4b5b8fa Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 21 Nov 2024 16:42:05 +0800 Subject: [PATCH] =?UTF-8?q?YT-1178=E9=A1=BA=E5=BC=95=E5=93=81=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA=E3=80=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6=E4=B8=8E=E5=8E=9F=E5=9E=8B=E4=B8=8D?= =?UTF-8?q?=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deliverRecordMain.data.ts | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts index d0ea63443..d2db92e5c 100644 --- a/src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/inducedProduct/deliverRecordMain/deliverRecordMain.data.ts @@ -25,7 +25,7 @@ export const DeliverRecordMain = useCrudSchemas( table: { width: 180 }, - isSearch: true + isSearch: false }, { label: '任务单号', @@ -74,7 +74,7 @@ export const DeliverRecordMain = useCrudSchemas( }, isTable: true, isForm: true, - isSearch: true, + isSearch: false, search: { component: 'Input', componentProps: { @@ -88,20 +88,20 @@ export const DeliverRecordMain = useCrudSchemas( } } }, - { - label: '状态', - field: 'status', - dictType: DICT_TYPE.REQUEST_STATUS, - dictClass: 'string', - isSearch: false, - isTable: false, - isForm: false, - isDetail: false, - sort: 'custom', - table: { - width: 150 - } - }, + // { + // label: '状态', + // field: 'status', + // dictType: DICT_TYPE.REQUEST_STATUS, + // dictClass: 'string', + // isSearch: false, + // isTable: false, + // isForm: false, + // isDetail: false, + // sort: 'custom', + // table: { + // width: 150 + // } + // }, { label: '客户代码', field: 'customerCode', @@ -130,7 +130,8 @@ export const DeliverRecordMain = useCrudSchemas( table: { width: 150 }, - isTable: false + isTable: true, + isSearch:true, }, { label: '承运商',