Ver Fonte

Merge remote-tracking branch 'origin/dev' into dev

caojunjie há 2 anos atrás
pai
commit
05c508f63b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/reimbursement/detail.vue

+ 1 - 1
src/views/reimbursement/detail.vue

@@ -26,7 +26,7 @@
         </el-button>
         <el-button type="success" :disabled="!form.id" size="small" @click="copyDoc" :loading="btnLoading" v-if="false">
           复制单据</el-button>
-        <el-button type="primary" @click="editCustomer" size="small" :disabled="form.status > 0 && form.status !== 2"
+        <el-button type="primary" @click="editCustomer" size="small" :disabled="form.status > 0 && form.status !== 3"
           :loading="btnLoading">
           保存数据</el-button>
       </div>