fix: 工位上下货页面修改

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

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

Loading…
Cancel
Save