浏览代码

修改判断条件 ---cjh

17767204043 3 年之前
父节点
当前提交
cf7f189505
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/ProductionOrderList/Deliverylist/matchIronware.vue

+ 1 - 1
src/views/ProductionOrderList/Deliverylist/matchIronware.vue

@@ -459,7 +459,7 @@ export default {
       this.modelRightTableData.forEach((r) => {
         this.modelLeftTableData.forEach((l) => {
           if (r.id == l.id) {
-            if (r.remain_num < l.remain_num) {
+            if (r.remain_num > l.remain_num) {
               ifTrue = 1;
             }
           }