Browse Source

增加字段

jbb 2 years ago
parent
commit
ec24d102d3
1 changed files with 14 additions and 0 deletions
  1. 14 0
      src/views/packing-list/packinglist-fabrics/detailsFabricDrawer.vue

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