Browse Source

记录有

hella_online_20241017
yufei_wang 1 month ago
parent
commit
2bf9b46be4
  1. 16
      src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts

16
src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts

@ -216,14 +216,14 @@ export const SaleShipmentDetailRecord = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom', sort: 'custom',
isTable:false isTable:false
}, },
// { {
// label: '批次', label: '批次',
// field: 'batch', field: 'batch',
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150, width: 150,
// } }
// }, },
{ {
label: '库存状态', label: '库存状态',
field: 'inventoryStatus', field: 'inventoryStatus',

Loading…
Cancel
Save