Browse Source

与装箱单装箱单隐藏字段

jbb 2 years ago
parent
commit
6168442c4e

+ 8 - 8
src/views/advance-packingList/addAdpackingDrawer.vue

@@ -596,13 +596,13 @@ export default {
           ellipsis: true,
           
         },
-        {
-          title: '净净重',
-          dataIndex: 'netWeightToo',
-          width: 120,
-          className: 'replacecolor',
-          scopedSlots: { customRender: 'netWeightToo' },
-        },
+        // {
+        //   title: '净净重',
+        //   dataIndex: 'netWeightToo',
+        //   width: 120,
+        //   className: 'replacecolor',
+        //   scopedSlots: { customRender: 'netWeightToo' },
+        // },
         {
           title: '单价',
           dataIndex: 'unitPrice',
@@ -891,7 +891,7 @@ export default {
             var Several = [
                {key:'netWeight',value:'净重/箱'},
                {key:'grossWeight',value:'毛重/箱'},
-               {key:'netWeightToo',value:'净净重'}
+              //  {key:'netWeightToo',value:'净净重'}
              ]
             for(var s=0 ; s<Several.length;s++){
               console.log(tableRow[Several[s].key])

+ 14 - 14
src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

@@ -562,14 +562,14 @@ export default {
           width: 90,
            className: 'replacecolor'
         },
-        {
-          title: '净净重',
-          dataIndex: 'netWeightToo',
-          width: 120,
-           className: 'replacecolor',
-           scopedSlots: { customRender: 'netWeightToo' }  , 
+        // {
+        //   title: '净净重',
+        //   dataIndex: 'netWeightToo',
+        //   width: 120,
+        //    className: 'replacecolor',
+        //    scopedSlots: { customRender: 'netWeightToo' }  , 
 
-        },
+        // },
         // {
         //   title: '单价',
         //   dataIndex: 'unitPrice',
@@ -1189,13 +1189,13 @@ export default {
            className: 'replacecolor',
             ellipsis: true,
         },
-        {
-          title: '净净重',
-          dataIndex       : 'netWeightToo',
-          width: 120,
-           className: 'replacecolor',
-           scopedSlots: { customRender: 'netWeightToo' }  ,
-        },
+        // {
+        //   title: '净净重',
+        //   dataIndex       : 'netWeightToo',
+        //   width: 120,
+        //    className: 'replacecolor',
+        //    scopedSlots: { customRender: 'netWeightToo' }  ,
+        // },
         {
           title: '备注',
           dataIndex       : 'remarks',