Преглед на файлове

提交预估工时变更理由

Lijy преди 1 година
родител
ревизия
aec795261c
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      fhKeeper/formulahousekeeper/timesheet/src/views/project/projectInside.vue

+ 7 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/project/projectInside.vue

@@ -2951,6 +2951,13 @@
                         remark:groupBudgetData.remark,
                     }
                 }
+                if(!groupBudgetData.remark) {
+                    this.$message({
+                        message: '请输入变更理由',
+                        type: "error"
+                    });
+                    return
+                }
                 this.http.post('/group-budget-review/add',param,
                 res => {
                     if (res.code == "ok") {