From 0048c3d1e23b9fb691c33c524a22352f9b3a5901 Mon Sep 17 00:00:00 2001 From: yiming Date: Wed, 11 May 2022 10:39:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E5=8E=86=E5=8F=B2=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/historyCheck/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/historyCheck/index.vue b/src/views/historyCheck/index.vue index 5181dcc..29ba53f 100644 --- a/src/views/historyCheck/index.vue +++ b/src/views/historyCheck/index.vue @@ -59,7 +59,7 @@ - + @@ -126,7 +126,7 @@ export default { return { statusMap: {0:"未盘点",1:"盘点异常",2:"核对正确",3:"核对正确"}, queryParam: { - orderNum: '', + lotnum: '', shelveId:'', side : "-1", leftRight : "0" @@ -149,8 +149,8 @@ export default { imgUrl: imgUrl, columns: [ { - title: "盘点号", - dataIndex: "checkNum", + title: "盘点批次号", + dataIndex: "lotnum", }, { title: "货位({货架}-{行}-{列})", @@ -290,7 +290,7 @@ export default { reset() { this.queryParam.startTimestamp = "" this.queryParam.endTimestamp = "" - this.queryParam.orderNum = "" + this.queryParam.lotnum = "" this.queryParam.side = "-1" this.queryParam.leftRight = "0" this.queryParam.streetId = 0