diff --git a/.env.development b/.env.development index d4e2314a..531b171f 100644 --- a/.env.development +++ b/.env.development @@ -1,11 +1,11 @@ -VITE_BASE_URL=http://localhost:12080/admin-api -VITE_BASE_URL_IMAGE=http://172.22.32.9:81/admin-api +VITE_BASE_URL=http://172.21.32.14:81/api/admin-api +VITE_BASE_URL_IMAGE=http://172.21.32.14:81/admin-api # 租户配置 -VITE_TENANT='[{"text":"成都1397","value":2},{"text":"长春2379","value":3}]' +VITE_TENANT='[{"text":"长春","value":1}]' # 是否是测试环境 -VITE_isDevelopment=true +VITE_isDevelopment=false # 积木报表请求路径 -VITE_JMREPORT_BASE_URL='http://172.22.32.9:90' +VITE_JMREPORT_BASE_URL='http://172.21.32.14:90' diff --git a/src/mycomponents/scan/winScanPackage.vue b/src/mycomponents/scan/winScanPackage.vue new file mode 100644 index 00000000..0d8b48af --- /dev/null +++ b/src/mycomponents/scan/winScanPackage.vue @@ -0,0 +1,105 @@ + + + + + diff --git a/src/pages.json b/src/pages.json index da3c9cbf..9df8ade7 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1794,6 +1794,13 @@ } } }, + { + "path": "pages/count/job/countDetail", + "style": { + "navigationBarTitleText": "盘点详细", + "enablePullDownRefresh": false + } + }, { "path": "pages/count/job/countBlindDetail", "style": { diff --git a/src/pages/count/job/countJob.vue b/src/pages/count/job/countJob.vue index a3b7710b..29d8d734 100644 --- a/src/pages/count/job/countJob.vue +++ b/src/pages/count/job/countJob.vue @@ -134,7 +134,9 @@ const getList = (type) => { const params = { filters, pageNo: pageNo.value, - pageSize: pageSize.value + pageSize: pageSize.value, + sort: 'number', + by: 'DESC' } getCountJobList(params) .then((res) => { @@ -250,7 +252,9 @@ const getDataListByType = (code) => { const params = { filters, pageNo: 1, - pageSize: 100 + pageSize: 100, + sort: 'number', + by: 'DESC' } getCountJobList(params) .then((res) => {