Browse Source

YT-2245WMS《补给品生产记录》《号口品生产记录》隐藏撤销报工按钮

intex_online20250327
张立 1 month ago
parent
commit
74e58f1e04
  1. 24
      src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts
  2. 24
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts

24
src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts

@ -813,18 +813,18 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
width: 150 width: 150
}, },
}, },
{ // {
label: '操作', // label: '操作',
hiddenInMain:false, // hiddenInMain:false,
field: 'action', // field: 'action',
isDetail: false, // isDetail: false,
isForm: false , // isForm: false ,
table: { // table: {
width: 250, // width: 250,
fixed: 'right' // fixed: 'right'
}, // },
isTableForm:true, // isTableForm:true,
} // }
])) ]))
//表单校验 //表单校验

24
src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/productreceiptAssembleRecordMain.data.ts

@ -814,18 +814,18 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
width: 150 width: 150
}, },
}, },
{ // {
label: '操作', // label: '操作',
field: 'action', // field: 'action',
isDetail: false, // isDetail: false,
isForm: false , // isForm: false ,
table: { // table: {
width: 250, // width: 250,
fixed: 'right' // fixed: 'right'
}, // },
hiddenInMain: false, // hiddenInMain: false,
isTableForm:false, // isTableForm:false,
} // }
])) ]))
//表单校验 //表单校验

Loading…
Cancel
Save