Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/views/inout/InvoiceCkeck.vue
pro
anthonywj 2 years ago
commit b02b0e3e8d

@ -525,7 +525,6 @@ export default {
postInvoice() { postInvoice() {
insertInvoice(this.inputQuery) insertInvoice(this.inputQuery)
.then((response) => { .then((response) => {
this.closeDialog();
if (response.code === 20000) { if (response.code === 20000) {
this.statusCode = response.code; this.statusCode = response.code;
this.getOrderDetails(); this.getOrderDetails();
@ -537,10 +536,10 @@ export default {
this.$message.error(response.message); this.$message.error(response.message);
}); });
// // //
// updateorderBiz(this.inputQuery.list).then((res) => { updateorderBiz(this.inputQuery.list).then((res) => {
// this.closeDialog(); this.closeDialog();
// }); });
}, },
getInputFocus(event) { getInputFocus(event) {

@ -839,13 +839,14 @@ export default {
if (response.code == 20000) { if (response.code == 20000) {
if (response.data.length == 0) { if (response.data.length == 0) {
this.getList(); this.getList();
}else{
this.getCodeDetailList();
} }
this.getBizDetailListInv(this.subRow); this.getBizDetailListInv(this.subRow);
this.$message({ this.$message({
type: "success", type: "success",
message: "删除成功!", message: "删除成功!",
}); });
this.getCodeDetailList();
} }
}) })
.catch(() => { .catch(() => {

Loading…
Cancel
Save