Browse Source

去掉筛选中的背番

intex_online20241228
张立 1 month ago
parent
commit
f425b5c7f8
  1. 6
      src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/deliverPlanMain.data.ts
  2. 6
      src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts

6
src/views/wms/deliversettlementManage/deliverplan/deliverPlanMain/deliverPlanMain.data.ts

@ -655,7 +655,8 @@ export const DeliverPlanDetail = useCrudSchemas(reactive<CrudSchema[]>([
minWidth: 150 minWidth: 150
}, },
isTableForm: false, isTableForm: false,
isForm: false isForm: false,
hiddenSearchHigh: true
}, },
{ {
label: '计划数量', label: '计划数量',
@ -975,7 +976,8 @@ export const DeliverPlanDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
isTableForm: false, isTableForm: false,
isForm: false isForm: false,
hiddenSearchHigh:true
}, },
{ {
label: '计划数量', label: '计划数量',

6
src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts

@ -708,11 +708,11 @@ export const StockupDetailRequest = useCrudSchemas(reactive<CrudSchema[]>([
label: '背番', label: '背番',
field: 'itemDesc1', field: 'itemDesc1',
sort: 'custom', sort: 'custom',
isTableForm: false,
table: { table: {
width: 120 width: 150
}, },
hiddenInMain: true isTableForm: false,
isForm: false
}, },
{ {
label: '描述', label: '描述',

Loading…
Cancel
Save