Browse Source

新增托盘信息

myd
qb 1 year ago
parent
commit
d673754a70
  1. 2
      compoment/BasicContainer/BasicContainer.vue
  2. 4
      config/host.js
  3. 4
      manifest.json
  4. 22
      pages.json
  5. 242
      pages/index/index.vue
  6. 4
      pages/login/login.vue
  7. 7
      pagesHome/pages/DownGoods/DownGoods.vue
  8. 87
      pagesHome/pages/MergeTray/MergeTray.vue
  9. 13
      pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue
  10. 4
      pagesHome/pages/PeopleScanUp/PeopleScanUp.vue
  11. 6
      pagesHome/pages/Relocation/Relocation.vue
  12. 21
      pagesHome/pages/RemoveTray/RemoveTray.vue
  13. 4
      pagesHome/pages/ScanUp/ScanUp.vue
  14. 2
      pagesHome/pages/StockUplist/StockUplist.vue
  15. 10
      pagesHome/pages/createAddServe/createAddServe.vue
  16. 2
      pagesHome/pages/loadingRetention/loadingRetention.vue
  17. 6
      pagesHome/pages/scansorting/scansorting.vue
  18. 2
      pagesHome/pages/setbarcode/setbarcode.vue
  19. 5
      pagesHome/pages/signinScan/signinScan.vue
  20. 67
      pagesTask/pages/checkTaskList/checkTaskList.vue
  21. 16
      pagesTask/pages/contracts/contracts.vue
  22. 63
      pagesTask/pages/dynamicCheck/dynamicCheck.vue
  23. 25
      pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails.vue
  24. 22
      pagesTask/pages/trayCheckDetails/trayCheckDetails.vue
  25. 2
      unpackage/dist/build/app-plus/pagesHome/pages/OrderSortingDetail/OrderSortingDetail.css
  26. 2
      unpackage/dist/build/app-plus/pagesHome/pages/RemoveTray/RemoveTray.css
  27. 4
      unpackage/dist/dev/app-plus/app-config-service.js
  28. 14061
      unpackage/dist/dev/app-plus/app-service.js
  29. 16
      unpackage/dist/dev/app-plus/manifest.json
  30. 29
      unpackage/dist/dev/app-plus/pagesHome/pages/MergeTray/MergeTray.css
  31. 2
      unpackage/dist/dev/app-plus/pagesHome/pages/OrderSortingDetail/OrderSortingDetail.css
  32. 8
      unpackage/dist/dev/app-plus/pagesHome/pages/RemoveTray/RemoveTray.css
  33. 46
      utils/request.js
  34. 7
      utils/utils.js

2
compoment/BasicContainer/BasicContainer.vue

@ -51,7 +51,7 @@
if (isEnd === undefined) isEnd = ref(false) if (isEnd === undefined) isEnd = ref(false)
// //
const pullDownRefreshInitPage = props.option.pullDownRefreshInitPage || function () { } const pullDownRefreshInitPage = props.option.pullDownRefreshInitPage || function () { console.log('刷新'); }
// //
const reachBottomInitPage = props.option.reachBottomInitPage || function () { } const reachBottomInitPage = props.option.reachBottomInitPage || function () { }

4
config/host.js

@ -4,7 +4,7 @@
* 测试域名 * 测试域名
* */ * */
//测试域名 //测试域名
// const devhost = 'http://test.api.huitongys.com/' const devhost = 'http://test.api.huitongys.com/'
// lmy // lmy
// const devhost = 'http://192.168.10.123:8889/' // const devhost = 'http://192.168.10.123:8889/'
// zhy // zhy
@ -12,7 +12,7 @@
// tjj // tjj
// const devhost = 'http://192.168.10.29:13000/' // const devhost = 'http://192.168.10.29:13000/'
// cyz // cyz
const devhost = 'http://192.168.10.75:8777/' // const devhost = 'http://192.168.10.75:8777/'
// 正式 // 正式
// const devhost = 'http://h5uapi.huitongys.com/' // const devhost = 'http://h5uapi.huitongys.com/'
// cg // cg

4
manifest.json

@ -2,8 +2,8 @@
"name" : "货无忧", "name" : "货无忧",
"appid" : "__UNI__EB22F37", "appid" : "__UNI__EB22F37",
"description" : "", "description" : "",
"versionName" : "1.0.19", "versionName" : "1.0.24",
"versionCode" : 1019, "versionCode" : 1024,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

22
pages.json

