From 51ddf5ad98290a76461806f71e476e63fe19f2be Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 13 Sep 2024 14:49:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9B=B6=E4=BB=B6=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/item/itemFilter.vue | 4 +--- src/pages/query/item.vue | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/mycomponents/item/itemFilter.vue b/src/mycomponents/item/itemFilter.vue index f546e007..16200aee 100644 --- a/src/mycomponents/item/itemFilter.vue +++ b/src/mycomponents/item/itemFilter.vue @@ -11,9 +11,7 @@ 库位 - - + 库存状态 : diff --git a/src/pages/query/item.vue b/src/pages/query/item.vue index 484554f1..8be5faee 100644 --- a/src/pages/query/item.vue +++ b/src/pages/query/item.vue @@ -269,7 +269,7 @@ filters: filters, pageNo: this.pageNo, pageSize: pageSize, - sorts:[{sort:"createTime",by:"DESC"},{sort:"locationCode",by:"ASC"} ,{sort:"id",by:"DESC"}], + sorts:[{sort:"locationCode",by:"ASC"},{sort:"batch",by:"ASC"} ,{sort:"id",by:"DESC"}], } getTransaction(params).then(res => { uni.hideLoading(); @@ -353,7 +353,7 @@ filters: filters, pageNo: this.pageNo, pageSize: pageSize, - sorts:[{sort:"createTime",by:"ASC"},{sort:"locationCode",by:"ASC"} ,{sort:"id",by:"DESC"}], + sorts:[{sort:"locationCode",by:"ASC"},{sort:"batch",by:"ASC"} ,{sort:"id",by:"DESC"}], } getExpectinByItemcode(params).then(res => { uni.hideLoading(); @@ -422,7 +422,7 @@ filters: filters, pageNo: this.pageNo, pageSize: pageSize, - sorts:[{sort:"createTime",by:"ASC"},{sort:"locationCode",by:"ASC"} ,{sort:"id",by:"DESC"}], + sorts:[{sort:"locationCode",by:"ASC"},{sort:"batch",by:"ASC"} ,{sort:"id",by:"DESC"}], } getExpectoutByItemcode(params).then(res => { uni.hideLoading();