diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..d635445 Binary files /dev/null and b/dist.zip differ diff --git a/src/views/historyCheck/index.vue b/src/views/historyCheck/index.vue index 6359e00..54b0c32 100644 --- a/src/views/historyCheck/index.vue +++ b/src/views/historyCheck/index.vue @@ -58,8 +58,8 @@ - - + + @@ -127,7 +127,7 @@ export default { return { statusMap: {0:"未盘点",1:"盘点异常",2:"核对正确",3:"人工核对正确"}, queryParam: { - lotnum: '', + trayCode: '', side : -1, leftRight : -1 }, @@ -148,10 +148,6 @@ export default { }, imgUrl: imgUrl, columns: [ - { - title: "盘点批次号", - dataIndex: "lotnum", - }, { title: "盘点任务号", dataIndex: "checkNum", @@ -293,7 +289,7 @@ export default { reset() { this.queryParam.startTimestamp = "" this.queryParam.endTimestamp = "" - this.queryParam.lotnum = "" + this.queryParam.trayCode = "" this.queryParam.side = -1 this.queryParam.leftRight = -1 this.queryParam.streetId = 0