Răsfoiți Sursa

feat(库存调拨): 在生成对账单表格中添加客户名称列

liujt 4 luni în urmă
părinte
comite
246ae100b8

+ 17 - 1
src/views/warehouseManagement/inventoryAllocation/accountstatement/generateStatement.vue

@@ -155,6 +155,22 @@
             align: 'center',
             showOverflowTooltip: true
           },
+          {
+            minWidth: 140,
+            prop: 'customerNames',
+            label: '客户名称',
+            slot: 'customerNames',
+            align: 'center',
+            showOverflowTooltip: true
+          },
+          // {
+          //   minWidth: 140,
+          //   prop: 'totalQuantity',
+          //   label: '数量',
+          //   slot: 'totalQuantity',
+          //   align: 'center',
+          //   showOverflowTooltip: true
+          // }
           {
             minWidth: 140,
             prop: 'saleOrderNos',
@@ -162,7 +178,7 @@
             slot: 'saleOrderNos',
             align: 'center',
             showOverflowTooltip: true
-          }
+          },
         ]
       };
     },