Browse Source

YT-1941:号口品生产计划 补给品生成计划添加车型查询

intex_online20250220
songguoqiang 4 months ago
parent
commit
b17f5b75d9
  1. 3
      src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts
  2. 3
      src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts

3
src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts

@ -790,6 +790,7 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
{ {
label: '背番', label: '背番',
field: 'itemDesc1', field: 'itemDesc1',
hiddenSearchHigh:true,
sort: 'custom', sort: 'custom',
isSearch:true, isSearch:true,
table: { table: {
@ -808,6 +809,8 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '车型', label: '车型',
field: 'vehicleType', field: 'vehicleType',
sort: 'custom', sort: 'custom',
isSearch:true,
hiddenSearchHigh:true,
table: { table: {
width: 150 width: 150
}, },

3
src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts

@ -779,6 +779,7 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
field: 'itemDesc1', field: 'itemDesc1',
sort: 'custom', sort: 'custom',
isSearch:true, isSearch:true,
hiddenSearchHigh:true,
table: { table: {
width: 150 width: 150
}, },
@ -795,6 +796,8 @@ export const ProductionDetail = useCrudSchemas(reactive<CrudSchema[]>([
label: '车型', label: '车型',
field: 'vehicleType', field: 'vehicleType',
sort: 'custom', sort: 'custom',
isSearch:true,
hiddenSearchHigh:true,
table: { table: {
width: 150 width: 150
}, },

Loading…
Cancel
Save