Browse Source

YT-1599生产计划,应增加客户订单号字段

intex_20241211
zhaoyiran 3 months ago
parent
commit
4a1e0835e0
  1. 9
      src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts
  2. 9
      src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts
  3. 9
      src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts

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

@ -44,6 +44,15 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false,
isSearch: true,
},
{
label: '客户订单号',
field: 'customerOrderNumber',
sort: 'custom',
isSearch: true,
table: {
width: 150,
}
},
{
label: '计划类型',
field: 'planType',

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

@ -44,6 +44,15 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false,
isSearch: true,
},
{
label: '客户订单号',
field: 'customerOrderNumber',
sort: 'custom',
isSearch: true,
table: {
width: 150,
}
},
{
label: '计划类型',
field: 'planType',

9
src/views/wms/productionManage/productionplan/qadproductionplan/qadProductionPlanMain.data.ts

@ -18,6 +18,15 @@ export const QadProductionPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
width: 350,
}
},
{
label: '客户订单号',
field: 'customerOrderNumber',
sort: 'custom',
isSearch: true,
table: {
width: 150,
}
},
{
label: '物料代码',
field: 'itemCode',

Loading…
Cancel
Save