选择库存产品仓库问题

dev_ksck2.0
anthonywj 1 year ago
parent 0d1b7f81b4
commit ce7acde9b8

@ -104,7 +104,7 @@
<script>
import {
getInvProduct, getInvProductStock,
getInvProduct, getInvProductStock, getProduct,
} from "@/api/inventory/invPorduct";
import {addDetail} from "@/api/inout/receiveOrder";
import {addBizProduct} from "@/api/inout/orderDetailCode";
@ -213,8 +213,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)
@ -245,7 +246,7 @@ export default {
});
} else {
getInvProductStock(this.filterQuery)
getProduct(this.filterQuery)
.then((response) => {
this.showSup = response.data.showSup;
this.loading = false;

Loading…
Cancel
Save