Browse Source

YT-1719

intex_online20241216
zhaoyiran 2 months ago
parent
commit
ea139a1b5c
  1. 12
      src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts

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

@ -462,6 +462,8 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
isTable: false, isTable: false,
isForm: false, isForm: false,
}, },
@ -475,16 +477,6 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([
isTable: false, isTable: false,
isForm: false, isForm: false,
}, },
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 350
},
isTable: false,
isForm: false,
},
// { // {
// label: '开始时间', // label: '开始时间',
// field: 'beginTime', // field: 'beginTime',

Loading…
Cancel
Save