diff --git a/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts index 57fd77107..94195e82a 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts @@ -573,6 +573,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive([ label: '背番', field: 'itemDesc1', sort: 'custom', + isSearch:true, table: { width: 150 }, diff --git a/src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts index 27cc85ad1..64e19d895 100644 --- a/src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliverPdaRecordMain/deliverRecordMain/deliverRecordMain.data.ts @@ -272,6 +272,7 @@ export const DeliverRecordDetail = useCrudSchemas(reactive([ label: '背番', field: 'itemDesc1', sort: 'custom', + isSearch:true, table: { width: 150 }, diff --git a/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts index 2342adb94..a3ed44cd5 100644 --- a/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/directSupplyPinRecordMain/deliverRecordMain/deliverRecordMain.data.ts @@ -330,7 +330,8 @@ export const DeliverRecordDetail = useCrudSchemas(reactive([ width: 150 }, isTableForm: false, - isForm: false + isForm: false, + isSearch:true }, { label: '描述', diff --git a/src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts index 030f30866..f61b9fa0f 100644 --- a/src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/ftSuppliesRecordMain/deliverRecordMain/deliverRecordMain.data.ts @@ -268,8 +268,9 @@ export const DeliverRecordDetail = useCrudSchemas(reactive([ }, { label: '背番', - field: 'backNumber', + field: 'itemDesc1', sort: 'custom', + isSearch:true, table: { width: 150 }, diff --git a/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts b/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts index 8aedf149c..876cbe2cd 100644 --- a/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts +++ b/src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts @@ -177,6 +177,7 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive([ { label: '背番', field: 'itemDesc1', + hiddenSearchHigh:true, sort: 'custom', isSearch:true, table: { diff --git a/src/views/wms/inventoryManage/balance/balance.data.ts b/src/views/wms/inventoryManage/balance/balance.data.ts index 034eb0916..543dce26c 100644 --- a/src/views/wms/inventoryManage/balance/balance.data.ts +++ b/src/views/wms/inventoryManage/balance/balance.data.ts @@ -43,16 +43,16 @@ export const Balance = useCrudSchemas( hiddenSearchHigh: true,// 高级筛选中隐藏 isSearch: true }, - { - label: '背番', - field: 'itemDesc1', - sort: 'custom', - table: { - width: 150 - }, - hiddenSearchHigh: true,// 高级筛选中隐藏 - isSearch: true - }, + // { + // label: '背番', + // field: 'itemDesc1', + // sort: 'custom', + // table: { + // width: 150 + // }, + // hiddenSearchHigh: true,// 高级筛选中隐藏 + // isSearch: true + // }, { label: '描述', field: 'itemDesc2', diff --git a/src/views/wms/inventoryManage/package/package.data.ts b/src/views/wms/inventoryManage/package/package.data.ts index 3a9ab3a08..6e0e2cfd0 100644 --- a/src/views/wms/inventoryManage/package/package.data.ts +++ b/src/views/wms/inventoryManage/package/package.data.ts @@ -101,6 +101,7 @@ export const Package = useCrudSchemas(reactive([ label: '背番', field: 'itemDesc1', sort: 'custom', + isSearch:true, table: { width: 150, },