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