|
|
@ -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) {
|
|
|
|