Przeglądaj źródła

feat: 库存台账入库单和出库单增加批次号和计量单位

liujt 2 tygodni temu
rodzic
commit
7c9b9b4d83

+ 14 - 0
src/views/warehouseManagement/stockLedger/components/details/InWarehouse.vue

@@ -282,12 +282,26 @@ export default {
           align: 'center',
           minWidth: 110
         },
+        {
+          prop: 'batchNo',
+          label: '批次号',
+          showOverflowTooltip: true,
+          align: 'center',
+          minWidth: 110
+        },
         {
           align: 'center',
           prop: 'measureQuantity',
           label: '计量数量',
           showOverflowTooltip: true,
           minWidth: 110
+        }, 
+        {
+          align: 'center',
+          prop: 'measureUnit',
+          label: '计量单位',
+          showOverflowTooltip: true,
+          minWidth: 110
         },
         {
           prop: 'packingQuantity',

+ 14 - 0
src/views/warehouseManagement/stockLedger/components/details/OutWarehouse.vue

@@ -296,6 +296,13 @@
             align: 'center',
             minWidth: 110
           },
+          {
+            prop: 'batchNo',
+            label: '批次号',
+            showOverflowTooltip: true,
+            align: 'center',
+            minWidth: 110
+          },
           {
             align: 'center',
             prop: 'measureQuantity',
@@ -303,6 +310,13 @@
             showOverflowTooltip: true,
             minWidth: 110
           },
+          {
+            align: 'center',
+            prop: 'measureUnit',
+            label: '计量单位',
+            showOverflowTooltip: true,
+            minWidth: 110
+          },
           {
             prop: 'packingQuantity',
             label: '包装数量',