修改bug

ywj_dev
wangwei 2 years ago
parent 41c285535a
commit 2468563d39

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

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

Loading…
Cancel
Save