@ -1,9 +1,9 @@
{ {
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/index/index", "path": "pages/login/login",
"style": { "style": {
"navigationBarTitleText": "工作台", "navigationBarTitleText": "登录",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"onReachBottomDistance": 1, "onReachBottomDistance": 1,
"navigationStyle": "custom", "navigationStyle": "custom",
@ -17,11 +17,12 @@
} }
} }
} }
}, },
{ {
"path": "pages/login/login", "path": "pages/index/index",
"style": { "style": {
"navigationBarTitleText": "登录", "navigationBarTitleText": "工作台",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"onReachBottomDistance": 1, "onReachBottomDistance": 1,
"navigationStyle": "custom", "navigationStyle": "custom",
@ -35,7 +36,6 @@
} }
} }
} }
}, },
{ {
"path": "pages/user/user", "path": "pages/user/user",
@ -1272,12 +1272,12 @@
// "selectedIconPath": "/static/TabberIcon/icon3check.png", // "selectedIconPath": "/static/TabberIcon/icon3check.png",
// "text": "报表" // "text": "报表"
// }, // },
// { {
// "pagePath": "pages/news/news", "pagePath": "pages/news/news",
// "iconPath": "/static/TabberIcon/icon4.png", "iconPath": "/static/TabberIcon/icon4.png",
// "selectedIconPath": "/static/TabberIcon/icon4check.png", "selectedIconPath": "/static/TabberIcon/icon4check.png",
// "text": "消息" "text": "消息"
// }, },
{ {
"pagePath": "pages/user/user", "pagePath": "pages/user/user",
"iconPath": "/static/TabberIcon/icon5.png", "iconPath": "/static/TabberIcon/icon5.png",

242
pages/index/index.vue

@ -42,126 +42,126 @@
import { inject, reactive, toRefs, watchEffect, ref } from "vue"; import { inject, reactive, toRefs, watchEffect, ref } from "vue";
import utils from '../../utils/utils'; import utils from '../../utils/utils';
const tip = ref(null) const tip = ref(null)
// let details = reactive<listtype>({ tablist: [] }); let details = reactive<listtype>({ tablist: [] });
let details = reactive<listtype>({ // let details = reactive<listtype>({
tablist: [ // tablist: [
{ // {
type: 1, // type: 1,
name: '工作台', // name: '',
minilist: [ // minilist: [
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '订单查询', // name: '',
router: '/pagesHome/pages/orderInquiry/orderInquiry', // router: '/pagesHome/pages/orderInquiry/orderInquiry',
}, // },
] // ]
}, // },
{ // {
type: 1, // type: 1,
name: '库内', // name: '',
minilist: [ // minilist: [
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '分拣打托', // name: '',
router: '/pagesHome/pages/scansorting/scansorting', // router: '/pagesHome/pages/scansorting/scansorting',
}, // },
// { // // {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '', // // name: '',
// router: '/pagesHome/pages/ordersorting/ordersorting', // // router: '/pagesHome/pages/ordersorting/ordersorting',
// }, // // },
// { // // {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '', // // name: '',
// router: '/pagesHome/pages/lnventorysorting/lnventorysorting', // // router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
// }, // // },
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '扫码上架', // name: '',
router: '/pagesHome/pages/ScanUpType/ScanUpType', // router: '/pagesHome/pages/ScanUpType/ScanUpType',
}, // },
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '手动上架', // name: '',
router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType', // router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
}, // },
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '移库', // name: '',
router: '/pagesHome/pages/RelocationType/RelocationType', // router: '/pagesHome/pages/RelocationType/RelocationType',
}, // },
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '滞留', // name: '',
router: '/pagesHome/pages/Retention/Retention', // router: '/pagesHome/pages/Retention/Retention',
}, // },
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '合托', // name: '',
router: '/pagesHome/pages/MergeTray/MergeTray', // router: '/pagesHome/pages/MergeTray/MergeTray',
}, // },
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '下架', // name: '',
router: '/pagesHome/pages/DownGoodsType/DownGoodsType', // router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
}, // },
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '空置托盘', // name: '',
router: '/pagesHome/pages/RemoveTray/RemoveTray', // router: '/pagesHome/pages/RemoveTray/RemoveTray',
}, // },
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '复核', // name: '',
router: '/pagesHome/pages/Check/Check', // router: '/pagesHome/pages/Check/Check',
}, // },
] // ]
}, // },
{ // {
type: 1, // type: 1,
name: '出库', // name: '',
minilist: [ // minilist: [
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '拣货扫描', // name: '',
router: '/pagesHome/pages/pickingScan/pickingScan', // router: '/pagesHome/pages/pickingScan/pickingScan',
}, // },
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '自提扫描', // name: '',
router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan', // router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
}, // },
] // ]
}, // },
{ // {
type: 1, // type: 1,
name: '配送', // name: '',
minilist: [ // minilist: [
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '装车扫描', // name: '',
router: '/pagesHome/pages/LoadingScan/LoadingScan', // router: '/pagesHome/pages/LoadingScan/LoadingScan',
}, // },
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '签收扫描', // name: '',
router: '/pagesHome/pages/signinScan/signinScan', // router: '/pagesHome/pages/signinScan/signinScan',
}, // },
] // ]
}, // },
{ // {
type: 1, // type: 1,
name: '离线上传', // name: '线',
minilist: [ // minilist: [
{ // {
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '离线上传', // name: '线',
router: '/pagesHome/pages/OfflineUpload/OfflineUpload', // router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
}, // },
] // ]
}, // },
] // ]
}) // })
function gopathpage(path : string) { function gopathpage(path : string) {
uni.navigateTo({ uni.navigateTo({
@ -177,6 +177,7 @@
} }
let res = await appMenuroutes({}) let res = await appMenuroutes({})
console.log(res, '-------------'); console.log(res, '-------------');
console.log('刷新后')
if (res.code == 200) { if (res.code == 200) {
// //
getimgcache(res.data[0]) getimgcache(res.data[0])
@ -376,6 +377,7 @@
}) })
async function getimgcache(list) { async function getimgcache(list) {
let maxarr = [] let maxarr = []
if (!list) return
for (let item of list.children) { for (let item of list.children) {
let arr = { let arr = {
type: 1, type: 1,

4
pages/login/login.vue

@ -74,7 +74,6 @@
// import { storeToRefs } from 'pinia'; // import { storeToRefs } from 'pinia';
const userStore = useUserStore() const userStore = useUserStore()
const { HANDLE_ACCTOKEN, HANDLE_REFTOKEN, HANDLE_USERINFO } = userStore const { HANDLE_ACCTOKEN, HANDLE_REFTOKEN, HANDLE_USERINFO } = userStore
let tip = ref(null) let tip = ref(null)
let details = reactive<detailsType>({ let details = reactive<detailsType>({
tenantId: '', tenantId: '',
@ -86,6 +85,9 @@
checkitem: {}, checkitem: {},
}) })
const tiplists = ref(null) const tiplists = ref(null)
//
const bluetoothList = utils.initbl()
console.log('bluetoothList :>> ', bluetoothList);
onLoad(() => { onLoad(() => {
let users = <{ password : string; tenantId : string; username : string }>uni.getStorageSync('loginuser') let users = <{ password : string; tenantId : string; username : string }>uni.getStorageSync('loginuser')
if (users) { if (users) {

7
pagesHome/pages/DownGoods/DownGoods.vue

@ -64,7 +64,8 @@
</view> </view>
<view class="tpbx"> <view class="tpbx">
<image src="/pagesHome/static/kuweiicon.png"></image> <image src="/pagesHome/static/kuweiicon.png"></image>
<view>托盘码{{details.resdata.trayCode}}</view> <view>托盘码{{details.resdata.trayCode || '' + `(${details.resdata.trayName || ''})`}}
</view>
</view> </view>
</view> </view>
<scroll-view scroll-y="true" class="scvorder" :style="{'--height':pageType=='1'?'60vh':pageType=='2'?'60vh':'65vh'}"> <scroll-view scroll-y="true" class="scvorder" :style="{'--height':pageType=='1'?'60vh':pageType=='2'?'60vh':'65vh'}">
@ -116,7 +117,7 @@
</view> </view>
<view class="topon2"> <view class="topon2">
<image src="/pagesHome/static/checi.png"></image> <image src="/pagesHome/static/checi.png"></image>
<view>托盘码{{item?.trayCode}}</view> <view>托盘码{{item?.trayCode + `(${item?.trayName})`}}</view>
</view> </view>
<!-- <view class="topon2" v-if="item?.positionCode"> <!-- <view class="topon2" v-if="item?.positionCode">
<image src="/pagesHome/static/checi.png"></image> <image src="/pagesHome/static/checi.png"></image>
@ -244,7 +245,7 @@
</view> </view>
<view class="type1s"> <view class="type1s">
<view>托盘信息</view> <view>托盘信息</view>
<view>{{item.trayCode}}</view> <view>{{item.trayCode + `(${item.trayName})`}}</view>
</view> </view>
<view class="rksu"> <view class="rksu">
<view> <view>

87
pagesHome/pages/MergeTray/MergeTray.vue

@ -3,17 +3,27 @@
:autoBack="true" leftIconSize='35'></u-navbar> :autoBack="true" leftIconSize='35'></u-navbar>
<view class="topbos"> <view class="topbos">
<view class="srview"> <view class="srview">
<view>解绑托盘码</view> <view class="box">
<view> <view>解绑托盘码</view>
<input placeholder="请扫描或输入" v-model="mergeTray" @focus="setstate(1)" /> <view>
<view class="sbm" @click="scandata">确定</view> <input placeholder="请扫描或输入" v-model="mergeTray" @focus="setstate(1)" />
<view class="sbm" @click="scandata">确定</view>
</view>
</view>
<view class="">
托盘名称{{beilist.trayName||''}}
</view> </view>
</view> </view>
<view class="srview"> <view class="srview">
<view>合并托盘码</view> <view class="box">
<view> <view>合并托盘码</view>
<input placeholder="请扫描或输入" v-model="newmergeTray" @focus="setstate(2)" /> <view>
<view class="sbm" @click="scandata">确定</view> <input placeholder="请扫描或输入" v-model="newmergeTray" @focus="setstate(2)" />
<view class="sbm" @click="scandata">确定</view>
</view>
</view>
<view class="">
托盘名称{{newbeilist.trayName||''}}
</view> </view>
</view> </view>
</view> </view>
@ -164,18 +174,6 @@
renderList: [] renderList: []
}) })
onLoad((op) => { onLoad((op) => {
// details.upshelfScanType = op.type
// details.scancode = 'HT20230800002'
// scandata()
// setTimeout(()=>{
// details.scantype=2
// details.scancode = 'HT20230800001'
// scandata()
// },2500)
// setTimeout(()=>{
// details.scancode='23072506670-2'
// scandata()
// },4500)
}) })
onShow(() => { onShow(() => {
@ -549,12 +547,38 @@
flex-direction: column; flex-direction: column;
>.srview { >.srview {
display: flex;
align-items: center;
padding: 26upx 32upx; padding: 26upx 32upx;
box-sizing: border-box; box-sizing: border-box;
background-color: #ffffff; background-color: #ffffff;
margin-bottom: 4upx; margin-bottom: 4upx;
font-size: 28upx;
.box {
display: flex;
align-items: center;
&:nth-last-child(1) {
margin-bottom: 0;
}
>view:nth-of-type(1) {
width: 190upx;
font-size: 28upx
}
>view:nth-of-type(2) {
font-size: 28upx;
flex: 1;
display: flex;
align-items: center;
>input {
flex: 1;
font-size: 28upx;
}
}
}
.sbm { .sbm {
width: 150upx; width: 150upx;
@ -567,26 +591,7 @@
border-radius: 10upx; border-radius: 10upx;
} }
&:nth-last-child(1) {
margin-bottom: 0;
}
>view:nth-of-type(1) {
width: 190upx;
font-size: 28upx
}
>view:nth-of-type(2) {
font-size: 28upx;
flex: 1;
display: flex;
align-items: center;
>input {
flex: 1;
font-size: 28upx;
}
}
} }
} }
</style> </style>

13
pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue

@ -590,10 +590,10 @@
console.log('details.scancode :>> ', details.scancode); console.log('details.scancode :>> ', details.scancode);
// //
if (response.code !== 200 || code !== 200) return if (code !== 200) return
if (details?.detauser?.trayNum && details?.detauser?.trayNum > 0) { if (details?.detauser?.trayNum && details?.detauser?.trayNum > 0) {
utils.ttsspke(details.detauser.trayNum + '件') if (response.code === 200) utils.ttsspke(details.detauser.trayNum + '件')
const { data: { orderCode } } = response const { data: { orderCode } } = response
// , // ,
@ -927,7 +927,7 @@
text += 'SETBOLD 2\r\n' text += 'SETBOLD 2\r\n'
text += 'T 56 0 10 0 打托清单\r\n' text += 'T 56 0 10 0 打托清单\r\n'
text += 'B QR 300 0 M 2 U 4\r\n' text += 'B QR 300 0 M 2 U 4\r\n'
text += 'MA,123141515215212\r\n' text += `MA,${data.trayCode}\r\n`
text += 'ENDQR\r\n' text += 'ENDQR\r\n'
text += `T 55 0 10 120 打印时间: ${time}\r\n` text += `T 55 0 10 120 打印时间: ${time}\r\n`
text += `T 55 0 300 120 汇通龙泉\r\n` text += `T 55 0 300 120 汇通龙泉\r\n`
@ -980,11 +980,14 @@
` */ ` */
let sylist = utils.initbl() let sylist = utils.initbl()
console.log(sylist); console.log(sylist);
sylist.map(item => { sylist.every(item => {
// , 退
console.log(item); console.log(item);
if (item.uuids) { if (item.uuids) {
utils.getbl(item, text) utils.getbl(item, text)
return false
} }
return true
}) })
// #endif // #endif
tiplists.value.setdetails({ isshow: false }) tiplists.value.setdetails({ isshow: false })
@ -1326,7 +1329,7 @@
color: $subjectColor; color: $subjectColor;
margin: auto; margin: auto;
margin-top: 20upx; margin-top: 20upx;
border: 1upx solid $subjectColor; border: 3upx solid $subjectColor;
} }
// //

4
pagesHome/pages/PeopleScanUp/PeopleScanUp.vue

@ -226,7 +226,7 @@
<view class="item1" v-if="checkstate==3&&reqobj.trayCode"> <view class="item1" v-if="checkstate==3&&reqobj.trayCode">
<view> <view>
<image src="/pagesHome/static/kuweiicon.png"></image> <image src="/pagesHome/static/kuweiicon.png"></image>
<view>托盘码{{reqobj.trayCode}}</view> <view>托盘码{{reqobj.trayCode + `(${reqobj.trayName})`}}</view>
</view> </view>
<view> <view>
<image src="/pagesHome/static/scanicon.png"></image> <image src="/pagesHome/static/scanicon.png"></image>
@ -318,7 +318,7 @@
<text v-if="ite.areaName">{{ite.areaName}}</text> <text v-if="ite.areaName">{{ite.areaName}}</text>
<text v-if="ite.allocationName">{{'-'+ite.allocationName}}</text> <text v-if="ite.allocationName">{{'-'+ite.allocationName}}</text>
</view> </view>
<view>托盘码{{ite.trayCode}}</view> <view>托盘码{{ite.trayCode + `(${ite.trayName})`}}</view>
<view>数量{{ite.num}}</view> <view>数量{{ite.num}}</view>
</view> </view>
</view> </view>

6
pagesHome/pages/Relocation/Relocation.vue

@ -60,7 +60,7 @@
</view> </view>
<view class="tpbx"> <view class="tpbx">
<image src="/pagesHome/static/kuweiicon.png"></image> <image src="/pagesHome/static/kuweiicon.png"></image>
<view>托盘码{{item.trayCode}}</view> <view>托盘码{{item.trayCode + `(${item.trayName})`}}</view>
</view> </view>
<view class="tpbx" @click.stop="goorderdetail(item)"> <view class="tpbx" @click.stop="goorderdetail(item)">
<image src="/pagesHome/static/kuweiicon.png"></image> <image src="/pagesHome/static/kuweiicon.png"></image>
@ -80,7 +80,7 @@
</view> </view>
<view class="tpbx"> <view class="tpbx">
<image src="/pagesHome/static/kuweiicon.png"></image> <image src="/pagesHome/static/kuweiicon.png"></image>
<view>托盘码{{item.trayCode}}</view> <view>托盘码{{item.trayCode + `(${item.trayName})`}}</view>
</view> </view>
<view class="tpbx"> <view class="tpbx">
<image src="/pagesHome/static/kuweiicon.png"></image> <image src="/pagesHome/static/kuweiicon.png"></image>
@ -104,7 +104,7 @@
</view> </view>
<view class="tpbx"> <view class="tpbx">
<image src="/pagesHome/static/kuweiicon.png"></image> <image src="/pagesHome/static/kuweiicon.png"></image>
<view>托盘码{{item.trayCode}}</view> <view>托盘码{{item.trayCode + `(${item.trayName})`}}</view>
</view> </view>
<view class="tpbx"> <view class="tpbx">
<image src="/pagesHome/static/kuweiicon.png"></image> <image src="/pagesHome/static/kuweiicon.png"></image>

21
pagesHome/pages/RemoveTray/RemoveTray.vue

@ -9,6 +9,9 @@
<view class="sbm" @click="scandata">确定</view> <view class="sbm" @click="scandata">确定</view>
</view> </view>
</view> </view>
<view class="taryInfo">
托盘名称: {{pageInfo.trayName || ''}}
</view>
</view> </view>
<!-- tabBar --> <!-- tabBar -->
@ -160,7 +163,8 @@
data: {}, data: {},
orderList: [], orderList: [],
zeroList: [], zeroList: [],
stockList: [] stockList: [],
pageInfo: {}
}) })
onLoad(() => { onLoad(() => {
utils.ttsspke('请扫描或输入需要空置的托盘') utils.ttsspke('请扫描或输入需要空置的托盘')
@ -198,6 +202,7 @@
if (!data) return if (!data) return
console.log('res', res); console.log('res', res);
// details.datalist = res.data?.list // details.datalist = res.data?.list
details.pageInfo = data
// //
details.orderList = data.packageList details.orderList = data.packageList
// //
@ -292,8 +297,8 @@
} }
const { const {
scancode, scancode,
statetype, datalist,
datalist pageInfo
} = toRefs(details) } = toRefs(details)
</script> </script>
@ -334,14 +339,14 @@
.topbos { .topbos {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: #ffffff;
padding: 26upx 32upx;
>.srview { >.srview {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 26upx 32upx;
box-sizing: border-box; box-sizing: border-box;
background-color: #ffffff; // margin-bottom: 4upx;
margin-bottom: 4upx;
.sbm { .sbm {
width: 150upx; width: 150upx;
@ -375,6 +380,10 @@
} }
} }
} }
.taryInfo {
font-size: 28upx;
}
} }
.flbuts { .flbuts {

4
pagesHome/pages/ScanUp/ScanUp.vue

@ -68,7 +68,7 @@
<template v-if="details.upshelfScanType === '4'&& details.renderList.length !==0"> <template v-if="details.upshelfScanType === '4'&& details.renderList.length !==0">
<view v-show="details.checkstate === 1"> <view v-show="details.checkstate === 1">
<view class="trayTab" style="display: flex; align-items: center; justify-content: space-between;"> <view class="trayTab" style="display: flex; align-items: center; justify-content: space-between;">
<view>托盘码{{details.renderList[0].trayCode}}</view> <view>托盘码{{details.renderList[0].trayName}}</view>
<!-- 求和 -- 托盘上所有包件的已扫数量 --> <!-- 求和 -- 托盘上所有包件的已扫数量 -->
<view>托盘已扫数量{{details.renderList.reduce((curr, item)=>curr + item.shelfNum ,0)}}</view> <view>托盘已扫数量{{details.renderList.reduce((curr, item)=>curr + item.shelfNum ,0)}}</view>
</view> </view>
@ -164,7 +164,7 @@
<view class="item1" v-if="checkstate==3&&reqobj.trayCode"> <view class="item1" v-if="checkstate==3&&reqobj.trayCode">
<view class="tpbx"> <view class="tpbx">
<image src="/pagesHome/static/kuweiicon.png"></image> <image src="/pagesHome/static/kuweiicon.png"></image>
<view>托盘码{{reqobj.trayCode}}</view> <view>托盘码{{reqobj.trayCode + `(${reqobj.trayName})`}}</view>
</view> </view>
<view class="tpbx"> <view class="tpbx">
<image src="/pagesHome/static/scanicon.png"></image> <image src="/pagesHome/static/scanicon.png"></image>

2
pagesHome/pages/StockUplist/StockUplist.vue

@ -225,7 +225,7 @@
} }
details.orderList = [] details.orderList = []
let response = await distributionStockuporderList(data) let response = await distributionStockuporderList(data)
if (response !== 200) return if (response.code !== 200) return
console.log('response :>> ', response); console.log('response :>> ', response);
console.log('details.orderStatus :>> ', details.orderStatus); console.log('details.orderStatus :>> ', details.orderStatus);
details.user.consignee = response.data?.consignee details.user.consignee = response.data?.consignee

10
pagesHome/pages/createAddServe/createAddServe.vue

@ -327,7 +327,10 @@
} }
// -- // --
if (details.typestate == 2) { if (details.typestate == 2) {
data.packageEntityList = details.scanpack data.packageEntityList = details.scanpack.map(val => {
val.quantity = val.zeroQuantity
return val
})
} else { } else {
data.packageEntityList.forEach(val => { data.packageEntityList.forEach(val => {
if (Number(val.conditions) === 3) { if (Number(val.conditions) === 3) {
@ -367,7 +370,10 @@
} }
// -- // --
if (details.typestate == 2) { if (details.typestate == 2) {
data.packageEntityList = details.scanpack data.packageEntityList = details.scanpack.map(val => {
val.quantity = val.zeroQuantity
return val
})
} else { } else {
data.packageEntityList.forEach(val => val.zeroQuantity = val.quantity) data.packageEntityList.forEach(val => val.zeroQuantity = val.quantity)
} }

2
pagesHome/pages/loadingRetention/loadingRetention.vue

@ -318,7 +318,7 @@
.button_item { .button_item {
padding: 10upx 30upx; padding: 10upx 30upx;
border: 1upx solid $subjectColor; border: 3upx solid $subjectColor;
border-radius: 10upx; border-radius: 10upx;
color: $subjectColor; color: $subjectColor;
} }

6
pagesHome/pages/scansorting/scansorting.vue

@ -239,7 +239,11 @@
url: '/pagesHome/pages/ScanSortingType/ScanSortingType?trayCode=' + details.scancode url: '/pagesHome/pages/ScanSortingType/ScanSortingType?trayCode=' + details.scancode
}) })
} else { } else {
uni.navigateTo({
url: '/pagesHome/pages/OrderSortingDetail/OrderSortingDetail?trayCode='
+ res.data.data.trayCode + '&trayType='
+ res.data.data.trayType
})
} }
} }
async function initpage() { async function initpage() {

2
pagesHome/pages/setbarcode/setbarcode.vue

@ -145,7 +145,7 @@
status: details.completeStact ? 1 : 0 status: details.completeStact ? 1 : 0
} }
let response = await distributionStockuporderInfo(data) let response = await distributionStockuporderInfo(data)
if (response !== 200) return if (response.code !== 200) return
details.codelist = response.data.stockList details.codelist = response.data.stockList
details.customer = response.data.customer details.customer = response.data.customer
details.deliveryAddress = response.data.deliveryAddress details.deliveryAddress = response.data.deliveryAddress

5
pagesHome/pages/signinScan/signinScan.vue

@ -186,7 +186,9 @@
type: details.checkstate type: details.checkstate
} }
let response = await signforpage(data) let response = await signforpage(data)
if (response !== 200) return console.log('111 :>> ', 111);
if (response.code !== 200) return
console.log('response :>> ', response);
if (details.current == 1) { if (details.current == 1) {
details.datalist = response.data.records details.datalist = response.data.records
} else { } else {
@ -218,6 +220,7 @@
}) })
} }
function goSignDetailScan(item) { function goSignDetailScan(item) {
console.log('item :>> ', item);
uni.navigateTo({ uni.navigateTo({
url: '/pagesHome/pages/SignDetailScan/SignDetailScan?item=' + JSON.stringify(item) url: '/pagesHome/pages/SignDetailScan/SignDetailScan?item=' + JSON.stringify(item)
}) })

67
pagesTask/pages/checkTaskList/checkTaskList.vue

@ -176,7 +176,8 @@
renderList: [], renderList: [],
// //
isEnd: false, isEnd: false,
warehouseId: '' warehouseId: '',
questNum: ''
}) })
const placeholder = ref('请输入') const placeholder = ref('请输入')
const isDropdownOpen = ref(false) // const isDropdownOpen = ref(false) //
@ -214,6 +215,7 @@
details.id = data.id details.id = data.id
details.warehouseId = data.warehouseId details.warehouseId = data.warehouseId
details.marketName = data.marketName details.marketName = data.marketName
details.questNum = data.questNum
if (details.pageType === 3) { if (details.pageType === 3) {
infodata.value = data infodata.value = data
@ -277,6 +279,7 @@
// //
onPullDownRefresh(() => { onPullDownRefresh(() => {
console.log('111 :>> ', 111);
// //
details.page.current = 1 details.page.current = 1
// //
@ -294,25 +297,27 @@
async function initPage() { async function initPage() {
try { try {
let res : any = null let res : any = null
uni.showLoading({
mask: true,
title: '数据加载中'
})
if (details.pageType === 1) return
if (details.pageType === 2) { if (details.pageType === 2) {
// id // id
// type: type, 1, 2 // type: type, 1, 2
res = await getWarehouseTaskAllocationList({ res = await getWarehouseTaskAllocationList({
questId: details.id ...details.page,
questId: details.id,
questNum: details.questNum
}) })
} }
else if (details.pageType === 3) { else if (details.pageType === 3) {
pgetContractList({ res = await pgetContractList({
...details.page,
taskId: infodata.value.id, taskId: infodata.value.id,
warehouseId: infodata.value.warehouseId warehouseId: infodata.value.warehouseId,
}).then(res => { questNum: details.questNum
if (res.code = 200 && res.data) {
details.renderList = res.data.records
}
// console.log(res.data.records);
// details.renderList=res.data.records
}) })
} }
@ -322,7 +327,9 @@
console.log('res :>> ', res); console.log('res :>> ', res);
const { code, data } = res const { code, data } = res
if (code === 200 && data) { if (code === 200 && data) {
details.renderList = data if (details.pageType === 3) {
details.renderList = res.data.records
} else details.renderList = data
if (data.length < details.page.size) details.isEnd = true if (data.length < details.page.size) details.isEnd = true
} else if (code === 3001) { } else if (code === 3001) {
const msg = data.audio const msg = data.audio
@ -337,6 +344,7 @@
//TODO handle the exception //TODO handle the exception
console.log('error :>> ', error); console.log('error :>> ', error);
} finally { } finally {
uni.hideLoading()
} }
} }
@ -344,7 +352,8 @@
console.log('details.id :>> ', details.id); console.log('details.id :>> ', details.id);
const submitData : any = { const submitData : any = {
...details.page, ...details.page,
taskId: details.id taskId: details.id,
questNum: details.questNum
} }
submitData.trayCode = details.scancode submitData.trayCode = details.scancode
console.log('submitData :>> ', submitData); console.log('submitData :>> ', submitData);
@ -366,12 +375,13 @@
if (details.pageType === 2) { if (details.pageType === 2) {
getWarehouseTaskAllocationDetailByStrip({ getWarehouseTaskAllocationDetailByStrip({
questId: details.id, questId: details.id,
allocationId: details.scancode allocationId: details.scancode,
questNum: details.questNum
}).then(res => { }).then(res => {
console.log(res); console.log(res);
if (res.code != 403) { if (res.code != 403) {
uni.navigateTo({ uni.navigateTo({
url: `/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails?allocationId=${details.scancode}&questId=${details.id}&marketName=${JSON.stringify(details.marketName)}` url: `/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails?allocationId=${details.scancode}&questId=${details.id}&marketName=${JSON.stringify(details.marketName)}&questNum=${details.questNum}`
}) })
} }
}) })
@ -384,7 +394,8 @@
goodsType: selectedValue.value.value, goodsType: selectedValue.value.value,
warehouseId: details.warehouseId, warehouseId: details.warehouseId,
type: '1', type: '1',
code: details.scancode code: details.scancode,
questNum: details.questNum
}).then(res => { }).then(res => {
console.log(res, 'res==='); console.log(res, 'res===');
utils.ttsspke(res.audio) utils.ttsspke(res.audio)
@ -411,7 +422,8 @@
type: data[0].goodsType, type: data[0].goodsType,
marketName: details.marketName, marketName: details.marketName,
// //
holdBackFirstPost: true holdBackFirstPost: true,
questNum: details.questNum
} }
console.log('info :>> ', info); console.log('info :>> ', info);
uni.navigateTo({ uni.navigateTo({
@ -431,12 +443,13 @@
const searchStorage = () => { const searchStorage = () => {
getWarehouseTaskAllocationDetailByStrip({ getWarehouseTaskAllocationDetailByStrip({
questId: details.id, questId: details.id,
allocationId: details.scancode allocationId: details.scancode,
questNum: details.questNum
}).then(res => { }).then(res => {
console.log('res >>>>>>>>', res); console.log('res >>>>>>>>', res);
if (res.code !== 403) { if (res.code !== 403) {
uni.navigateTo({ uni.navigateTo({
url: `/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails?allocationId=${details.scancode}&questId=${details.id}&marketName=${JSON.stringify(details.marketName)}` url: `/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails?allocationId=${details.scancode}&questId=${details.id}&marketName=${JSON.stringify(details.marketName)}&questNum=${details.questNum}`
}) })
} }
}) })
@ -447,12 +460,13 @@
console.log('val :>> ', val); console.log('val :>> ', val);
getWarehouseTaskAllocationDetailByStrip({ getWarehouseTaskAllocationDetailByStrip({
questId: details.id, questId: details.id,
allocationId: val.allocationId allocationId: val.allocationId,
questNum: details.questNum
}).then(res => { }).then(res => {
console.log(res); console.log(res);
if (res.code != 403) { if (res.code != 403) {
uni.navigateTo({ uni.navigateTo({
url: `/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails?allocationId=${val.allocationId}&questId=${details.id}&marketName=${JSON.stringify(details.marketName)}` url: `/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails?allocationId=${val.allocationId}&questId=${details.id}&marketName=${JSON.stringify(details.marketName)}&questNum=${details.questNum}`
}) })
} }
}) })
@ -482,7 +496,8 @@
// //
marketName: details.marketName, marketName: details.marketName,
// //
holdBackFirstPost: false holdBackFirstPost: false,
questNum: details.questNum
} }
uni.navigateTo({ uni.navigateTo({
url: `/pagesTask/pages/trayCheckDetails/trayCheckDetails?info=${JSON.stringify(info)}` url: `/pagesTask/pages/trayCheckDetails/trayCheckDetails?info=${JSON.stringify(info)}`
@ -492,7 +507,7 @@
// , // ,
const contract = (val) => { const contract = (val) => {
uni.navigateTo({ uni.navigateTo({
url: `/pagesTask/pages/contracts/contracts?warehouseId=${details.warehouseId}&taskId=${details.id}&orderCode=${val.orderCode}&isInventory=${val.isInventory}&marketName=${JSON.stringify(details.marketName)}&martialCode=${val.martialCode}` url: `/pagesTask/pages/contracts/contracts?warehouseId=${details.warehouseId}&taskId=${details.id}&orderCode=${val.orderCode}&isInventory=${val.isInventory}&marketName=${JSON.stringify(details.marketName)}&martialCode=${val.martialCode}&questNum=${details.questNum}`
}) })
} }
// //
@ -502,7 +517,8 @@
goodsType: selectedValue.value.value, goodsType: selectedValue.value.value,
warehouseId: details.warehouseId, warehouseId: details.warehouseId,
type: '2', type: '2',
incomingBatch: details.scancode incomingBatch: details.scancode,
questNum: details.questNum
}).then(res => { }).then(res => {
console.log(res, 'res==='); console.log(res, 'res===');
utils.ttsspke(res.audio) utils.ttsspke(res.audio)
@ -513,14 +529,13 @@
} }
// Input // Input
const handleInputChange = () => { const handleInputChange = () => {
console.log(details.searchText.taryText); console.log(details.searchText.taryText);
if (!details.scancode) { if (!details.scancode) {
pgetContractList({ pgetContractList({
taskId: infodata.value.id, taskId: infodata.value.id,
warehouseId: infodata.value.warehouseId, warehouseId: infodata.value.warehouseId,
questNum: details.questNum
}).then(res => { }).then(res => {
if (res.code = 200 && res.data) { if (res.code = 200 && res.data) {
details.renderList = res.data.records details.renderList = res.data.records

16
pagesTask/pages/contracts/contracts.vue

@ -253,9 +253,6 @@
import { ref, reactive, toRefs, watch } from "vue"; import { ref, reactive, toRefs, watch } from "vue";
import { import {
getWarehouseTaskAllocationDetailByStrip,
getallocationDetailByZeroWaList,
getallocationDetailByStockList,
pcontractQuestDetailList, pcontractQuestDetailList,
getWarehouseUpdateQuestDetail, getWarehouseUpdateQuestDetail,
postqueryupdateQuestDetailAllocation, postqueryupdateQuestDetailAllocation,
@ -380,7 +377,7 @@
// //
contract: '', contract: '',
renderList: '', renderList: '',
isInventory: null isInventory: null,
}) })
const { const {
@ -470,7 +467,8 @@
warehouseId: infos.value.warehouseId, warehouseId: infos.value.warehouseId,
taskId: infos.value.taskId, taskId: infos.value.taskId,
orderCode: infos.value.orderCode, orderCode: infos.value.orderCode,
isInventory: infos.value.isInventory isInventory: infos.value.isInventory,
questNum: infos.value.questNum
} }
console.log('infos :>> ', infos); console.log('infos :>> ', infos);
@ -556,7 +554,7 @@
// //
noReceivedNum: 0, noReceivedNum: 0,
}] }]
const res = await getWarehouseUpdateQuestDetail({ questDetailList, questId: infos.value.taskId }) const res = await getWarehouseUpdateQuestDetail({ questDetailList, questId: infos.value.taskId, questNum: infos.value.questNum })
const { code, msg } = res const { code, msg } = res
console.log('res :>> ', res); console.log('res :>> ', res);
if (code === 200) { if (code === 200) {
@ -624,7 +622,7 @@
// const res = getWarehouseUpdateQuestDetail({ ids }) // const res = getWarehouseUpdateQuestDetail({ ids })
// console.log('res :>> ', res); // console.log('res :>> ', res);
try { try {
getWarehouseDeleteQuestDetail({ questDetailList, questId: infos.value.taskId }).then(res => { getWarehouseDeleteQuestDetail({ questNum: infos.value.questNum, questDetailList, questId: infos.value.taskId }).then(res => {
initPage() initPage()
utils.ttsspke(res.msg) utils.ttsspke(res.msg)
}) })
@ -692,7 +690,7 @@
return return
} }
const questDetailList = arr.map(val => { return { id: val.questDetailId } }) const questDetailList = arr.map(val => { return { id: val.questDetailId } })
const res = await postqueryupdateQuestDetailAllocation({ allocationId: details.scancode, questId: infos.value.taskId, questDetailList }) const res = await postqueryupdateQuestDetailAllocation({ allocationId: details.scancode, questId: infos.value.taskId, questDetailList, questNum: infos.value.questNum })
if (res.code === 200) { if (res.code === 200) {
Tjinfo() Tjinfo()
} }
@ -1010,6 +1008,7 @@
questTarget: 1, questTarget: 1,
questType: 3, questType: 3,
questId: infos.value.taskId, questId: infos.value.taskId,
questNum: infos.value.questNum
} }
return submitData return submitData
} }
@ -1042,6 +1041,7 @@
questTarget: 3, questTarget: 3,
questType: 3, questType: 3,
questId: infos.value.taskId, questId: infos.value.taskId,
questNum: infos.value.questNum
} }
return submitData return submitData

63
pagesTask/pages/dynamicCheck/dynamicCheck.vue

@ -104,29 +104,29 @@
// uni.startPullDownRefresh() // uni.startPullDownRefresh()
}) })
// // //
onPullDownRefresh(async () => { /* onPullDownRefresh(async () => {
// //
details.page.current = 1 details.page.current = 1
// //
details.isEnd = false details.isEnd = false
// //
details.renderList = [] details.renderList = []
const res = await initPage() const res = await initPage()
// if (res) { // if (res) {
const timer = setTimeout(() => { const timer = setTimeout(() => {
// //
uni.stopPullDownRefresh() uni.stopPullDownRefresh()
clearTimeout(timer) clearTimeout(timer)
}, 500) }, 500)
// } // }
}) */
onShow(() => {
initPage()
}) })
// onShow(() => {
// initPage()
// })
onMounted(() => { onMounted(() => {
basicContainer.value.startPullDownRefresh() basicContainer.value.startPullDownRefresh()
}) })
@ -138,15 +138,15 @@
const nowDate = new Date().getTime() const nowDate = new Date().getTime()
// //
// if (new Date(startTime).getTime() > nowDate) { if (new Date(startTime).getTime() > nowDate) {
// // //
// utils.ttsspke('') utils.ttsspke('盘点时间未到')
// // //
// return uni.showToast({ return uni.showToast({
// title: '', title: '盘点时间未到',
// icon: 'error' icon: 'error'
// }) })
// } }
// //
if (new Date(endTime).getTime() < nowDate) { if (new Date(endTime).getTime() < nowDate) {
@ -164,7 +164,8 @@
title: details.checkType[pageType], title: details.checkType[pageType],
id: item.id, id: item.id,
warehouseId: item.warehouseId, warehouseId: item.warehouseId,
marketName: item.marketName.split(',') marketName: item.marketName.split(','),
questNum: item.questNum
} }
} }
uni.navigateTo({ uni.navigateTo({

25
pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails.vue

@ -309,7 +309,8 @@
'', '',
'red' 'red'
], ],
marketName: [] marketName: [],
questNum: ''
}) })
// //
@ -367,7 +368,7 @@
// //
allNum: '', allNum: '',
// //
finishNum: '' finishNum: '',
}) })
const { const {
@ -399,8 +400,9 @@
onLoad((info) => { onLoad((info) => {
details.allocationId = info.allocationId details.allocationId = info.allocationId
details.questId = info.questId details.questId = info.questId
console.log('info :>> ', info.marketName); console.log('info :>> ', info);
details.marketName = JSON.parse(info.marketName) details.marketName = JSON.parse(info.marketName)
details.questNum = info.questNum
}) })
// //
@ -482,6 +484,7 @@
questId: details.questId, questId: details.questId,
allocationId: details.allocationId, allocationId: details.allocationId,
type: 1, type: 1,
questNum: details.questNum
} }
try { try {
@ -514,6 +517,7 @@
questId: details.questId, questId: details.questId,
allocationId: details.allocationId, allocationId: details.allocationId,
type: 2, type: 2,
questNum: details.questNum
} }
try { try {
@ -544,6 +548,7 @@
questId: details.questId, questId: details.questId,
allocationId: details.allocationId, allocationId: details.allocationId,
type: 3, type: 3,
questNum: details.questNum
} }
try { try {
@ -587,7 +592,7 @@
// //
noReceivedNum: 0, noReceivedNum: 0,
}] }]
const res = await getWarehouseUpdateQuestDetail({ questDetailList, questId: details.questId }) const res = await getWarehouseUpdateQuestDetail({ questNum: details.questNum, questDetailList, questId: details.questId })
const { code, msg } = res const { code, msg } = res
console.log('res :>> ', res); console.log('res :>> ', res);
if (code === 200) { if (code === 200) {
@ -671,7 +676,7 @@
// const res = getWarehouseUpdateQuestDetail({ ids }) // const res = getWarehouseUpdateQuestDetail({ ids })
// console.log('res :>> ', res); // console.log('res :>> ', res);
try { try {
getWarehouseDeleteQuestDetail({ questDetailList, questId: details.questId }).then(res => { getWarehouseDeleteQuestDetail({ questNum: details.questNum, questDetailList, questId: details.questId }).then(res => {
initPage() initPage()
utils.ttsspke(res.msg) utils.ttsspke(res.msg)
}) })
@ -778,7 +783,7 @@
// //
noReceivedNum: checkSectionList[4].value, noReceivedNum: checkSectionList[4].value,
}] }]
const res = await getWarehouseUpdateQuestDetail({ questDetailList, questId: details.questId }) const res = await getWarehouseUpdateQuestDetail({ questNum: details.questNum, questDetailList, questId: details.questId })
const { code } = res const { code } = res
if (code === 200) initPage() if (code === 200) initPage()
tiplists.value.setdetails({ isshow: false }) tiplists.value.setdetails({ isshow: false })
@ -832,7 +837,7 @@
// //
noReceivedNum: checkSectionList[4].value, noReceivedNum: checkSectionList[4].value,
}] }]
const res = await getWarehouseUpdateQuestDetail({ questDetailList, questId: details.questId }) const res = await getWarehouseUpdateQuestDetail({ questNum: details.questNum, questDetailList, questId: details.questId })
const { code } = res const { code } = res
if (code === 200) initPage() if (code === 200) initPage()
tiplists.value.setdetails({ isshow: false }) tiplists.value.setdetails({ isshow: false })
@ -932,6 +937,7 @@
questTarget: 1, questTarget: 1,
questType: 2, questType: 2,
questId: details.questId, questId: details.questId,
questNum: details.questNum
} }
return submitData return submitData
} }
@ -955,6 +961,7 @@
questTarget: 3, questTarget: 3,
questType: 2, questType: 2,
questId: details.questId, questId: details.questId,
questNum: details.questNum
} }
return submitData return submitData
@ -1015,7 +1022,7 @@
title: '更新中', title: '更新中',
mask: true mask: true
}) })
getWarehouseUpdateQuestDetail({ questDetailList, questId: details.questId }).then(res => { getWarehouseUpdateQuestDetail({ questNum: details.questNum, questDetailList, questId: details.questId }).then(res => {
utils.ttsspke(res.msg) utils.ttsspke(res.msg)
initPage() initPage()
}) })
@ -1075,7 +1082,7 @@
return return
} }
const questDetailList = arr.map(val => { return { id: val.id } }) const questDetailList = arr.map(val => { return { id: val.id } })
const res = await postqueryupdateQuestDetailAllocation({ allocationId: details.scancode, questId: details.questId, questDetailList }) const res = await postqueryupdateQuestDetailAllocation({ questNum: details.questNum, allocationId: details.scancode, questId: details.questId, questDetailList })
if (res.code === 200) { if (res.code === 200) {
initPage() initPage()
} }

