Browse Source

生产计划-去掉机台和备注

master_hella_20240701
wangyufei 4 months ago
parent
commit
d14af95077
  1. 28
      src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts

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

@ -118,15 +118,7 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
}
}
},
{
label: '机台',
field: 'abc',
sort: 'custom',
table: {
width: 150
},
isForm: true
},
{
label: '生产线',
field: 'productionLine',
@ -308,15 +300,15 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false,
},
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
isTable: false,
},
// {
// label: '备注',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: false,
// },
{
label: '是否可用',
field: 'available',

Loading…
Cancel
Save