Browse Source

修改

master
Lj 3 days ago
parent
commit
f55538a01f
23 changed files with 314 additions and 190 deletions
  1. +1
    -0
      manifest.json
  2. +35
    -5
      pages.json
  3. +65
    -33
      pages/index/PayPal.uvue
  4. +16
    -11
      pages/index/dingdan.uvue
  5. +1
    -1
      pages/views/dingDanCreate.uvue
  6. +1
    -1
      unpackage/dist/dev/.sourcemap/mp-weixin-devtools/pages/index/dingdan.js.map
  7. +1
    -1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/PayPal.js.map
  8. +1
    -1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/dingdan.js.map
  9. +1
    -1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/views/dingDanCreate.js.map
  10. +0
    -1
      unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/26d70dc7dba45d8d70b39629abc02c3d2868477e
  11. +1
    -0
      unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/6fe995df1b8c3e745f565a62430aa36d4c79276f
  12. +0
    -0
      unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/7c7eeb0c95b0c61a536f85e7ba04b5ffc5c90cd6
  13. +0
    -1
      unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/d175b841e6a4370e406d59539f024ad30545c273
  14. +1
    -0
      unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/d9aed1437b9d54cc9c8efefa6bd2d561e91f0517
  15. +0
    -0
      unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/f1ef9d0e1bfc661835b6d6792eb3fa937db42a47
  16. +0
    -1
      unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_58fbbb521c888d32e837e15fe95c67e15d2bc2ac/code/cache/90ff9d28fcded1acc1a32156ef58370dcf375ada
  17. +1
    -0
      unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_58fbbb521c888d32e837e15fe95c67e15d2bc2ac/code/cache/dd1c698154e2a23f5a21026939a4e05fb4750ed7
  18. +1
    -1
      unpackage/dist/dev/mp-weixin/common/vendor.js
  19. +168
    -117
      unpackage/dist/dev/mp-weixin/pages/index/PayPal.js
  20. +1
    -1
      unpackage/dist/dev/mp-weixin/pages/index/PayPal.wxml
  21. +5
    -0
      unpackage/dist/dev/mp-weixin/pages/index/PayPal.wxss
  22. +14
    -13
      unpackage/dist/dev/mp-weixin/pages/index/dingdan.js
  23. +0
    -1
      unpackage/dist/dev/mp-weixin/pages/views/dingDanCreate.js

+ 1
- 0
manifest.json View File

@ -4,6 +4,7 @@
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
// "softinput": {"mode": "adjustResize"},
"uni-app-x" : {},
/* */
"quickapp" : {},


+ 35
- 5
pages.json View File

@ -4,14 +4,24 @@
"path": "pages/index/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle":"custom"
"navigationStyle":"custom",
"app-plus": {
"titleNView":false,
"scrollIndicator":"none",
"softinputMode": "adjustResize"
}
}
},
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "主页",
"navigationStyle":"custom"
"navigationStyle":"custom",
"app-plus": {
"titleNView":false,
"scrollIndicator":"none",
"softinputMode": "adjustResize"
}
},
"needLogin": true
},
@ -19,7 +29,12 @@
"path": "pages/index/wode",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle":"custom"
"navigationStyle":"custom",
"app-plus": {
"titleNView":false,
"scrollIndicator":"none",
"softinputMode": "adjustResize"
}
},
"needLogin": true
},
@ -27,7 +42,12 @@
"path": "pages/views/dingDanCreate",
"style": {
"navigationBarTitleText": "录入订单",
"navigationStyle":"custom"
"navigationStyle":"custom",
"app-plus": {
"titleNView":false,
"scrollIndicator":"none",
"softinputMode": "adjustResize"
}
},
"needLogin": true
},
@ -37,6 +57,11 @@
"navigationBarTitleText": "订单",
"navigationStyle":"custom",
"onReachBottomDistance":50
// "app-plus": {
// "titleNView":false,
// "scrollIndicator":"none",
// "softinputMode": "adjustResize"
// }
},
"needLogin": true
},
@ -45,7 +70,12 @@
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle":"custom"
"navigationStyle":"custom",
"app-plus": {
"titleNView":false,
"scrollIndicator":"none",
"softinputMode": "adjustResize"
}
},
"needLogin": true
}


+ 65
- 33
pages/index/PayPal.uvue View File

