fix: 工位上下货页面修改

20240912_adapter_z
chenhc 10 months ago
parent 87cd2e183e
commit 280459dee9

@ -230,6 +230,7 @@
>
<IoCreateOrder
:closeDialog="closeDialog"
:orderQuery="idQuery"
:fromSplitType="splitType"
></IoCreateOrder>
</el-dialog>
@ -741,12 +742,12 @@ export default {
},
title: "add",
filterQuery: {
statusType: 'draft',
busType: null,
id: "",
billNo: null,
mainAction: null,
action: null,
statusType: "scan_code",
page: 1,
limit: 10,
startTime: null,
@ -880,7 +881,7 @@ export default {
methods: {
createOrder(splitType){
this.splitType = splitType
this.idQuery = {};
this.addOrderVisible = true;
},
changePlace(_this,query) {
@ -960,7 +961,6 @@ export default {
editOrder(row) {
this.idQuery = row;
this.title = "edit";
this.addOrderVisible = true;
},
@ -982,6 +982,7 @@ export default {
//
getList() {
this.loading = true;
this.filterQuery.workPlaceCode = this.workplaceId
getOrderList(this.filterQuery)
.then((response) => {
this.loading = false;

Loading…
Cancel
Save