浏览代码

修改bug

695593266@qq.com 7 月之前
父节点
当前提交
0856810ec5
共有 1 个文件被更改,包括 30 次插入30 次删除
  1. 30 30
      src/views/produce/components/jobBooking/components/batchSemiProductJobBom.vue

+ 30 - 30
src/views/produce/components/jobBooking/components/batchSemiProductJobBom.vue

@@ -337,7 +337,7 @@
           >拆批</el-link
         >
 
-        <el-link
+        <!-- <el-link
           type="text"
           style="color: orange"
           @click="openLoss(row, $index)"
@@ -348,7 +348,7 @@
             item.currentTaskDiagram.taskId != '-1'
           "
           >损耗</el-link
-        >
+        > -->
 
         <el-link
           type="success"
@@ -1066,34 +1066,34 @@
             align: 'center',
             showOverflowTooltip: true
           },
-          {
-            minWidth: 160,
-            prop: 'extInfo.packageDisposition',
-            slot: 'packageDisposition',
-            label: '包装规格',
-            align: 'center',
-            showOverflowTooltip: true
-          },
-          {
-            minWidth: 160,
-            prop: 'packageQuantity',
-            slot: 'packageQuantity',
-            label: '包装数量',
-            align: 'center',
-            showOverflowTooltip: true
-          },
-          {
-            minWidth: 100,
-            prop: 'extInfo.isLoss',
-            label: '是否损耗',
-            align: 'center',
-            showOverflowTooltip: true,
-            formatter: (row) => {
-              return row.extInfo.isLoss && row.extInfo.isLoss == 1
-                ? '是'
-                : '否';
-            }
-          },
+          // {
+          //   minWidth: 160,
+          //   prop: 'extInfo.packageDisposition',
+          //   slot: 'packageDisposition',
+          //   label: '包装规格',
+          //   align: 'center',
+          //   showOverflowTooltip: true
+          // },
+          // {
+          //   minWidth: 160,
+          //   prop: 'packageQuantity',
+          //   slot: 'packageQuantity',
+          //   label: '包装数量',
+          //   align: 'center',
+          //   showOverflowTooltip: true
+          // },
+          // {
+          //   minWidth: 100,
+          //   prop: 'extInfo.isLoss',
+          //   label: '是否损耗',
+          //   align: 'center',
+          //   showOverflowTooltip: true,
+          //   formatter: (row) => {
+          //     return row.extInfo.isLoss && row.extInfo.isLoss == 1
+          //       ? '是'
+          //       : '否';
+          //   }
+          // },
           {
             columnKey: 'action',
             label: '操作',