Forráskód Böngészése

Merge tag 'Hotfix-mo-109' into develop

Finish Hotfix-mo-109
莫绍宝 3 éve
szülő
commit
cc875e6c02

+ 1 - 1
src/views/supply/apply/apply_list.vue

@@ -532,7 +532,7 @@ export default {
         examineStatus: this.examineForm.status,
         approvalRemark: this.examineForm.remark,
       }).then(res => {
-        this.isShowEditDateDialog = false;
+        this.isShowExamineDialog = false;
         this.getList();
         this.$successMsg('审批成功');
       })

+ 1 - 1
src/views/supply/apply/engin_list.vue

@@ -539,7 +539,7 @@ export default {
         examineStatus: this.examineForm.status,
         approvalRemark: this.examineForm.remark,
       }).then(res => {
-        this.isShowEditDateDialog = false;
+        this.isShowExamineDialog = false;
         this.getList();
         this.$successMsg('审批成功');
       })

+ 1 - 0
src/views/supply/engin/components/home_form.vue

@@ -890,6 +890,7 @@ export default {
         this.mainForm.projectRemark = data.refProjectNote;
         this.mainForm.projectType = data.refProjectType;
         this.mainForm.examineRemark = data.examineNote;
+        this.mainForm.loginUserId = data.loginUserId;
 
         data.items.forEach(item => {
           item.status1 = '';

+ 1 - 1
src/views/supply/sales/sales_list.vue

@@ -416,7 +416,7 @@ export default {
         examineStatus: this.examineForm.status,
         approvalRemark: this.examineForm.remark,
       }).then(res => {
-        this.isShowEditDateDialog = false;
+        this.isShowExamineDialog = false;
         this.getList();
         this.$successMsg('修改成功');
       })