|
|
|
@ -218,7 +218,7 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import {getInvListByUser} from "@/api/system/invWarehouse";
|
|
|
|
import {findAllInvByUser} from "@/api/system/invWarehouse";
|
|
|
|
import {getInvPreProduct, deleteInvPreProduct} from "@/api/inventory/invPreProduct";
|
|
|
|
import {getInvPreProduct, deleteInvPreProduct} from "@/api/inventory/invPreProduct";
|
|
|
|
import {getBasicUnitMaintains} from "@/api/basic/basicUnitMaintain";
|
|
|
|
import {getBasicUnitMaintains} from "@/api/basic/basicUnitMaintain";
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
@ -336,7 +336,7 @@ export default {
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
advanceType: 3, //获取寄售库1:入账,2:预验收,3:寄售
|
|
|
|
advanceType: 3, //获取寄售库1:入账,2:预验收,3:寄售
|
|
|
|
};
|
|
|
|
};
|
|
|
|
getInvListByUser(query)
|
|
|
|
findAllInvByUser(query)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
this.invList = response.data || [];
|
|
|
|
this.invList = response.data || [];
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
|