Browse Source

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

master_hella_20240701
wangyufei 5 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: '生产线', label: '生产线',
field: 'productionLine', field: 'productionLine',
@ -308,15 +300,15 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
isForm: false, isForm: false,
}, },
{ // {
label: '备注', // label: '备注',
field: 'remark', // field: 'remark',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
isTable: false, // isTable: false,
}, // },
{ {
label: '是否可用', label: '是否可用',
field: 'available', field: 'available',

Loading…
Cancel
Save