Browse Source

增加图标 和首页菜单

myd
pref_mail@163.com 1 year ago
parent
commit
ba6fd8c4d9
  1. 4
      config/host.js
  2. 40
      manifest.json
  3. 250
      pages/index/index.vue
  4. 14
      pages/user/user.vue
  5. 1
      unpackage/cache/apk/apkurl
  6. 1
      unpackage/cache/apk/cmManifestCache.json
  7. 3
      unpackage/cache/certdata
  8. 11
      unpackage/dist/build/app-plus/app-config-service.js
  9. 6
      unpackage/dist/build/app-plus/app-service.js
  10. 3
      unpackage/dist/build/app-plus/app.css
  11. 219
      unpackage/dist/build/app-plus/manifest.json
  12. 1
      unpackage/dist/build/app-plus/pagesHome/pages/DownGoods/DownGoods.css
  13. 1
      unpackage/dist/build/app-plus/pagesHome/pages/MergeTray/MergeTray.css
  14. 1
      unpackage/dist/build/app-plus/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.css
  15. 1
      unpackage/dist/build/app-plus/pagesHome/pages/Relocation/Relocation.css
  16. 1
      unpackage/dist/build/app-plus/pagesHome/pages/ScanUp/ScanUp.css
  17. 1
      unpackage/dist/build/app-plus/pagesHome/pages/SetPrice/SetPrice.css
  18. 1
      unpackage/dist/build/app-plus/pagesHome/pages/SignDetailScan/SignDetailScan.css
  19. 1
      unpackage/dist/build/app-plus/pagesHome/pages/StockUplist/StockUplist.css
  20. 1
      unpackage/dist/build/app-plus/pagesHome/pages/StockUplistScandetails/StockUplistScandetails.css
  21. 1
      unpackage/dist/build/app-plus/pagesHome/pages/signOrderScan/signOrderScan.css
  22. 1
      unpackage/dist/build/app-plus/pagesHome/pages/signinScan/signinScan.css

4
config/host.js

@ -12,13 +12,13 @@
// tjj
// const devhost = 'http://192.168.10.29:13000/'
// cyz
const devhost = 'http://192.168.10.75:8777/'
const devhost = 'http://h5uapi.huitongys.com/'
// cg
// const devhost='http://192.168.10.200:8888/'
/**
* 正式域名
* */
const prohost = 'http://test.api.huitongys.com/'
const prohost = 'http://h5uapi.huitongys.com/'
/**
* 图片域名
* */

40
manifest.json

