修改bug

ywj_dev
wangwei 2 years ago
parent 41c285535a
commit 2468563d39

@ -339,8 +339,8 @@
<script>
import {
deleteByOrderId,
getOrderList, rollUnReceivebackOrder, filterInvoice
} from "../../api/inout/order";
getOrderList, rollUnReceivebackOrder, filterInvoice, filterOrder
} from '../../api/inout/order'
import {getLocalJoinByUser} from "@/api/basic/busType";
import {getInvListByUser} from "@/api/system/invWarehouse";
import {isBlank} from "@/utils/strUtil";
@ -624,7 +624,7 @@ export default {
this.currentRow = {billNo: ""};
this.clearDetailList();
this.filterQuery.vueType = "supInvoice";
filterInvoice(this.filterQuery)
filterOrder(this.filterQuery)
.then((response) => {
this.loading = false;
if (response.code === 20000) {

@ -554,7 +554,6 @@ export default {
this.deleteData.billNo = data;
deleteByOrderId(this.deleteData)
.then((response) => {
if (response.code == 20000) {
this.getList();
this.$message({

Loading…
Cancel
Save