@ -1,5 +1,5 @@
<template>
<view class="containers">
<view class="containers" >
<view class="header">
<view class="header_info">
<view class="header_info_icon" @click.native.stop.prevent="toBack" style="display: flex; justify-content: center; align-items: center;">
@ -40,15 +40,15 @@
<view class="idCard-box">
<view class="reverse">
<image :src="clientInfo.certFront == ''?positiveImg:clientInfo.certFront" @tap.prevent="uploadPositive">
<image :src="clientInfo.certFront == ''?positiveImg:certFront" @tap.prevent="uploadPositive">
</image>
</view>
<view class="reverse">
<image :src="clientInfo.certBack == ''?reverseImg:clientInfo.certBack" @tap.prevent="uploadReverse">
<image :src="clientInfo.certBack == ''?reverseImg:certBack" @tap.prevent="uploadReverse">
</image>
</view>
<view class="reverse">
<image :src="clientInfo.carPic == ''?carImg:clientInfo.carPic" @tap.prevent="uploadCarCert">
<image :src="clientInfo.carPic == ''?carImg:carPic" @tap.prevent="uploadCarCert">
</image>
</view>
</view>
@ -72,22 +72,22 @@
<view class="form-item">
<text class="labels">*</text>
<text class="label">客户姓名</text>
<input class="input" v-model="clientInfo.custName" placeholder="请输入客户姓名" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.custName" placeholder="请输入客户姓名" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">居住地址</text>
<input class="input" v-model="clientInfo.custAddress" placeholder="请输入居住地址" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.custAddress" placeholder="请输入居住地址" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">身份证号码</text>
<input class="input" v-model="clientInfo.custCardNo" placeholder="请输入身份证号码" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.custCardNo" placeholder="请输入身份证号码" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">联系方式</text>
<input class="input" v-model="clientInfo.custPhone" placeholder="请输入联系方式" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.custPhone" placeholder="请输入联系方式" />
</view>
<view class="form-item">
<text class="labels">*</text>
@ -107,7 +107,7 @@
<view class="form-item">
<text class="labels">*</text>
<text class="label">促销销售顾问</text>
<input class="input" v-model="clientInfo.saleName" placeholder="请输入店铺销售顾问" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.saleName" placeholder="请输入店铺销售顾问" />
</view>
</view>
@ -125,13 +125,13 @@
<view class="form-item">
<text class="labels">*</text>
<text class="label">车架号</text>
<input class="input" v-model="clientInfo.appOrderCarList[0].vin" placeholder="请填写车架号" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderCarList[0].vin" placeholder="请填写车架号" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">使用性质</text>
<input class="input" v-model="clientInfo.appOrderCarList[0].useType" placeholder="请填写使用性质" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderCarList[0].useType" placeholder="请填写使用性质" />
</view>
<view class="form-item">
<text class="labels">*</text>
@ -154,22 +154,22 @@
<view class="form-item">
<text class="labels">*</text>
<text class="label">车辆型号</text>
<input class="input" v-model="clientInfo.appOrderCarList[0].carModel" placeholder="请选择车辆型号" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderCarList[0].carModel" placeholder="请选择车辆型号" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">车牌号</text>
<input class="input" v-model="clientInfo.appOrderCarList[0].carNo" placeholder="请输入车牌号" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderCarList[0].carNo" placeholder="请输入车牌号" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">发动机号</text>
<input class="input" v-model="clientInfo.appOrderCarList[0].engineNo" placeholder="请输入发动机号" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderCarList[0].engineNo" placeholder="请输入发动机号" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">里程</text>
<input class="input" v-model="clientInfo.appOrderCarList[0].mileage" placeholder="请输入里程" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderCarList[0].mileage" placeholder="请输入里程" />
</view>
<view class="form-item">
<text class="labels">*</text>
@ -180,12 +180,12 @@
<view class="form-item">
<text class="labels">*</text>
<text class="label">车辆购置价</text>
<input class="input" v-model="clientInfo.appOrderCarList[0].buyMoney" placeholder="请输入车辆购置价" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderCarList[0].buyMoney" placeholder="请输入车辆购置价" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">购置税</text>
<input class="input" v-model="clientInfo.appOrderCarList[0].buyTax" placeholder="请输入购置税" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderCarList[0].buyTax" placeholder="请输入购置税" />
</view>
</view>
<!-- 凭证信息 -->
@ -195,12 +195,12 @@
<view class="form-item">
<text class="labels">*</text>
<text class="label">第一受益人</text>
<input class="input" v-model="clientInfo.appOrderVoucherList[0].firstBeneficiary" placeholder="请输入第一受益人" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderVoucherList[0].firstBeneficiary" placeholder="请输入第一受益人" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">服务费</text>
<input class="input" v-model="clientInfo.appOrderVoucherList[0].lenderMoney" placeholder="请输入服务费" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderVoucherList[0].lenderMoney" placeholder="请输入服务费" />
</view>
<view class="form-item">
<text class="labels">*</text>
@ -217,47 +217,47 @@
<view class="form-item">
<text class="labels">*</text>
<text class="label">服务年限</text>
<input class="input" v-model="clientInfo.appOrderVoucherList[0].serviceYear" placeholder="请输入服务年限" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderVoucherList[0].serviceYear" placeholder="请输入服务年限" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">权益套餐</text>
<input class="input" v-model="clientInfo.appOrderVoucherList[0].equityPackage" placeholder="请输入权益套餐" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderVoucherList[0].equityPackage" placeholder="请输入权益套餐" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">套餐费用</text>
<input class="input" v-model="clientInfo.appOrderVoucherList[0].packageMoney" placeholder="请输入套餐费用" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderVoucherList[0].packageMoney" placeholder="请输入套餐费用" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">商业车损险编号</text>
<input class="input" v-model="clientInfo.appOrderVoucherList[0].carInsuranceNo" placeholder="请输入商业车损险编号" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderVoucherList[0].carInsuranceNo" placeholder="请输入商业车损险编号" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">上牌城市</text>
<input class="input" v-model="clientInfo.appOrderVoucherList[0].registeredCity" placeholder="请输入上牌城市" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderVoucherList[0].registeredCity" placeholder="请输入上牌城市" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">保司名称</text>
<input class="input" v-model="clientInfo.appOrderVoucherList[0].insuranceName" placeholder="请输入保司名称" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderVoucherList[0].insuranceName" placeholder="请输入保司名称" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">受让人姓名</text>
<input class="input" v-model="clientInfo.appOrderVoucherList[0].assigneeName" placeholder="请输入受让人姓名" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderVoucherList[0].assigneeName" placeholder="请输入受让人姓名" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">受让人联系电话</text>
<input class="input" v-model="clientInfo.appOrderVoucherList[0].assigneePhone" placeholder="请输入受让人联系电话" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderVoucherList[0].assigneePhone" placeholder="请输入受让人联系电话" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">受让人身份证</text>
<input class="input" v-model="clientInfo.appOrderVoucherList[0].assigneeCardNo" placeholder="请输入受让人身份证" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderVoucherList[0].assigneeCardNo" placeholder="请输入受让人身份证" />
</view>
<view class="form-item">
<text class="labels">*</text>
@ -268,7 +268,7 @@
<view class="form-item">
<text class="labels">*</text>
<text class="label">经销商地址</text>
<input class="input" v-model="clientInfo.appOrderVoucherList[0].dealerAddress" placeholder="请输入经销商地址" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderVoucherList[0].dealerAddress" placeholder="请输入经销商地址" />
</view>
</view>
@ -279,17 +279,17 @@
<view class="form-item">
<text class="labels">*</text>
<text class="label">贷款机构</text>
<input class="input" v-model="clientInfo.appOrderFinanceList[0].lender" placeholder="请输入贷款机构" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderFinanceList[0].lender" placeholder="请输入贷款机构" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">贷款金额</text>
<input class="input" v-model="clientInfo.appOrderFinanceList[0].lenderMoney" placeholder="请输入贷款金额" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderFinanceList[0].lenderMoney" placeholder="请输入贷款金额" />
</view>
<view class="form-item">
<text class="labels">*</text>
<text class="label">贷款期限</text>
<input class="input" v-model="clientInfo.appOrderFinanceList[0].lenderYear" placeholder="请输入贷款期限" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.appOrderFinanceList[0].lenderYear" placeholder="请输入贷款期限" />
</view>
</view>
@ -313,7 +313,7 @@
<view class="form-item">
<text class="labels">*</text>
<text class="label">销售金额</text>
<input class="input" v-model="clientInfo.productMoney" placeholder="请输入销售金额" />
<input adjust-position="false" @keyboardheightchange="keyboardheightchange" class="input" v-model="clientInfo.productMoney" placeholder="请输入销售金额" />
</view>
</view>
@ -485,8 +485,12 @@ export default {
serviceAgeIndex: -1,
payees: [],
payeeIndex: -1,
screenHeight: 0, //屏幕可视高度
curHeight: 0, //页面需要的动态高
// 扫描
positiveImg: '/static/image/组件 4 – 1.png',//自己图片路径
certFront:'',
certBack:'',
// 反面身份证
reverseImg: '/static/image/组 71663.png', //自己图片路径
// 行车驾驶证
@ -514,7 +518,26 @@ export default {
})
},
onLoad(options) {
//监听键盘事件
uni.onKeyboardHeightChange(res => {
if (res.height > 0) {
//键盘弹出 调整页面位置
this.curHeight = this.screenHeight - res.height
} else {
// 键盘收起 恢复页面位置
this.curHeight = this.screenHeight
}
});
},
onUpload() {
// 页面销毁时移除监听
uni.offKeyboardHeightChange();
},
methods: {
keyboardheightchange(e){
this.changeBottomVal = e.detail.height + 'px'
},
// 凭证上传函数
deletePic(event) {
this[`fileList${event.name}`].splice(event.index, 1)
@ -668,8 +691,10 @@ export default {
this.clientInfo.custAddress= res.result.address;
this.clientInfo.custCardNo = res.result.idCard ;
this.clientInfo.certFront = image;
this.certFront=filePath;
}else {
this.clientInfo.certBack=image;
this.certBack=filePath;
}
}else{
@ -696,6 +721,7 @@ export default {
// 车架号
this.clientInfo.appOrderCarList[0].vin = res.result.VinNo;
this.clientInfo.carPic = image;
this.carPic = filePath;
// 发动机号
this.clientInfo.appOrderCarList[0].engineNo = res.result.EngineNo;
// 车辆型号
@ -751,6 +777,12 @@ export default {
overflow-y:scroll;
}
.footer {
position: fixed;
bottom: 0;
left: 0;
}
.container::-webkit-scrollbar {
display: none;
}


+ 16
- 11
pages/index/dingdan.uvue View File

@ -76,11 +76,15 @@ export default {
},
mounted() {
isToken();
uni.showLoading({ title: '查询中...' })
setTimeout(() => { //打开文档查看
list({pageNo:1,pageSize:10}).then((res)=>{
for (var index = 0; index < res.result.records.length; index++) {
this.orders.push( res.result.records[index])
}
})
for (var index = 0; index < res.result.records.length; index++) {
this.orders.push( res.result.records[index])
}
})
uni.hideLoading();
}, 1000)
},
computed: {
@ -99,7 +103,6 @@ export default {
},
// 到底部刷新
scrolltolower(){
this.params.pageNo++
uni.showLoading({
title: '刷新中..'
})
@ -110,7 +113,7 @@ export default {
}
uni.hideLoading();
})
this.params.pageNo++
},
changeStatus(status){
uni.showLoading();
@ -216,9 +219,11 @@ export default {
async downloadPDF(contractUrl) {
uni.showLoading({ title: '下载中...' })
// 1. 调用下载接口
console.log(contractUrl);
uni.downloadFile({
url: contractUrl,//下载地址接口返回
success: (data) => {
console.log(data);
uni.saveFile({
tempFilePath: data.tempFilePath, //临时路径
// filePath:"内部存储/Documents/",
@ -235,11 +240,11 @@ export default {
filePath: res.savedFilePath,
showMenu:true,
success: function(res) {
list({pageNo:1,pageSize:10}).then((res)=>{
for (var index = 0; index < res.result.records.length; index++) {
this.orders.push( res.result.records[index])
}
})
// list({pageNo:1,pageSize:10}).then((res)=>{
// for (var index = 0; index < res.result.records.length; index++) {
// this.orders.push( res.result.records[index])
// }
// })
}
});
}, 3000)


+ 1
- 1
pages/views/dingDanCreate.uvue View File

@ -13,7 +13,7 @@
<view class="content_container">
<view class="isshow-header">
<uni-icons class=" isshow-header-content-icon" type="search" :size="20"></uni-icons>
<uni-easyinput :inputBorder="false" @input="handleSearch" @clear="clear" class=" isshow-header-content-input" v-model="ServiceName" placeholder="请输入服务名称" :focus="firstFocus" />
<uni-easyinput :inputBorder="false" @input="handleSearch" @clear="clear" class=" isshow-header-content-input" v-model="ServiceName" placeholder="请输入服务名称" />
<text class="isshow-header-content-text" @click="searchName">搜索</text>
</view>
</view>


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin-devtools/pages/index/dingdan.js.map
File diff suppressed because it is too large
View File


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/PayPal.js.map
File diff suppressed because it is too large
View File


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/dingdan.js.map
File diff suppressed because it is too large
View File


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/views/dingDanCreate.js.map
File diff suppressed because it is too large
View File


+ 0
- 1
unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/26d70dc7dba45d8d70b39629abc02c3d2868477e
File diff suppressed because it is too large
View File


+ 1
- 0
unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/6fe995df1b8c3e745f565a62430aa36d4c79276f
File diff suppressed because it is too large
View File


unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/1ff44de48ba5550b348bb265e7c6689e7afc470b → unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/7c7eeb0c95b0c61a536f85e7ba04b5ffc5c90cd6 View File


+ 0
- 1
unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/d175b841e6a4370e406d59539f024ad30545c273
File diff suppressed because it is too large
View File


+ 1
- 0
unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/d9aed1437b9d54cc9c8efefa6bd2d561e91f0517
File diff suppressed because it is too large
View File


unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/8ebaba24050137e127cb570570ab824243f9a392 → unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_1be3bfbff8999603282f82d97241ac669b0c14d1/code/cache/f1ef9d0e1bfc661835b6d6792eb3fa937db42a47 View File


+ 0
- 1
unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_58fbbb521c888d32e837e15fe95c67e15d2bc2ac/code/cache/90ff9d28fcded1acc1a32156ef58370dcf375ada
File diff suppressed because it is too large
View File


+ 1
- 0
unpackage/dist/dev/cache/.mp-weixin/.uts2js/cache/uts_58fbbb521c888d32e837e15fe95c67e15d2bc2ac/code/cache/dd1c698154e2a23f5a21026939a4e05fb4750ed7
File diff suppressed because it is too large
View File


+ 1
- 1
unpackage/dist/dev/mp-weixin/common/vendor.js View File

@ -7967,7 +7967,7 @@ function initOnError() {
function initRuntimeSocketService() {
const hosts = "192.168.1.10,127.0.0.1";
const port = "8090";
const id = "mp-weixin_TFBo9r";
const id = "mp-weixin_RWLikP";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();


+ 168
- 117
unpackage/dist/dev/mp-weixin/pages/index/PayPal.js View File

@ -121,8 +121,12 @@ const _sfc_main = common_vendor.defineComponent({
serviceAgeIndex: -1,
payees: [],
payeeIndex: -1,
screenHeight: 0,
curHeight: 0,
// 扫描
positiveImg: "/static/image/组件 4 – 1.png",
certFront: "",
certBack: "",
// 反面身份证
reverseImg: "/static/image/组 71663.png",
// 行车驾驶证
@ -150,7 +154,22 @@ const _sfc_main = common_vendor.defineComponent({
}
});
},
onLoad(options) {
common_vendor.index.onKeyboardHeightChange((res = null) => {
if (res.height > 0) {
this.curHeight = this.screenHeight - res.height;
} else {
this.curHeight = this.screenHeight;
}
});
},
onUpload() {
common_vendor.index.offKeyboardHeightChange();
},
methods: {
keyboardheightchange(e = null) {
this.changeBottomVal = e.detail.height + "px";
},
// 凭证上传函数
deletePic(event = null) {
this[`fileList${event.name}`].splice(event.index, 1);
@ -286,7 +305,7 @@ const _sfc_main = common_vendor.defineComponent({
}),
success: (res) => {
let image = UTS.JSON.parse(res.data).message;
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:661", image);
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:684", image);
if (type == "sfz") {
api.idCardInfo(new UTSJSONObject({ "side": side, "url": UTS.JSON.parse(res.data).message })).then((res2 = null) => {
if (res2.success) {
@ -296,8 +315,10 @@ const _sfc_main = common_vendor.defineComponent({
this.clientInfo.custAddress = res2.result.address;
this.clientInfo.custCardNo = res2.result.idCard;
this.clientInfo.certFront = image;
this.certFront = filePath;
} else {
this.clientInfo.certBack = image;
this.certBack = filePath;
}
} else {
common_vendor.index.showToast({
@ -311,15 +332,16 @@ const _sfc_main = common_vendor.defineComponent({
});
}
}).catch((err = null) => {
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:687", "catch: ", err);
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:712", "catch: ", err);
});
} else if (type == "carCert") {
api.carCert(new UTSJSONObject({ "url": UTS.JSON.parse(res.data).message })).then((res2 = null) => {
if (res2.success) {
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:693", "车辆号", res2);
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:718", "车辆号", res2);
this.clientInfo.appOrderCarList[0].carSeries = res2.result.CarBrand;
this.clientInfo.appOrderCarList[0].vin = res2.result.VinNo;
this.clientInfo.carPic = image;
this.carPic = filePath;
this.clientInfo.appOrderCarList[0].engineNo = res2.result.EngineNo;
this.clientInfo.appOrderCarList[0].carModel = res2.result.CarModel;
} else {
@ -334,17 +356,17 @@ const _sfc_main = common_vendor.defineComponent({
});
}
}).catch((err = null) => {
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:716", "catch: ", err);
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:742", "catch: ", err);
});
}
},
fail: (err) => {
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:723", err);
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:749", err);
}
});
},
onChange(e = null) {
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:728", e);
common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:754", e);
if (e == "个人") {
this.clientInfo.custType = 0;
} else {
@ -450,24 +472,28 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
fontSize: "1rem"
}),
o: common_vendor.o($options.onChange),
p: $data.clientInfo.certFront == "" ? $data.positiveImg : $data.clientInfo.certFront,
p: $data.clientInfo.certFront == "" ? $data.positiveImg : $data.certFront,
q: common_vendor.o((...args) => $options.uploadPositive && $options.uploadPositive(...args)),
r: $data.clientInfo.certBack == "" ? $data.reverseImg : $data.clientInfo.certBack,
r: $data.clientInfo.certBack == "" ? $data.reverseImg : $data.certBack,
s: common_vendor.o((...args) => $options.uploadReverse && $options.uploadReverse(...args)),
t: $data.clientInfo.carPic == "" ? $data.carImg : $data.clientInfo.carPic,
t: $data.clientInfo.carPic == "" ? $data.carImg : _ctx.carPic,
v: common_vendor.o((...args) => $options.uploadCarCert && $options.uploadCarCert(...args)),
w: common_assets._imports_7,
x: common_vendor.t($data.clientInfo.productName),
y: common_vendor.t($data.clientInfo.storeName),
z: $data.clientInfo.custName,
A: common_vendor.o(($event) => $data.clientInfo.custName = $event.detail.value),
B: $data.clientInfo.custAddress,
C: common_vendor.o(($event) => $data.clientInfo.custAddress = $event.detail.value),
D: $data.clientInfo.custCardNo,
E: common_vendor.o(($event) => $data.clientInfo.custCardNo = $event.detail.value),
F: $data.clientInfo.custPhone,
G: common_vendor.o(($event) => $data.clientInfo.custPhone = $event.detail.value),
H: common_vendor.f($data.departments, (item, k0, i0) => {
z: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
A: $data.clientInfo.custName,
B: common_vendor.o(($event) => $data.clientInfo.custName = $event.detail.value),
C: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
D: $data.clientInfo.custAddress,
E: common_vendor.o(($event) => $data.clientInfo.custAddress = $event.detail.value),
F: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
G: $data.clientInfo.custCardNo,
H: common_vendor.o(($event) => $data.clientInfo.custCardNo = $event.detail.value),
I: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
J: $data.clientInfo.custPhone,
K: common_vendor.o(($event) => $data.clientInfo.custPhone = $event.detail.value),
L: common_vendor.f($data.departments, (item, k0, i0) => {
return {
a: common_vendor.w(({
checked
@ -480,7 +506,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
};
}, {
name: "icon",
path: "H[" + i0 + "].a",
path: "L[" + i0 + "].a",
vueId: "643091e0-6-" + i0 + ",643091e0-5"
}),
b: "643091e0-6-" + i0 + ",643091e0-5",
@ -492,21 +518,24 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
e: item
};
}),
I: common_assets._imports_0$4,
J: common_assets._imports_1$3,
K: common_vendor.o($options.handleDepartmentChange),
L: $data.clientInfo.saleName,
M: common_vendor.o(($event) => $data.clientInfo.saleName = $event.detail.value),
N: common_assets._imports_7,
O: common_vendor.t($data.clientInfo.appOrderCarList[0].carSeries || "请选择车辆品牌 >"),
P: common_vendor.o((...args) => $options.bindCarBrandChange && $options.bindCarBrandChange(...args)),
Q: $data.carBrandIndex,
R: $data.carBrands,
S: $data.clientInfo.appOrderCarList[0].vin,
T: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].vin = $event.detail.value),
U: $data.clientInfo.appOrderCarList[0].useType,
V: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].useType = $event.detail.value),
W: common_vendor.w(({
M: common_assets._imports_0$4,
N: common_assets._imports_1$3,
O: common_vendor.o($options.handleDepartmentChange),
P: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
Q: $data.clientInfo.saleName,
R: common_vendor.o(($event) => $data.clientInfo.saleName = $event.detail.value),
S: common_assets._imports_7,
T: common_vendor.t($data.clientInfo.appOrderCarList[0].carSeries || "请选择车辆品牌 >"),
U: common_vendor.o((...args) => $options.bindCarBrandChange && $options.bindCarBrandChange(...args)),
V: $data.carBrandIndex,
W: $data.carBrands,
X: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
Y: $data.clientInfo.appOrderCarList[0].vin,
Z: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].vin = $event.detail.value),
aa: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
ab: $data.clientInfo.appOrderCarList[0].useType,
ac: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].useType = $event.detail.value),
ad: common_vendor.w(({
checked
}, s0, i0) => {
return {
@ -517,18 +546,18 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
};
}, {
name: "icon",
path: "W",
path: "ad",
vueId: "643091e0-8,643091e0-7"
}),
X: common_assets._imports_0$4,
Y: common_assets._imports_1$3,
Z: common_vendor.p({
ae: common_assets._imports_0$4,
af: common_assets._imports_1$3,
ag: common_vendor.p({
checked: $data.clientInfo.appOrderCarList[0].newCar == 1 ? true : false,
value: "是",
label: "是",
fontSize: "1rem"
}),
aa: common_vendor.w(({
ah: common_vendor.w(({
checked
}, s0, i0) => {
return {
@ -539,121 +568,143 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
};
}, {
name: "icon",
path: "aa",
path: "ah",
vueId: "643091e0-9,643091e0-7"
}),
ab: common_assets._imports_0$4,
ac: common_assets._imports_1$3,
ad: common_vendor.p({
ai: common_assets._imports_0$4,
aj: common_assets._imports_1$3,
ak: common_vendor.p({
checked: $data.clientInfo.appOrderCarList[0].newCar == 0 ? true : false,
value: "否",
label: "否",
fontSize: "1rem"
}),
ae: common_vendor.o($options.onChanges),
af: $data.clientInfo.appOrderCarList[0].carModel,
ag: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].carModel = $event.detail.value),
ah: $data.clientInfo.appOrderCarList[0].carNo,
ai: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].carNo = $event.detail.value),
aj: $data.clientInfo.appOrderCarList[0].engineNo,
ak: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].engineNo = $event.detail.value),
al: $data.clientInfo.appOrderCarList[0].mileage,
am: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].mileage = $event.detail.value),
an: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyTime = $event),
ao: common_vendor.p({
al: common_vendor.o($options.onChanges),
am: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
an: $data.clientInfo.appOrderCarList[0].carModel,
ao: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].carModel = $event.detail.value),
ap: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
aq: $data.clientInfo.appOrderCarList[0].carNo,
ar: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].carNo = $event.detail.value),
as: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
at: $data.clientInfo.appOrderCarList[0].engineNo,
av: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].engineNo = $event.detail.value),
aw: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
ax: $data.clientInfo.appOrderCarList[0].mileage,
ay: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].mileage = $event.detail.value),
az: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyTime = $event),
aA: common_vendor.p({
type: "datetime",
clearIcon: false,
border: false,
modelValue: $data.clientInfo.appOrderCarList[0].buyTime
}),
ap: $data.clientInfo.appOrderCarList[0].buyMoney,
aq: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyMoney = $event.detail.value),
ar: $data.clientInfo.appOrderCarList[0].buyTax,
as: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyTax = $event.detail.value),
at: common_assets._imports_7,
av: $data.clientInfo.appOrderVoucherList[0].firstBeneficiary,
aw: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].firstBeneficiary = $event.detail.value),
ax: $data.clientInfo.appOrderVoucherList[0].lenderMoney,
ay: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].lenderMoney = $event.detail.value),
az: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].effectiveTime = $event),
aA: common_vendor.p({
aB: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
aC: $data.clientInfo.appOrderCarList[0].buyMoney,
aD: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyMoney = $event.detail.value),
aE: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
aF: $data.clientInfo.appOrderCarList[0].buyTax,
aG: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyTax = $event.detail.value),
aH: common_assets._imports_7,
aI: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
aJ: $data.clientInfo.appOrderVoucherList[0].firstBeneficiary,
aK: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].firstBeneficiary = $event.detail.value),
aL: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
aM: $data.clientInfo.appOrderVoucherList[0].lenderMoney,
aN: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].lenderMoney = $event.detail.value),
aO: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].effectiveTime = $event),
aP: common_vendor.p({
type: "datetime",
clearIcon: false,
border: false,
modelValue: $data.clientInfo.appOrderVoucherList[0].effectiveTime
}),
aB: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].endTime = $event),
aC: common_vendor.p({
aQ: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].endTime = $event),
aR: common_vendor.p({
type: "datetime",
clearIcon: false,
border: false,
modelValue: $data.clientInfo.appOrderVoucherList[0].endTime
}),
aD: $data.clientInfo.appOrderVoucherList[0].serviceYear,
aE: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].serviceYear = $event.detail.value),
aF: $data.clientInfo.appOrderVoucherList[0].equityPackage,
aG: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].equityPackage = $event.detail.value),
aH: $data.clientInfo.appOrderVoucherList[0].packageMoney,
aI: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].packageMoney = $event.detail.value),
aJ: $data.clientInfo.appOrderVoucherList[0].carInsuranceNo,
aK: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].carInsuranceNo = $event.detail.value),
aL: $data.clientInfo.appOrderVoucherList[0].registeredCity,
aM: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].registeredCity = $event.detail.value),
aN: $data.clientInfo.appOrderVoucherList[0].insuranceName,
aO: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].insuranceName = $event.detail.value),
aP: $data.clientInfo.appOrderVoucherList[0].assigneeName,
aQ: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneeName = $event.detail.value),
aR: $data.clientInfo.appOrderVoucherList[0].assigneePhone,
aS: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneePhone = $event.detail.value),
aT: $data.clientInfo.appOrderVoucherList[0].assigneeCardNo,
aU: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneeCardNo = $event.detail.value),
aV: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].payTime = $event),
aW: common_vendor.p({
aS: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
aT: $data.clientInfo.appOrderVoucherList[0].serviceYear,
aU: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].serviceYear = $event.detail.value),
aV: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
aW: $data.clientInfo.appOrderVoucherList[0].equityPackage,
aX: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].equityPackage = $event.detail.value),
aY: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
aZ: $data.clientInfo.appOrderVoucherList[0].packageMoney,
ba: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].packageMoney = $event.detail.value),
bb: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
bc: $data.clientInfo.appOrderVoucherList[0].carInsuranceNo,
bd: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].carInsuranceNo = $event.detail.value),
be: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
bf: $data.clientInfo.appOrderVoucherList[0].registeredCity,
bg: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].registeredCity = $event.detail.value),
bh: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
bi: $data.clientInfo.appOrderVoucherList[0].insuranceName,
bj: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].insuranceName = $event.detail.value),
bk: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
bl: $data.clientInfo.appOrderVoucherList[0].assigneeName,
bm: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneeName = $event.detail.value),
bn: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
bo: $data.clientInfo.appOrderVoucherList[0].assigneePhone,
bp: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneePhone = $event.detail.value),
bq: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
br: $data.clientInfo.appOrderVoucherList[0].assigneeCardNo,
bs: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneeCardNo = $event.detail.value),
bt: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].payTime = $event),
bv: common_vendor.p({
type: "datetime",
clearIcon: false,
border: false,
modelValue: $data.clientInfo.appOrderVoucherList[0].payTime
}),
aX: $data.clientInfo.appOrderVoucherList[0].dealerAddress,
aY: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].dealerAddress = $event.detail.value),
aZ: common_assets._imports_7,
ba: $data.clientInfo.appOrderFinanceList[0].lender,
bb: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lender = $event.detail.value),
bc: $data.clientInfo.appOrderFinanceList[0].lenderMoney,
bd: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lenderMoney = $event.detail.value),
be: $data.clientInfo.appOrderFinanceList[0].lenderYear,
bf: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lenderYear = $event.detail.value),
bg: common_assets._imports_7,
bh: common_vendor.t($data.clientInfo.productName),
bi: common_vendor.t($data.serviceAges[$data.serviceAgeIndex] || "请选择服务年限 >"),
bj: common_vendor.o((...args) => $options.bindServiceAgeChange && $options.bindServiceAgeChange(...args)),
bk: $data.serviceAgeIndex,
bl: $data.serviceAges,
bm: $data.clientInfo.productMoney,
bn: common_vendor.o(($event) => $data.clientInfo.productMoney = $event.detail.value),
bo: common_assets._imports_7,
bp: common_vendor.t(this.clientInfo.payee || "请选择收款方 >"),
bq: common_vendor.o((...args) => $options.bindPayeeChange && $options.bindPayeeChange(...args)),
br: $data.payeeIndex,
bs: $data.payees,
bt: common_vendor.o(($event) => $data.clientInfo.payeeTime = $event),
bv: common_vendor.p({
bw: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
bx: $data.clientInfo.appOrderVoucherList[0].dealerAddress,
by: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].dealerAddress = $event.detail.value),
bz: common_assets._imports_7,
bA: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
bB: $data.clientInfo.appOrderFinanceList[0].lender,
bC: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lender = $event.detail.value),
bD: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
bE: $data.clientInfo.appOrderFinanceList[0].lenderMoney,
bF: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lenderMoney = $event.detail.value),
bG: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
bH: $data.clientInfo.appOrderFinanceList[0].lenderYear,
bI: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lenderYear = $event.detail.value),
bJ: common_assets._imports_7,
bK: common_vendor.t($data.clientInfo.productName),
bL: common_vendor.t($data.serviceAges[$data.serviceAgeIndex] || "请选择服务年限 >"),
bM: common_vendor.o((...args) => $options.bindServiceAgeChange && $options.bindServiceAgeChange(...args)),
bN: $data.serviceAgeIndex,
bO: $data.serviceAges,
bP: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
bQ: $data.clientInfo.productMoney,
bR: common_vendor.o(($event) => $data.clientInfo.productMoney = $event.detail.value),
bS: common_assets._imports_7,
bT: common_vendor.t(this.clientInfo.payee || "请选择收款方 >"),
bU: common_vendor.o((...args) => $options.bindPayeeChange && $options.bindPayeeChange(...args)),
bV: $data.payeeIndex,
bW: $data.payees,
bX: common_vendor.o(($event) => $data.clientInfo.payeeTime = $event),
bY: common_vendor.p({
type: "datetime",
clearIcon: false,
border: false,
modelValue: $data.clientInfo.payeeTime
}),
bw: common_assets._imports_8,
bx: common_vendor.o($options.afterRead),
by: common_vendor.o($options.deletePic),
bz: common_vendor.p({
bZ: common_assets._imports_8,
ca: common_vendor.o($options.afterRead),
cb: common_vendor.o($options.deletePic),
cc: common_vendor.p({
fileList: $data.fileList1,
name: "1",
multiple: true,
maxCount: 1
}),
bA: common_vendor.o((...args) => $options.get_to && $options.get_to(...args)),
bB: common_vendor.sei(_ctx.virtualHostId, "view")
cd: common_vendor.o((...args) => $options.get_to && $options.get_to(...args)),
ce: common_vendor.sei(_ctx.virtualHostId, "view")
};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-643091e0"]]);


+ 1
- 1
unpackage/dist/dev/mp-weixin/pages/index/PayPal.wxml
File diff suppressed because it is too large
View File


+ 5
- 0
unpackage/dist/dev/mp-weixin/pages/index/PayPal.wxss View File

@ -31,6 +31,11 @@
background-color: #fff;
overflow-y: scroll;
}
.footer.data-v-643091e0 {
position: fixed;
bottom: 0;
left: 0;
}
.container.data-v-643091e0::-webkit-scrollbar {
display: none;
}


