Browse Source

修复手机端图片上传问题

myd
qb 1 year ago
parent
commit
46ab572a50
  1. 19
      compoment/tiplist/tiplist.vue
  2. 4
      config/host.js
  3. 4
      manifest.json
  4. 2
      pages/user/user.vue
  5. 12
      pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue
  6. 91
      pagesHome/pages/CustomerSign/CustomerSign.vue
  7. 2
      pagesHome/pages/SelfPScanList/SelfPScanList.vue
  8. 7
      pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue
  9. 185
      pagesHome/pages/SetPrice/SetPrice.vue
  10. 11
      pagesHome/pages/pickingScan/pickingScan.vue
  11. 2
      unpackage/dist/build/app-plus/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.css
  12. 202
      unpackage/dist/dev/app-plus/app-service.js
  13. 10
      unpackage/dist/dev/app-plus/manifest.json

19
compoment/tiplist/tiplist.vue

@ -34,12 +34,12 @@
:class="{'tpstitl': true,'start': ImagesRequiredFields.find(val => val.key === item.dictKey), 'showTitle': ImagesRequiredFields.find(val => val.key === item.dictKey) && item.imgList.length < 3}">
{{item.dictValue}}
</text>
<text @click="handleShowImage" class="showImageBtn">预览模版</text>
<text @click="handleShowImage()" class="showImageBtn">预览模版</text>
</view>
<view class="imgbx">
<view v-for="(value,i) in item.imgList">
<image :src="value.urlRoute"></image>
<image @click="remove(index,i)" src="/compoment/cus-selects-fan/cha.png"></image>
<image :src="value.urlRoute" @click="handleShowImage(value.urlRoute)"></image>
<image @click="remove(index,i,item.dictKey)" src="/compoment/cus-selects-fan/cha.png"></image>
</view>
<view @click="updateimg(item.dictKey, index)" v-if="imglist.length!=maximglength">
<image src="/static/add.png"></image>
@ -169,8 +169,8 @@
</view>
<!-- 预览图片 -->
<view class="previewPicture-container" v-if="showPreviewPicture" @click.stop="handleShowImage">
<img src="/static/changku.png" class="previewPicture" alt="">
<view class="previewPicture-container" v-if="showPreviewPicture" @click.stop="handleShowImage()">
<img :src="details.previewPictureUrl" class="previewPicture" alt="">
</view>
</template>
@ -203,6 +203,8 @@
ImagesRequiredFields: [],
inpList: [],
showPreviewPicture: false,
//
previewPictureUrl: '/static/changku.png',
//
checkSectionList: [],
//
@ -276,7 +278,9 @@
break;
}
}
function remove(index, i) {
function remove(index : number, i : number, type : string) {
// ,
if (details.isChange && !details.changeImageList.includes(type)) details.changeImageList.push(type)
details.imglist[index].imgList.splice(i, 1)
}
function updateimg(type : string, index : number) {
@ -344,7 +348,8 @@
function handleShowImage() {
function handleShowImage(imgUrl = '/static/changku.png') {
details.previewPictureUrl = imgUrl
details.showPreviewPicture = !details.showPreviewPicture
}

4
config/host.js

@ -10,9 +10,9 @@
// zhy
// const devhost = 'http://192.168.10.48:8888/'
// tjj
const devhost = 'http://192.168.10.29:13000/'
// const devhost = 'http://192.168.10.29:13000/'
// cyz
// const devhost = 'http://192.168.10.75:8777/'
const devhost = 'http://192.168.10.75:8777/'
// 正式
// const devhost = 'http://h5uapi.huitongys.com/'
// cg

4
manifest.json

@ -2,8 +2,8 @@
"name" : "货无忧",
"appid" : "__UNI__EB22F37",
"description" : "",
"versionName" : "1.0.11",
"versionCode" : 1011,
"versionName" : "1.0.13",
"versionCode" : 1013,
"transformPx" : false,
/* 5+App */
"app-plus" : {

2
pages/user/user.vue

@ -173,7 +173,7 @@
//
// let version = await utils.getversion()
let version = {
version: '1.0.11',
version: '1.0.13',
pkName: 'com.hwy.pda'
}
console.log("version 版本>>>>", version)

12
pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue

@ -223,12 +223,12 @@
response = await signforinventory(data)
}
details.datalist = response.data.records || []
if (loadingNub.value != 0 && details.isscan) {
console.log(loadingNub.value + '件')
setTimeout(() => {
utils.ttsspke(loadingNub.value + '件')
}, 1000)
}
// if (loadingNub.value != 0 && details.isscan) {
// console.log(loadingNub.value + '')
// setTimeout(() => {
// utils.ttsspke(loadingNub.value + '')
// }, 1000)
// }
}
function checktype(e) {
if (e == '') {

91
pagesHome/pages/CustomerSign/CustomerSign.vue

@ -98,6 +98,7 @@
onUnload
} from '@dcloudio/uni-app'
import { computed, reactive, ref, toRefs } from "vue";
import utils from '@/utils/utils.js';
let details = reactive({
items: {} as any,
id: '',
@ -197,7 +198,7 @@
let imglis = [], rearks = ''
if (res.code == 200) {
// ,
if (res.data.deliverySignPictures || res.data.driverRemarks) {
if (Object.keys(res.data.deliverySignPictures).length !== 0 || res.data.driverRemarks) {
//
details.isChange = true
imglis = res.data.deliverySignPictures
@ -229,6 +230,7 @@
changeImageList: details.changeImageList,
ImagesRequiredFields: details.ImagesRequiredFields,
success: async (detail) => {
console.log('detail :>> ', detail);
let data = {
deliveryId: details.id,
reservationId: item.id,
@ -239,33 +241,50 @@
let res : any = null
//
let isSubmit = true
console.log('details.ImagesRequiredFields :>> ', details.ImagesRequiredFields);
//
if (details.isChange) {
console.log('details.imgList :>> ', details.imgList);
const filterMap = details.imgList.filter(item => details.changeImageList.includes(item.dictKey))
const filterMap = detail.imglist.filter(item => details.changeImageList.includes(item.dictKey))
filterMap.forEach(item => {
data.map[item.dictKey] = item.imgList
console.log('object :>> ', details.ImagesRequiredFields.find(val => val === item.dictKey) && item.imgList.length < 3);
if (!details.ImagesRequiredFields.find(val => val === item.dictKey) && item.imgList.length < 3) isSubmit = false;
console.log(1)
if (details.ImagesRequiredFields.find(val => val.key === item.dictKey) && item.imgList.length < 3) isSubmit = false;
else isSubmit = true
})
console.log('data :>> ', data);
console.log('isSubmit :>> ', isSubmit);
if (!isSubmit) return
if (!isSubmit) {
uni.showToast({
title: '请根据要求上传照片',
icon: 'none'
})
utils.ttsspke('必传照片不足')
return
}
res = await signforUpdatePicture(data)
} else {
details.imgList.forEach(item => {
console.log('details.imgList :>> ', details.imgList);
detail.imglist.forEach(item => {
data.map[item.dictKey] = item.imgList
if (!details.ImagesRequiredFields.find(val => val === item.dictKey) && item.imgList.length < 3) isSubmit = false
console.log(2)
console.log('item.imgList :>> ', item.imgList);
if (details.ImagesRequiredFields.find(val => val.key === item.dictKey) && item.imgList.length < 3) isSubmit = false
else isSubmit = true
})
console.log('details.isChange :>> ', details.isChange);
console.log('isSubmit :>> ', isSubmit);
if (!isSubmit) return
if (!isSubmit) {
uni.showToast({
title: '请根据要求上传照片',
icon: 'none'
})
utils.ttsspke('必传照片不足')
return
}
res = await signforsignforack(data)
}
if (res.code == 200) {
initpage()
uni.showToast({
title: res.msg,
icon: 'none'
})
}
tiplists.value.setdetails({ isshow: false })
},
@ -317,29 +336,43 @@
geocode: true,
isHighAccuracy: true,
success: async function (res) {
console.log(JSON.stringify(res));
// let addr=res.address
// console.log(`${addr.province}${addr.city}${addr.district}${addr.street}${addr.streetNum}`);
console.log('当前位置的经度:' + res.longitude);
console.log('当前位置的纬度:' + res.latitude);
let data = {
deliveryId: details.id,
reservationId: item.id,
positioning: res.longitude + ',' + res.latitude,
positioningAdr: ''
}
let response = await signforpositioning(data)
console.log(response);
if (response.code == 200) {
initpage()
try {
uni.showLoading({
title: '打卡中',
mask: true
})
console.log(JSON.stringify(res));
// let addr=res.address
// console.log(`${addr.province}${addr.city}${addr.district}${addr.street}${addr.streetNum}`);
console.log('当前位置的经度:' + res.longitude);
console.log('当前位置的纬度:' + res.latitude);
let data = {
deliveryId: details.id,
reservationId: item.id,
positioning: res.longitude + ',' + res.latitude,
positioningAdr: ''
}
let response = await signforpositioning(data)
console.log(response);
if (response.code == 200) {
initpage()
}
} catch (err) {
console.log('err :>> ', err);
//TODO handle the exception
} finally {
uni.hideLoading()
}
},
fail: (err) => {
uni.showToast({
title: err.errMsg,
title: '定位失败',
icon: 'none'
})
console.log(err);
uni.hideLoading()
}
});
}

2
pagesHome/pages/SelfPScanList/SelfPScanList.vue

@ -95,7 +95,7 @@
<view><text style="color: #90A0AF;">运单号</text>{{item.waybillNumber}}</view>
</view>
<view class="contenbx1">
<view><text style="color: #90A0AF;">产品名称</text>{{item.firsts}}</view>
<view><text style="color: #90A0AF;">产品名称</text>{{item.descriptionGoods}}</view>
</view>
<view class="contenbx1">
<view><text style="color: #90A0AF;">预计签收件数</text>{{item.reservationQuantity}}</view>

7
pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue

@ -273,6 +273,13 @@
if (res.code == 200) {
details.isscan = true
initpage()
} else if (res.code === 3001) {
uni.showToast({
title: res.msg,
icon: 'none'
})
utils.ttsspke(res.audio)
}
}
async function initpage() {

185
pagesHome/pages/SetPrice/SetPrice.vue

@ -1,8 +1,6 @@
<template>
<u-navbar title="增值服务"
bgColor='#D3832A' leftIconColor='#ffffff'
titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
<u-navbar title="增值服务" bgColor='#D3832A' leftIconColor='#ffffff' titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
<view class="bgcolo"></view>
<view class="card_use">
<view class="card_top">
@ -36,7 +34,9 @@
<view class="topdivs">
<view>
<view>{{details.priceType[Number(item.addvalueId)-1].typename}}</view>
<view>{{item.floolNum?item.floolNum+' 楼':item.distance&&item.addvalueId=='2'?item.distance+' km':item.distance+' m'}}</view>
<view>
{{item.floolNum?item.floolNum+' 楼':item.distance&&item.addvalueId=='2'?item.distance+' km':item.distance+' m'}}
</view>
<view>{{item.fee||'0'}}</view>
</view>
<image @click="goValueaddedServicePage(item)" src="/pagesHome/static/editorder.png"></image>
@ -47,7 +47,8 @@
<view class="orderlists">
<view class="minitem" v-for="ite in item.packageEntityList">
<view>货物名称<text style="color: #8D97A3;">{{ite.materialName}}</text></view>
<view @click.stop="goorderdetail(item)">订单号<text style="color: #8D97A3;">{{ite.orderCode}}</text></view>
<view @click.stop="goorderdetail(item)">订单号<text style="color: #8D97A3;">{{ite.orderCode}}</text>
</view>
<view>包条码<text style="color: #8D97A3;">{{ite.orderPackageCode}}</text></view>
</view>
</view>
@ -67,61 +68,69 @@
onLoad,
onShow,
onHide,
onUnload
onUnload,
onPullDownRefresh
} from '@dcloudio/uni-app'
import { reactive } from "vue";
let details=reactive({
reservationId:'',
items:{} as any,
priceType:[
{typename:'上楼',type:1},
{typename:'超区',type:2},
{typename:'平移',type:3},
{typename:'搬运',type:4},
{typename:'分拣入户',type:5},
{typename:'专车',type:6},
let details = reactive({
reservationId: '',
items: {} as any,
priceType: [
{ typename: '上楼', type: 1 },
{ typename: '超区', type: 2 },
{ typename: '平移', type: 3 },
{ typename: '搬运', type: 4 },
{ typename: '分拣入户', type: 5 },
{ typename: '专车', type: 6 },
],
priceList:[]
priceList: []
})
onLoad((op)=>{
details.reservationId=op.reservationId
details.items=JSON.parse(op.item)
onLoad((op) => {
details.reservationId = op.reservationId
details.items = JSON.parse(op.item)
})
onShow(()=>{
onShow(() => {
init()
})
function goorderdetail(item){
uni.navigateTo({
url:'/pagesHome/pages/orderDetails/orderDetails?orderCode='+item.orderCode
})
}
async function init(){
let data={
reservationId:details.items.id
onPullDownRefresh(() => {
setTimeout(() => {
uni.stopPullDownRefresh()
}, 1000)
})
function goorderdetail(item) {
uni.navigateTo({
url: '/pagesHome/pages/orderDetails/orderDetails?orderCode=' + item.orderCode
})
}
async function init() {
let data = {
reservationId: details.items.id
}
let res=await addvalueaddvalueInfo(data)
details.priceList=res.data
let res = await addvalueaddvalueInfo(data)
details.priceList = res.data
}
function goValueaddedServicePage(item:any){
function goValueaddedServicePage(item : any) {
uni.navigateTo({
url:'/pagesHome/pages/createAddServe/createAddServe?reservationId='
+details.items.id
+'&deliveryId='+details.reservationId
+'&editId='+item.addvalueDetailId
+'&addvalueType='+item.addvalueId
url: '/pagesHome/pages/createAddServe/createAddServe?reservationId='
+ details.items.id
+ '&deliveryId=' + details.reservationId
+ '&editId=' + item.addvalueDetailId
+ '&addvalueType=' + item.addvalueId
})
}
function goaddserve(){
function goaddserve() {
uni.navigateTo({
url:'/pagesHome/pages/createAddServe/createAddServe?reservationId='+details.items.id
+'&deliveryId='+details.reservationId
url: '/pagesHome/pages/createAddServe/createAddServe?reservationId=' + details.items.id
+ '&deliveryId=' + details.reservationId
})
}
</script>
<style lang="scss">
.butadd{
.butadd {
width: 686upx;
height: 100upx;
background: #D3832A;
@ -135,16 +144,18 @@
font-weight: 400;
color: #FFFFFF;
}
.bgcolo{
.bgcolo {
width: 750upx;
height: 200upx;
background: linear-gradient(180deg, #D3832A 0%, rgba(211,131,42,0) 100%);
background: linear-gradient(180deg, #D3832A 0%, rgba(211, 131, 42, 0) 100%);
border-radius: 0upx 0upx 0upx 0upx;
opacity: 1;
position: absolute;
left: 0;
}
.card_use{
.card_use {
width: 686upx;
height: 280upx;
background: #FFFFFF;
@ -154,27 +165,32 @@
margin-top: 40upx;
padding: 26upx 22upx;
box-sizing: border-box;
.card_top{
.card_top {
display: flex;
align-items: center;
>view{
>view {
width: 50%;
display: flex;
align-items: center;
>view:nth-of-type(1){
>view:nth-of-type(1) {
font-size: 32upx;
font-weight: 400;
color: #8D97A3;
margin-right: 30upx;
}
>view:nth-of-type(2){
>view:nth-of-type(2) {
font-size: 32upx;
font-weight: 500;
color: #092C4D;
}
}
}
.card-content{
.card-content {
width: 640upx;
height: 160upx;
background: #F5F7FB;
@ -183,20 +199,22 @@
display: flex;
align-items: center;
justify-content: space-around;
>view{
>view {
display: flex;
flex-direction: column;
align-items: center;
.blue{
}
>view:nth-of-type(1){
.blue {}
>view:nth-of-type(1) {
font-size: 28upx;
font-weight: 400;
color: #020B18;
}
>view:nth-of-type(2){
>view:nth-of-type(2) {
font-size: 36upx;
font-weight: 400;
color: #178AF2;
@ -205,12 +223,14 @@
}
}
}
.scvs{
.scvs {
width: 100%;
height: 52vh;
margin-top: 15px;
.maboxsw{
.itemboxs{
.maboxsw {
.itemboxs {
width: 686upx;
// height: 640upx;
background: #FFFFFF;
@ -218,13 +238,15 @@
margin: auto;
box-sizing: border-box;
margin-bottom: 16upx;
&:nth-last-child(1){
&:nth-last-child(1) {
margin-bottom: 0;
}
.topdivs{
.topdivs {
width: 100%;
height: 88upx;
background: linear-gradient(133deg, rgba(250,140,22,0.2) 0%, rgba(250,140,22,0) 100%);
background: linear-gradient(133deg, rgba(250, 140, 22, 0.2) 0%, rgba(250, 140, 22, 0) 100%);
opacity: 1;
display: flex;
align-items: center;
@ -232,15 +254,18 @@
padding: 20upx 30upx;
box-sizing: border-box;
border-radius: 16upx 16upx 0 0;
>image{
>image {
width: 40upx;
height: 40upx;
}
>view{
>view {
display: flex;
align-items: center;
font-size: 28upx;
>view:nth-of-type(1){
>view:nth-of-type(1) {
width: 96upx;
height: 48upx;
background: #FA8C16;
@ -251,44 +276,52 @@
border-radius: 6upx;
margin-right: 20upx;
}
>view:nth-of-type(2){
>view:nth-of-type(2) {
font-size: 28upx;
font-weight: 400;
color: #8D97A3;
border-right: 1upx solid #8D97A3;
padding-right: 12upx;
}
>view:nth-of-type(3){
>view:nth-of-type(3) {
font-size: 28upx;
font-weight: 400;
color: #F8544B;
margin-left: 12upx;
}
}
// border: 2upx solid #FFFFFF;
}
.titlor{
.titlor {
font-size: 34upx;
font-weight: 600;
color: #092C4D;
padding: 20upx 32upx;
box-sizing: border-box;
}
.orderlists{
.orderlists {
display: flex;
flex-direction: column;
width: 630upx;
margin: auto;
>.minitem{
>.minitem {
display: flex;
flex-direction: column;
border-bottom: 1upx solid #EEEEEE;
padding-bottom: 30upx;
padding-top: 20upx;
&:nth-last-child(1){
&:nth-last-child(1) {
border-bottom: none;
}
>view{
>view {
font-size: 28upx;
font-weight: 400;
color: #092C4D;
@ -297,7 +330,7 @@
}
}
}
}
}
</style>
</style>

11
pagesHome/pages/pickingScan/pickingScan.vue

@ -97,7 +97,8 @@
onLoad,
onShow,
onHide,
onUnload
onUnload,
onPullDownRefresh
} from '@dcloudio/uni-app'
import { distributionStockuppageList } from '@/api/user.js'
import { pageData } from '@/interfaces/pagesHome/pickingScan'
@ -141,6 +142,14 @@
utils.ttsspke('请选择拣货任务')
// initpage()
})
//
onPullDownRefresh(() => {
init()
setTimeout(() => {
uni.stopPullDownRefresh()
}, 1000)
})
function init() {
details.currentPage = 1
details.dataList = []

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

File diff suppressed because one or more lines are too long

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

@ -4016,7 +4016,7 @@ if (uni.restoreGlobal) {
};
};
const base64 = new Base64();
const devhost = "http://192.168.10.29:13000/";
const devhost = "http://192.168.10.75:8777/";
const imghost = "";
const host = devhost;
const APPKEY = "h5u:h5u_secret";
@ -7680,7 +7680,7 @@ This will fail in production if not fixed.`);
}
async function updateApp() {
let version2 = {
version: "1.0.11",
version: "1.0.13",
pkName: "com.hwy.pda"
};
formatAppLog("log", "at pages/user/user.vue:179", "version 版本>>>>", version2);
@ -9678,7 +9678,7 @@ This will fail in production if not fixed.`);
details.show = !details.show;
}
function onConfirm(e) {
formatAppLog("log", "at pagesHome/pages/pickingScan/pickingScan.vue:123", e);
formatAppLog("log", "at pagesHome/pages/pickingScan/pickingScan.vue:124", e);
date2.value[0] = e.startDate;
date2.value[1] = e.endDate;
details.datatime = date2.value[0] + " 至 " + date2.value[1];
@ -9697,6 +9697,12 @@ This will fail in production if not fixed.`);
date2.value[1] = uni.$u.timeFormat((/* @__PURE__ */ new Date()).valueOf(), "yyyy-mm-dd");
utils.ttsspke("请选择拣货任务");
});
onPullDownRefresh(() => {
init();
setTimeout(() => {
uni.stopPullDownRefresh();
}, 1e3);
});
function init() {
details.currentPage = 1;
details.dataList = [];
@ -12930,7 +12936,7 @@ This will fail in production if not fixed.`);
vue.createElementVNode("view", null, [
vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "产品名称:"),
vue.createTextVNode(
vue.toDisplayString(item.firsts),
vue.toDisplayString(item.descriptionGoods),
1
/* TEXT */
)
@ -13862,10 +13868,16 @@ This will fail in production if not fixed.`);
if (res.code == 200) {
details.isscan = true;
initpage();
} else if (res.code === 3001) {
uni.showToast({
title: res.msg,
icon: "none"
});
utils2.ttsspke(res.audio);
}
}
async function initpage() {
formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:279", "获取数据");
formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:286", "获取数据");
if (details.orderType == 1) {
let data = {
orderStatus: details.orderStatus,
@ -13896,7 +13908,7 @@ This will fail in production if not fixed.`);
billLadingId: details.billLadingId
};
const response = await billLadingzeroBillData(data);
formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:311", "response :>> ", response);
formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:318", "response :>> ", response);
const { code: code2 } = response;
if (code2 === 200) {
details.dataList = response.data || [];
@ -13915,7 +13927,7 @@ This will fail in production if not fixed.`);
if (item.value == e) {
details.schanvalue = item.label;
details.orderStatus = item.value;
formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:330", details.schanvalue);
formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:337", details.schanvalue);
}
});
}
@ -14848,12 +14860,6 @@ This will fail in production if not fixed.`);
response = await signforinventory(data);
}
details.datalist = response.data.records || [];
if (loadingNub.value != 0 && details.isscan) {
formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:227", loadingNub.value + "件");
setTimeout(() => {
utils2.ttsspke(loadingNub.value + "件");
}, 1e3);
}
}
function checktype(e) {
if (e == "") {
@ -15678,7 +15684,7 @@ This will fail in production if not fixed.`);
});
async function getconfig() {
let res = await dictbizdictionary({ code: "photo_type" });
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:142", "res1>>>>", res);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:143", "res1>>>>", res);
const { code: code2, data } = res;
if (code2 === 200) {
details.imgList = data.map((value) => {
@ -15688,7 +15694,7 @@ This will fail in production if not fixed.`);
imgList: []
};
});
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:152", "details.imgList :>> ", details.imgList);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:153", "details.imgList :>> ", details.imgList);
}
}
function gosetorice(item) {
@ -15726,10 +15732,10 @@ This will fail in production if not fixed.`);
reservationId: item.id
};
let res = await signforprices(data);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:196", "res>>>>>", res);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:197", "res>>>>>", res);
let imglis = [], rearks = "";
if (res.code == 200) {
if (res.data.deliverySignPictures || res.data.driverRemarks) {
if (Object.keys(res.data.deliverySignPictures).length !== 0 || res.data.driverRemarks) {
details.isChange = true;
imglis = res.data.deliverySignPictures;
details.imgList.forEach((item2, index2) => {
@ -15737,7 +15743,7 @@ This will fail in production if not fixed.`);
return;
details.imgList[index2].imgList = imglis[item2.dictKey];
});
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:208", "details.imgList :>> ", details.imgList);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:209", "details.imgList :>> ", details.imgList);
} else {
details.isChange = false;
}
@ -15745,7 +15751,7 @@ This will fail in production if not fixed.`);
rearks = res.data.driverRemarks;
}
}
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:218", "tiplists :>> ", tiplists.value);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:219", "tiplists :>> ", tiplists.value);
tiplists.value.setdetails({
isshow: true,
tipstate: 3,
@ -15758,6 +15764,7 @@ This will fail in production if not fixed.`);
changeImageList: details.changeImageList,
ImagesRequiredFields: details.ImagesRequiredFields,
success: async (detail) => {
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:233", "detail :>> ", detail);
let data2 = {
deliveryId: details.id,
reservationId: item.id,
@ -15766,38 +15773,53 @@ This will fail in production if not fixed.`);
};
let res2 = null;
let isSubmit = true;
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:244", "details.ImagesRequiredFields :>> ", details.ImagesRequiredFields);
if (details.isChange) {
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:244", "details.imgList :>> ", details.imgList);
const filterMap = details.imgList.filter((item2) => details.changeImageList.includes(item2.dictKey));
const filterMap = detail.imglist.filter((item2) => details.changeImageList.includes(item2.dictKey));
filterMap.forEach((item2) => {
data2.map[item2.dictKey] = item2.imgList;
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:248", "object :>> ", details.ImagesRequiredFields.find((val) => val === item2.dictKey) && item2.imgList.length < 3);
if (!details.ImagesRequiredFields.find((val) => val === item2.dictKey) && item2.imgList.length < 3)
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:250", 1);
if (details.ImagesRequiredFields.find((val) => val.key === item2.dictKey) && item2.imgList.length < 3)
isSubmit = false;
else
isSubmit = true;
});
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:252", "data :>> ", data2);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:253", "isSubmit :>> ", isSubmit);
if (!isSubmit)
if (!isSubmit) {
uni.showToast({
title: "请根据要求上传照片",
icon: "none"
});
utils.ttsspke("必传照片不足");
return;
}
res2 = await signforUpdatePicture(data2);
} else {
details.imgList.forEach((item2) => {
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:264", "details.imgList :>> ", details.imgList);
detail.imglist.forEach((item2) => {
data2.map[item2.dictKey] = item2.imgList;
if (!details.ImagesRequiredFields.find((val) => val === item2.dictKey) && item2.imgList.length < 3)
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:267", 2);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:268", "item.imgList :>> ", item2.imgList);
if (details.ImagesRequiredFields.find((val) => val.key === item2.dictKey) && item2.imgList.length < 3)
isSubmit = false;
else
isSubmit = true;
});
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:262", "details.isChange :>> ", details.isChange);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:263", "isSubmit :>> ", isSubmit);
if (!isSubmit)
if (!isSubmit) {
uni.showToast({
title: "请根据要求上传照片",
icon: "none"
});
utils.ttsspke("必传照片不足");
return;
}
res2 = await signforsignforack(data2);
}
if (res2.code == 200) {
initpage();
uni.showToast({
title: res2.msg,
icon: "none"
});
}
tiplists.value.setdetails({ isshow: false });
},
@ -15826,7 +15848,7 @@ This will fail in production if not fixed.`);
driverRemarks: detail.inputtext
};
let res = await signforoneclick(data);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:298", res);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:317", res);
if (res.code == 200) {
initpage();
}
@ -15841,33 +15863,44 @@ This will fail in production if not fixed.`);
});
}
function getLocation(item) {
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:314", "getLocation-------");
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:333", "getLocation-------");
uni.getLocation({
type: "wgs84",
geocode: true,
isHighAccuracy: true,
success: async function(res) {
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:320", JSON.stringify(res));
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:323", "当前位置的经度:" + res.longitude);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:324", "当前位置的纬度:" + res.latitude);
let data = {
deliveryId: details.id,
reservationId: item.id,
positioning: res.longitude + "," + res.latitude,
positioningAdr: ""
};
let response = await signforpositioning(data);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:332", response);
if (response.code == 200) {
initpage();
try {
uni.showLoading({
title: "打卡中",
mask: true
});
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:344", JSON.stringify(res));
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:347", "当前位置的经度:" + res.longitude);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:348", "当前位置的纬度:" + res.latitude);
let data = {
deliveryId: details.id,
reservationId: item.id,
positioning: res.longitude + "," + res.latitude,
positioningAdr: ""
};
let response = await signforpositioning(data);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:356", response);
if (response.code == 200) {
initpage();
}
} catch (err) {
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:362", "err :>> ", err);
} finally {
uni.hideLoading();
}
},
fail: (err) => {
uni.showToast({
title: err.errMsg,
title: "定位失败",
icon: "none"
});
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:342", err);
formatAppLog("log", "at pagesHome/pages/CustomerSign/CustomerSign.vue:374", err);
uni.hideLoading();
}
});
}
@ -25967,6 +26000,11 @@ This will fail in production if not fixed.`);
onShow(() => {
init();
});
onPullDownRefresh(() => {
setTimeout(() => {
uni.stopPullDownRefresh();
}, 1e3);
});
function goorderdetail(item) {
uni.navigateTo({
url: "/pagesHome/pages/orderDetails/orderDetails?orderCode=" + item.orderCode
@ -37779,6 +37817,8 @@ This will fail in production if not fixed.`);
ImagesRequiredFields: [],
inpList: [],
showPreviewPicture: false,
// 预览图片地址
previewPictureUrl: "/static/changku.png",
// 盘点复选框
checkSectionList: [],
// 上架
@ -37848,7 +37888,9 @@ This will fail in production if not fixed.`);
break;
}
}
function remove(index2, i) {
function remove(index2, i, type) {
if (details.isChange && !details.changeImageList.includes(type))
details.changeImageList.push(type);
details.imglist[index2].imgList.splice(i, 1);
}
function updateimg(type, index2) {
@ -37857,12 +37899,12 @@ This will fail in production if not fixed.`);
uni.chooseImage({
count: details.maximglength,
success: async (chooseImageRes) => {
formatAppLog("log", "at compoment/tiplist/tiplist.vue:288", "chooseImageRes >>>>>>>>", chooseImageRes);
formatAppLog("log", "at compoment/tiplist/tiplist.vue:292", "chooseImageRes >>>>>>>>", chooseImageRes);
const tempFilePaths = chooseImageRes.tempFilePaths;
tempFilePaths.map(async (item) => {
formatAppLog("log", "at compoment/tiplist/tiplist.vue:292", 1232131231);
formatAppLog("log", "at compoment/tiplist/tiplist.vue:296", 1232131231);
let url2 = await api.upfile(item);
formatAppLog("log", "at compoment/tiplist/tiplist.vue:294", "url :>> ", url2);
formatAppLog("log", "at compoment/tiplist/tiplist.vue:298", "url :>> ", url2);
details.imglist[index2].imgList.push({ urlRoute: url2.link, type, name: url2.originalName });
});
}
@ -37899,7 +37941,8 @@ This will fail in production if not fixed.`);
val.value = 0;
});
}
function handleShowImage() {
function handleShowImage(imgUrl = "/static/changku.png") {
details.previewPictureUrl = imgUrl;
details.showPreviewPicture = !details.showPreviewPicture;
}
let isInputN = null;
@ -37908,7 +37951,7 @@ This will fail in production if not fixed.`);
clearTimeout(isInputN);
isInputN = setTimeout(() => {
const maxNum = details.list[0].value - details.checkSectionList.reduce((curr, val) => curr + parseInt(val.value), 0) + parseInt(item.value);
formatAppLog("log", "at compoment/tiplist/tiplist.vue:359", "maxNum :>> ", maxNum);
formatAppLog("log", "at compoment/tiplist/tiplist.vue:364", "maxNum :>> ", maxNum);
item.value = parseInt(item.value);
if (item.value <= 0 || isNaN(item.value))
item.value = 0;
@ -37931,8 +37974,8 @@ This will fail in production if not fixed.`);
}
function handleshowMarket() {
details.showMarketList = !details.showMarketList;
formatAppLog("log", "at compoment/tiplist/tiplist.vue:381", "123 :>> ", 123);
formatAppLog("log", "at compoment/tiplist/tiplist.vue:382", "details.showMarketList :>> ", details.showMarketList);
formatAppLog("log", "at compoment/tiplist/tiplist.vue:386", "123 :>> ", 123);
formatAppLog("log", "at compoment/tiplist/tiplist.vue:387", "details.showMarketList :>> ", details.showMarketList);
}
let _atn = null;
function searchStock() {
@ -37940,7 +37983,7 @@ This will fail in production if not fixed.`);
clearTimeout(_atn);
_atn = setTimeout(async () => {
const res = await postqueryfindMaterialList({ materialCode: details.upform.stock.materialName });
formatAppLog("log", "at compoment/tiplist/tiplist.vue:390", "res :>> ", res);
formatAppLog("log", "at compoment/tiplist/tiplist.vue:395", "res :>> ", res);
const { code: code2 } = res;
if (code2 === 200)
details.materialName = res.data;
@ -37961,11 +38004,11 @@ This will fail in production if not fixed.`);
vue.unref(isshow) ? (vue.openBlock(), vue.createElementBlock("view", {
key: 0,
class: "maboxbg",
onClick: _cache[14] || (_cache[14] = ($event) => checkbox(0))
onClick: _cache[15] || (_cache[15] = ($event) => checkbox(0))
}, [
vue.createElementVNode("view", {
class: "modtips",
onClick: _cache[13] || (_cache[13] = vue.withModifiers(() => {
onClick: _cache[14] || (_cache[14] = vue.withModifiers(() => {
}, ["stop", "prevent"]))
}, [
vue.createElementVNode(
@ -38057,7 +38100,7 @@ This will fail in production if not fixed.`);
/* TEXT, CLASS */
),
vue.createElementVNode("text", {
onClick: handleShowImage,
onClick: _cache[1] || (_cache[1] = ($event) => handleShowImage()),
class: "showImageBtn"
}, "预览模版")
]),
@ -38068,10 +38111,11 @@ This will fail in production if not fixed.`);
vue.renderList(item.imgList, (value, i) => {
return vue.openBlock(), vue.createElementBlock("view", null, [
vue.createElementVNode("image", {
src: value.urlRoute
}, null, 8, ["src"]),
src: value.urlRoute,
onClick: ($event) => handleShowImage(value.urlRoute)
}, null, 8, ["src", "onClick"]),
vue.createElementVNode("image", {
onClick: ($event) => remove(index2, i),
onClick: ($event) => remove(index2, i, item.dictKey),
src: _imports_0
}, null, 8, ["onClick"])
]);
@ -38094,7 +38138,7 @@ This will fail in production if not fixed.`);
]),
vue.createElementVNode("view", { class: "inputbx" }, [
vue.withDirectives(vue.createElementVNode("input", {
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(inputtext) ? inputtext.value = $event : null),
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.isRef(inputtext) ? inputtext.value = $event : null),
placeholder: vue.unref(placeholder)
}, null, 8, ["placeholder"]), [
[vue.vModelText, vue.unref(inputtext)]
@ -38185,7 +38229,7 @@ This will fail in production if not fixed.`);
vue.withDirectives(vue.createElementVNode(
"input",
{
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(details).upform.article.contractNumber = $event),
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.unref(details).upform.article.contractNumber = $event),
placeholder: "请输入合同号"
},
null,
@ -38199,7 +38243,7 @@ This will fail in production if not fixed.`);
vue.withDirectives(vue.createElementVNode(
"input",
{
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.unref(details).upform.article.orderPackageCode = $event),
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.unref(details).upform.article.orderPackageCode = $event),
placeholder: "请输入或扫描包条码"
},
null,
@ -38222,7 +38266,7 @@ This will fail in production if not fixed.`);
vue.withDirectives(vue.createElementVNode(
"input",
{
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.unref(details).upform.article.contractNumber = $event),
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(details).upform.article.contractNumber = $event),
placeholder: "请输入合同号"
},
null,
@ -38236,7 +38280,7 @@ This will fail in production if not fixed.`);
vue.withDirectives(vue.createElementVNode(
"input",
{
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(details).upform.article.orderPackageCode = $event),
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(details).upform.article.orderPackageCode = $event),
placeholder: "请输入或扫描包条码"
},
null,
@ -38259,7 +38303,7 @@ This will fail in production if not fixed.`);
vue.withDirectives(vue.createElementVNode(
"input",
{
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(details).upform.stock.orderCode = $event),
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.unref(details).upform.stock.orderCode = $event),
placeholder: "请输入合同号"
},
null,
@ -38273,7 +38317,7 @@ This will fail in production if not fixed.`);
vue.withDirectives(vue.createElementVNode(
"input",
{
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.unref(details).upform.stock.incomingBatch = $event),
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(details).upform.stock.incomingBatch = $event),
placeholder: "请输入批次号"
},
null,
@ -38287,7 +38331,7 @@ This will fail in production if not fixed.`);
vue.withDirectives(vue.createElementVNode(
"input",
{
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(details).upform.stock.materialName = $event),
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(details).upform.stock.materialName = $event),
onInput: searchStock,
placeholder: "请输入物料编码或物料名称"
},
@ -38319,7 +38363,7 @@ This will fail in production if not fixed.`);
vue.withDirectives(vue.createElementVNode(
"input",
{
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(details).upform.stock.marketName = $event),
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(details).upform.stock.marketName = $event),
placeholder: "请选择商城",
disabled: "true"
},
@ -38357,7 +38401,7 @@ This will fail in production if not fixed.`);
vue.withDirectives(vue.createElementVNode(
"input",
{
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(details).upform.stock.stockNum = $event),
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(details).upform.stock.stockNum = $event),
placeholder: "请输入在库数量"
},
null,
@ -38448,7 +38492,7 @@ This will fail in production if not fixed.`);
"view",
{
key: 0,
onClick: _cache[11] || (_cache[11] = ($event) => checkbox(1)),
onClick: _cache[12] || (_cache[12] = ($event) => checkbox(1)),
class: "cancel"
},
vue.toDisplayString(vue.unref(cancelTxt) || "取消"),
@ -38458,7 +38502,7 @@ This will fail in production if not fixed.`);
vue.createElementVNode(
"view",
{
onClick: _cache[12] || (_cache[12] = ($event) => checkbox(2)),
onClick: _cache[13] || (_cache[13] = ($event) => checkbox(2)),
class: "confirm"
},
vue.toDisplayString(vue.unref(confirmTxt) || "确认"),
@ -38472,14 +38516,14 @@ This will fail in production if not fixed.`);
vue.unref(showPreviewPicture) ? (vue.openBlock(), vue.createElementBlock("view", {
key: 1,
class: "previewPicture-container",
onClick: vue.withModifiers(handleShowImage, ["stop"])
onClick: _cache[16] || (_cache[16] = vue.withModifiers(($event) => handleShowImage(), ["stop"]))
}, [
vue.createElementVNode("img", {
src: "/static/changku.png",
src: vue.unref(details).previewPictureUrl,
class: "previewPicture",
alt: ""
})
], 8, ["onClick"])) : vue.createCommentVNode("v-if", true)
}, null, 8, ["src"])
])) : vue.createCommentVNode("v-if", true)
],
64
/* STABLE_FRAGMENT */

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

@ -7,8 +7,8 @@
"id": "__UNI__EB22F37",
"name": "货无忧",
"version": {
"name": "1.0.11",
"code": 1011
"name": "1.0.13",
"code": 1013
},
"description": "",
"developer": {
@ -220,12 +220,6 @@
"selectedIconPath": "/static/TabberIcon/icon2check.png",
"text": "任务"
},
{
"pagePath": "pages/news/news",
"iconPath": "/static/TabberIcon/icon4.png",
"selectedIconPath": "/static/TabberIcon/icon4check.png",
"text": "消息"
},
{
"pagePath": "pages/user/user",
"iconPath": "/static/TabberIcon/icon5.png",

Loading…
Cancel
Save