Explorar o código

达沃特费用报销

wangzhuo %!s(int64=2) %!d(string=hai) anos
pai
achega
de900b48c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>