Browse Source

制品回收申请

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

Loading…
Cancel
Save