Browse Source

Merge branch 'intex' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into intex

intex_online20241224
宋国强 2 months ago
parent
commit
edf95bd805
  1. 10
      src/views/wms/productionManage/productionplan/productionMain/productionMain.data.ts

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

@ -475,6 +475,16 @@ 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