Browse Source

YT-592采购换货记录列表计量单位显示不正确

intex_online20241111
zhaoyiran 4 months ago
parent
commit
b3ef3a0513
  1. 2
      src/views/wms/purchasereceiptManage/purchaseBarter/purchaseBarterRecord/purchaseBarterRecordMain.data.ts

2
src/views/wms/purchasereceiptManage/purchaseBarter/purchaseBarterRecord/purchaseBarterRecordMain.data.ts

@ -66,6 +66,8 @@ export const PurchaseBarterRecordDetail = useCrudSchemas(reactive<CrudSchema[]>(
field: 'uom', field: 'uom',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: false,
dictType: DICT_TYPE.UOM,
dictClass: 'string',
}, },
{ {
label: '批次', label: '批次',

Loading…
Cancel
Save