|
|
|
@ -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;
|
|
|
|
|