Browse Source

修改零件查询排序

hella_online_20240913
lijuncheng 1 week ago
parent
commit
6b04fa5ed9
  1. 2
      src/pages/query/item.vue

2
src/pages/query/item.vue

@ -203,7 +203,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"}],
}
getBalanceByItemCode(params).then(res => {
uni.hideLoading();

Loading…
Cancel
Save