Browse Source

制品回收申请

hella_online_20240829
wangyufei 2 months ago
parent
commit
788da06874
  1. 22
      src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts

22
src/views/wms/productionManage/productredress/productredressRequestMain/productredressRequestMain.data.ts

@ -184,7 +184,7 @@ export const ProductredressRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
label: '原因',
field: 'remark',
sort: 'custom',
isTable:false,
isTable:true,
},
{
label: '到库区类型范围',
@ -558,16 +558,16 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive<CrudSchema[]>
hiddenInMain:true,
},
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
isTable:false,
hiddenInMain:true
},
// {
// label: '备注',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable:false,
// hiddenInMain:true
// },
{
label: '创建者',
field: 'creator',

Loading…
Cancel
Save