Commit 0c057654 authored by 我在何方's avatar 我在何方

新建收款单开票bug

parent 13783e1f
......@@ -1265,7 +1265,8 @@ export default {
this.$modal.msgError(this.$t('业务员不能为空'));
return
}
if(!params.openInvoice){
if(params.openInvoice!=0&&params.openInvoice!=1){
console.log(params.openInvoice)
this.saveBtnLoading = false
this.$modal.msgError(this.$t('请选择是否需要开票'));
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