@@ -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>