选择库存产品仓库问题

dev2.0
anthonywj 1 year ago
parent b65d467122
commit 95c491cb80

@ -98,7 +98,7 @@
<script>
import {
getInvProduct, getInvProductStock,
getInvProduct, getInvProductStock, getProduct,
} from "@/api/inventory/invPorduct";
import {addDetail} from "@/api/inout/receiveOrder";
import {addBizProduct} from "@/api/inout/orderDetailCode";
@ -204,8 +204,9 @@ export default {
getList() {
this.loading = true;
debugger
this.filterQuery.invCode = this.invQueryData.invCode;
this.filterQuery.filterNoInv = 1;
//
if (this.invQueryData.advanceType == 3) {
getInvPreProductStock(this.filterQuery)
@ -236,7 +237,7 @@ export default {
});
} else {
getInvProductStock(this.filterQuery)
getProduct(this.filterQuery)
.then((response) => {
this.showSup = response.data.showSup;
this.loading = false;

Loading…
Cancel
Save