Browse Source

[SBBJ-986] 生成保养工单 移除保养计划单号

master
zengqinyuan 2 weeks ago
parent
commit
bd5125ec21
  1. 18
      src/views/eam/device/devicemaintainjob/deviceMaintainOrderMain.data.ts

18
src/views/eam/device/devicemaintainjob/deviceMaintainOrderMain.data.ts

@ -34,15 +34,15 @@ export const DeviceMaintainOrderMain = useCrudSchemas(reactive<CrudSchema[]>([
fixed: 'left',
},
},
{
label: '保养计划单号',
field: 'planNumber',
sort: 'custom',
isSearch: false,
table: {
width: '150',
},
},
// {
// label: '保养计划单号',
// field: 'planNumber',
// sort: 'custom',
// isSearch: false,
// table: {
// width: '150',
// },
// },
{
label: '设备',
field: 'deviceNumber',

Loading…
Cancel
Save