Browse Source

新增盘点缓存

dev
qb 12 months ago
parent
commit
03ed596c94
  1. 4
      config/host.js
  2. 481
      pages/index/index.vue
  3. 123
      pages/taskList/taskList.vue
  4. 3246
      pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue
  5. 1402
      pagesTask/pages/checkTaskList/checkTaskList.vue
  6. 5292
      pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue
  7. 853
      unpackage/dist/dev/app-plus/app-service.js
  8. 10
      unpackage/dist/dev/app-plus/pages/taskList/taskList.css
  9. 58
      unpackage/dist/dev/app-plus/pagesHome/pages/OrderSortingDetail/OrderSortingDetail.css
  10. 1004
      utils/utils.js

4
config/host.js

@ -4,7 +4,7 @@
* 测试域名
* */
//测试域名s
const devhost = 'http://test.api.huo5you.com/'
// const devhost = 'http://test.api.huo5you.com/'
// lmy
// const devhost = 'http://192.168.10.123:8889/'
// zhy
@ -17,7 +17,7 @@ const devhost = 'http://test.api.huo5you.com/'
// const devhost = 'http://192.168.6.169:9777/'
// const devhost = 'http://192.168.6.141:8777/'
// cg
// const devhost = 'http://192.168.3.2:13000/'
const devhost = 'http://192.168.3.2:13000/'
// 正式
// const devhost = 'https://h5uapi.huitongys.com/'
// cg

481
pages/index/index.vue

