Browse Source

修改部分bug

dev
qb 1 year ago
parent
commit
8f442d3083
  1. 8
      config/host.js
  2. 2
      manifest.json
  3. 394
      pages/index/index.vue
  4. 37
      pagesHome/pages/storageInquiry/storageInquiry.vue
  5. 50
      pagesHome/pages/trayInquiry/trayInquiry.vue
  6. 2
      unpackage/dist/dev/app-plus/app-config-service.js
  7. 311
      unpackage/dist/dev/app-plus/app-service.js
  8. 2
      unpackage/dist/dev/app-plus/manifest.json

8
config/host.js

@ -4,7 +4,7 @@
* 测试域名
* */
//测试域名
// 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,15 +17,15 @@
// cg
// const devhost = 'http://192.168.10.57:13000/'
// 正式
const devhost = 'https://h5uapi.huitongys.com/'
// const devhost = 'https://h5uapi.huitongys.com/'
// cg
// const devhost = 'http://192.168.10.200:13000/'
/**
* 正式域名
* */
// const prohost = 'http://h5uapi.huitongys.com/'
const prohost = 'https://h5uapi.huitongys.com/' // 小程序
// const prohost = 'http://test.api.huo5you.com/'
// const prohost = 'https://h5uapi.huitongys.com/' // 小程序
const prohost = 'http://test.api.huo5you.com/'
/**
* 图片域名
* */

2
manifest.json

