Просмотр исходного кода

付费申请 提交审核 去掉判断

Qukatie 1 неделя назад
Родитель
Сommit
47ea5f12a0
1 измененных файлов с 8 добавлено и 11 удалено
  1. 8 11
      src/views/iosBasicData/PaymentApplication/finstlbillsDetails.vue

+ 8 - 11
src/views/iosBasicData/PaymentApplication/finstlbillsDetails.vue

@@ -986,18 +986,15 @@ export default {
       this.finstlbillsDetailfun(this.form.id, "updateCashier");
     },
     submit(type) {
-      if (this.form.cashierStatus == 0) {
-        return this.$message.error("请申请付费!");
-      }
       getListAll({ srcId: this.form.id }).then(res => {
-        if (res.data.data.length == 0) {
-          return this.$message.error("请在指示维护费用");
-        }
-        for (let item of res.data.data) {
-          if (item.status == 0) {
-            return this.$message.error("请在指示维护未支付数据!");
-          }
-        }
+        // if (res.data.data.length == 0) {
+        //   return this.$message.error("请在指示维护费用");
+        // }
+        // for (let item of res.data.data) {
+        //   if (item.status == 0) {
+        //     return this.$message.error("请在指示维护未支付数据!");
+        //   }
+        // }
         this.$confirm("确定进行申请操作?", {
           confirmButtonText: "确定",
           cancelButtonText: "取消",