@ -40,213 +40,213 @@
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/waybillInquiry/waybillInquiry',
},
{
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',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '库位列表',
router: '/pagesHome/pages/StorageLocationList/StorageLocationList',
},
]
},
{
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',
},
]
},
{
type: 1,
name: '考核',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '考核指标',
router: '/pagesHome/pages/integral/integral',
},
{
icon: 'http://8.137.14.82:9000/bladex/upload/20240117/fac9c4fd6c4f0bee599417fc8fbbee62.png',
name: '我的考核',
router: '/pagesHome/pages/integralMy/integralMy',
},
]
},
]
})
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/waybillInquiry/waybillInquiry',
// },
// {
// 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',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/StorageLocationList/StorageLocationList',
// },
// ]
// },
// {
// 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',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/integral/integral',
// },
// {
// icon: 'http://8.137.14.82:9000/bladex/upload/20240117/fac9c4fd6c4f0bee599417fc8fbbee62.png',
// name: '',
// router: '/pagesHome/pages/integralMy/integralMy',
// },
// ]
// },
// ]
// })
function gopathpage(path : string) {
uni.navigateTo({
@ -265,7 +265,7 @@
console.log('刷新后')
if (res.code == 200) {
//
getimgcache(res.data[0])
getimgcache(res.data)
//
// details.tablist = [
// {
@ -462,10 +462,11 @@
uni.setStorageSync('homerouter', details.tablist)
}
})
async function getimgcache(list) {
async function getimgcache(data) {
let maxarr = []
if (!list) return
for (let item of list.children) {
//
if (!data[0]) return
for (let item of data[0].children) {
let arr = {
type: 1,
name: item.name,
@ -488,22 +489,50 @@
maxarr.push(arr)
}
details.tablist = maxarr
console.log(details.tablist);
// details.tablist.map((item,index)=>{
// item.minilist.map(async (ite,inde)=>{
// let result = await getImageCache('http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png')
// console.log("image cache", result);
// if (result) {
// details.tablist[index].minilist[inde].icon=result
// } else {
// details.tablist[index].minilist[inde].icon=ite.icon
// }
// })
// })
// setTimeout(()=>{
// console.log(details.tablist);
// },3500)
const _taskArr = []
//
for (let item of data[1].children) {
let arr = {
type: 1,
name: item.name,
minilist: []
}
if (item.children) {
for (let ite of item.children) {
let result = null;
if (ite.source != null) {
result = await getImageCache(ite.source)
}
let obj = {
icon: result,
name: ite.name,
router: ite.path
}
arr.minilist.push(obj)
}
} else {
let result = null;
if (item.source != null) {
result = await getImageCache(item.source)
}
let obj = {
icon: result,
name: item.name,
router: item.path
}
arr.minilist.push(obj)
}
_taskArr.push(arr)
}
uni.setStorageSync('taskMenu', _taskArr)
console.log(details.tablist);
}
/** 检测程序更新 */

123
pages/taskList/taskList.vue

@ -27,21 +27,12 @@
import { getImageCache } from '@/utils/cacheimg.js'
import { listtype } from '@/interfaces/home/index'
import { reactive, toRefs, ref } from "vue";
import { appMenuroutes } from '@/api/user.js';
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: '/pagesTask/pages/dynamicCheck/dynamicCheck',
},
]
},
]
})
function gopathpage(path : string) {
@ -56,7 +47,7 @@
// print()
})
onLoad(() => {
init()
})
onPullDownRefresh(() => {
@ -67,6 +58,102 @@
}, 500)
})
async function init() {
let tabber = uni.getStorageSync('taskMenu')
if (tabber) {
details.tablist = tabber
return
}
let res = await appMenuroutes({})
console.log(res, '-------------');
console.log('刷新后')
if (res.code == 200) {
//
getimgcache(res.data[1])
} else {
uni.showToast({
title: res.msg,
icon: 'none'
})
}
}
async function getimgcache(data) {
let maxarr = []
//
if (!data[0]) return
for (let item of data[0].children) {
let arr = {
type: 1,
name: item.name,
minilist: []
}
for (let ite of item.children) {
let result = null;
if (ite.source != null) {
result = await getImageCache(ite.source)
}
let obj = {
icon: result,
name: ite.name,
router: ite.path
}
arr.minilist.push(obj)
}
maxarr.push(arr)
}
uni.setStorageSync('homerouter', maxarr)
const _taskArr = []
//
for (let item of data[1].children) {
let arr = {
type: 1,
name: item.name,
minilist: []
}
if (item.children) {
for (let ite of item.children) {
let result = null;
if (ite.source != null) {
result = await getImageCache(ite.source)
}
let obj = {
icon: result,
name: ite.name,
router: ite.path
}
arr.minilist.push(obj)
}
} else {
let result = null;
if (item.source != null) {
result = await getImageCache(item.source)
}
let obj = {
icon: result,
name: item.name,
router: item.path
}
arr.minilist.push(obj)
}
_taskArr.push(arr)
}
uni.setStorageSync('taskMenu', _taskArr)
details.tablist = _taskArr
console.log(details.tablist);
}
const { tablist } = toRefs(details)
</script>
@ -74,24 +161,24 @@
.mabox {
display: flex;
flex-direction: column;
padding: 20upx 0;
// padding: 10upx 0;
box-sizing: border-box;
width: 686upx;
margin: auto;
background-color: #ffffff;
margin-bottom: 20upx;
margin-bottom: 10upx;
margin-top: 10upx;
border-radius: 10upx;
box-shadow: 0rpx 2rpx 10rpx 0rpx #e2e2e380;
.boxtitl {
font-size: 34upx;
font-size: 30upx;
font-weight: 500;
margin-bottom: 10upx;
// margin-left: 10upx;
border-bottom: 1upx solid #EEEEEE;
padding: 0upx 20upx;
padding-bottom: 20upx;
padding: 20upx;
// padding-bottom: 0upx;
color: #092C4D;
}
@ -100,7 +187,7 @@
flex-wrap: wrap;
align-items: center;
// justify-content: space-between;
padding-top: 10upx;
padding: 10upx 0;
>view {
width: 25%;

3246
pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue

File diff suppressed because it is too large Load Diff

1402
pagesTask/pages/checkTaskList/checkTaskList.vue

File diff suppressed because it is too large Load Diff

5292
pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff

10
unpackage/dist/dev/app-plus/pages/taskList/taskList.css vendored

@ -228,30 +228,28 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
.mabox {
display: flex;
flex-direction: column;
padding: 0.625rem 0;
box-sizing: border-box;
width: 21.4375rem;
margin: auto;
background-color: #ffffff;
margin-bottom: 0.625rem;
margin-bottom: 0.3125rem;
margin-top: 0.3125rem;
border-radius: 0.3125rem;
box-shadow: 0 0.0625rem 0.3125rem 0 #e2e2e380;
}
.mabox .boxtitl {
font-size: 1.0625rem;
font-size: 0.9375rem;
font-weight: 500;
margin-bottom: 0.3125rem;
border-bottom: 0.03125rem solid #EEEEEE;
padding: 0 0.625rem;
padding-bottom: 0.625rem;
padding: 0.625rem;
color: #092C4D;
}
.mabox .minboxlist {
display: flex;
flex-wrap: wrap;
align-items: center;
padding-top: 0.3125rem;
padding: 0.3125rem 0;
}
.mabox .minboxlist > uni-view {
width: 25%;

58
unpackage/dist/dev/app-plus/pagesHome/pages/OrderSortingDetail/OrderSortingDetail.css vendored

@ -228,7 +228,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
.mabxtop {
position: relative;
width: 21.375rem;
background: #FFFFFF;
background: #ffffff;
border-radius: 0.625rem;
margin: auto;
margin-top: 0.625rem;
@ -263,14 +263,14 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
.mabxtop > uni-view > uni-view > uni-view:nth-of-type(1) {
font-size: 1rem;
font-weight: 400;
color: #020B18;
color: #020b18;
word-wrap: break-word;
word-break: break-all;
}
.mabxtop > uni-view > uni-view > uni-view:nth-of-type(2) {
font-size: 0.875rem;
font-weight: 400;
color: #90A0AF;
color: #90a0af;
}
.mabxtop .printBtn {
background: #d3832a;
@ -343,7 +343,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
padding: 0.46875rem 0.625rem;
box-sizing: border-box;
padding-top: 0.9375rem;
border-bottom: 0.125rem solid #EEEEEE;
border-bottom: 0.125rem solid #eeeeee;
}
.scvmabx .maxboxs > .items .tophd > uni-image {
width: 1.5rem;
@ -353,7 +353,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
}
.scvmabx .maxboxs > .items .tophd > uni-view {
font-size: 1rem;
color: #020B18;
color: #020b18;
font-weight: 400;
word-wrap: break-word;
word-break: break-all;
@ -369,7 +369,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
display: flex;
box-sizing: border-box;
padding: 0.46875rem 0.625rem;
border-bottom: 0.125rem solid #EEEEEE;
border-bottom: 0.125rem solid #eeeeee;
}
.scvmabx .maxboxs > .items .tophd1 > uni-view {
display: flex;
@ -392,10 +392,10 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
color: #d3832a;
}
.scvmabx .maxboxs > .items .numbxvie .yish {
color: #1197EB;
color: #1197eb;
}
.scvmabx .maxboxs > .items .numbxvie .weish {
color: #020B18;
color: #020b18;
}
.scvmabx .maxboxs > .items .numbxvie > uni-view {
display: flex;
@ -415,7 +415,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
display: flex;
align-items: center;
justify-content: space-between;
background-color: #FFFFFF;
background-color: #ffffff;
padding: 0.625rem 0.9375rem;
box-sizing: border-box;
position: relative;
@ -446,7 +446,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
width: 100%;
font-size: 0.875rem;
font-weight: 400;
color: #092C4D;
color: #092c4d;
margin-bottom: 0.625rem;
}
.hedtopt .typto:nth-last-child(1) {
@ -552,13 +552,13 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
}
.tanchuangbg .tanbx .titlran[data-v-ca2cce65] {
font-size: 1rem;
color: #092C4D;
color: #092c4d;
margin-bottom: 1.25rem;
}
.tanchuangbg .tanbx .textareabx[data-v-ca2cce65] {
width: 17.5rem;
height: 7.5rem;
background: #F5F5F6;
background: #f5f5f6;
border-radius: 0.25rem;
padding: 0.625rem 1.25rem;
box-sizing: border-box;
@ -586,13 +586,13 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
font-size: 1rem;
}
.tanchuangbg .tanbx .btx > .cancel[data-v-ca2cce65] {
background-color: #F5F5F6;
color: #5A6875;
background-color: #f5f5f6;
color: #5a6875;
margin-right: 0.625rem;
}
.tanchuangbg .tanbx .btx > .confirm[data-v-ca2cce65] {
background-color: #D3832A;
color: #FFFFFF;
background-color: #d3832a;
color: #ffffff;
}
.tanchuangbg .inputbox[data-v-ca2cce65] {
width: 20.9375rem;
@ -613,7 +613,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
.tanchuangbg .inputbox .inputscan > uni-input[data-v-ca2cce65] {
width: 13.75rem;
height: 2rem;
border: 0.03125rem solid #092C4D30;
border: 0.03125rem solid #092c4d30;
border-radius: 0.25rem;
box-sizing: border-box;
font-size: 0.875rem;
@ -623,7 +623,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
.tanchuangbg .inputbox .inputscan .scanbt[data-v-ca2cce65] {
width: 4rem;
height: 2rem;
background: #D3832A;
background: #d3832a;
border-radius: 0.25rem;
opacity: 1;
display: flex;
@ -631,7 +631,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
justify-content: center;
font-size: 0.9375rem;
font-weight: 400;
color: #FFFFFF;
color: #ffffff;
}
.tanchuangbg .inputbox .scvbw[data-v-ca2cce65] {
width: 100%;
@ -666,12 +666,12 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
align-items: flex-start;
justify-content: space-between;
font-size: 0.875rem;
color: #020B18;
border: 0.03125rem solid #D3832A;
color: #020b18;
border: 0.03125rem solid #d3832a;
padding: 0.3125rem 0.625rem;
box-sizing: border-box;
border-radius: 0.625rem;
color: #D3832A;
color: #d3832a;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox > uni-view[data-v-ca2cce65] {
word-wrap: break-word;
@ -691,10 +691,10 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
font-size: 0.875rem;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > uni-view > uni-view[data-v-ca2cce65]:nth-of-type(1) {
color: #90A0AF;
color: #90a0af;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > uni-view > uni-view[data-v-ca2cce65]:nth-of-type(2) {
color: #092C4D;
color: #092c4d;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu[data-v-ca2cce65] {
display: flex;
@ -709,7 +709,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
font-size: 0.875rem;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > uni-view > uni-view[data-v-ca2cce65]:nth-of-type(1) {
color: #90A0AF;
color: #90a0af;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > uni-view > uni-input[data-v-ca2cce65] {
width: 6.25rem;
@ -732,11 +732,11 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
font-size: 0.875rem;
}
.tanchuangbg .inputbox .btx > .cancel[data-v-ca2cce65] {
background-color: #F5F5F6;
color: #5A6875;
background-color: #f5f5f6;
color: #5a6875;
margin-right: 0.625rem;
}
.tanchuangbg .inputbox .btx > .confirm[data-v-ca2cce65] {
background-color: #D3832A;
color: #FFFFFF;
background-color: #d3832a;
color: #ffffff;
}

1004
utils/utils.js

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save