22
pagesTask/pages/trayCheckDetails/trayCheckDetails.vue

@ -236,10 +236,10 @@
haveData: true, haveData: true,
async pullDownRefreshInitPage() { async pullDownRefreshInitPage() {
console.log('下拉刷新') console.log('下拉刷新')
if (details.holdBackFirstPost) return details.holdBackFirstPost = false // if (details.holdBackFirstPost) return details.holdBackFirstPost = false
// //
details.renderList = [] details.renderList = []
console.log('首次') // console.log('')
return await initPage() return await initPage()
}, },
reachBottomInitPage() { reachBottomInitPage() {
@ -301,6 +301,7 @@
// //
onLoad((data) => { onLoad((data) => {
console.log('data :>> ', data);
details.pageInfo = JSON.parse(data.info) details.pageInfo = JSON.parse(data.info)
info.trayCode = details.pageInfo.trayCode info.trayCode = details.pageInfo.trayCode
info.goodsType = details.pageInfo.type info.goodsType = details.pageInfo.type
@ -372,6 +373,7 @@
const submitForm = { const submitForm = {
taskId: details.pageInfo.taskId, taskId: details.pageInfo.taskId,
trayId: details.pageInfo.trayId, trayId: details.pageInfo.trayId,
questNum: details.pageInfo.questNum
} }
const res = await getWarehousetrayListInfo(submitForm) const res = await getWarehousetrayListInfo(submitForm)
console.log('res :>> ', res); console.log('res :>> ', res);
@ -381,7 +383,7 @@
details.renderList = dataInfo.list details.renderList = dataInfo.list
info.total = dataInfo.total info.total = dataInfo.total
info.unTotal = dataInfo.unTotal info.unTotal = dataInfo.unTotal
details.checkList = dataInfo.list.map(() => false) if (dataInfo.list) details.checkList = dataInfo.list.map(() => false)
} }
} catch (err) { } catch (err) {
console.log('err :>> ', err); console.log('err :>> ', err);
@ -414,7 +416,7 @@
// //
noReceivedNum: 0, noReceivedNum: 0,
}] }]
const res = await getWarehouseUpdateQuestDetail({ questDetailList, questId: details.pageInfo.taskId }) const res = await getWarehouseUpdateQuestDetail({ questDetailList, questId: details.pageInfo.taskId, questNum: details.pageInfo.questNum })
const { code, msg } = res const { code, msg } = res
console.log('res :>> ', res); console.log('res :>> ', res);
if (code === 200) { if (code === 200) {
@ -422,7 +424,7 @@
utils.ttsspke(msg) utils.ttsspke(msg)
} }
} else { } else {
const res = await postWarehouseTaskSelectPackageInfo({ orderPackageCode: details.scancode, questId: details.pageInfo.taskId }) const res = await postWarehouseTaskSelectPackageInfo({ orderPackageCode: details.scancode, questId: details.pageInfo.taskId, questNum: details.pageInfo.questNum })
console.log('res :>> ', res); console.log('res :>> ', res);
// grounding() // grounding()
} }
@ -455,7 +457,7 @@
const arr = details.renderList.filter(v => v.questStatus !== 3) const arr = details.renderList.filter(v => v.questStatus !== 3)
console.log('arr :>> ', arr); console.log('arr :>> ', arr);
const questDetailList = arr.map(val => { return { id: val.id } }) const questDetailList = arr.map(val => { return { id: val.id } })
const res = await postqueryupdateQuestDetailAllocation({ allocationId: details.scancode, questId: details.pageInfo.taskId, questDetailList }) const res = await postqueryupdateQuestDetailAllocation({ allocationId: details.scancode, questId: details.pageInfo.taskId, questDetailList, questNum: details.pageInfo.questNum })
if (res.code === 200) { if (res.code === 200) {
details.showUpData = false details.showUpData = false
@ -503,7 +505,7 @@
// console.log('res :>> ', res); // console.log('res :>> ', res);
console.log('111 :>> ', 111); console.log('111 :>> ', 111);
try { try {
getWarehouseDeleteQuestDetail({ questDetailList, questId: details.pageInfo.taskId }).then(res => { getWarehouseDeleteQuestDetail({ questDetailList, questId: details.pageInfo.taskId, questNum: details.pageInfo.questNum }).then(res => {
basicContainer.value.startPullDownRefresh() basicContainer.value.startPullDownRefresh()
}) })
} catch (e) { } catch (e) {
@ -562,7 +564,7 @@
// const res = getWarehouseUpdateQuestDetail({ ids }) // const res = getWarehouseUpdateQuestDetail({ ids })
// console.log('res :>> ', res); // console.log('res :>> ', res);
try { try {
getWarehouseUpdateQuestDetail({ questDetailList, questId: details.pageInfo.taskId }).then(res => { getWarehouseUpdateQuestDetail({ questDetailList, questId: details.pageInfo.taskId, questNum: details.pageInfo.questNum }).then(res => {
basicContainer.value.startPullDownRefresh() basicContainer.value.startPullDownRefresh()
}) })
} catch (e) { } catch (e) {
@ -658,7 +660,7 @@
// //
noReceivedNum: checkSectionList[4].value, noReceivedNum: checkSectionList[4].value,
}] }]
const res = await getWarehouseUpdateQuestDetail({ questDetailList, questId: details.pageInfo.taskId }) const res = await getWarehouseUpdateQuestDetail({ questDetailList, questId: details.pageInfo.taskId, questNum: details.pageInfo.questNum })
const { code } = res const { code } = res
if (code === 200) basicContainer.value.startPullDownRefresh() if (code === 200) basicContainer.value.startPullDownRefresh()
tiplists.value.setdetails({ isshow: false }) tiplists.value.setdetails({ isshow: false })
@ -756,6 +758,7 @@
questTarget: 1, questTarget: 1,
questType: 4, questType: 4,
questId: details.pageInfo.taskId, questId: details.pageInfo.taskId,
questNum: details.pageInfo.questNum
} }
return submitData return submitData
@ -780,6 +783,7 @@
questTarget: 3, questTarget: 3,
questType: 4, questType: 4,
questId: details.pageInfo.taskId, questId: details.pageInfo.taskId,
questNum: details.pageInfo.questNum
} }
return submitData return submitData

