|
|
|
@ -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;
|
|
|
|
|