+ 14
- 13
unpackage/dist/dev/mp-weixin/pages/index/dingdan.js View File

@ -21,11 +21,15 @@ const _sfc_main = common_vendor.defineComponent({
},
mounted() {
api.isToken();
api.list(new UTSJSONObject({ pageNo: 1, pageSize: 10 })).then((res = null) => {
for (var index = 0; index < res.result.records.length; index++) {
this.orders.push(res.result.records[index]);
}
});
common_vendor.index.showLoading({ title: "查询中..." });
setTimeout(() => {
api.list(new UTSJSONObject({ pageNo: 1, pageSize: 10 })).then((res = null) => {
for (var index = 0; index < res.result.records.length; index++) {
this.orders.push(res.result.records[index]);
}
});
common_vendor.index.hideLoading();
}, 1e3);
},
computed: {
filteredOrders() {
@ -41,7 +45,6 @@ const _sfc_main = common_vendor.defineComponent({
},
// 到底部刷新
scrolltolower() {
this.params.pageNo++;
common_vendor.index.showLoading({
title: "刷新中.."
});
@ -52,6 +55,7 @@ const _sfc_main = common_vendor.defineComponent({
}
common_vendor.index.hideLoading();
});
this.params.pageNo++;
},
changeStatus(status = null) {
common_vendor.index.showLoading();
@ -81,7 +85,7 @@ const _sfc_main = common_vendor.defineComponent({
this.params.status = "";
this.params.pageNo = 1;
api.list(this.params).then((res = null) => {
common_vendor.index.__f__("log", "at pages/index/dingdan.uvue:143", res.result);
common_vendor.index.__f__("log", "at pages/index/dingdan.uvue:146", res.result);
this.orders.splice(0);
for (var index = 0; index < res.result.records.length; index++) {
this.orders.push(res.result.records[index]);
@ -154,9 +158,11 @@ const _sfc_main = common_vendor.defineComponent({
downloadPDF(contractUrl = null) {
return common_vendor.__awaiter(this, void 0, void 0, function* () {
common_vendor.index.showLoading({ title: "下载中..." });
common_vendor.index.__f__("log", "at pages/index/dingdan.uvue:222", contractUrl);
common_vendor.index.downloadFile({
url: contractUrl,
success: (data) => {
common_vendor.index.__f__("log", "at pages/index/dingdan.uvue:226", data);
common_vendor.index.saveFile({
tempFilePath: data.tempFilePath,
// filePath:"内部存储/Documents/",
@ -173,11 +179,6 @@ const _sfc_main = common_vendor.defineComponent({
filePath: res.savedFilePath,
showMenu: true,
success: function(res2) {
api.list(new UTSJSONObject({ pageNo: 1, pageSize: 10 })).then((res3 = null) => {
for (var index = 0; index < res3.result.records.length; index++) {
this.orders.push(res3.result.records[index]);
}
});
}
});
}, 3e3);
@ -185,7 +186,7 @@ const _sfc_main = common_vendor.defineComponent({
});
},
fail: (err) => {
common_vendor.index.__f__("log", "at pages/index/dingdan.uvue:250", err);
common_vendor.index.__f__("log", "at pages/index/dingdan.uvue:255", err);
common_vendor.index.showToast({
icon: "none",
mask: true,


+ 0
- 1
unpackage/dist/dev/mp-weixin/pages/views/dingDanCreate.js View File

@ -114,7 +114,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
g: common_vendor.p({
inputBorder: false,
placeholder: "请输入服务名称",
focus: $data.firstFocus,
modelValue: $data.ServiceName
}),
h: common_vendor.o((...args) => $options.searchName && $options.searchName(...args)),


Loading…
Cancel
Save