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

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

Loading…
Cancel
Save