Răsfoiți Sursa

发货单物品清单列表新增未发数量字段

hezhanp 9 luni în urmă
părinte
comite
05f908aa70

+ 7 - 0
src/views/saleManage/saleOrder/invoice/components/inventoryTable.vue

@@ -636,6 +636,13 @@
             headerSlot: 'headerTotalCount',
             align: 'center'
           },
+          {
+            width: 100,
+            prop: 'notSendTotalCount',
+            label: '未发数量',
+            align: 'center',
+            slot: 'notSendTotalCount'
+          },
           {
             width: 150,
             prop: 'saleUnit',