|
|
@ -207,7 +207,7 @@
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
import draggable from "vuedraggable";
|
|
|
|
import stockOrderNewSelectProduct from "../business/stockOrderNewSelectProduct";
|
|
|
|
import stockOrderNewSelectProduct from "../business/stockOrderNewSelectProduct";
|
|
|
|
import {inserThrOrderWeb, delApplyDetail, listApplyDetail} from "@/api/purchase/purPlan";
|
|
|
|
import {auditOrder, delApplyDetail, listApplyDetail} from "@/api/purchase/purPlan";
|
|
|
|
import {filterAllByUser} from "@/api/basic/invWarehouse";
|
|
|
|
import {filterAllByUser} from "@/api/basic/invWarehouse";
|
|
|
|
import {filterSubByInv} from "@/api/basic/invSubWarehouse";
|
|
|
|
import {filterSubByInv} from "@/api/basic/invSubWarehouse";
|
|
|
|
|
|
|
|
|
|
|
@ -309,7 +309,7 @@ export default {
|
|
|
|
purPlanEntity: this.formData,
|
|
|
|
purPlanEntity: this.formData,
|
|
|
|
subErpOrders: this.codeArray,
|
|
|
|
subErpOrders: this.codeArray,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
inserThrOrderWeb(tQuery)
|
|
|
|
auditOrder(tQuery)
|
|
|
|
.then(response => {
|
|
|
|
.then(response => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
|