From 280459dee9028a2b1ef0ac809a2a83898d04a4e8 Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Mon, 2 Sep 2024 12:07:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E4=BD=8D=E4=B8=8A=E4=B8=8B?= =?UTF-8?q?=E8=B4=A7=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/collect/IoSplitOperateCode.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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;