qb 1 year ago
parent
commit
8be107e495
  1. 362
      pages/index/index.vue
  2. 2
      pagesHome/pages/ArrivalList/ArrivalList.vue
  3. 11
      pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue
  4. 4
      unpackage/dist/dev/app-plus/app-config-service.js
  5. 991
      unpackage/dist/dev/app-plus/app-service.js
  6. 4
      unpackage/dist/dev/app-plus/app.css
  7. 12
      unpackage/dist/dev/app-plus/manifest.json
  8. 205
      unpackage/dist/dev/app-plus/pagesHome/pages/PeopleScanUp/PeopleScanUp.css
  9. 158
      unpackage/dist/dev/app-plus/pagesHome/pages/ScanUp/ScanUp.css

362
pages/index/index.vue

@ -40,187 +40,187 @@
const { storageArr } = storeToRefs(storageStore)
const tip = ref(null)
// 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/storageInquiry/storageInquiry',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '托盘查询',
router: '/pagesHome/pages/trayInquiry/trayInquiry',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '库存品查询',
router: '/pagesHome/pages/inventoryInquiry/inventoryInquiry',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '物料维护',
router: '/pagesHome/pages/MaterialMaintenance/MaterialMaintenance',
},
]
},
{
type: 1,
name: '入库',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '码板打托',
router: '/pagesHome/pages/codePlateBracket/codePlateBracket',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '入库扫描',
router: '/pagesHome/pages/TranNumber/TranNumber',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '到车入库',
router: '/pagesHome/pages/ArrivalList/ArrivalList',
},
]
},
{
type: 1,
name: '库内',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '分拣打托',
router: '/pagesHome/pages/scansorting/scansorting',
},
// {
// 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',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '托盘数据同步',
router: '/pagesHome/pages/SearchTray/SearchTray',
},
]
},
{
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',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '配载装车',
router: '/pagesHome/pages/StowageList/StowageList',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '中转装车',
router: '/pagesHome/pages/RelayScanList/RelayScanList',
},
]
},
{
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',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '直发商家签收',
router: '/pagesHome/pages/directGoMarket/directGoMarket',
},
]
},
{
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/storageInquiry/storageInquiry',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/trayInquiry/trayInquiry',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/inventoryInquiry/inventoryInquiry',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/MaterialMaintenance/MaterialMaintenance',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/codePlateBracket/codePlateBracket',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/TranNumber/TranNumber',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/ArrivalList/ArrivalList',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/scansorting/scansorting',
// },
// // {
// // 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',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/SearchTray/SearchTray',
// },
// ]
// },
// {
// 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',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/StowageList/StowageList',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/RelayScanList/RelayScanList',
// },
// ]
// },
// {
// 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',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/directGoMarket/directGoMarket',
// },
// ]
// },
// {
// 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({

2
pagesHome/pages/ArrivalList/ArrivalList.vue

@ -395,7 +395,7 @@
/** 按件入库 || 整托入库 */
const handleDetailsByOrder = (item, type) => {
uni.navigateTo({
url: '/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails?id=' + item.id + '&type=' + type + 'page=' + 'ArrivalList'
url: '/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails?id=' + item.id + '&type=' + type + '&page=' + 'ArrivalList'
})
}

11
pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue

@ -1,5 +1,5 @@
<template>
<BasicContainer ref="basicContainer" :option="option" :leftClick="leftClick">
<BasicContainer ref="basicContainer" :option="option">
<template #head>
<view class="hdtp">
<view>
@ -395,8 +395,6 @@
onMounted(async () => {
//
await nextTick()
console.log('uni.getSystemInfoSync ().windowHeight :>> ', uni.getSystemInfoSync().windowHeight);
console.log('jpScorllView :>> ', jpScorllView.value.clientHeight);
details.jpScorllViewHeight = await utils.getViewDistanceFormTop('.jpScorllView')
})
@ -440,7 +438,7 @@
details.pageInfo.unloadZeroList :
details.pageInfo.exceptionList
if (details.isscan) {
if (details.isscan || details.isAbnormal) {
//
let _total = 0
@ -724,11 +722,6 @@
else if (Number(details.pageType) === 2) scanTray()
}
/** 返回上一页 */
const leftClick = () => {
uni.navigateBack()
}
/** 零担 -- 单独卸车 */
const handleZeroSoleStowage = (_item, _value) => {
details.zeroInfo = { waybillNo: _item.waybillNo, orderCode: _item.orderCode, ..._value }

4
unpackage/dist/dev/app-plus/app-config-service.js vendored

File diff suppressed because one or more lines are too long

991
unpackage/dist/dev/app-plus/app-service.js vendored

File diff suppressed because it is too large Load Diff

4
unpackage/dist/dev/app-plus/app.css vendored

@ -614,7 +614,7 @@ body {
left: 0;
top: 0;
background-color: #00000050;
z-index: 99999;
z-index: 999;
}
.modtips[data-v-27fa88b6] {
width: 19.6875rem;
@ -710,7 +710,7 @@ body {
left: 0;
top: 0;
background-color: #00000050;
z-index: 9999;
z-index: 999;
}
.modtips[data-v-a3a2f036] {
width: 19.6875rem;

12
unpackage/dist/dev/app-plus/manifest.json vendored

@ -5,10 +5,10 @@
"iPad"
],
"id": "__UNI__EB22F37",
"name": "货无忧",
"name": "货无忧测试版",
"version": {
"name": "1.1.15",
"code": 1115
"name": "1.1.16",
"code": 1116
},
"description": "",
"developer": {
@ -220,12 +220,6 @@
"selectedIconPath": "/static/TabberIcon/icon2check.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",

205
unpackage/dist/dev/app-plus/pagesHome/pages/PeopleScanUp/PeopleScanUp.css vendored

@ -225,7 +225,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.tanchuangbg {
.tanchuangbg[data-v-7888e346] {
width: 100%;
height: 100%;
position: fixed;
@ -238,7 +238,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
justify-content: center;
transition: all 1s;
}
.tanchuangbg .makinp {
.tanchuangbg .makinp[data-v-7888e346] {
width: 18.4375rem;
border: 0.03125rem solid #00000020;
color: #020B18;
@ -248,7 +248,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
font-size: 0.875rem;
padding: 0.3125rem 0.625rem;
}
.tanchuangbg .inputbox {
.tanchuangbg .inputbox[data-v-7888e346] {
width: 20.9375rem;
background-color: #ffffff;
box-sizing: border-box;
@ -258,13 +258,13 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
align-items: center;
padding: 0.9375rem;
}
.tanchuangbg .inputbox .inputscan {
.tanchuangbg .inputbox .inputscan[data-v-7888e346] {
width: 100%;
display: flex;
align-items: center;
justify-content: space-around;
}
.tanchuangbg .inputbox .inputscan > uni-input {
.tanchuangbg .inputbox .inputscan > uni-input[data-v-7888e346] {
width: 13.75rem;
height: 2rem;
border: 0.03125rem solid #092C4D30;
@ -274,7 +274,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
padding: 0 0.625rem;
box-sizing: border-box;
}
.tanchuangbg .inputbox .inputscan .scanbt {
.tanchuangbg .inputbox .inputscan .scanbt[data-v-7888e346] {
width: 4rem;
height: 2rem;
background: #D3832A;
@ -287,17 +287,17 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
font-weight: 400;
color: #FFFFFF;
}
.tanchuangbg .inputbox .scvbw {
.tanchuangbg .inputbox .scvbw[data-v-7888e346] {
width: 100%;
height: 14.0625rem;
margin-top: 0.9375rem;
}
.tanchuangbg .inputbox .scvbw .scboxitem {
.tanchuangbg .inputbox .scvbw .scboxitem[data-v-7888e346] {
display: flex;
flex-direction: column;
align-items: center;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items {
.tanchuangbg .inputbox .scvbw .scboxitem .items[data-v-7888e346] {
width: 18.4375rem;
display: flex;
flex-direction: column;
@ -306,10 +306,10 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
padding: 0.625rem;
box-sizing: border-box;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite[data-v-7888e346] {
width: 100%;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox[data-v-7888e346] {
width: 100%;
margin-bottom: 0.625rem;
display: flex;
@ -324,62 +324,62 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
border-radius: 0.625rem;
color: #D3832A;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox:last-child {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox[data-v-7888e346]:last-child {
margin-bottom: 0;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox > uni-view {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox > uni-view[data-v-7888e346] {
word-wrap: break-word;
word-break: break-all;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s[data-v-7888e346] {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 0.625rem;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s .title {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s .title[data-v-7888e346] {
white-space: nowrap;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > uni-view {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > uni-view[data-v-7888e346] {
flex: 1;
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 0.875rem;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > uni-view > uni-view:nth-of-type(1) {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > uni-view > uni-view[data-v-7888e346]:nth-of-type(1) {
color: #90A0AF;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > uni-view > uni-view:nth-of-type(2) {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > uni-view > uni-view[data-v-7888e346]:nth-of-type(2) {
color: #092C4D;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu {
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu[data-v-7888e346] {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 0.625rem;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > uni-view {
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > uni-view[data-v-7888e346] {
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 0.875rem;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > uni-view > uni-view:nth-of-type(1) {
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > uni-view > uni-view[data-v-7888e346]:nth-of-type(1) {
color: #90A0AF;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > uni-view > uni-input {
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > uni-view > uni-input[data-v-7888e346] {
width: 6.25rem;
padding: 0 0.46875rem;
border: 0.03125rem solid #00000020;
}
.tanchuangbg .inputbox .btx {
.tanchuangbg .inputbox .btx[data-v-7888e346] {
display: flex;
align-items: center;
justify-content: space-around;
margin-top: 1.5625rem;
}
.tanchuangbg .inputbox .btx > uni-view {
.tanchuangbg .inputbox .btx > uni-view[data-v-7888e346] {
display: flex;
align-items: center;
justify-content: center;
@ -388,22 +388,22 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
border-radius: 0.21875rem;
font-size: 0.875rem;
}
.tanchuangbg .inputbox .btx > .cancel {
.tanchuangbg .inputbox .btx > .cancel[data-v-7888e346] {
background-color: #F5F5F6;
color: #5A6875;
margin-right: 0.625rem;
}
.tanchuangbg .inputbox .btx > .confirm {
.tanchuangbg .inputbox .btx > .confirm[data-v-7888e346] {
background-color: #D3832A;
color: #FFFFFF;
}
.butbox {
.butbox[data-v-7888e346] {
display: flex;
align-items: center;
justify-content: center;
margin-top: 0.46875rem;
}
.butbox > uni-view {
.butbox > uni-view[data-v-7888e346] {
width: 10rem;
height: 3rem;
background: #D3832A;
@ -416,21 +416,21 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
font-weight: 400;
color: #FFFFFF;
}
.butbox > uni-view:nth-last-child(1) {
.butbox > uni-view[data-v-7888e346]:nth-last-child(1) {
margin-left: 0.9375rem;
}
.sclcs {
.sclcs[data-v-7888e346] {
width: 21.4375rem;
height: 27vh;
margin: auto;
}
.sclcs .visc {
.sclcs .visc[data-v-7888e346] {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.sclcs .visc .item1 {
.sclcs .visc .item1[data-v-7888e346] {
width: 21.4375rem;
padding: 0 0.75rem;
box-sizing: border-box;
@ -439,21 +439,21 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
position: relative;
margin-bottom: 0.9375rem;
}
.sclcs .visc .item1:nth-last-child(1) {
.sclcs .visc .item1[data-v-7888e346]:nth-last-child(1) {
margin-bottom: 0;
}
.sclcs .visc .item1 .removeicons {
.sclcs .visc .item1 .removeicons[data-v-7888e346] {
position: absolute;
right: 0;
}
.sclcs .visc .item1 .qtimgzt {
.sclcs .visc .item1 .qtimgzt[data-v-7888e346] {
width: 3rem;
height: 3rem;
position: absolute;
right: 0;
top: 0;
}
.sclcs .visc .item1 > uni-view {
.sclcs .visc .item1 > uni-view[data-v-7888e346] {
width: 100%;
display: flex;
align-items: center;
@ -461,26 +461,26 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
box-sizing: border-box;
border-bottom: 0.125rem solid #EEEEEE;
}
.sclcs .visc .item1 > uni-view:nth-last-child(1) {
.sclcs .visc .item1 > uni-view[data-v-7888e346]:nth-last-child(1) {
border-bottom: 0 solid #EEEEEE00 !important;
}
.sclcs .visc .item1 > uni-view > uni-image {
.sclcs .visc .item1 > uni-view > uni-image[data-v-7888e346] {
width: 1rem;
height: 1rem;
margin-right: 0.46875rem;
}
.sclcs .visc .item1 > uni-view > uni-view {
.sclcs .visc .item1 > uni-view > uni-view[data-v-7888e346] {
font-size: 0.875rem;
font-weight: 400;
color: #020B18;
word-wrap: break-word;
word-break: break-all;
}
.sclcs .visc .item1 > uni-view > uni-view .numb {
.sclcs .visc .item1 > uni-view > uni-view .numb[data-v-7888e346] {
font-size: 0.875rem;
color: #178AF2;
}
.sclcs .visc .item2 {
.sclcs .visc .item2[data-v-7888e346] {
width: 21.4375rem;
padding: 0 0.75rem;
box-sizing: border-box;
@ -489,46 +489,46 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
position: relative;
margin-bottom: 0.9375rem;
}
.sclcs .visc .item2 .qtimgzt {
.sclcs .visc .item2 .qtimgzt[data-v-7888e346] {
width: 3rem;
height: 3rem;
position: absolute;
right: 0;
top: 0;
}
.sclcs .visc .item2 > .tpbx {
.sclcs .visc .item2 > .tpbx[data-v-7888e346] {
display: flex;
align-items: center;
padding: 0.5625rem 0.75rem;
box-sizing: border-box;
border-bottom: 0.125rem solid #EEEEEE;
}
.sclcs .visc .item2 > .tpbx > uni-image {
.sclcs .visc .item2 > .tpbx > uni-image[data-v-7888e346] {
width: 1rem;
height: 1rem;
margin-right: 0.46875rem;
}
.sclcs .visc .item2 > .tpbx > uni-view {
.sclcs .visc .item2 > .tpbx > uni-view[data-v-7888e346] {
font-size: 0.875rem;
font-weight: 400;
color: #020B18;
}
.sclcs .visc .item2 > .tpbx > uni-view .numb {
.sclcs .visc .item2 > .tpbx > uni-view .numb[data-v-7888e346] {
font-size: 0.875rem;
color: #178AF2;
}
.sclcs .visc .item2 > .viewnum {
.sclcs .visc .item2 > .viewnum[data-v-7888e346] {
height: 3.125rem;
display: flex;
align-items: center;
justify-content: space-around;
}
.sclcs .visc .item2 > .viewnum > uni-view {
.sclcs .visc .item2 > .viewnum > uni-view[data-v-7888e346] {
font-size: 0.875rem;
font-weight: 400;
color: #020B18;
}
.tabchecklist {
.tabchecklist[data-v-7888e346] {
width: 21.375rem;
height: 3.125rem;
margin: auto;
@ -539,32 +539,32 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
align-items: center;
justify-content: space-around;
}
.tabchecklist .xz > uni-view:nth-of-type(1) {
.tabchecklist .xz > uni-view[data-v-7888e346]:nth-of-type(1) {
color: #D3832A !important;
}
.tabchecklist .xz > uni-view:nth-of-type(2) {
.tabchecklist .xz > uni-view[data-v-7888e346]:nth-of-type(2) {
background-color: #D3832A !important;
}
.tabchecklist > uni-view {
.tabchecklist > uni-view[data-v-7888e346] {
display: flex;
flex-direction: column;
align-items: center;
}
.tabchecklist > uni-view > uni-view:nth-of-type(1) {
.tabchecklist > uni-view > uni-view[data-v-7888e346]:nth-of-type(1) {
font-size: 1rem;
font-weight: 400;
margin-bottom: 0.625rem;
color: #020B18;
transition: all 0.2s;
}
.tabchecklist > uni-view > uni-view:nth-of-type(2) {
.tabchecklist > uni-view > uni-view[data-v-7888e346]:nth-of-type(2) {
width: 3rem;
height: 0.25rem;
background-color: #D3832A00;
border-radius: 0.125rem;
transition: all 0.2s;
}
.topviewbox {
.topviewbox[data-v-7888e346] {
width: 21.4375rem;
background: #FFFFFF;
border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
@ -574,7 +574,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
margin: auto;
margin-top: 0.625rem;
}
.topviewbox > .oebox {
.topviewbox > .oebox[data-v-7888e346] {
padding: 0.625rem 0.78125rem;
box-sizing: border-box;
border-bottom: 0.125rem solid #EEEEEE;
@ -582,22 +582,22 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
align-items: center;
justify-content: flex-start;
}
.topviewbox > .oebox > uni-view {
.topviewbox > .oebox > uni-view[data-v-7888e346] {
font-size: 1rem;
font-weight: 400;
color: #020B18;
}
.topviewbox > .oebox > uni-image {
.topviewbox > .oebox > uni-image[data-v-7888e346] {
width: 1rem;
height: 1rem;
margin-right: 0.4375rem;
}
.topviewbox .numbox {
.topviewbox .numbox[data-v-7888e346] {
width: 100%;
padding: 0.625rem;
box-sizing: border-box;
}
.topviewbox .numbox > uni-view {
.topviewbox .numbox > uni-view[data-v-7888e346] {
width: 20rem;
height: 5rem;
background: #F5F7FB;
@ -607,88 +607,139 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
align-items: center;
justify-content: space-around;
}
.topviewbox .numbox > uni-view > uni-view {
.topviewbox .numbox > uni-view > uni-view[data-v-7888e346] {
display: flex;
flex-direction: column;
align-items: center;
}
.topviewbox .numbox > uni-view > uni-view:nth-of-type(1) > uni-view:nth-of-type(2) {
.topviewbox .numbox > uni-view > uni-view:nth-of-type(1) > uni-view[data-v-7888e346]:nth-of-type(2) {
color: #FF9545 !important;
}
.topviewbox .numbox > uni-view > uni-view:nth-of-type(2) > uni-view:nth-of-type(2) {
.topviewbox .numbox > uni-view > uni-view:nth-of-type(2) > uni-view[data-v-7888e346]:nth-of-type(2) {
color: #178AF2 !important;
}
.topviewbox .numbox > uni-view > uni-view > uni-view:nth-of-type(1) {
.topviewbox .numbox > uni-view > uni-view > uni-view[data-v-7888e346]:nth-of-type(1) {
font-size: 0.875rem;
font-weight: 400;
color: #020B18;
margin-bottom: 0.5625rem;
}
.topviewbox .numbox > uni-view > uni-view > uni-view:nth-of-type(2) {
.topviewbox .numbox > uni-view > uni-view > uni-view[data-v-7888e346]:nth-of-type(2) {
font-size: 1.125rem;
font-weight: 400;
}
.topviewbox > .contview {
.topviewbox > .contview[data-v-7888e346] {
display: flex;
flex-direction: column;
width: 100%;
padding: 0.625rem;
box-sizing: border-box;
}
.topviewbox > .contview > uni-view {
.topviewbox > .contview > uni-view[data-v-7888e346] {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 0.625rem;
}
.topviewbox > .contview > uni-view:nth-last-child(1) {
.topviewbox > .contview > uni-view[data-v-7888e346]:nth-last-child(1) {
margin-bottom: 0;
}
.topviewbox > .contview > uni-view > uni-view:nth-of-type(1) {
.topviewbox > .contview > uni-view > uni-view[data-v-7888e346]:nth-of-type(1) {
display: flex;
align-items: center;
justify-content: center;
margin-right: 0.9375rem;
}
.topviewbox > .contview > uni-view > uni-view:nth-of-type(1) > uni-image {
.topviewbox > .contview > uni-view > uni-view:nth-of-type(1) > uni-image[data-v-7888e346] {
width: 1.5rem;
height: 1.5rem;
margin-right: 0.375rem;
}
.topviewbox > .contview > uni-view > uni-view:nth-of-type(1) > uni-view {
.topviewbox > .contview > uni-view > uni-view:nth-of-type(1) > uni-view[data-v-7888e346] {
font-size: 0.875rem;
font-weight: 400;
color: #020B18;
}
.topviewbox > .contview > uni-view > uni-view:nth-of-type(2) {
.topviewbox > .contview > uni-view > uni-view[data-v-7888e346]:nth-of-type(2) {
font-size: 0.875rem;
font-weight: 400;
color: #020B18;
}
.bgimg {
.bgimg[data-v-7888e346] {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.scanqcview {
.scanqcview[data-v-7888e346] {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-top: 0.3125rem;
}
.scanqcview > uni-image {
.scanqcview > uni-image[data-v-7888e346] {
width: 2.25rem;
height: 2.25rem;
margin-right: 0.5rem;
}
.scanqcview > uni-view {
.scanqcview > uni-view[data-v-7888e346] {
font-size: 1rem;
font-weight: 400;
color: #FFFFFF;
}
.flex-c-sb {
.downloadBtn[data-v-7888e346] {
flex: none;
width: -webkit-fit-content;
width: fit-content;
background: var(--subjectColor);
color: #fff !important;
margin: 0.3125rem auto;
padding: 0.625rem 1.25rem;
font-size: 0.9rem;
border-radius: 0.3125rem;
}
.downloadRow[data-v-7888e346] {
display: flex;
align-items: center;
padding: 0.5625rem 0.75rem;
box-sizing: border-box;
border-bottom: 0.125rem solid #EEEEEE;
}
.downloadRow uni-image[data-v-7888e346] {
flex: none;
width: 1.625rem;
height: 1.625rem;
margin-right: 0.46875rem;
}
.downloadRow > uni-view[data-v-7888e346] {
font-size: 0.9rem;
font-weight: bold;
color: #020B18;
}
.downLoadByOrder_control > uni-image[data-v-7888e346] {
width: 1.625rem;
height: 1.625rem;
margin-left: 0.625rem;
}
.downLoadByStock_row[data-v-7888e346] {
display: flex;
align-items: center;
}
.downLoadByStock_row > uni-view[data-v-7888e346] {
font-weight: bold;
font-size: 0.9rem;
}
.downLoadByStock_row > uni-input[data-v-7888e346] {
flex: 1;
background: #F4F8FB;
padding: 0.3125rem 0.625rem;
border-radius: 0.3125rem;
}
.mt10[data-v-7888e346] {
margin-top: 0.625rem;
}
.flex-c-sb[data-v-7888e346] {
display: flex;
align-items: center;
justify-content: space-between;

158
unpackage/dist/dev/app-plus/pagesHome/pages/ScanUp/ScanUp.css vendored

@ -225,13 +225,13 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.butbox {
.butbox[data-v-1e3768d4] {
display: flex;
align-items: center;
justify-content: center;
margin-top: 0.46875rem;
}
.butbox > uni-view {
.butbox > uni-view[data-v-1e3768d4] {
width: 21.375rem;
height: 3.125rem;
background: #D3832A;
@ -244,23 +244,23 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
font-weight: 400;
color: #FFFFFF;
}
.trayTab {
.trayTab[data-v-1e3768d4] {
width: 21.4375rem;
margin: auto;
padding: 0 0 0.625rem;
}
.sclcs {
.sclcs[data-v-1e3768d4] {
width: 21.4375rem;
height: 28vh;
margin: auto;
}
.sclcs .visc {
.sclcs .visc[data-v-1e3768d4] {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.sclcs .visc .item1 {
.sclcs .visc .item1[data-v-1e3768d4] {
width: 21.4375rem;
padding: 0 0.75rem;
box-sizing: border-box;
@ -269,21 +269,21 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
position: relative;
margin-bottom: 0.9375rem;
}
.sclcs .visc .item1:nth-last-child(1) {
.sclcs .visc .item1[data-v-1e3768d4]:nth-last-child(1) {
margin-bottom: 0;
}
.sclcs .visc .item1 .removeicons {
.sclcs .visc .item1 .removeicons[data-v-1e3768d4] {
position: absolute;
right: 0;
}
.sclcs .visc .item1 .qtimgzt {
.sclcs .visc .item1 .qtimgzt[data-v-1e3768d4] {
width: 3rem;
height: 3rem;
position: absolute;
right: 0;
top: 0;
}
.sclcs .visc .item2 {
.sclcs .visc .item2[data-v-1e3768d4] {
width: 21.4375rem;
padding: 0 0.75rem;
box-sizing: border-box;
@ -292,47 +292,40 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
position: relative;
margin-bottom: 0.9375rem;
}
.sclcs .visc .item2 .qtimgzt {
.sclcs .visc .item2 .qtimgzt[data-v-1e3768d4] {
width: 3rem;
height: 3rem;
position: absolute;
right: 0;
top: 0;
}
.tpbx {
.tpbx[data-v-1e3768d4] {
display: flex;
align-items: center;
padding: 0.5625rem 0.75rem;
box-sizing: border-box;
border-bottom: 0.125rem solid #EEEEEE;
}
.tpbx uni-image {
.tpbx uni-image[data-v-1e3768d4] {
flex: none;
width: 1rem;
height: 1rem;
margin-right: 0.46875rem;
}
.tpbx > uni-view {
.tpbx uni-image.removeicon[data-v-1e3768d4] {
width: 2rem;
height: 2rem;
}
.tpbx > uni-view[data-v-1e3768d4] {
font-size: 0.875rem;
font-weight: 400;
color: #020B18;
}
.tpbx > uni-view .numb {
.tpbx > uni-view .numb[data-v-1e3768d4] {
font-size: 0.875rem;
color: #178AF2;
}
.viewnum {
height: 3.125rem;
display: flex;
align-items: center;
justify-content: space-around;
}
.viewnum > uni-view {
font-size: 0.875rem;
font-weight: 400;
color: #020B18;
}
.tabchecklist {
.tabchecklist[data-v-1e3768d4] {
width: 21.375rem;
height: 3.125rem;
margin: auto;
@ -343,32 +336,32 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
align-items: center;
justify-content: space-around;
}
.tabchecklist .xz > uni-view:nth-of-type(1) {
.tabchecklist .xz > uni-view[data-v-1e3768d4]:nth-of-type(1) {
color: #D3832A !important;
}
.tabchecklist .xz > uni-view:nth-of-type(2) {
.tabchecklist .xz > uni-view[data-v-1e3768d4]:nth-of-type(2) {
background-color: #D3832A !important;
}
.tabchecklist > uni-view {
.tabchecklist > uni-view[data-v-1e3768d4] {
display: flex;
flex-direction: column;
align-items: center;
}
.tabchecklist > uni-view > uni-view:nth-of-type(1) {
.tabchecklist > uni-view > uni-view[data-v-1e3768d4]:nth-of-type(1) {
font-size: 1rem;
font-weight: 400;
margin-bottom: 0.625rem;
color: #020B18;
transition: all 0.2s;
}
.tabchecklist > uni-view > uni-view:nth-of-type(2) {
.tabchecklist > uni-view > uni-view[data-v-1e3768d4]:nth-of-type(2) {
width: 3rem;
height: 0.25rem;
background-color: #D3832A00;
border-radius: 0.125rem;
transition: all 0.2s;
}
.topviewbox {
.topviewbox[data-v-1e3768d4] {
width: 21.4375rem;
background: #FFFFFF;
border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
@ -378,7 +371,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
margin: auto;
margin-top: 0.625rem;
}
.topviewbox > .oebox {
.topviewbox > .oebox[data-v-1e3768d4] {
padding: 0.625rem 0.78125rem;
box-sizing: border-box;
border-bottom: 0.125rem solid #EEEEEE;
@ -386,22 +379,22 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
align-items: center;
justify-content: flex-start;
}
.topviewbox > .oebox > uni-view {
.topviewbox > .oebox > uni-view[data-v-1e3768d4] {
font-size: 1rem;
font-weight: 400;
color: #020B18;
}
.topviewbox > .oebox > uni-image {
.topviewbox > .oebox > uni-image[data-v-1e3768d4] {
width: 1rem;
height: 1rem;
margin-right: 0.4375rem;
}
.topviewbox .numbox {
.topviewbox .numbox[data-v-1e3768d4] {
width: 100%;
padding: 0.625rem;
box-sizing: border-box;
}
.topviewbox .numbox > uni-view {
.topviewbox .numbox > uni-view[data-v-1e3768d4] {
width: 20rem;
height: 5rem;
background: #F5F7FB;
@ -411,88 +404,88 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
align-items: center;
justify-content: space-around;
}
.topviewbox .numbox > uni-view > uni-view {
.topviewbox .numbox > uni-view > uni-view[data-v-1e3768d4] {
display: flex;
flex-direction: column;
align-items: center;
}
.topviewbox .numbox > uni-view > uni-view:nth-of-type(1) > uni-view:nth-of-type(2) {
.topviewbox .numbox > uni-view > uni-view:nth-of-type(1) > uni-view[data-v-1e3768d4]:nth-of-type(2) {
color: #FF9545 !important;
}
.topviewbox .numbox > uni-view > uni-view:nth-of-type(2) > uni-view:nth-of-type(2) {
.topviewbox .numbox > uni-view > uni-view:nth-of-type(2) > uni-view[data-v-1e3768d4]:nth-of-type(2) {
color: #178AF2 !important;
}
.topviewbox .numbox > uni-view > uni-view > uni-view:nth-of-type(1) {
.topviewbox .numbox > uni-view > uni-view > uni-view[data-v-1e3768d4]:nth-of-type(1) {
font-size: 0.875rem;
font-weight: 400;
color: #020B18;
margin-bottom: 0.5625rem;
}
.topviewbox .numbox > uni-view > uni-view > uni-view:nth-of-type(2) {
.topviewbox .numbox > uni-view > uni-view > uni-view[data-v-1e3768d4]:nth-of-type(2) {
font-size: 1.125rem;
font-weight: 400;
}
.topviewbox > .contview {
.topviewbox > .contview[data-v-1e3768d4] {
display: flex;
flex-direction: column;
width: 100%;
padding: 0.625rem;
box-sizing: border-box;
}
.topviewbox > .contview > uni-view {
.topviewbox > .contview > uni-view[data-v-1e3768d4] {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 0.625rem;
}
.topviewbox > .contview > uni-view:nth-last-child(1) {
.topviewbox > .contview > uni-view[data-v-1e3768d4]:nth-last-child(1) {
margin-bottom: 0;
}
.topviewbox > .contview > uni-view > uni-view:nth-of-type(1) {
.topviewbox > .contview > uni-view > uni-view[data-v-1e3768d4]:nth-of-type(1) {
display: flex;
align-items: center;
justify-content: center;
margin-right: 0.9375rem;
}
.topviewbox > .contview > uni-view > uni-view:nth-of-type(1) > uni-image {
.topviewbox > .contview > uni-view > uni-view:nth-of-type(1) > uni-image[data-v-1e3768d4] {
width: 1.5rem;
height: 1.5rem;
margin-right: 0.375rem;
}
.topviewbox > .contview > uni-view > uni-view:nth-of-type(1) > uni-view {
.topviewbox > .contview > uni-view > uni-view:nth-of-type(1) > uni-view[data-v-1e3768d4] {
font-size: 0.875rem;
font-weight: 400;
color: #020B18;
}
.topviewbox > .contview > uni-view > uni-view:nth-of-type(2) {
.topviewbox > .contview > uni-view > uni-view[data-v-1e3768d4]:nth-of-type(2) {
font-size: 0.875rem;
font-weight: 400;
color: #020B18;
}
.bgimg {
.bgimg[data-v-1e3768d4] {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.scanqcview {
.scanqcview[data-v-1e3768d4] {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-top: 0.3125rem;
}
.scanqcview > uni-image {
.scanqcview > uni-image[data-v-1e3768d4] {
width: 2.25rem;
height: 2.25rem;
margin-right: 0.5rem;
}
.scanqcview > uni-view {
.scanqcview > uni-view[data-v-1e3768d4] {
font-size: 1rem;
font-weight: 400;
color: #FFFFFF;
}
.scanButton {
.scanButton[data-v-1e3768d4] {
position: fixed;
width: 100%;
bottom: 0.625rem;
@ -501,4 +494,59 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
color: #D3832A;
padding: 0.46875rem 0;
border-radius: 0.3125rem;
}
.downloadBtn[data-v-1e3768d4] {
width: -webkit-fit-content;
width: fit-content;
background: var(--subjectColor);
color: #fff;
margin: 0.3125rem auto;
padding: 0.625rem 1.25rem;
font-size: 0.9rem;
border-radius: 0.3125rem;
}
.downloadRow[data-v-1e3768d4] {
display: flex;
align-items: center;
padding: 0.5625rem 0.75rem;
box-sizing: border-box;
border-bottom: 0.125rem solid #EEEEEE;
}
.downloadRow uni-image[data-v-1e3768d4] {
flex: none;
width: 1.625rem;
height: 1.625rem;
margin-right: 0.46875rem;
}
.downloadRow > uni-view[data-v-1e3768d4] {
font-size: 0.9rem;
font-weight: bold;
color: #020B18;
}
.downLoadByOrder_control > uni-image[data-v-1e3768d4] {
width: 1.625rem;
height: 1.625rem;
margin-left: 0.625rem;
}
.downLoadByStock_row[data-v-1e3768d4] {
display: flex;
align-items: center;
}
.downLoadByStock_row > uni-view[data-v-1e3768d4] {
font-weight: bold;
font-size: 0.9rem;
}
.downLoadByStock_row > uni-input[data-v-1e3768d4] {
flex: 1;
background: #F4F8FB;
padding: 0.3125rem 0.625rem;
border-radius: 0.3125rem;
}
.mt10[data-v-1e3768d4] {
margin-top: 0.625rem;
}
.flex-c-sb[data-v-1e3768d4] {
display: flex;
align-items: center;
justify-content: space-between;
}
Loading…
Cancel
Save