选择库存产品仓库问题

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

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

Loading…
Cancel
Save