Commit 6c4aac46 authored by 黄奎's avatar 黄奎

11

parent 72f18976
<style lang="scss" scoped>
@import url("@/asset/css/flex.css");
.orcodeBox{
.orcodeBox {
background: #fff;
border-radius: 8rpx;
position: relative;
z-index: 2;
}
.Title{
}
.orcodeImg image{
.Title {}
.orcodeImg image {
width: 500rpx;
height: 500rpx;
}
.SureBox{
.SureBox {
font-size: 28rpx;
border-top: 1px solid #F2F2F2;
}
.SureBox view:last-child{
.SureBox view:last-child {
color: #295EEB;
}
.SureBox view:first-child{
.SureBox view:first-child {
border-right: 1px solid #ddd;
color: #8C8C8C;
}
.swiper {
height: 500rpx;
}
.swiper-item {
display: block;
height: 500rpx;
}
.swiper-list {
margin-top: 40rpx;
margin-bottom: 0;
}
.sty-box {
width: 500rpx;
height: 500rpx;
......@@ -42,27 +50,21 @@
</style>
<template>
<view>
<u-popup mode="center" border-radius="20"
:popup="false"
v-model="currencyVisible" :maskCloseAble="true"
length="80%" :safeAreaInsetBottom="true"
@close="close" :z-index="9999">
<u-popup mode="center" border-radius="20" :popup="false" v-model="currencyVisible" :maskCloseAble="true"
length="80%" :safeAreaInsetBottom="true" @close="close" :z-index="9999">
<view class="orcodeBox">
<view class="Title PY30 color000 column justify-center items-center">
<text class="fz28">领队小程序码({{current+1}}/{{list.length}}</text>
<text class="fz24">{{ list[current].TCNUMS }}</text>
</view>
<view class="orcodeImg row items-center justify-center PX40">
<swiper :indicator-dots="false" circular style="height:500rpx;width:500rpx"
:current="current" @change="changeHandler">
<swiper :indicator-dots="false" circular style="height:500rpx;width:500rpx" :current="current"
@change="changeHandler">
<swiper-item v-for="(item, index) in list" :key="index">
<canvas :canvas-id="`firstCanvas_${index}`" class="sty-box"
@error="(e)=>canvasIdErrorCallback(e,index)"></canvas>
<!-- <image mode="aspectFit" :src="item.Url" /> -->
</swiper-item>
</swiper>
<!-- <img :src="list[0].Url"/> -->
<!-- <image :src="list[0].Url" style="width: 500rpx;height: 500rpx;"/> -->
</view>
<view class="SureBox row MT40">
<view class="flex1 PY20 text-center" @click="close">取消</view>
......@@ -74,8 +76,8 @@
</view>
</template>
<script>
export default {
props:['TCIDs'],
export default {
props: ['TCIDs'],
data() {
return {
currencyVisible: false,
......@@ -90,13 +92,13 @@ export default {
}
},
watch: {
TCIDs:{
handler(newVal,oldVal){
TCIDs: {
handler(newVal, oldVal) {
this.list = []
this.getTem(newVal)
},
deep: false,
immediate:true,
immediate: true,
}
},
mounted() {
......@@ -106,45 +108,44 @@ export default {
changeHandler(i) {
this.current = i.detail.current;
},
getTem(TCIDs){
getTem(TCIDs) {
uni.showLoading({
title: "正在生成",
});
this.apipost("dmcstatistics_post_GetExtendLeaderAllStatics",{
this.apipost("dmcstatistics_post_GetExtendLeaderAllStatics", {
TCIDs: TCIDs,
NewCombinationNum: ''
}, (res) => {
if (res.resultCode == 1) {
this.BaseInfo = res.data.BaseInfo
this.TCIDsList = this.TCIDs.split(',')
this.TCIDsList.forEach((x,index) => {
this.TCIDsList.forEach((x, index) => {
this.init(x)
});
}
})
},
async init(x){
async init(x) {
await this.apipostQrCode("", {
TCID: x
}, (res) => {
if (res.resultCode == 1) {
let findIndex = this.BaseInfo.findIndex(item => item.TCIDS == x)
this.list.push({
Url:'data:image/png;base64,' + res.data,
TCID:x,
TCNUMS:this.BaseInfo[findIndex].TCNUMS
Url: 'data:image/png;base64,' + res.data,
TCID: x,
TCNUMS: this.BaseInfo[findIndex].TCNUMS
})
if(this.list.length==this.TCIDsList.length) {
if (this.list.length == this.TCIDsList.length) {
this.currencyVisible = true
this.list.forEach((x,i)=>{
this.list.forEach((x, i) => {
this.drawCtx(i)
})
}
// uni.hideLoading()
}
})
},
close(){
close() {
this.currencyVisible = false
this.$emit('close')
},
......@@ -180,7 +181,7 @@ export default {
});
}, 200)
},
preservation(){
preservation() {
let that = this;
uni.canvasToTempFilePath({
canvasId: `firstCanvas_${that.current}`,
......@@ -210,9 +211,18 @@ export default {
success: (res) => {
if (res.confirm) {
uni.openSetting({
success: (res) => {
console.log(res);
if (res.authSetting['scope.writePhotosAlbum']) {
success: (
res
) => {
console
.log(
res
);
if (res
.authSetting[
'scope.writePhotosAlbum'
]
) {
that.preservation()
}
}
......@@ -250,9 +260,9 @@ export default {
);
},
canvasIdErrorCallback: function(e,index) {
console.error(e.detail.errMsg,'---index',index);
canvasIdErrorCallback: function(e, index) {
console.error(e.detail.errMsg, '---index', index);
}
}
}
}
</script>
\ No newline at end of file
......@@ -143,12 +143,6 @@
<u-icon class="backIcon" name="arrow-left" size="32" color="#FFF"></u-icon>
</view>
</view>
<!-- <view @click="goback" :style="[titleStyle, { opacity: '100% !important' }]"
style="position: fixed; top: 0; right: 200rpx; padding-right: 6rpx">
<view class="backBox text-center">
<img src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638762515984923148.png" />
</view>
</view> -->
<view class="detailsType fz24">{{ dataList.teamType==0?'跟团游':dataList.teamType==1?'小包团':'一日游' }}</view>
</view>
<view class="itiner-title" :style="[titleStyle]">
......@@ -655,6 +649,7 @@
this.priceList = res.data.priceList
this.formatDay()
}
uni.hideLoading();
}, (failed) => {
uni.hideLoading()
uni.showToast({
......
......@@ -341,30 +341,38 @@
VerificationBusList() {
let msg = ''
for (let i = 0; i < this.params.BusList.length; i++) {
let obj = this.params.BusList[i]
let obj = this.params.BusList[i];
console.log("bus_obj", obj);
for (let j = 0; j < obj.ReimburseList.ReimburseDetailsList.length; j++) {
let child = obj.ReimburseList.ReimburseDetailsList[j]
let child = obj.ReimburseList.ReimburseDetailsList[j];
if (!this.$utils.checkIsNum(child.UserNum)) {
child.UserNum = 0;
}
if (!this.$utils.checkIsNum(child.UnitPrice)) {
child.UnitPrice = 0;
}
if (msg == '' &&
(obj.ReimburseList.CurrencyId == 0 || obj.ReimburseList.CurrencyId == null) &&
(obj.ReimburseList.SettlementType > 0 || obj.ReimburseList.Remarks != '' ||
obj.ReimburseList.VoucherPicList.length > 0 || child.StartPlace != '' ||
child.EndPlace != '' || child.UserNum > 0 || child.UnitPrice > 0 || child.UserType)
) {
msg = `请选择车辆币种`
msg = `请选择[` + obj.UseTime + `]车辆币种`;
}
if (msg == '' && child.StartPlace == '' &&
(obj.ReimburseList.SettlementType > 0 || obj.ReimburseList.Remarks != '' ||
obj.ReimburseList.VoucherPicList.length > 0 || obj.ReimburseList.CurrencyId ||
child.EndPlace != '' || child.UserNum > 0 || child.UnitPrice > 0 || child.UserType)
) {
msg = `请输入车辆出发地`
msg = `请输入[` + obj.UseTime + `]车辆出发地`
}
if (msg == '' && child.EndPlace == '' &&
(obj.ReimburseList.SettlementType > 0 || obj.ReimburseList.Remarks != '' ||
obj.ReimburseList.VoucherPicList.length > 0 || child.StartPlace != '' ||
obj.ReimburseList.CurrencyId || child.UserNum > 0 || child.UnitPrice > 0 || child.UserType)
) {
msg = `请输入车辆目的地`
msg = `请输入[` + obj.UseTime + `]车辆目的地`
}
}
}
......
......@@ -274,6 +274,17 @@ function checkInteger(value, isMinus) {
return newValue;
}
//判断是否为整数,小数,支持负数
function checkIsNum(str) {
var flag = false;
if (!str) {
str = '';
}
flag = /^-?(\d*.)?\d+$/.test(str);
console.log("checkIsNum", str + '_' + flag);
return flag;
}
export default {
calcContentHeight,
SystemInfo,
......@@ -289,4 +300,5 @@ export default {
goZanYangUrl,
checkInteger,
checkPrice,
checkIsNum,
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment