Browse Source

库位 批次

intex
yufei_wang 1 day ago
parent
commit
db82f4a6f0
  1. 16
      src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts
  2. 16
      src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts

16
src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts

@ -164,6 +164,22 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([
}
}
},
{
label: '库位',
field: 'toLocationCode',
sort: 'custom',
table: {
width: 150,
},
},
{
label: '批次',
field: 'batch',
sort: 'custom',
table: {
width: 150,
},
},
// {
// label: '发货数量',
// field: 'shipmentQuantity',

16
src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts

@ -157,6 +157,22 @@ export const UnfinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([
}
}
},
{
label: '库位',
field: 'toLocationCode',
sort: 'custom',
table: {
width: 150,
},
},
{
label: '批次',
field: 'batch',
sort: 'custom',
table: {
width: 150,
},
},
{
label: '发货数量',
field: 'shipmentQuantity',

Loading…
Cancel
Save