|
@@ -1036,7 +1036,7 @@ export default {
|
|
|
type:this.z,
|
|
|
ticketNum:1,remark:null,totalAmount:0,}
|
|
|
this.invoiceList = []
|
|
|
- this.getNextCode()
|
|
|
+
|
|
|
|
|
|
}
|
|
|
});
|
|
@@ -1145,6 +1145,7 @@ export default {
|
|
|
message: this.$t('message.fillinsuccessfully'),
|
|
|
type: "success"
|
|
|
});
|
|
|
+ this.getNextCode()
|
|
|
} else {
|
|
|
this.$message({
|
|
|
message: res.msg,
|