2
unpackage/dist/build/app-plus/pagesHome/pages/OrderSortingDetail/OrderSortingDetail.css vendored

File diff suppressed because one or more lines are too long

2
unpackage/dist/build/app-plus/pagesHome/pages/RemoveTray/RemoveTray.css vendored

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

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

@ -7,8 +7,8 @@
"id": "__UNI__EB22F37", "id": "__UNI__EB22F37",
"name": "货无忧", "name": "货无忧",
"version": { "version": {
"name": "1.0.19", "name": "1.0.24",
"code": 1019 "code": 1024
}, },
"description": "", "description": "",
"developer": { "developer": {
@ -220,6 +220,12 @@
"selectedIconPath": "/static/TabberIcon/icon2check.png", "selectedIconPath": "/static/TabberIcon/icon2check.png",
"text": "任务" "text": "任务"
}, },
{
"pagePath": "pages/news/news",
"iconPath": "/static/TabberIcon/icon4.png",
"selectedIconPath": "/static/TabberIcon/icon4check.png",
"text": "消息"
},
{ {
"pagePath": "pages/user/user", "pagePath": "pages/user/user",
"iconPath": "/static/TabberIcon/icon5.png", "iconPath": "/static/TabberIcon/icon5.png",
@ -228,11 +234,7 @@
} }
], ],
"selectedIndex": 0, "selectedIndex": 0,
"shown": true, "shown": true
"child": [
"lauchwebview"
],
"selected": 0
} }
}, },
"launch_path": "__uniappview.html" "launch_path": "__uniappview.html"

