Commit 2f570fc0 authored by 邓春圆's avatar 邓春圆

Merge remote-tracking branch 'origin/dev1.6' into dev1.6

parents 8980f8c0 a27f27e2
...@@ -1265,7 +1265,8 @@ export default { ...@@ -1265,7 +1265,8 @@ export default {
this.$modal.msgError(this.$t('业务员不能为空')); this.$modal.msgError(this.$t('业务员不能为空'));
return return
} }
if(!params.openInvoice){ if(params.openInvoice!=0&&params.openInvoice!=1){
console.log(params.openInvoice)
this.saveBtnLoading = false this.saveBtnLoading = false
this.$modal.msgError(this.$t('请选择是否需要开票')); this.$modal.msgError(this.$t('请选择是否需要开票'));
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment