jbb il y a 2 ans
Parent
commit
ec24d102d3

+ 14 - 0
src/views/packing-list/packinglist-fabrics/detailsFabricDrawer.vue

@@ -389,6 +389,20 @@ export default {
           className: 'replacecolor',
           ellipsis: true,
         },
+        {
+          title: '价格',
+          dataIndex: 'price',
+          width: 120,
+          className: 'replacecolor',
+          ellipsis: true,
+        },
+        {
+          title: '总价',
+          dataIndex: 'totalPrice',
+          width: 120,
+          className: 'replacecolor',
+          ellipsis: true,
+        },
         {
           title: '备注(U8)',
           dataIndex: 'remarks2',