莫绍宝 преди 3 години
родител
ревизия
897ebcae73
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/supply/apply/components/apply_examine.vue
  2. 1 1
      src/views/supply/apply/components/engin_examine.vue

+ 1 - 1
src/views/supply/apply/components/apply_examine.vue

@@ -239,7 +239,7 @@ export default {
       this.formLoading = true;
       examineApply({
         id: this.listItem.id,
-        examineStatus: this.examineForm.status ? 'OK' : 'FAIL',
+        examineStatus: this.examineForm.status ? 'OK' : 'SAVE',
         approvalRemark: this.examineForm.remark,
         orders: this.goodsList
       }).then(res => {

+ 1 - 1
src/views/supply/apply/components/engin_examine.vue

@@ -164,7 +164,7 @@
     <div class="page-footer">
       <div class="footer">
         <el-button type="primary" @click="clickSubmitForm('OK')">审批通过</el-button>
-        <el-button type="warning" @click="clickSubmitForm('FAIL')">审批驳回</el-button>
+        <el-button type="warning" @click="clickSubmitForm('SAVE')">审批驳回</el-button>
         <el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;">
           <el-button slot="reference">关 闭</el-button>
         </el-popconfirm>