Browse Source

缺陷HL-6157修复

hella_online_20241017
zhaoxuebing 1 month ago
parent
commit
99c59b8109
  1. 21
      src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRequestSpareMain/purchasereturnRequestSpareMain.data.ts

21
src/views/wms/purchasereceiptManage/purchasereturnspare/purchasereturnRequestSpareMain/purchasereturnRequestSpareMain.data.ts

@ -462,8 +462,8 @@ export const PurchasereturnRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
{ {
label: '原因', label: '退货原因',
field: 'remark', field: 'mainRemark',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -1313,6 +1313,14 @@ export const PurchasereturnRequestDetail = useCrudSchemas(reactive<CrudSchema[]>
// } // }
// }, // },
// }, // },
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
},
{ {
label: '创建者', label: '创建者',
field: 'creator', field: 'creator',
@ -1351,15 +1359,6 @@ export const PurchasereturnRequestDetail = useCrudSchemas(reactive<CrudSchema[]>
isTableForm:false, isTableForm:false,
isForm:false isForm:false
}, },
// {
// label: '原因',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: false,
// },
{ {
label: '操作', label: '操作',
hiddenInMain:true, hiddenInMain:true,

Loading…
Cancel
Save