Browse Source

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

master
zengqinyuan 2 months 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', fixed: 'left',
}, },
}, },
{ // {
label: '保养计划单号', // label: '保养计划单号',
field: 'planNumber', // field: 'planNumber',
sort: 'custom', // sort: 'custom',
isSearch: false, // isSearch: false,
table: { // table: {
width: '150', // width: '150',
}, // },
}, // },
{ {
label: '设备', label: '设备',
field: 'deviceNumber', field: 'deviceNumber',

Loading…
Cancel
Save