浏览代码

成本分配表-取消保存校验

jbb 2 年之前
父节点
当前提交
38d2b8d24a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/reportForms/cost-allocation-table.vue

+ 4 - 4
src/views/reportForms/cost-allocation-table.vue

@@ -892,7 +892,7 @@ export default {
         that.isDisabled = false
         that.isDisabled = false
       }, 3000)
       }, 3000)
 
 
-      if (this.detailsPlanNum.remarks) {
+      // if (this.detailsPlanNum.remarks) {
         // 保存 部分信息
         // 保存 部分信息
         var halfInfo = {}
         var halfInfo = {}
         // halfInfo.planNum = this.detailsPlanNum.planNum
         // halfInfo.planNum = this.detailsPlanNum.planNum
@@ -912,9 +912,9 @@ export default {
             this.$message.error(res.message);
             this.$message.error(res.message);
           }
           }
         })
         })
-      } else {
-        this.$message.error('备注不能为空')
-      }
+      // } else {
+      //   this.$message.error('备注不能为空')
+      // }
     },
     },
 
 
     //  主表:人民币费用支出  弹框
     //  主表:人民币费用支出  弹框