|
|
@ -143,7 +143,7 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import {addStockOrder, getCloudErp} from "../../api/inout/erpOrder";
|
|
|
|
import {addStockOrder, addThrOrder, getCloudErp} from "../../api/inout/erpOrder";
|
|
|
|
import store from "../../store";
|
|
|
|
import store from "../../store";
|
|
|
|
import {getOriginBusType} from "@/api/basic/busOriginType";
|
|
|
|
import {getOriginBusType} from "@/api/basic/busOriginType";
|
|
|
|
import {filterAllByUser} from "@/api/system/invWarehouse";
|
|
|
|
import {filterAllByUser} from "@/api/system/invWarehouse";
|
|
|
@ -319,7 +319,7 @@ export default {
|
|
|
|
locStorageCode: this.curLocInv,
|
|
|
|
locStorageCode: this.curLocInv,
|
|
|
|
invWarehouseCode: this.currentRow.invWarehouseCode,
|
|
|
|
invWarehouseCode: this.currentRow.invWarehouseCode,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
addStockOrder(tQuery)
|
|
|
|
addThrOrder(tQuery)
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
this.closeDialog();
|
|
|
|
this.closeDialog();
|
|
|
|