Browse Source

receivedQty

master_hella_20240701
wangyufei 4 months ago
parent
commit
8b244c98e0
  1. 4
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

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

@ -736,8 +736,8 @@ export const PurchasePlanDetail = useCrudSchemas(reactive<CrudSchema[]>([
sortTableDefault:5,
},
{
label: '已收货数量(没有字段,需要加)',
field: 'shippedQty',
label: '已收货数量',
field: 'receivedQty',
sort: 'custom',
table: {
width: 150

Loading…
Cancel
Save