From aadca41793a15f10579a025cccf0915ce0f57555 Mon Sep 17 00:00:00 2001
From: qb <1191961160@qq.com>
Date: Sun, 15 Oct 2023 20:30:36 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=93=E5=86=85=E7=9B=98?=
=?UTF-8?q?=E7=82=B9=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
config/host.js | 4 +-
pages.json | 109 ++---
.../storageLocationCheckDetails.vue | 387 +++++++++++-------
.../dist/dev/app-plus/app-config-service.js | 4 +-
unpackage/dist/dev/app-plus/app-service.js | 311 +++++++-------
unpackage/dist/dev/app-plus/manifest.json | 22 +-
6 files changed, 453 insertions(+), 384 deletions(-)
diff --git a/config/host.js b/config/host.js
index e272bf6..e2048f9 100644
--- a/config/host.js
+++ b/config/host.js
@@ -4,7 +4,7 @@
* 测试域名
* */
//测试域名
-// const devhost = 'http://test.api.huitongys.com/'
+const devhost = 'http://test.api.huitongys.com/'
// lmy
// const devhost = 'http://192.168.10.123:8889/'
// zhy
@@ -12,7 +12,7 @@
// tjj
// const devhost = 'http://192.168.10.29:13000/'
// cyz
-const devhost = 'http://h5uapi.huitongys.com/'
+// const devhost = 'http://h5uapi.huitongys.com/'
// cg
// const devhost='http://192.168.10.200:8888/'
/**
diff --git a/pages.json b/pages.json
index b681554..460d969 100644
--- a/pages.json
+++ b/pages.json
@@ -1155,63 +1155,68 @@
"path": "pages/storageLocationCheckDetails/storageLocationCheckDetails",
"style": {
"navigationBarTitleText": "库位盘点",
+ "enablePullDownRefresh": true,
"onReachBottomDistance": 1,
"navigationStyle": "custom",
"app-plus": {
"animationDuration": 300,
- "animationType": "zoom-fade-out"
+ "animationType": "zoom-fade-out",
+ "pullToRefresh": {
+ "support": true,
+ "color": "#d3832a", //小圈圈的颜色
+ "style": "circle" //小圈圈的样式
+ }
}
}
+ ]
+ }
+ ],
+ "permission": {
+ "scope.userLocation": {
+ "desc": "你的位置信息将用于小程序位置接口的效果展示"
+ }
+ },
+ "tabBar": {
+ "color": "#999999",
+ "selectedColor": "#df8926",
+ "backgroundColor": "#ffffff",
+ "list": [{
+ "pagePath": "pages/index/index",
+ "iconPath": "/static/TabberIcon/icon1.png",
+ "selectedIconPath": "/static/TabberIcon/icon1check.png",
+ "text": "工作台"
+ },
+ {
+ "pagePath": "pages/taskList/taskList",
+ "iconPath": "/static/TabberIcon/icon2.png",
+ "selectedIconPath": "/static/TabberIcon/icon2check.png",
+ "text": "任务"
+ },
+ // {
+ // "pagePath": "pages/reportForms/reportForms",
+ // "iconPath": "/static/TabberIcon/icon3.png",
+ // "selectedIconPath": "/static/TabberIcon/icon3check.png",
+ // "text": "报表"
+ // },
+ // {
+ // "pagePath": "pages/news/news",
+ // "iconPath": "/static/TabberIcon/icon4.png",
+ // "selectedIconPath": "/static/TabberIcon/icon4check.png",
+ // "text": "消息"
+ // },
+ {
+ "pagePath": "pages/user/user",
+ "iconPath": "/static/TabberIcon/icon5.png",
+ "selectedIconPath": "/static/TabberIcon/icon5check.png",
+ "text": "我的"
}
]
- }
- ],
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#df8926",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "/static/TabberIcon/icon1.png",
- "selectedIconPath": "/static/TabberIcon/icon1check.png",
- "text": "工作台"
- },
- // {
- // "pagePath": "pages/taskList/taskList",
- // "iconPath": "/static/TabberIcon/icon2.png",
- // "selectedIconPath": "/static/TabberIcon/icon2check.png",
- // "text": "任务"
- // },
- // {
- // "pagePath": "pages/reportForms/reportForms",
- // "iconPath": "/static/TabberIcon/icon3.png",
- // "selectedIconPath": "/static/TabberIcon/icon3check.png",
- // "text": "报表"
- // },
- // {
- // "pagePath": "pages/news/news",
- // "iconPath": "/static/TabberIcon/icon4.png",
- // "selectedIconPath": "/static/TabberIcon/icon4check.png",
- // "text": "消息"
- // },
- {
- "pagePath": "pages/user/user",
- "iconPath": "/static/TabberIcon/icon5.png",
- "selectedIconPath": "/static/TabberIcon/icon5check.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
-}
\ No newline at end of file
+ },
+ "globalStyle": {
+ "navigationBarTextStyle": "black",
+ "navigationBarTitleText": "uni-app",
+ "navigationBarBackgroundColor": "#F8F8F8",
+ "backgroundColor": "#F8F8F8"
+ },
+ "uniIdRouter": {}
+ }
\ No newline at end of file
diff --git a/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails.vue b/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails.vue
index 178a70a..f7ce0df 100644
--- a/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails.vue
+++ b/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails.vue
@@ -1,158 +1,167 @@
-
-
-
-
-
-
-
-
-
-
- 搜索
-
-
-
-
-
-
- 库位号:
- {{1}}
-
-
-
-
- 库位总数:
- {{1}}
-
-
- 库位已盘数:
- {{1}}
-
-
- 库位未盘数:
- {{1}}
-
+
+
+
+
+
+
+ 搜索
-
-
-
-
-
- 定制品({{300}})
-
-
- 库存品({{100}})
-
-
- 零担({{1000}})
-
-
-
-
-
- 批量操作
-
- 反选
-
-
-
- 批量删除
-
-
- 批量删除
-
-
- 状态修改
+
+
+
+
+ 库位号:
+ {{1}}
-
-
-
-
-
-
-
-
-
-
-
- 服务号:{{item.serviceNum}}
+
+
+ 库位总数:
+ {{1}}
-
-
- 订单号:{{item.orderCode}}
+
+ 库位已盘数:
+ {{1}}
-
+
-
-
-
-
- 运单号:{{item.waybillNo}}
-
-
-
- 订单号:{{item.orderCode}}
-
-
+
+
+
+
+ 定制品({{300}})
+
+
+ 零担({{1000}})
+
+ 库存品({{100}})
+
+
-
-
-
-
- 物料编码:{{item.materialCode}}
+
+
+ 批量操作
+
+ 反选
+
+
+
+ 批量删除
+
+
+ 批量上架
+
+
+ 状态修改
+
-
-
- 物料名称:{{item.materialName}}
-
-
-
-
- 订单号:{{item.orderCode}}
-
-
-
- 商场名称:{{item.marketName}}
-
-
-
- 批次号:{{item.incomingBatch}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 包条码:{{item.serviceNum}}
+
+
+
+ 合同号:{{item.orderCode}}
+
+
+
+ 库位:{{item.orderCode}}
+
+
+
+ 状态:{{item.orderCode}}
+
+
+
+
+
+
+
+
+
+ 运单号:{{item.waybillNo}}
+
+
+
+ 订单号:{{item.orderCode}}
+
+
+
+
+
+
+
+
+
+
+ 物料编码:{{item.materialCode}}
+
+
+
+ 物料名称:{{item.materialName}}
+
+
+
+
+ 订单号:{{item.orderCode}}
+
+
+
+ 商场名称:{{item.marketName}}
+
+
+
+ 批次号:{{item.incomingBatch}}
+
+
+
-
-
+
+
+
+
+
+
+
-
-
-
-