@ -1,5 +1,5 @@
{
"name" : "货无忧",
"name" : "货无忧测试版",
"appid" : "__UNI__EB22F37",
"description" : "",
"versionName" : "1.1.18",

394
pages/index/index.vue

@ -40,203 +40,203 @@
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',
// },
// ]
// },
// {
// 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/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',
},
]
},
{
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({

37
pagesHome/pages/storageInquiry/storageInquiry.vue

@ -125,7 +125,12 @@
<uni-tr>
<uni-th align="left">包条码</uni-th>
<uni-th align="left">合同号</uni-th>
<uni-th align="left">运单号</uni-th>
<!-- <uni-th align="left">运单号</uni-th> -->
<uni-th align="left">一级品</uni-th>
<uni-th align="left">二级品</uni-th>
<uni-th align="left">三级品</uni-th>
<uni-th align="left">物料名称</uni-th>
<uni-th align="left">物料编码</uni-th>
<uni-th align="left">仓库</uni-th>
<uni-th align="left">数量</uni-th>
</uni-tr>
@ -137,7 +142,17 @@
<!-- 合同号 -->
<uni-td>{{item.orderCode}}</uni-td>
<!-- 运单号 -->
<uni-td>{{item.waybillNo}}</uni-td>
<!-- <uni-td>{{item.waybillNo}}</uni-td> -->
<!-- 一级品 -->
<uni-td>{{item.firsts}}</uni-td>
<!-- 二级品 -->
<uni-td>{{item.seconds}}</uni-td>
<!-- 三级品 -->
<uni-td>{{item.thirds}}</uni-td>
<!-- 物料名称 -->
<uni-td>{{item.materialName}}</uni-td>
<!-- 物料编码 -->
<uni-td>{{item.materialCode}}</uni-td>
<!-- 仓库 -->
<uni-td>{{item.warehouseName}}</uni-td>
<!-- 数量 -->
@ -605,7 +620,7 @@
justify-content: space-around;
font-size: 32upx;
// font-weight: bold;
margin: 10upx 0;
margin: 20upx 0;
&>view {
padding: 15upx 0;
@ -646,10 +661,11 @@
//
.batchOperationBtn {
border: 1upx solid var(--subjectColor);
// border: 1upx solid var(--subjectColor);
text-align: center;
padding: 10upx 0;
color: var(--subjectColor);
padding: 15upx 20upx;
color: #fff;
background-color: var(--subjectColor);
border-radius: 10upx;
width: 200upx;
font-size: 28upx;
@ -670,10 +686,15 @@
.uni-table-td,
.uni-table-th {
color: var(--subjectColor);
// color: var(--subjectColor);
color: #000;
padding: 10upx;
word-break: break-all;
min-width: 150upx;
}
font-size: 28upx;
.uni-table-td {
zoom: 0.9;
}
.table--border {

50
pagesHome/pages/trayInquiry/trayInquiry.vue

@ -46,7 +46,7 @@
<text class="row_title1">
打托方式
</text>
{{info.trayType || '暂无数据'}}
{{(scansortingType.find(val=> val.type === info.trayType || {})).name || '暂无数据'}}
</view>
<view class="">
@ -121,7 +121,12 @@
<uni-tr>
<uni-th align="left">包条码</uni-th>
<uni-th align="left">合同号</uni-th>
<uni-th align="left">运单号</uni-th>
<!-- <uni-th align="left">运单号</uni-th> -->
<uni-th align="left">一级品</uni-th>
<uni-th align="left">二级品</uni-th>
<uni-th align="left">三级品</uni-th>
<uni-th align="left">物料名称</uni-th>
<uni-th align="left">物料编码</uni-th>
<uni-th align="left">仓库</uni-th>
<uni-th align="left">数量</uni-th>
</uni-tr>
@ -133,7 +138,17 @@
<!-- 合同号 -->
<uni-td>{{item.orderCode}}</uni-td>
<!-- 运单号 -->
<uni-td>{{item.waybillNo}}</uni-td>
<!-- <uni-td>{{item.waybillNo}}</uni-td> -->
<!-- 一级品 -->
<uni-td>{{item.firsts}}</uni-td>
<!-- 二级品 -->
<uni-td>{{item.seconds}}</uni-td>
<!-- 三级品 -->
<uni-td>{{item.thirds}}</uni-td>
<!-- 物料名称 -->
<uni-td>{{item.materialName}}</uni-td>
<!-- 物料编码 -->
<uni-td>{{item.materialCode}}</uni-td>
<!-- 仓库 -->
<uni-td>{{item.warehouseName}}</uni-td>
<!-- 数量 -->
@ -275,6 +290,17 @@
'80': '已签收',
})
/** 打托方式类型 */
const scansortingType = reactive([
{ type: 10, name: '服务号', src: '/pagesHome/static/scicon1.png' },
{ type: 20, name: '订单自编码', src: '/pagesHome/static/scicon2.png' },
{ type: 30, name: '商场', src: '/pagesHome/static/scicon3.png' },
{ type: 40, name: '客户', src: '/pagesHome/static/scicon4.png' },
{ type: 50, name: '仓库', src: '/pagesHome/static/scicon5.png' },
{ type: 60, name: '门店', src: '/pagesHome/static/scicon6.png' },
{ type: 100, name: '其他', src: '/pagesHome/static/scicon7.png' },
])
/** tabBar 激活 */
const tabBarCode = ref(1)
@ -560,7 +586,7 @@
justify-content: space-around;
font-size: 32upx;
// font-weight: bold;
margin: 10upx 0;
margin: 20upx 0;
&>view {
padding: 15upx 0;
@ -601,10 +627,10 @@
//
.batchOperationBtn {
border: 1upx solid var(--subjectColor);
text-align: center;
padding: 10upx 0;
color: var(--subjectColor);
padding: 15upx 20upx;
color: #fff;
background-color: var(--subjectColor);
border-radius: 10upx;
width: 200upx;
font-size: 28upx;
@ -625,12 +651,18 @@
.uni-table-td,
.uni-table-th {
color: var(--subjectColor);
// color: var(--subjectColor);
color: #000;
padding: 10upx;
word-break: break-all;
min-width: 150upx;
}
font-size: 28upx;
.uni-table-td {
zoom: 0.9;
}
.table--border {
border-color: var(--subjectColor);
}

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

File diff suppressed because one or more lines are too long

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

@ -1765,7 +1765,7 @@ if (uni.restoreGlobal) {
};
};
const Base64$1 = new Base64();
const devhost = "http://192.168.3.12:13000/";
const devhost = "http://test.api.huo5you.com/";
const imghost = "";
const host = devhost;
const APPKEY = "h5u:h5u_secret";
@ -13038,7 +13038,7 @@ This will fail in production if not fixed.`);
details.show = !details.show;
}
function onConfirm(e2) {
formatAppLog("log", "at pagesHome/pages/RelayScanList/RelayScanList.vue:153", e2);
formatAppLog("log", "at pagesHome/pages/RelayScanList/RelayScanList.vue:151", e2);
date2.value[0] = e2.startDate;
date2.value[1] = e2.endDate;
details.datatime = date2.value[0] + " 至 " + date2.value[1];
@ -13107,7 +13107,7 @@ This will fail in production if not fixed.`);
}
}
} catch (err) {
formatAppLog("log", "at pagesHome/pages/RelayScanList/RelayScanList.vue:230", "err :>> ", err);
formatAppLog("log", "at pagesHome/pages/RelayScanList/RelayScanList.vue:228", "err :>> ", err);
} finally {
uni.hideLoading();
return null;
@ -13246,7 +13246,7 @@ This will fail in production if not fixed.`);
vue.createElementVNode("view", { class: "topbox font-color" }, [
vue.createElementVNode("view", { class: "type1" }, [
vue.createElementVNode("view", null, [
vue.createElementVNode("view", null, "车次号:"),
vue.createElementVNode("text", null, "车次号:"),
vue.createElementVNode(
"text",
null,
@ -13254,13 +13254,15 @@ This will fail in production if not fixed.`);
1
/* TEXT */
)
]),
vue.createElementVNode("view", null, [
vue.createElementVNode("view", null, "车牌:"),
])
]),
vue.createElementVNode("view", { class: "type1" }, [
vue.createElementVNode("view", { class: "" }, [
vue.createElementVNode("text", null, "承运单号:"),
vue.createElementVNode(
"text",
null,
vue.toDisplayString(item.carNumber || "暂无数据"),
vue.toDisplayString(item.carrierOrderCode),
1
/* TEXT */
)
@ -13268,23 +13270,19 @@ This will fail in production if not fixed.`);
]),
vue.createElementVNode("view", { class: "type1" }, [
vue.createElementVNode("view", null, [
vue.createElementVNode("text", null, "总件数/装车件数:"),
vue.createElementVNode("text", null, "承运商:"),
vue.createElementVNode(
"text",
null,
vue.toDisplayString(item.planLoadingNumber + "/" + item.realLoadingNumber),
vue.toDisplayString(item.carrierName),
1
/* TEXT */
)
]),
vue.createElementVNode("view", null, [
vue.createElementVNode("text", null, "车长:"),
vue.createElementVNode("text", null, vue.toDisplayString(""))
])
]),
vue.createElementVNode("view", { class: "type1" }, [
vue.createElementVNode("view", null, [
vue.createElementVNode("text", null, "主驾司机:"),
vue.createElementVNode("text", null, "司机:"),
vue.createElementVNode(
"text",
null,
@ -13292,37 +13290,31 @@ This will fail in production if not fixed.`);
1
/* TEXT */
)
]),
])
]),
vue.createElementVNode("view", { class: "type1" }, [
vue.createElementVNode("view", null, [
vue.createElementVNode("text", null, "电话:"),
vue.createElementVNode("text", null, "是否结算:"),
vue.createElementVNode(
"text",
null,
vue.toDisplayString(item.driverMobile),
vue.toDisplayString(Number(item.isSettlement) !== 1 ? "已结算" : "未结算"),
1
/* TEXT */
)
])
]),
vue.createElementVNode("view", null, [
vue.createElementVNode("text", null, "类型:"),
vue.createElementVNode(
"text",
null,
vue.toDisplayString(vue.unref(details).loadType[item.loadType]),
1
/* TEXT */
)
]),
vue.createElementVNode("view", null, [
vue.createElementVNode("text", null, "线路:"),
vue.createElementVNode(
"text",
null,
vue.toDisplayString(item.carsLineName),
1
/* TEXT */
)
vue.createElementVNode("view", { class: "type1" }, [
vue.createElementVNode("view", null, [
vue.createElementVNode("text", null, "计划件数 / 装车件数:"),
vue.createElementVNode(
"text",
null,
vue.toDisplayString(item.planLoadingNumber + " / " + item.realLoadingNumber),
1
/* TEXT */
)
])
])
]),
vue.unref(status) !== 2 ? (vue.openBlock(), vue.createElementBlock("view", {
@ -49770,7 +49762,7 @@ This will fail in production if not fixed.`);
});
async function scandata() {
const res = await postFindAllocationData({ allocationId: scancode.value });
formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:328", "res :>> ", res);
formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:343", "res :>> ", res);
const { code: code2, data } = res;
if (code2 !== 200 || !data)
return;
@ -49785,7 +49777,7 @@ This will fail in production if not fixed.`);
tabBarCode.value = code2;
};
const selectionChange = (list, type2) => {
formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:357", "list :>> ", list);
formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:372", "list :>> ", list);
selectionList.value = list;
};
const batchPrint = async () => {
@ -49804,7 +49796,7 @@ This will fail in production if not fixed.`);
const { code: code2, data } = res;
if (code2 !== 200)
return;
formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:381", "res :>> ", res);
formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:396", "res :>> ", res);
tiplists.value.setdetails({
title: "请选择需要打印的包条码",
isshow: true,
@ -49814,7 +49806,7 @@ This will fail in production if not fixed.`);
confirmTxt: "确认选择",
isonecheck: true,
success: () => {
formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:398", "data :>> ", data);
formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:413", "data :>> ", data);
if (!bluetoothInfo.value.name)
return bluetoothList.value.setdetails({ isshow: true });
let _isReturn = false;
@ -50079,9 +50071,38 @@ This will fail in production if not fixed.`);
_: 1
/* STABLE */
}),
vue.createCommentVNode(' <uni-th align="left">运单号</uni-th> '),
vue.createVNode(_component_uni_th, { align: "left" }, {
default: vue.withCtx(() => [
vue.createTextVNode("一级品")
]),
_: 1
/* STABLE */
}),
vue.createVNode(_component_uni_th, { align: "left" }, {
default: vue.withCtx(() => [
vue.createTextVNode("运单号")
vue.createTextVNode("二级品")
]),
_: 1
/* STABLE */
}),
vue.createVNode(_component_uni_th, { align: "left" }, {
default: vue.withCtx(() => [
vue.createTextVNode("三级品")
]),
_: 1
/* STABLE */
}),
vue.createVNode(_component_uni_th, { align: "left" }, {
default: vue.withCtx(() => [
vue.createTextVNode("物料名称")
]),
_: 1
/* STABLE */
}),
vue.createVNode(_component_uni_th, { align: "left" }, {
default: vue.withCtx(() => [
vue.createTextVNode("物料编码")
]),
_: 1
/* STABLE */
@ -50151,13 +50172,87 @@ This will fail in production if not fixed.`);
/* DYNAMIC_SLOTS */
),
vue.createCommentVNode(" 运单号 "),
vue.createCommentVNode(" <uni-td>{{item.waybillNo}}</uni-td> "),
vue.createCommentVNode(" 一级品 "),
vue.createVNode(
_component_uni_td,
null,
{
default: vue.withCtx(() => [
vue.createTextVNode(
vue.toDisplayString(item.waybillNo),
vue.toDisplayString(item.firsts),
1
/* TEXT */
)
]),
_: 2
/* DYNAMIC */
},
1024
/* DYNAMIC_SLOTS */
),
vue.createCommentVNode(" 二级品 "),
vue.createVNode(
_component_uni_td,
null,
{
default: vue.withCtx(() => [
vue.createTextVNode(
vue.toDisplayString(item.seconds),
1
/* TEXT */
)
]),
_: 2
/* DYNAMIC */
},
1024
/* DYNAMIC_SLOTS */
),
vue.createCommentVNode(" 三级品 "),
vue.createVNode(
_component_uni_td,
null,
{
default: vue.withCtx(() => [
vue.createTextVNode(
vue.toDisplayString(item.thirds),
1
/* TEXT */
)
]),
_: 2
/* DYNAMIC */
},
1024
/* DYNAMIC_SLOTS */
),
vue.createCommentVNode(" 物料名称 "),
vue.createVNode(
_component_uni_td,
null,
{
default: vue.withCtx(() => [
vue.createTextVNode(
vue.toDisplayString(item.materialName),
1
/* TEXT */
)
]),
_: 2
/* DYNAMIC */
},
1024
/* DYNAMIC_SLOTS */
),
vue.createCommentVNode(" 物料编码 "),
vue.createVNode(
_component_uni_td,
null,
{
default: vue.withCtx(() => [
vue.createTextVNode(
vue.toDisplayString(item.materialCode),
1
/* TEXT */
)
@ -50639,6 +50734,15 @@ This will fail in production if not fixed.`);
"70": "部分签收",
"80": "已签收"
});
const scansortingType = vue.reactive([
{ type: 10, name: "服务号", src: "/pagesHome/static/scicon1.png" },
{ type: 20, name: "订单自编码", src: "/pagesHome/static/scicon2.png" },
{ type: 30, name: "商场", src: "/pagesHome/static/scicon3.png" },
{ type: 40, name: "客户", src: "/pagesHome/static/scicon4.png" },
{ type: 50, name: "仓库", src: "/pagesHome/static/scicon5.png" },
{ type: 60, name: "门店", src: "/pagesHome/static/scicon6.png" },
{ type: 100, name: "其他", src: "/pagesHome/static/scicon7.png" }
]);
const tabBarCode = vue.ref(1);
vue.ref({});
const selectionList = vue.ref([]);
@ -50666,7 +50770,7 @@ This will fail in production if not fixed.`);
});
async function scandata() {
const res = await postFindTrayData({ trayCode: scancode.value });
formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:324", "res :>> ", res);
formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:350", "res :>> ", res);
const { code: code2, data } = res;
if (code2 !== 200 || !data)
return;
@ -50681,7 +50785,7 @@ This will fail in production if not fixed.`);
tabBarCode.value = code2;
};
const selectionChange = (list, type2) => {
formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:353", "list :>> ", list);
formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:379", "list :>> ", list);
selectionList.value = list;
};
const batchPrint = async () => {
@ -50700,7 +50804,7 @@ This will fail in production if not fixed.`);
const { code: code2, data } = res;
if (code2 !== 200)
return;
formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:377", "res :>> ", res);
formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:403", "res :>> ", res);
tiplists.value.setdetails({
title: "请选择需要打印的包条码",
isshow: true,
@ -50710,7 +50814,7 @@ This will fail in production if not fixed.`);
confirmTxt: "确认选择",
isonecheck: true,
success: () => {
formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:394", "data :>> ", data);
formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:420", "data :>> ", data);
if (!bluetoothInfo.value.name)
return bluetoothList.value.setdetails({ isshow: true });
let _isReturn = false;
@ -50839,7 +50943,7 @@ This will fail in production if not fixed.`);
vue.createElementVNode("view", { class: "" }, [
vue.createElementVNode("text", { class: "row_title1" }, " 打托方式: "),
vue.createTextVNode(
" " + vue.toDisplayString(info.value.trayType || "暂无数据"),
" " + vue.toDisplayString(scansortingType.find((val) => val.type === info.value.trayType || {}).name || "暂无数据"),
1
/* TEXT */
)
@ -50973,9 +51077,38 @@ This will fail in production if not fixed.`);
_: 1
/* STABLE */
}),
vue.createCommentVNode(' <uni-th align="left">运单号</uni-th> '),
vue.createVNode(_component_uni_th, { align: "left" }, {
default: vue.withCtx(() => [
vue.createTextVNode("一级品")
]),
_: 1
/* STABLE */
}),
vue.createVNode(_component_uni_th, { align: "left" }, {
default: vue.withCtx(() => [
vue.createTextVNode("运单号")
vue.createTextVNode("二级品")
]),
_: 1
/* STABLE */
}),
vue.createVNode(_component_uni_th, { align: "left" }, {
default: vue.withCtx(() => [
vue.createTextVNode("三级品")
]),
_: 1
/* STABLE */
}),
vue.createVNode(_component_uni_th, { align: "left" }, {
default: vue.withCtx(() => [
vue.createTextVNode("物料名称")
]),
_: 1
/* STABLE */
}),
vue.createVNode(_component_uni_th, { align: "left" }, {
default: vue.withCtx(() => [
vue.createTextVNode("物料编码")
]),
_: 1
/* STABLE */
@ -51045,13 +51178,87 @@ This will fail in production if not fixed.`);
/* DYNAMIC_SLOTS */
),
vue.createCommentVNode(" 运单号 "),
vue.createCommentVNode(" <uni-td>{{item.waybillNo}}</uni-td> "),
vue.createCommentVNode(" 一级品 "),
vue.createVNode(
_component_uni_td,
null,
{
default: vue.withCtx(() => [
vue.createTextVNode(
vue.toDisplayString(item.waybillNo),
vue.toDisplayString(item.firsts),
1
/* TEXT */
)
]),
_: 2
/* DYNAMIC */
},
1024
/* DYNAMIC_SLOTS */
),
vue.createCommentVNode(" 二级品 "),
vue.createVNode(
_component_uni_td,
null,
{
default: vue.withCtx(() => [
vue.createTextVNode(
vue.toDisplayString(item.seconds),
1
/* TEXT */
)
]),
_: 2
/* DYNAMIC */
},
1024
/* DYNAMIC_SLOTS */
),
vue.createCommentVNode(" 三级品 "),
vue.createVNode(
_component_uni_td,
null,
{
default: vue.withCtx(() => [
vue.createTextVNode(
vue.toDisplayString(item.thirds),
1
/* TEXT */
)
]),
_: 2
/* DYNAMIC */
},
1024
/* DYNAMIC_SLOTS */
),
vue.createCommentVNode(" 物料名称 "),
vue.createVNode(
_component_uni_td,
null,
{
default: vue.withCtx(() => [
vue.createTextVNode(
vue.toDisplayString(item.materialName),
1
/* TEXT */
)
]),
_: 2
/* DYNAMIC */
},
1024
/* DYNAMIC_SLOTS */
),
vue.createCommentVNode(" 物料编码 "),
vue.createVNode(
_component_uni_td,
null,
{
default: vue.withCtx(() => [
vue.createTextVNode(
vue.toDisplayString(item.materialCode),
1
/* TEXT */
)
@ -59185,7 +59392,7 @@ ${i3}
crrNum: 1,
pageCount: 10,
totalNum: 0,
status: 1,
status: 0,
collapse: [],
crrColl: 0,
show: false,
@ -59365,7 +59572,7 @@ ${i3}
{
class: vue.normalizeClass($data.status == 0 ? "xz" : "")
},
"积分项",
"发起积分考核",
2
/* CLASS */
)

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

@ -5,7 +5,7 @@
"iPad"
],
"id": "__UNI__EB22F37",
"name": "货无忧",
"name": "货无忧测试版",
"version": {
"name": "1.1.18",
"code": 1118

Loading…
Cancel
Save