浏览代码

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

hezhanp 9 月之前
父节点
当前提交
05f908aa70
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/saleManage/saleOrder/invoice/components/inventoryTable.vue

+ 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',