29
unpackage/dist/dev/app-plus/pagesHome/pages/MergeTray/MergeTray.css vendored

@ -417,37 +417,40 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
flex-direction: column; flex-direction: column;
} }
.topbos > .srview { .topbos > .srview {
display: flex;
align-items: center;
padding: 0.8125rem 1rem; padding: 0.8125rem 1rem;
box-sizing: border-box; box-sizing: border-box;
background-color: #ffffff; background-color: #ffffff;
margin-bottom: 0.125rem; margin-bottom: 0.125rem;
font-size: 0.875rem;
} }
.topbos > .srview .sbm { .topbos > .srview .box {
width: 4.6875rem;
height: 2rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center;
background-color: #D3832A;
color: #ffffff;
border-radius: 0.3125rem;
} }
.topbos > .srview:nth-last-child(1) { .topbos > .srview .box:nth-last-child(1) {
margin-bottom: 0; margin-bottom: 0;
} }
.topbos > .srview > uni-view:nth-of-type(1) { .topbos > .srview .box > uni-view:nth-of-type(1) {
width: 5.9375rem; width: 5.9375rem;
font-size: 0.875rem; font-size: 0.875rem;
} }
.topbos > .srview > uni-view:nth-of-type(2) { .topbos > .srview .box > uni-view:nth-of-type(2) {
font-size: 0.875rem; font-size: 0.875rem;
flex: 1; flex: 1;
display: flex; display: flex;
align-items: center; align-items: center;
} }
.topbos > .srview > uni-view:nth-of-type(2) > uni-input { .topbos > .srview .box > uni-view:nth-of-type(2) > uni-input {
flex: 1; flex: 1;
font-size: 0.875rem; font-size: 0.875rem;
}
.topbos > .srview .sbm {
width: 4.6875rem;
height: 2rem;
display: flex;
align-items: center;
justify-content: center;
background-color: #D3832A;
color: #ffffff;
border-radius: 0.3125rem;
} }

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

