Browse Source

YT-1682:要货计划明细已发货数量和收货数量名称显示不正确

intex_online20241216
宋国强 2 months ago
parent
commit
8372f0ffa6
  1. 4
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

4
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

@ -936,7 +936,7 @@ export const PurchasePlanDetail = useCrudSchemas(
} }
}, },
{ {
label: '已发数量', label: '已发采购数量',
field: 'shippedQty', field: 'shippedQty',
sort: 'custom', sort: 'custom',
table: { table: {
@ -948,7 +948,7 @@ export const PurchasePlanDetail = useCrudSchemas(
hiddenInMain: true, hiddenInMain: true,
}, },
{ {
label: '收货数量', label: '已收采购数量',
field: 'receivedQty', field: 'receivedQty',
sort: 'custom', sort: 'custom',
table: { table: {

Loading…
Cancel
Save