yusheng 1 an în urmă
părinte
comite
7cbe3e0fe0

+ 7 - 0
src/views/bpm/handleTask/components/inquiryManage/inventoryTable.vue

@@ -359,6 +359,13 @@ export default {
           slot: 'availableCountBase',
           align: "center"
         },
+        {
+            width: 120,
+            prop: 'totalWeight',
+            label: '重量',
+            slot: 'totalWeight',
+            align: 'center'
+          },
         {
           minWidth: 80,
           prop: 'measuringUnit',

+ 7 - 0
src/views/bpm/handleTask/components/purchasePlanManage/detailDialog.vue

@@ -242,6 +242,13 @@
             align: 'center',
             slot: 'availableCountBase'
           },
+          {
+            width: 120,
+            prop: 'totalWeight',
+            label: '重量',
+            slot: 'totalWeight',
+            align: 'center'
+          },
           {
             width: 100,
             prop: 'measuringUnit',