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

dev
黄泽腾 2 years ago
commit aa9022af13

@ -314,7 +314,6 @@ export default {
limit: 10,
startTime: null,
endTime: null,
invCode: this.$store.getters.locInvCode
},
corpLoading: false,
@ -601,6 +600,7 @@ export default {
},
getCodeDetailLists() {
debugger
this.filterQuery.invoiceEncode = this.inputQuery.invoiceEncode
this.filterQuery.vueType = 'supInvoice'
this.codeDetailLoading = true
@ -713,6 +713,7 @@ export default {
this.$message.error('发票编码不能为空!')
return
}
if(this.list.length==0){
//
checkInvoiceCode({invoiceEncode:this.inputQuery.invoiceEncode})
.then((response) => {
@ -725,6 +726,9 @@ export default {
.catch((response) => {
this.$message.error(response.message)
})
}else{
this.invoiceSelectRegByOrderVisible = true
}
},
closeAcceptDialog(){
this.invoiceSelectRegByOrderVisible = false

Loading…
Cancel
Save