|
|
|
@ -261,8 +261,6 @@
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import {
|
|
|
|
|
orderListError,
|
|
|
|
|
codeList,
|
|
|
|
|
filterOrder,
|
|
|
|
|
deleteByOrderId,
|
|
|
|
|
commitOrder,
|
|
|
|
@ -271,14 +269,13 @@ import {
|
|
|
|
|
import {getBasicUnitMaintains} from "../../api/basic/basicUnitMaintain"
|
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
|
import codeDetail from "./errorCode";
|
|
|
|
|
|
|
|
|
|
import ioErrorOrder from "./IOErrorOrder";
|
|
|
|
|
import addOrder from "./IOAddOrder";
|
|
|
|
|
import store from "../../store";
|
|
|
|
|
import {getBussinessType} from "../../api/basic/bussinessType";
|
|
|
|
|
import {filterAllByUser} from "@/api/basic/invWarehouse";
|
|
|
|
|
import {getLocalJoinByUser} from "@/api/basic/busLocalType";
|
|
|
|
|
import {filterSubByInv} from "@/api/basic/invSubWarehouse";
|
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
|
|
|
|
|
|
const formJson = {
|
|
|
|
|
site_id: "",
|
|
|
|
@ -513,6 +510,12 @@ export default {
|
|
|
|
|
this.filterQuery.customerId = store.getters.customerId;
|
|
|
|
|
// this.filterQuery.status = 1;
|
|
|
|
|
// this.filterQuery.statusOrOne = -1;
|
|
|
|
|
|
|
|
|
|
if (isBlank(this.filterQuery.locStorageCode)) {
|
|
|
|
|
this.filterQuery.locStorageCode = this.$store.getters.locInvCode;
|
|
|
|
|
this.filterQuery.invWarehouseCode = this.$store.getters.locSubInvCode;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
filterOrder(this.filterQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|