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',
isTable:false
},
// {
// label: '批次',
// field: 'batch',
// sort: 'custom',
// table: {
// width: 150,
// }
// },
{
label: '批次',
field: 'batch',
sort: 'custom',
table: {
width: 150,
}
},
{
label: '库存状态',
field: 'inventoryStatus',

Loading…
Cancel
Save