@ -1,9 +1,9 @@
{
"name" : "货无忧测试版",
"appid" : "__UNI__EB22F37",
"name" : "货无忧",
"appid" : "__UNI__0FD96A9",
"description" : "",
"versionName" : "10.1.4",
"versionCode" : 1014,
"versionName" : "10.10.6",
"versionCode" : 10106,
"transformPx" : false,
/* 5+App */
"app-plus" : {
@ -66,6 +66,38 @@
"androidStyle" : "common",
"useOriginalMsgbox" : false,
"iosStyle" : "common"
},
"icons" : {
"android" : {
"hdpi" : "unpackage/res/icons/72x72.png",
"xhdpi" : "unpackage/res/icons/96x96.png",
"xxhdpi" : "unpackage/res/icons/144x144.png",
"xxxhdpi" : "unpackage/res/icons/192x192.png"
},
"ios" : {
"appstore" : "unpackage/res/icons/1024x1024.png",
"ipad" : {
"app" : "unpackage/res/icons/76x76.png",
"app@2x" : "unpackage/res/icons/152x152.png",
"notification" : "unpackage/res/icons/20x20.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x" : "unpackage/res/icons/167x167.png",
"settings" : "unpackage/res/icons/29x29.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png"
},
"iphone" : {
"app@2x" : "unpackage/res/icons/120x120.png",
"app@3x" : "unpackage/res/icons/180x180.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x" : "unpackage/res/icons/60x60.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x" : "unpackage/res/icons/87x87.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png",
"spotlight@3x" : "unpackage/res/icons/120x120.png"
}
}
}
},
"nativePlugins" : {

250
pages/index/index.vue

@ -41,125 +41,127 @@
import { inject, reactive, toRefs, watchEffect,ref } from "vue";
import utils from '../../utils/utils';
const tip = ref(null)
let details = reactive<listtype>({
tablist: [
{
type: 1,
name: '工作台',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '订单查询',
router: '/pagesHome/pages/orderInquiry/orderInquiry',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '自提扫描',
router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
},
]
},
{
type: 1,
name: '库内',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '订单分拣',
router: '/pagesHome/pages/ordersorting/ordersorting',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '库存品分拣',
router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '扫码上架',
router: '/pagesHome/pages/ScanUpType/ScanUpType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '手动上架',
router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '移库',
router: '/pagesHome/pages/RelocationType/RelocationType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '滞留',
router: '/pagesHome/pages/Retention/Retention',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '合托',
router: '/pagesHome/pages/MergeTray/MergeTray',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '下架',
router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '空置托盘',
router: '/pagesHome/pages/RemoveTray/RemoveTray',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '复核',
router: '/pagesHome/pages/Check/Check',
},
]
},
{
type: 1,
name: '出库',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '拣货扫描',
router: '/pagesHome/pages/pickingScan/pickingScan',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '自提扫描',
router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
},
]
},
{
type: 1,
name: '配送',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '装车扫描',
router: '/pagesHome/pages/LoadingScan/LoadingScan',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '签收扫描',
router: '/pagesHome/pages/signinScan/signinScan',
},
]
},
{
type: 1,
name: '离线上传',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '离线上传',
router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
},
]
},
]
})
let details =reactive<listtype>({tablist:[]});
// let details = reactive<listtype>({
// tablist: [
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/orderInquiry/orderInquiry',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/ordersorting/ordersorting',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/ScanUpType/ScanUpType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/RelocationType/RelocationType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/Retention/Retention',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/MergeTray/MergeTray',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/RemoveTray/RemoveTray',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/Check/Check',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/pickingScan/pickingScan',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/LoadingScan/LoadingScan',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/signinScan/signinScan',
// },
// ]
// },
// {
// type: 1,
// name: '线',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '线',
// router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
// },
// ]
// },
// ]
// })
function gopathpage(path : string) {
uni.navigateTo({
url: path
@ -303,7 +305,7 @@
}
onShow(() => {
// updateApp()
// init()
init()
// print()
})
@ -366,8 +368,12 @@
minilist: []
}
for (let ite of item.children) {
let result = await getImageCache('http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png')
console.log("image cache", result);
let result=null;
if(ite.source!=null){
result = await getImageCache(ite.source)
}
let obj = {
icon: result,
name: ite.name,

14
pages/user/user.vue

@ -217,11 +217,11 @@
console.log(String(res.limitSize));
}
async function updateApp() {
// let version=await utils.getversion()
let version = {
version: '10.1.1',
pkName: 'com.hwy.pda.test'
}
let version=await utils.getversion()
// let version = {
// version: '10.10.4',
// pkName: 'com.hwy.pda.test'
// }
console.log("version 版本>>>>", version)
let data = {
betenantCode: uni.getStorageSync('userinfo').tenant_id,
@ -230,7 +230,9 @@
}
console.log('data>>>>', data);
let response = await AppPdaversiondetail(data)
if (response.code == 200 && response.data) {
console.log('response>>>>', Object.keys(response.data) );
if (response.code == 200 && Object.keys(response.data).length!=0) {
console.log("res.data", response.data);
console.log('有可更新包');
//

1
unpackage/cache/apk/apkurl vendored

@ -1 +0,0 @@
https://ide.dcloud.net.cn/build/download/8ccbed00-680f-11ee-bcd3-a5b16701238e

1
unpackage/cache/apk/cmManifestCache.json vendored

File diff suppressed because one or more lines are too long

3
unpackage/cache/certdata vendored

@ -1,3 +0,0 @@
andrCertfile=D:/HBuilderX/plugins/app-safe-pack/Test.keystore
andrCertAlias=android
andrCertPass=ep/Tdjka4Y7WYqDB6/S7dw==

11
unpackage/dist/build/app-plus/app-config-service.js vendored

File diff suppressed because one or more lines are too long

6
unpackage/dist/build/app-plus/app-service.js vendored

File diff suppressed because one or more lines are too long

3
unpackage/dist/build/app-plus/app.css vendored

File diff suppressed because one or more lines are too long

219
unpackage/dist/build/app-plus/manifest.json vendored

@ -1,219 +0,0 @@
{
"@platforms": [
"android",
"iPhone",
"iPad"
],
"id": "__UNI__EB22F37",
"name": "货无忧测试版",
"version": {
"name": "10.1.4",
"code": 1014
},
"description": "",
"developer": {
"name": "",
"email": "",
"url": ""
},
"permissions": {
"Bluetooth": {},
"Barcode": {},
"Camera": {},
"Geolocation": {},
"UniNView": {
"description": "UniNView原生渲染"
}
},
"plus": {
"useragent": {
"value": "uni-app",
"concatenate": true
},
"splashscreen": {
"target": "id:1",
"autoclose": true,
"waiting": true,
"delay": 0
},
"popGesture": "close",
"launchwebview": {
"id": "1",
"kernel": "WKWebview"
},
"usingComponents": true,
"nvueStyleCompiler": "uni-app",
"compilerVersion": 3,
"distribute": {
"splashscreen": {
"androidStyle": "common",
"useOriginalMsgbox": false,
"iosStyle": "common"
},
"google": {
"permissions": [
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
]
},
"apple": {
"dSYMs": false,
"idfa": false
},
"plugins": {
"geolocation": {
"amap": {
"__platform__": [
"android"
],
"appkey_ios": "f5577fdddf4f68f92bbde932e9e35bd6",
"appkey_android": "f5577fdddf4f68f92bbde932e9e35bd6"
}
},
"ad": {},
"audio": {
"mp3": {
"description": "Android平台录音支持MP3格式文件"
}
}
}
},
"nativePlugins": {
"MT-TTS": {
"__plugin_info__": {
"name": "MT-TTS语音合成",
"description": "安卓tts语音合成",
"platforms": "Android",
"url": "",
"android_package_name": "",
"ios_bundle_id": "",
"isCloud": false,
"bought": -1,
"pid": "",
"parameters": {}
}
},
"Sunmi-Print-Inner": {
"__plugin_info__": {
"name": "Sunmi-Print-Inner",
"description": "商米打印服务uniapp插件",
"platforms": "Android",
"url": "",
"android_package_name": "",
"ios_bundle_id": "",
"isCloud": false,
"bought": -1,
"pid": "",
"parameters": {}
}
},
"LcPrinter": {
"__plugin_info__": {
"name": "LcPrinter",
"description": "打印插件",
"platforms": "Android",
"url": "",
"android_package_name": "",
"ios_bundle_id": "",
"isCloud": false,
"bought": -1,
"pid": "",
"parameters": {}
}
}
},
"statusbar": {
"immersed": "supportedDevice",
"style": "dark",
"background": "#F8F8F8"
},
"uniStatistics": {
"enable": false
},
"allowsInlineMediaPlayback": true,
"safearea": {
"background": "#ffffff",
"bottom": {
"offset": "auto"
}
},
"uni-app": {
"control": "uni-v3",
"vueVersion": "3",
"compilerVersion": "3.8.12",
"nvueCompiler": "uni-app",
"renderer": "auto",
"nvue": {
"flex-direction": "column"
},
"nvueLaunchMode": "normal",
"webView": {
"minUserAgentVersion": "49.0"
}
},
"tabBar": {
"position": "bottom",
"color": "#999999",
"selectedColor": "#df8926",
"borderStyle": "rgba(0,0,0,0.4)",
"blurEffect": "none",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"height": "50px",
"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": "我的"
}
],
"selectedIndex": 0,
"shown": true,
"child": [
"lauchwebview"
],
"selected": 0
}
},
"launch_path": "__uniappview.html"
}

1
unpackage/dist/build/app-plus/pagesHome/pages/DownGoods/DownGoods.css vendored

File diff suppressed because one or more lines are too long

1
unpackage/dist/build/app-plus/pagesHome/pages/MergeTray/MergeTray.css vendored

File diff suppressed because one or more lines are too long

1
unpackage/dist/build/app-plus/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.css vendored

File diff suppressed because one or more lines are too long

1
unpackage/dist/build/app-plus/pagesHome/pages/Relocation/Relocation.css vendored

File diff suppressed because one or more lines are too long

1
unpackage/dist/build/app-plus/pagesHome/pages/ScanUp/ScanUp.css vendored

File diff suppressed because one or more lines are too long

1
unpackage/dist/build/app-plus/pagesHome/pages/SetPrice/SetPrice.css vendored

File diff suppressed because one or more lines are too long

1
unpackage/dist/build/app-plus/pagesHome/pages/SignDetailScan/SignDetailScan.css vendored

File diff suppressed because one or more lines are too long

1
unpackage/dist/build/app-plus/pagesHome/pages/StockUplist/StockUplist.css vendored

@ -1 +0,0 @@
.u-status-bar[data-v-31491727]{width:100%}uni-view[data-v-5c79ae5e],uni-scroll-view[data-v-5c79ae5e],uni-swiper-item[data-v-5c79ae5e]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uicon-iconfont;src:url(https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf) format("truetype")}.u-icon[data-v-5c79ae5e]{display:flex;align-items:center}.u-icon--left[data-v-5c79ae5e]{flex-direction:row-reverse;align-items:center}.u-icon--right[data-v-5c79ae5e]{flex-direction:row;align-items:center}.u-icon--top[data-v-5c79ae5e]{flex-direction:column-reverse;justify-content:center}.u-icon--bottom[data-v-5c79ae5e]{flex-direction:column;justify-content:center}.u-icon__icon[data-v-5c79ae5e]{font-family:uicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.u-icon__icon--primary[data-v-5c79ae5e]{color:#3c9cff}.u-icon__icon--success[data-v-5c79ae5e]{color:#5ac725}.u-icon__icon--error[data-v-5c79ae5e]{color:#f56c6c}.u-icon__icon--warning[data-v-5c79ae5e]{color:#f9ae3d}.u-icon__icon--info[data-v-5c79ae5e]{color:#909399}.u-icon__img[data-v-5c79ae5e]{height:auto;will-change:transform}.u-icon__label[data-v-5c79ae5e]{line-height:1}uni-view[data-v-917ffc31],uni-scroll-view[data-v-917ffc31],uni-swiper-item[data-v-917ffc31]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.u-navbar--fixed[data-v-917ffc31]{position:fixed;left:0;right:0;top:0;z-index:11}.u-navbar__content[data-v-917ffc31]{display:flex;flex-direction:row;align-items:center;height:44px;background-color:#9acafc;position:relative;justify-content:center}.u-navbar__content__left[data-v-917ffc31],.u-navbar__content__right[data-v-917ffc31]{padding:0 13px;position:absolute;top:0;bottom:0;display:flex;flex-direction:row;align-items:center}.u-navbar__content__left[data-v-917ffc31]{left:0}.u-navbar__content__left--hover[data-v-917ffc31]{opacity:.7}.u-navbar__content__left__text[data-v-917ffc31]{font-size:15px;margin-left:3px}.u-navbar__content__title[data-v-917ffc31]{text-align:center;font-size:16px;color:#303133}.u-navbar__content__right[data-v-917ffc31]{right:0}.u-navbar__content__right__text[data-v-917ffc31]{font-size:15px;margin-left:3px}.tabtip{display:flex;align-items:center;justify-content:space-between}.tabtip>uni-view{width:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;font-size:1rem;font-weight:400;color:#90a0af}.tabtip>uni-view>uni-view{height:2.5rem;border-bottom:.25rem solid #ffffff;display:flex;align-items:center;justify-content:center}.tabtip .xz{color:#d3832a;border-bottom:.25rem solid #D3832A}.scvew{width:100%;height:60vh;margin-top:.625rem}.scvew .mabx{width:100%;display:flex;flex-direction:column;align-items:center}.scvew .mabx>.item{width:21.4375rem;background:#FFFFFF;border-radius:.25rem;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;border-bottom:.03125rem solid #ebebeb;margin-bottom:.625rem;padding-bottom:.9375rem}.scvew .mabx>.item .toptitl{width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:.0625rem solid #EEEEEE;padding:1.0625rem .75rem;box-sizing:border-box}.scvew .mabx>.item .toptitl .toplft{font-size:1rem;font-weight:400;color:#092c4d}.scvew .mabx>.item .toptitl .tis{font-size:1rem;font-weight:400;color:#0086f1}.scvew .mabx>.item .toptitl .bf{color:#d3832a}.scvew .mabx>.item .boxcontt{display:flex;flex-direction:column;align-items:center;width:100%;padding:1rem .75rem;box-sizing:border-box;font-size:.875rem;border-bottom:.0625rem solid #EEEEEE}.scvew .mabx>.item .boxcontt>uni-view{width:100%;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.625rem}.scvew .mabx>.item .boxcontt>uni-view:nth-last-child(1){margin-bottom:0}.scvew .mabx>.item .boxcontt>uni-view>uni-view{flex:1;word-wrap:break-word;word-break:break-all}.scvew .mabx>.item .boxcontt>uni-view>uni-view:nth-of-type(1){margin-right:.9375rem}.scvew .mabx>.item .buttts{height:3.125rem;display:flex;align-items:center;justify-content:space-around;width:100%;box-sizing:border-box}.scvew .mabx>.item .buttts .antu{border:.0625rem solid #0086F1;color:#0086f1}.scvew .mabx>.item .buttts .anj{border:.0625rem solid #D3832A;color:#d3832a}.scvew .mabx>.item .buttts>uni-view{width:6.375rem;height:2rem;background:#FFFFFF;border-radius:.25rem;opacity:1;font-size:.875rem;display:flex;align-items:center;justify-content:center}.head{display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding:.625rem;height:5.5rem;box-sizing:border-box;background-color:#fff}.head>.type1{width:100%;height:1.875rem;display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:400;color:#092c4d}.head>.type1>uni-view{width:50%}

1
unpackage/dist/build/app-plus/pagesHome/pages/StockUplistScandetails/StockUplistScandetails.css vendored

@ -1 +0,0 @@
.u-status-bar[data-v-31491727]{width:100%}uni-view[data-v-5c79ae5e],uni-scroll-view[data-v-5c79ae5e],uni-swiper-item[data-v-5c79ae5e]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uicon-iconfont;src:url(https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf) format("truetype")}.u-icon[data-v-5c79ae5e]{display:flex;align-items:center}.u-icon--left[data-v-5c79ae5e]{flex-direction:row-reverse;align-items:center}.u-icon--right[data-v-5c79ae5e]{flex-direction:row;align-items:center}.u-icon--top[data-v-5c79ae5e]{flex-direction:column-reverse;justify-content:center}.u-icon--bottom[data-v-5c79ae5e]{flex-direction:column;justify-content:center}.u-icon__icon[data-v-5c79ae5e]{font-family:uicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.u-icon__icon--primary[data-v-5c79ae5e]{color:#3c9cff}.u-icon__icon--success[data-v-5c79ae5e]{color:#5ac725}.u-icon__icon--error[data-v-5c79ae5e]{color:#f56c6c}.u-icon__icon--warning[data-v-5c79ae5e]{color:#f9ae3d}.u-icon__icon--info[data-v-5c79ae5e]{color:#909399}.u-icon__img[data-v-5c79ae5e]{height:auto;will-change:transform}.u-icon__label[data-v-5c79ae5e]{line-height:1}uni-view[data-v-917ffc31],uni-scroll-view[data-v-917ffc31],uni-swiper-item[data-v-917ffc31]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.u-navbar--fixed[data-v-917ffc31]{position:fixed;left:0;right:0;top:0;z-index:11}.u-navbar__content[data-v-917ffc31]{display:flex;flex-direction:row;align-items:center;height:44px;background-color:#9acafc;position:relative;justify-content:center}.u-navbar__content__left[data-v-917ffc31],.u-navbar__content__right[data-v-917ffc31]{padding:0 13px;position:absolute;top:0;bottom:0;display:flex;flex-direction:row;align-items:center}.u-navbar__content__left[data-v-917ffc31]{left:0}.u-navbar__content__left--hover[data-v-917ffc31]{opacity:.7}.u-navbar__content__left__text[data-v-917ffc31]{font-size:15px;margin-left:3px}.u-navbar__content__title[data-v-917ffc31]{text-align:center;font-size:16px;color:#303133}.u-navbar__content__right[data-v-917ffc31]{right:0}.u-navbar__content__right__text[data-v-917ffc31]{font-size:15px;margin-left:3px}.butbox{display:flex;flex-direction:column;width:21.4375rem;margin:auto;margin-top:.625rem;box-sizing:border-box;padding:.5rem 0;background-color:#fff;border-radius:.25rem}.butbox .scrollv{width:100%;height:50vh;box-sizing:border-box}.butbox .scrollv .mabxs{display:flex;flex-direction:column;align-items:center;padding-top:.15625rem}.butbox .scrollv .mabxs .ite{width:93%;display:flex;flex-direction:column;align-items:center;padding:.3125rem;box-sizing:border-box;border-radius:.25rem;box-shadow:0 .0625rem .3125rem #e2e2e3;margin-bottom:.625rem}.butbox .scrollv .mabxs .ite>uni-view{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:.3125rem}.butbox .scrollv .mabxs .ite>uni-view:nth-last-child(1){margin-bottom:none}.butbox .scrollv .mabxs .ite>uni-view>uni-view{width:50%;font-size:.875rem;font-weight:400;color:#092c4d}.butbox .prtbut{margin:auto;margin-top:.625rem;width:10rem;height:2.75rem;background:#D3832A;border-radius:.25rem;font-size:1rem;font-weight:400;color:#fff;display:flex;align-items:center;justify-content:center}.head{display:flex;flex-direction:column;align-items:center;width:100%;padding:.625rem;box-sizing:border-box;background-color:#fff}.head>.type1{width:100%;display:flex;align-items:center;margin:.4375rem 0;font-size:.875rem;font-weight:400;color:#092c4d}.head>.type1>uni-view{flex:1;word-wrap:break-word;word-break:break-all}.head>.type1>uni-view:nth-of-type(1){margin-right:.9375rem}.head>.type2{width:100%;display:flex;align-items:center;justify-content:space-between;margin:.4375rem 0;font-size:.875rem;font-weight:400;color:#092c4d}.head>.type2>uni-view:nth-of-type(2){width:50%;display:flex;align-items:center}.head>.type2>uni-view:nth-of-type(2)>uni-view:nth-of-type(2){font-size:.875rem;font-weight:400;color:#0086f1;margin-left:.625rem}

1
unpackage/dist/build/app-plus/pagesHome/pages/signOrderScan/signOrderScan.css vendored

File diff suppressed because one or more lines are too long

1
unpackage/dist/build/app-plus/pagesHome/pages/signinScan/signinScan.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save