diff --git a/README.md b/README.md index f00b800..12e3f99 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # 注意事项 + 原生APP云打包使用自有证书 + 证书别名:testalias -+ 接口线上地址:https://apifox.com/apidoc/shared-a365d40f-4236-45de-972d-58ce2435c7b4/api-145311043 \ No newline at end of file ++ 接口线上地址:https://apifox.com/apidoc/shared-3b67df3b-411c-4dd4-9752-f9b71898ee7d/api-150208183 \ No newline at end of file diff --git a/common/style/layout.css b/common/style/layout.css index 54812ae..902f8e2 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -67,10 +67,10 @@ uni-button:after { color: #fff; } .icon_scan { - width: 42rpx; - height: 48rpx; - font-size: 40rpx; - line-height: 48rpx; + width: 60rpx; + height: 80rpx; + font-size: 48rpx; + line-height: 80rpx; color: #323232; text-align: center; } @@ -149,39 +149,49 @@ uni-button:after { height: auto; background-color: #fff; border-radius: 24rpx; - padding: 22rpx 14rpx; + padding: 22rpx; margin-bottom: 20rpx; box-shadow: 0 4rpx 10rpx 2rpx rgba(0,0,0,.1); } -.filter_item { - display: flex; - align-items: center; - width: 100%; - margin-bottom: 10rpx; -} -.filter_item:last-child { - margin-bottom: 0; -} -.filter_label_wraper { - flex: none; - width: 140rpx; - text-align:justify; - text-align-last: justify; - text-justify: inter-ideograph;/*兼容ie*/ -} .filter_label { display: block; - width: 140rpx; line-height: 80rpx; font-size: 28rpx; color: #323232; font-weight: bold; - text-align:justify; + letter-spacing: 4rpx; + /* text-align:justify; text-align-last: justify; - text-justify: inter-ideograph;/*兼容ie*/ + text-justify: inter-ideograph; */ } -.filter_label_1 { - line-height: 30rpx; +/** 筛选选择器样式 */ +.filter_picker .uni-input { + width: 100%; + line-height: 80rpx; + height: 80rpx; + font-size: 28rpx; + color: #606266; +} +/** 筛选下拉框带搜索过滤功能样式 */ +.filter_select .uni-select { + line-height: 80rpx !important; + height: 80rpx !important; + font-size: 28rpx !important; + color: #606266; + padding: 0 !important; + border: 0 !important; +} +.filter_input { + width: 100%; + height: 80rpx; + line-height: 80rpx; + border: 0; + background-color: transparent; + font-size: 28rpx; + color: #606266; +} +.filter_input_disabled { + background-color: #eee; } .filter_search { width: 100rpx; @@ -210,29 +220,6 @@ uni-button:after { justify-content: flex-start; align-items: center; } -.filter_input_wraper_1 { - height: 30rpx; -} -.filter_input_wraper_inn_text { - line-height: 30rpx; - font-size: 28rpx; - color: #606266; -} -.filter_input { - width: 100%; - height: 70rpx; - line-height: 70rpx; - border: 1px solid #dcdfe6; - background-color: #fff; - padding: 0 15rpx; - font-size: 28rpx; - color: #606266; - border-radius: 10rpx; -} -.filter_input_disabled { - background-color: #eee; -} - .grid-wraper { width: 100%; } @@ -289,23 +276,6 @@ uni-button:after { /** 提交栏 **/ .submit-bar { - display: flex; - flex-wrap: wrap; - justify-content: flex-end; - align-items: center; - position: fixed; - bottom: 0; - left: 0; - width: 100%; - z-index: 200; - background-color: #fff; - padding-top: 20rpx; - box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7); -} -.submit-bar_new { - display: flex; - justify-content: space-between; - align-items: center; position: fixed; bottom: 0; left: 0; @@ -315,29 +285,33 @@ uni-button:after { padding: 14rpx; box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7); } -.submit-button { +.button-default { font-size: 34rpx; line-height: 88rpx; color: #ff6a00; text-align: center; - letter-spacing: 1rpx; - padding: 0 22rpx; + letter-spacing: 4rpx; + padding: 0; background-color: #fff; - border: 1px solid #ff6a00; - margin: 0 40rpx 20rpx 0; + border: 2rpx solid #ff6a00; border-radius: 10rpx; } -.submit-button_new { - /* width: 35%; */ +.button-primary { font-size: 34rpx; line-height: 88rpx; color: #fff; text-align: center; - letter-spacing: 1rpx; + letter-spacing: 4rpx; padding: 0; background-color: #ff6a00; + border: 2rpx solid #ff6a00; border-radius: 10rpx; } +.button-info, .submit-button[disabled] { + background-color: #c9c9c9; + border: 2rpx solid #c9c9c9; + color: #fff; +} .submit-more { width: 20%; font-size: 34rpx; @@ -347,11 +321,6 @@ uni-button:after { text-align: center; background-color: #fff } -.btn-disabled, .submit-button[disabled] { - background-color: #c9c9c9 !important; - border: 1px solid #c9c9c9 !important; - color: #fff !important; -} .more_btns_wraper { position: fixed; bottom: 0; diff --git a/common/style/reset.css b/common/style/reset.css index 4273edf..3e1befa 100644 --- a/common/style/reset.css +++ b/common/style/reset.css @@ -52,6 +52,7 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re } .zd-row { + width: 100%; display: flex; justify-content: space-between; align-items: center; @@ -128,6 +129,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re .zd-col-1 { width: 4.16667% } +.border-bottom { + border-bottom: 1rpx solid #e5e5e5; +} .mgb10 { margin-bottom: 10rpx; } diff --git a/components/SearchBox.vue b/components/SearchBox.vue index e0d75fc..599d1cb 100644 --- a/components/SearchBox.vue +++ b/components/SearchBox.vue @@ -2,15 +2,15 @@ - + - + @@ -129,9 +129,9 @@ @import '../common/style/mixin.styl'; .search_wraper position relative - _wh(100%, 70rpx) -.search_input - padding-right: 160rpx; + _wh(100%, 80rpx) +.pdr110 + padding-right: 110rpx; .buttons_wraper position absolute top 0 diff --git a/components/SearchBox1.vue b/components/SearchBox1.vue index 63134f7..f5c42b0 100644 --- a/components/SearchBox1.vue +++ b/components/SearchBox1.vue @@ -2,7 +2,7 @@ @@ -100,7 +100,7 @@ .search_wraper position relative _wh(100%, 70rpx) -.search_input +.pdr160 padding-right: 160rpx; .buttons_wraper position absolute diff --git a/components/SearchBoxMx.vue b/components/SearchBoxMx.vue index 6b0a818..a8abadb 100644 --- a/components/SearchBoxMx.vue +++ b/components/SearchBoxMx.vue @@ -75,7 +75,7 @@ .search_wraper position relative _wh(100%, 70rpx) -.search_input +.pdr160 padding-right: 160rpx; .buttons_wraper position absolute diff --git a/pages.json b/pages.json index 5e6856b..549a551 100644 --- a/pages.json +++ b/pages.json @@ -72,6 +72,22 @@ } } + ,{ + "path" : "pages/manage/empty-tray-out", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/manage/empty-tray-in", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/home/home.vue b/pages/home/home.vue index 194aaca..7be49fc 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -44,8 +44,8 @@ ]} ], menuList1: [ - {id: 1, title: '空托盘出库', icon: 'RF01', path: ''}, - {id: 2, title: '空托盘入库', icon: 'RF02', path: ''}, + {id: 1, title: '空托盘出库', icon: 'RF01', path: '/pages/manage/empty-tray-out'}, + {id: 2, title: '空托盘入库', icon: 'RF02', path: '/pages/manage/empty-tray-in'}, {id: 3, title: '组盘入库', icon: 'RF03', path: ''}, {id: 4, title: '原料出库', icon: 'RF04', path: ''}, {id: 5, title: '生产下料', icon: 'RF05', path: ''}, diff --git a/pages/login/setup.vue b/pages/login/setup.vue index a6e0bac..624398e 100644 --- a/pages/login/setup.vue +++ b/pages/login/setup.vue @@ -3,27 +3,22 @@ - - 服务器地址 + + 服务器地址 - - - - 打印地址 + + 打印地址 - - - - 刷新时间(s) + - - - + + @@ -81,15 +76,16 @@ diff --git a/pages/manage/empty-tray-in.vue b/pages/manage/empty-tray-in.vue new file mode 100644 index 0000000..a9ab1d3 --- /dev/null +++ b/pages/manage/empty-tray-in.vue @@ -0,0 +1,101 @@ + + + + + diff --git a/pages/manage/empty-tray-out.vue b/pages/manage/empty-tray-out.vue new file mode 100644 index 0000000..23e8955 --- /dev/null +++ b/pages/manage/empty-tray-out.vue @@ -0,0 +1,101 @@ + + + + + diff --git a/uni_modules/uni-icons/changelog.md b/uni_modules/uni-icons/changelog.md index 6449885..620ab02 100644 --- a/uni_modules/uni-icons/changelog.md +++ b/uni_modules/uni-icons/changelog.md @@ -1,3 +1,21 @@ +## 2.0.9(2024-01-12) +fix: 修复图标大小默认值错误的问题 +## 2.0.8(2023-12-14) +- 修复 项目未使用 ts 情况下,打包报错的bug +## 2.0.7(2023-12-14) +- 修复 size 属性为 string 时,不加单位导致尺寸异常的bug +## 2.0.6(2023-12-11) +- 优化 兼容老版本icon类型,如 top ,bottom 等 +## 2.0.5(2023-12-11) +- 优化 兼容老版本icon类型,如 top ,bottom 等 +## 2.0.4(2023-12-06) +- 优化 uni-app x 下示例项目图标排序 +## 2.0.3(2023-12-06) +- 修复 nvue下引入组件报错的bug +## 2.0.2(2023-12-05) +-优化 size 属性支持单位 +## 2.0.1(2023-12-05) +- 新增 uni-app x 支持定义图标 ## 1.3.5(2022-01-24) - 优化 size 属性可以传入不带单位的字符串数值 ## 1.3.4(2022-01-24) diff --git a/uni_modules/uni-icons/components/uni-icons/uni-icons.uvue b/uni_modules/uni-icons/components/uni-icons/uni-icons.uvue new file mode 100644 index 0000000..a975b4a --- /dev/null +++ b/uni_modules/uni-icons/components/uni-icons/uni-icons.uvue @@ -0,0 +1,91 @@ + + + + + diff --git a/uni_modules/uni-icons/components/uni-icons/uni-icons.vue b/uni_modules/uni-icons/components/uni-icons/uni-icons.vue index a87f68e..9634a9c 100644 --- a/uni_modules/uni-icons/components/uni-icons/uni-icons.vue +++ b/uni_modules/uni-icons/components/uni-icons/uni-icons.vue @@ -1,24 +1,28 @@ -