Browse Source

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

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

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

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

Loading…
Cancel
Save