Browse Source

托书-字段“净价总金额”取消显示

jingbb 1 week ago
parent
commit
52ca8114ab

+ 7 - 7
src/views/book/addBookDrawer.vue

@@ -566,13 +566,13 @@ export default {
           ellipsis: true,
           className: 'replacecolor'
         },
-        {
-          title: '净价总金额',
-          dataIndex: 'totalNetPrice',
-          width: 120,
-           ellipsis: true,
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '净价总金额',
+        //   dataIndex: 'totalNetPrice',
+        //   width: 120,
+        //    ellipsis: true,
+        //   className: 'replacecolor'
+        // },
          {
           title: '制单人',
           dataIndex: 'createBy',

+ 7 - 7
src/views/book/book-list.vue

@@ -285,13 +285,13 @@ export default {
            ellipsis: true,
           className: 'replacecolor'
         },
-        {
-          title: '净价总金额',
-          dataIndex: 'totalNetPrice',
-          width: 120,
-           ellipsis: true,
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '净价总金额',
+        //   dataIndex: 'totalNetPrice',
+        //   width: 120,
+        //    ellipsis: true,
+        //   className: 'replacecolor'
+        // },
         { title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 120, className: 'replacecolor', ellipsis: true, },
         {
           title: '发票推送状态',

+ 7 - 7
src/views/book/detailsBookDrawer.vue

@@ -391,13 +391,13 @@ export default {
           ellipsis: true,
           className: 'replacecolor'
         },
-        {
-          title: '净价总金额',
-          dataIndex: 'totalNetPrice',
-          width: 120,
-           ellipsis: true,
-          className: 'replacecolor'
-        },
+        // {
+        //   title: '净价总金额',
+        //   dataIndex: 'totalNetPrice',
+        //   width: 120,
+        //    ellipsis: true,
+        //   className: 'replacecolor'
+        // },
          {
           title: '制单人',
           dataIndex: 'createBy',