Explorar o código

刀具校验修改

yejian %!s(int64=3) %!d(string=hai) anos
pai
achega
644bfc3a1d

+ 1 - 1
imcs-ui/src/views/zuihou/runManageCenter/orderMgr/components/runningOrder/components/checkCuttingTools/checkDetailCuttingTools.vue

@@ -29,7 +29,7 @@
         column-key="operation"
       >
         <template slot-scope="{ row }">
-          <a @click="applyCuttingTool(row)" style="color: #2db7f5">{{ row.checkResult === '不足' ? (row.applyId == null ? "申请装刀" : '已申请') : ''}} </a>
+          <a id="applyCuttingToolShow" @click.once="applyCuttingTool(row)" style="color: #2db7f5">{{ row.checkResult === '不足' ? (row.applyId == null ? "申请装刀" : '已申请') : ''}} </a>
         </template>
       </el-table-column>
     </el-table>