diff --git a/src/views/collect/IoSplitOperateCode.vue b/src/views/collect/IoSplitOperateCode.vue index 13204f82..059eaa4d 100644 --- a/src/views/collect/IoSplitOperateCode.vue +++ b/src/views/collect/IoSplitOperateCode.vue @@ -230,6 +230,7 @@ > @@ -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;