@ -520,7 +520,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
color: #d3832a; color: #d3832a;
margin: auto; margin: auto;
margin-top: 0.625rem; margin-top: 0.625rem;
border: 0.03125rem solid #d3832a; border: 0.09375rem solid #d3832a;
} }
.tanchuangbg[data-v-ca2cce65] { .tanchuangbg[data-v-ca2cce65] {
width: 100%; width: 100%;

8
unpackage/dist/dev/app-plus/pagesHome/pages/RemoveTray/RemoveTray.css vendored

@ -256,14 +256,13 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
.topbos[data-v-8dd39525] { .topbos[data-v-8dd39525] {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: #ffffff;
padding: 0.8125rem 1rem;
} }
.topbos > .srview[data-v-8dd39525] { .topbos > .srview[data-v-8dd39525] {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0.8125rem 1rem;
box-sizing: border-box; box-sizing: border-box;
background-color: #ffffff;
margin-bottom: 0.125rem;
} }
.topbos > .srview .sbm[data-v-8dd39525] { .topbos > .srview .sbm[data-v-8dd39525] {
width: 4.6875rem; width: 4.6875rem;
@ -292,6 +291,9 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
flex: 1; flex: 1;
font-size: 0.875rem; font-size: 0.875rem;
} }
.topbos .taryInfo[data-v-8dd39525] {
font-size: 0.875rem;
}
.flbuts[data-v-8dd39525] { .flbuts[data-v-8dd39525] {
width: 10rem; width: 10rem;
height: 2.75rem; height: 2.75rem;

46
utils/request.js

@ -20,6 +20,7 @@ const HandleRefreshToken = (header, urlhd, refresh_token, user) => {
"grant_type": 'refresh_token', "grant_type": 'refresh_token',
'scope': 'all', 'scope': 'all',
"refresh_token": user.refresh_token, "refresh_token": user.refresh_token,
// "refresh_token": 123,
'tenantId': user.tenant_id 'tenantId': user.tenant_id
} }
header['Content-Type'] = 'application/x-www-form-urlencoded' header['Content-Type'] = 'application/x-www-form-urlencoded'
@ -39,7 +40,27 @@ const HandleRefreshToken = (header, urlhd, refresh_token, user) => {
uni.setStorageSync('userinfo', userinfo) uni.setStorageSync('userinfo', userinfo)
resolve(res) resolve(res)
} else { } else {
reject(null) // 刷新token失败, 退出登录
uni.reLaunch({
url: '/pages/login/login'
})
const res = uni.getStorageInfoSync();
res.keys.map(item => {
if (item == 'loginuser' || item == 'HistoryDate' || item == 'setip' || item ==
'checkname' || item.indexOf('IMAGE_CACHE_INFO') != -1) {
return
}
uni.removeStorageSync(item)
})
uni.reLaunch({
url: '/pages/login/login'
})
requestObj = {}
_isRefreshToken._isRefreshToken = null
functions.error('请登录')
reject({
code: 4000
})
} }
}).catch((err) => { }).catch((err) => {
@ -47,9 +68,19 @@ const HandleRefreshToken = (header, urlhd, refresh_token, user) => {
uni.reLaunch({ uni.reLaunch({
url: '/pages/login/login' url: '/pages/login/login'
}) })
uni.removeStorage({ const res = uni.getStorageInfoSync();
key: 'access_token' res.keys.map(item => {
if (item == 'loginuser' || item == 'HistoryDate' || item == 'setip' || item ==
'checkname' || item.indexOf('IMAGE_CACHE_INFO') != -1) {
return
}
uni.removeStorageSync(item)
})
uni.reLaunch({
url: '/pages/login/login'
}) })
requestObj = {}
_isRefreshToken._isRefreshToken = null
functions.error('请登录') functions.error('请登录')
reject(err) reject(err)
}) })
@ -128,8 +159,6 @@ const HandleRequest = (params, key) => {
const request = uni.request(submitData) const request = uni.request(submitData)
console.log('request :>> ', request);
request.then(res => { request.then(res => {
// console.log(res); // console.log(res);
console.log('登录res :>> ', res); console.log('登录res :>> ', res);
@ -181,7 +210,7 @@ const HandleRequest = (params, key) => {
return return
} else if (res.statusCode == 401) { } else if (res.statusCode == 401) {
// 登录失败时 // 登录失败时
if (!refresh_token) { if (!refresh_token && params.url.indexOf('blade-auth/oauth/token') != -1) {
return uni.showToast({ return uni.showToast({
title: "登录失败", title: "登录失败",
icon: 'none' icon: 'none'
@ -205,6 +234,8 @@ const HandleRequest = (params, key) => {
HandleRequest(requestObj[key], key).then((res) => { HandleRequest(requestObj[key], key).then((res) => {
relove(res) relove(res)
}) })
}).catch(() => {
}).finally(() => { }).finally(() => {
// 关闭刷新token状态 // 关闭刷新token状态
_isRefreshToken._isRefreshToken = null _isRefreshToken._isRefreshToken = null
@ -237,7 +268,7 @@ const HandleRequest = (params, key) => {
/** /**
* 存储请求 * 存储请求
*/ */
const requestObj = {} let requestObj = {}
/** /**
* 是否正在进行刷新token * 是否正在进行刷新token
@ -259,7 +290,6 @@ const service = async (params) => {
console.log('_isRefreshToken :>> ', _isRefreshToken); console.log('_isRefreshToken :>> ', _isRefreshToken);
if (_isRefreshToken._isRefreshToken) { if (_isRefreshToken._isRefreshToken) {
await _isRefreshToken._isRefreshToken await _isRefreshToken._isRefreshToken
console.log('213123 :>> ', 213123);
return HandleRequest(params, _key) return HandleRequest(params, _key)
} else return HandleRequest(params, _key) } else return HandleRequest(params, _key)

7
utils/utils.js

@ -120,8 +120,13 @@ const utils = {
let BAdapter = BManager.getAdapter(); let BAdapter = BManager.getAdapter();
plus.android.importClass(BAdapter); plus.android.importClass(BAdapter);
let lists = BAdapter.getBondedDevices(); let lists = BAdapter.getBondedDevices();
// let aaa = BAdapter.getProfileConnectionState()
// console.log('aaa :>> ', aaa);
// console.log('lists :>> ', lists);
plus.android.importClass(lists); plus.android.importClass(lists);
let iterator = lists.iterator(); let iterator = lists.iterator();
console.log('iterator :>> ', iterator);
plus.android.importClass(iterator); plus.android.importClass(iterator);
while (iterator.hasNext()) { while (iterator.hasNext()) {
let d = iterator.next(); let d = iterator.next();
@ -135,6 +140,8 @@ const utils = {
}; };
deviceList.push(temp); deviceList.push(temp);
} }
// getProfileConnectionState
return deviceList return deviceList
// #endif // #endif
}, },

Loading…
Cancel
Save