소스 검색

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

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