liwei2496 пре 2 година
родитељ
комит
b18e89046a

+ 12 - 8
.idea/workspace.xml

@@ -3,17 +3,21 @@
   <component name="ChangeListManager">
     <list default="true" id="b14f9fe1-d3c3-496a-8ebb-4789fe400212" name="默认更改列表" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/http/baseApi.js" beforeDir="false" afterPath="$PROJECT_DIR$/http/baseApi.js" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/pages.json" beforeDir="false" afterPath="$PROJECT_DIR$/pages.json" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/pages/Workorder/Tenantbill/Tenantbill.vue" beforeDir="false" afterPath="$PROJECT_DIR$/pages/Workorder/Tenantbill/Tenantbill.vue" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/pages/Workorder/Tenantbill/companybill/companybill.vue" beforeDir="false" afterPath="$PROJECT_DIR$/pages/Workorder/Tenantbill/companybill/companybill.vue" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/pages/Workorder/Workorder.vue" beforeDir="false" afterPath="$PROJECT_DIR$/pages/Workorder/Workorder.vue" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/pages/index/BillPending/BillPending.vue" beforeDir="false" afterPath="$PROJECT_DIR$/pages/index/BillPending/BillPending.vue" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/pages/index/Withholdingrecord/Withholdingrecord.vue" beforeDir="false" afterPath="$PROJECT_DIR$/pages/index/Withholdingrecord/Withholdingrecord.vue" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/pages/index/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/pages/index/index.vue" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/pages/login/login.vue" beforeDir="false" afterPath="$PROJECT_DIR$/pages/login/login.vue" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/pages/my/Personalinformation/Informationmodification/Informationmodification.vue" beforeDir="false" afterPath="$PROJECT_DIR$/pages/my/Personalinformation/Informationmodification/Informationmodification.vue" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/pages/my/Personalinformation/Personalinformation.vue" beforeDir="false" afterPath="$PROJECT_DIR$/pages/my/Personalinformation/Personalinformation.vue" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/pages/my/my.vue" beforeDir="false" afterPath="$PROJECT_DIR$/pages/my/my.vue" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/static/my/xinxi.png" beforeDir="false" afterPath="$PROJECT_DIR$/static/my/xinxi.png" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/unpackage/cache/certdata" beforeDir="false" afterPath="$PROJECT_DIR$/unpackage/cache/certdata" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/unpackage/cache/wgt/__UNI__FF40C0C/app-config-service.js" beforeDir="false" afterPath="$PROJECT_DIR$/unpackage/cache/wgt/__UNI__FF40C0C/app-config-service.js" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/unpackage/cache/wgt/__UNI__FF40C0C/app-service.js" beforeDir="false" afterPath="$PROJECT_DIR$/unpackage/cache/wgt/__UNI__FF40C0C/app-service.js" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/unpackage/cache/wgt/__UNI__FF40C0C/app-view.js" beforeDir="false" afterPath="$PROJECT_DIR$/unpackage/cache/wgt/__UNI__FF40C0C/app-view.js" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/unpackage/cache/wgt/__UNI__FF40C0C/manifest.json" beforeDir="false" afterPath="$PROJECT_DIR$/unpackage/cache/wgt/__UNI__FF40C0C/manifest.json" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/unpackage/cache/wgt/__UNI__FF40C0C/static/my/xinxi.png" beforeDir="false" afterPath="$PROJECT_DIR$/unpackage/cache/wgt/__UNI__FF40C0C/static/my/xinxi.png" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/unpackage/dist/build/app-plus/app-config-service.js" beforeDir="false" afterPath="$PROJECT_DIR$/unpackage/dist/build/app-plus/app-config-service.js" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/unpackage/dist/build/app-plus/app-service.js" beforeDir="false" afterPath="$PROJECT_DIR$/unpackage/dist/build/app-plus/app-service.js" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/unpackage/dist/build/app-plus/app-view.js" beforeDir="false" afterPath="$PROJECT_DIR$/unpackage/dist/build/app-plus/app-view.js" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/unpackage/dist/build/app-plus/static/my/xinxi.png" beforeDir="false" afterPath="$PROJECT_DIR$/unpackage/dist/build/app-plus/static/my/xinxi.png" afterDir="false" />
     </list>
     <ignored path="$PROJECT_DIR$/.tmp/" />
     <ignored path="$PROJECT_DIR$/temp/" />

+ 1 - 1
http/baseApi.js

@@ -1,6 +1,6 @@
 const BaseApi = 'http://gpu.ringzle.com:8082/witcarbon-app/app'
 //严工
-//const BaseApi = 'http://192.168.1.11:9013/witcarbon-app/app'
+//const BaseApi = 'http://192.168.1.16:9013/witcarbon-app/app'
 
 
 

+ 9 - 0
pages.json

@@ -285,6 +285,15 @@
             }
             
         }
+        ,{
+            "path" : "pages/Workorder/Arrearsrecord/Arrearsrecord",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "欠费记录",
+                "enablePullDownRefresh": false
+            }
+            
+        }
     ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

+ 375 - 0
pages/Workorder/Arrearsrecord/Arrearsrecord.vue

@@ -0,0 +1,375 @@
+<template>
+	<view class="billall">
+	
+		<view class="topbill">
+			<view class="topbilledit">
+				<view class="changetime1">
+					<picker mode="date" :value="myday" fields="month" @change="dateChange">
+						<view class="selestDate">{{myday}}</view>
+					</picker>
+				</view>
+				<view class="changetime2">
+					<u-icon name="arrow-down-fill" color="#666666" size="20"></u-icon>
+				</view>
+			</view>
+			<view class="topbilledit" @click="typechange">
+				<view class="changetime1">
+					{{mytype}}
+				</view>
+				<view class="changetime2">
+					<u-icon name="arrow-down-fill" color="#666666" size="20"></u-icon>
+				</view>
+			</view>
+		</view>
+		
+
+		<view class="u-listdata">
+			<view style="padding:10rpx 0 0 30rpx">
+				共有 <span style="color: red">{{totalnumber}}</span>条记录
+			</view>
+
+			<u-list @scrolltolower="scrolltolower" :pagingEnabled='true'>
+				<u-list-item v-for="(item, index) in indexList" :key="index">
+
+					<view class="companylist">
+						<view class="settled" v-if="item.isSettled==1">
+							已结清
+						</view>
+						<view class="outstanding" v-if="item.isSettled==0">
+							未结清
+						</view>
+						<h3>{{item.tenantName}}</h3>
+						<view class="Currentamount">
+							欠费金额: <span>¥{{item.amount}}</span>
+						</view>
+						<view class="Currentamount">
+							欠费天数: {{item.arrearDay}}
+						</view>
+						<view class="Currentamount">
+							账单类型:{{item.billType}}
+						</view>					
+						<view class="Currentamount">
+							联系电话: {{item.phone}}
+						</view>
+						
+						<view class="Callfee" v-if="item.isExpedit==1" @click.stop="handleClick(item.id)">
+							催费
+						</view>
+					</view>
+
+				</u-list-item>
+			</u-list>
+
+		</view>
+
+
+
+
+		<u-picker :show="showtype" :columns="columnstype" keyName="dictLabel" @confirm="confirmtype" @cancel='canceltype'>
+		</u-picker>
+	
+	
+	
+		<u-notify ref="uNotify" :show="showdct" message="服务器请求失败"></u-notify>
+	</view>
+</template>
+
+<script>
+	
+	export default {
+		components: {
+		
+		},
+		data() {
+			const currentDate = this.getDate({
+				format: 'yyyy-mm'
+			})
+			return {
+				totalnumber: 0,
+				setyesno: true,
+				indexList: [],
+				dataList: [],
+				dataForm: {
+					arrearDay: "",//欠费天数
+					billType: "",//账单类型
+					cycle: currentDate,//欠费周期
+					isExpedit: "",//是否催费0否1是
+					order: "",
+					orderField: "",
+					tenantName: "",//租客名称
+					page: 1,
+					limit: 10,
+				},
+
+				showtype: false,
+				showdct: false,
+				mytitle: '',
+				alldata: [],
+				showfloor: false,
+				loading: false,
+				columns: [],
+				pd: true,
+				columnData: [],
+				columnstypes:[],
+				myday: '',
+				mytype: '全部',
+				showPicker: false,
+				myday: currentDate,
+				columnstype: [		],
+
+
+
+			}
+		},
+		//监听页面加载,其参数为上个页面传递的数据,参数类型为 Object(用于页面传参
+		onLoad() {
+			let getDictDataList=uni.getStorageSync('getDictDataList');
+						for(let i=0;i<getDictDataList.length;i++){
+							if(getDictDataList[i].dictType=='PayType'){
+								this.columnstypes=getDictDataList[i].dataList;
+								this.columnstype=[getDictDataList[i].dataList];
+							}
+						}
+			
+			this.getalldata();
+
+		},
+		//监听页面初次渲染完成。注意如果渲染速度快,会在页面进入动画完成前触发
+		onReady() {
+			// 微信小程序需要用此写法
+
+		},
+
+		//监听页面隐藏
+		onHide() {},
+		//监听窗口尺寸变化
+		onResize() {},
+		//监听页面卸载
+		onUnload() {},
+		//监听用户下拉动作,一般用于下拉刷新
+		onPullDownRefresh() {},
+
+
+		methods: {
+		
+			handleClick(e) {
+				
+				let Temporarydata=[e];
+				 
+				 let stringdata = JSON.stringify(Temporarydata);
+				   let finallydata = stringdata.replace (/"/g,''); 					 					
+								 
+				this.$api.post('/expeditrecord/charge',finallydata)
+					.then(res => {
+						if (res.data.code == 0) {
+							uni.showToast({
+								title: '催费成功',
+								icon: 'none',
+								duration: 1500
+							})
+						} else {
+							uni.showToast({
+								title: res.data.msg,
+								icon: 'none',
+								duration: 1500
+							})
+						}
+						this.dataForm.page=1;
+	this.indexList=[];				
+this.getalldata();
+
+					})
+			},
+			scrolltolower() {
+				if (this.pd) {
+					this.getalldata();
+				} else {
+					return
+				}
+			},
+
+			getalldata() {
+
+				this.$api.get('/expeditrecord/apppage', this.dataForm)
+					.then(res => {
+						
+						this.totalnumber = res.data.data.total;
+						if (res.data.data.list.length != 0) {
+							function transform(a, b) {
+							    loop: for (let i = 0; i < a.length; i++) {
+							  for (let j = 0; j < b.length; j++) {
+							 if (a[i].billType == b[j].dictValue) {
+							 a[i].billType = b[j].dictLabel;
+							 continue loop;
+							   }
+							 }
+							  a[i].billType =  a[i].billType;
+							   }
+							  return a;
+							}							
+							res.data.data.list=transform(res.data.data.list, this.columnstypes)
+							 
+							this.indexList.push(...res.data.data.list);
+							this.dataForm.page = this.dataForm.page + 1;
+							this.pd = true;
+						} else {
+							uni.showToast({
+								title: '暂无更多数据了',
+								icon: 'none',
+								duration: 1500
+							})
+							this.pd = false;
+						}
+
+					})
+			},
+
+
+
+
+
+			canceltype() {
+				this.showtype = false;
+			},
+			confirmtype(e) {					
+					if( e.value[0].dictLabel=="全部"){
+						this.showtype = false;
+						this.mytype = e.value[0].dictLabel;
+						this.dataForm.billType ='';
+						this.indexList = [];
+						this.dataForm.page = 1;
+						this.getalldata();
+					}else{
+						this.showtype = false;
+						this.mytype = e.value[0].dictLabel;
+						this.dataForm.billType = e.value[0].dictValue;
+						this.indexList = [];
+						this.dataForm.page = 1;
+						this.getalldata();
+					}														
+			},
+			typechange() {
+				this.showtype = true;
+			},
+			dateChange(e) {
+				this.myday = e.target.value;
+				this.dataForm.cycle = e.target.value;
+				this.dataForm.page = 1;
+				this.indexList = [];
+				this.getalldata();
+			},
+			getDate(type) {
+				const date = new Date();
+				let year = date.getFullYear();
+				let month = date.getMonth() + 1;
+				if (type === 'start') {
+					year = year - 60;
+				} else if (type === 'end') {
+					year = year + 2;
+				}
+				month = month > 9 ? month : '0' + month;
+				// day = day > 9 ? day : '0' + day;
+				return `${year}-${month}`;
+			},
+		
+		
+		
+
+
+		}
+	}
+</script>
+
+<style lang="scss">
+	.Currentamount {
+		padding-left: 30rpx;
+		height: 50rpx;
+		line-height: 50rpx;
+		color: #BCB3A7;
+
+		span {
+			color: #FA5555;
+			padding-left: 9rpx;
+		}
+	}
+
+	.Callfee {
+		width: 100rpx;
+		height: 45rpx;
+		text-align: center;
+		line-height: 45rpx;
+		color: #5C8FFF;
+		border: 1px solid #5C8FFF;
+		font-size: 22rpx;
+		position: absolute;
+		bottom: 10rpx;
+		right: 10px;
+		font-weight: bold;
+	}
+
+	.companylist {
+		margin: 20rpx 30rpx;
+		background: #fff;
+		height: 280rpx;
+		border-radius: 10px;
+		position: relative;
+
+		h3 {
+			height: 70rpx;
+			line-height: 70rpx;
+			padding-left: 30rpx;
+		}
+	}
+
+	.settled {
+		background-color: #09C700;
+		width: 100rpx;
+		height: 40rpx;
+		text-align: center;
+		line-height: 40rpx;
+		color: #fff;
+		font-size: 14rpx;
+		position: absolute;
+		top: 0px;
+		right: 0px;
+		border-top-right-radius: 10rpx;
+		border-bottom-left-radius: 10rpx;
+	}
+
+	.outstanding {
+		background-color: #FA5555;
+		width: 100rpx;
+		height: 40rpx;
+		text-align: center;
+		line-height: 40rpx;
+		color: #fff;
+		font-size: 14rpx;
+		position: absolute;
+		top: 0px;
+		right: 0px;
+		border-top-right-radius: 10rpx;
+		border-bottom-left-radius: 10rpx;
+	}
+
+
+
+	.billall {}
+
+	.topbill {
+		display: flex;
+		justify-content: space-around;
+		align-items: center;
+		height: 100rpx;
+		background-color: #e6e6e6;
+	}
+
+	.topbilledit {
+		display: flex;
+		justify-content: space-around;
+		align-items: center;
+	}
+
+	.changetime1 {
+		padding-right: 10rpx;
+	}
+</style>

+ 4 - 6
pages/Workorder/Tenantbill/Tenantbill.vue

@@ -73,9 +73,9 @@
 						<view class="Currentamount">
 							联系电话: {{item.tel}}
 						</view>
-						<view class="Callfee" v-if="item.status==0" @click.stop="handleClick(item.id)">
+						<!-- <view class="Callfee" v-if="item.status==0" @click.stop="handleClick(item.id)">
 							催费
-						</view>
+						</view> -->
 					</view>
 
 				</u-list-item>
@@ -206,10 +206,8 @@
 				})
 			},
 			handleClick(e) {
-				console.log('111111111111111111', e)
-				this.$api.post('/expeditrecord/charge', {
-						data: e
-					})
+				//console.log('111111111111111111', e)
+				this.$api.post('/expeditrecord/charge',[e])
 					.then(res => {
 						if (res.data.code == 0) {
 							uni.showToast({

+ 16 - 0
pages/Workorder/Workorder.vue

@@ -20,6 +20,16 @@
 				</view>
 			</view>
 			
+			<!-- v-if="$has('app:Arrearsrecord')" -->
+			<view class="managename" @click="Arrearsrecord" >
+				<view class="managename1">
+					<!-- <img :src='srcyuanc' alt=""> -->
+						<u--image  mode="widthFix"  :src="srcjilu" width="48rpx" height="48rpx"></u--image>
+				</view>
+				<view class="managename2">
+					欠费记录
+				</view>
+			</view>
 			
 			<!-- <view class="managename" @click="pay">
 				<view class="managename1">
@@ -42,6 +52,7 @@
 			return {
 					srczuhu: require('@/static/management/zd.png'),
 					srcyuanc: require('@/static/management/yc.png'),
+					srcjilu: require('@/static/management/jl.png'),	
 			}
 		},
 		methods: {
@@ -55,6 +66,11 @@
 					url: '/pages/Workorder/Remotecontrol/Remotecontrol'
 				})
 			},
+			Arrearsrecord(){
+				uni.navigateTo({
+					url: '/pages/Workorder/Arrearsrecord/Arrearsrecord'
+				})
+			},
 			// pay(){
 			// 	uni.navigateTo({
 			// 		url: '/pages/Workorder/pay/pay'

+ 10 - 15
pages/index/BillPending/BillPending.vue

@@ -282,7 +282,7 @@
             this.dataForm.tenantId = userInfo.tenantId;
 
             let getDictDataList = uni.getStorageSync('getDictDataList');
-            console.log('111111111111111111', getDictDataList)
+          //  console.log('111111111111111111', userInfo)
             for (let i = 0; i < getDictDataList.length; i++) {
                 if (getDictDataList[i].dictType == 'PayType') {
                     this.columnstype = [getDictDataList[i].dataList]
@@ -296,7 +296,7 @@
             }
 
 
-            console.log('111111111111111111', this.PayStatus)
+          //  console.log('111111111111111111', this.PayStatus)
 
             this.getpaisongdata();
 
@@ -329,13 +329,14 @@
                 this.zhifucanvas=true;
                 this.$refs.uForm.validate().then(res => {
                     uni.$u.toast('校验通过')
-                    console.log('111111111111111111', this.model1.userInfo.amount)
+                   // console.log('111111111111111111', this.model1.userInfo.amount)
                     this.showpayjine=false;
                     this.Predepositshow=false;
                   //  this.Immediatepayment();
+				 				 
                     let postdata = {
-                        totalFee: '0.01',
-                        tenantId: Math.floor(this.dataForm.tenantId),
+                        totalFee: this.model1.userInfo.amount,
+                        tenantId: this.dataForm.tenantId,
                         tradeType: 'NATIVE',
                         billIds: ''
                     }
@@ -411,7 +412,7 @@
 
                         this.$api.post('/billinfo/billPay', postdata)
                             .then(res => {
-                                console.log('111111111111111111', res)
+                             //   console.log('111111111111111111', res)
                                 if (res.data.code == 0) {
                                     this.zhifucanvas = true;
                                     this.$refs.uNotify.success(res.data.msg)
@@ -447,7 +448,7 @@
 
                     let postdata = {
                         totalFee: '0.01',
-                        tenantId: Math.floor(this.dataForm.tenantId),
+                        tenantId:this.dataForm.tenantId,
                         tradeType: 'NATIVE',
                         billIds: billIdslist
                     }
@@ -488,7 +489,7 @@
                     this.indexList1[0].billLists[1].id + ',' + this.indexList1[0].billLists[2].id;
                 let postdata = {
                     totalFee: String(this.heji - this.zhanghuyue),
-                    tenantId: Math.floor(this.dataForm.tenantId),
+                    tenantId:this.dataForm.tenantId,
                     tradeType: 'NATIVE',
                     billIds: billIdslist
                 }
@@ -560,7 +561,6 @@
             paybills(e) {
                 e.check = !e.check;
                 if (e.check) {
-                    console.log('111111111111111111',e.check)
                     this.zhifumk = e.check
                 } else {
                     console.log('222222',e.check)
@@ -693,12 +693,7 @@
             canceltype() {
                 this.showtype = false;
             },
-            dict_filter(val, list) {
-                if (isEmpty(val)) {
-                    return "";
-                }
-                return this[list].find((item) => item.dictValue == val);
-            },
+           
 
         }
     }

+ 40 - 16
pages/index/Immediatecollection/Immediatecollection.vue

@@ -66,14 +66,12 @@
 							欠费天数:¥{{item.arrearDay}}
 						</view>
 						<view class="Currentamount">
-							欠费类型: {{item.tel}}
+							欠费类型: {{item.billType}}
 						</view>
-
-
 						<view class="Currentamount">
 							联系电话: {{item.phone}}
 						</view>
-						<view class="Callfee" @click.stop="handleClick(item.id)">
+						<view class="Callfee" v-if="item.isExpedit==1" @click.stop="handleClick(item.id)">
 							催费
 						</view>
 					</view>
@@ -111,12 +109,15 @@
 				totalnumber: 0,
 				setyesno: true,
 				indexList: [],
-				dataList: [],
+				dataList: [],	
 				dataForm: {
-					cycle: "",
-					billType: "",
-					arrearDay: "",
-					isExpedit: "",
+					arrearDay: "", //欠费天数
+					billType: "", //账单类型
+					cycle: currentDate, //欠费周期
+					isExpedit: "", //是否催费0否1是
+					order: "",
+					orderField: "",
+					tenantName: "", //租客名称
 					page: 1,
 					limit: 10,
 				},
@@ -134,6 +135,7 @@
 				mytype: '全部',
 				mytypes: "全部",
 				showPicker: false,
+				PayTypedata:[],
 				myday: currentDate,
 				columnstype: [
 					[{
@@ -166,6 +168,11 @@
 				if (getDictDataList[i].dictType == "ArrearageDay") {
 					this.columnstypes = [getDictDataList[i].dataList]
 				}
+				if (getDictDataList[i].dictType == 'PayType') {
+					this.PayTypedata = getDictDataList[i].dataList;
+					
+				}
+				
 			}
 
 			this.getalldata();
@@ -194,11 +201,12 @@
 					url: `/pages/index/Immediatecollection/Chargedetails/Chargedetails?companyOrgId=${e.tenantName}`
 				})
 			},
-			handleClick(e) {
-				console.log('111111111111111111', e)
-				this.$api.post('/expeditrecord/charge', {
-						data: e
-					})
+			handleClick(e) {			
+				let Temporarydata = [e];				
+				let stringdata = JSON.stringify(Temporarydata);
+				let finallydata = stringdata.replace(/"/g, '');
+				
+				this.$api.post('/expeditrecord/charge', finallydata)
 					.then(res => {
 						if (res.data.code == 0) {
 							uni.showToast({
@@ -213,7 +221,9 @@
 								duration: 1500
 							})
 						}
-
+						this.dataForm.page = 1;
+						this.indexList = [];
+						this.getalldata();			
 					})
 			},
 			scrolltolower() {
@@ -232,6 +242,20 @@
 					.then(res => {
 						this.totalnumber = res.data.data.total;
 						if (res.data.data.list.length != 0) {
+							function transform(a, b) {
+								loop: for (let i = 0; i < a.length; i++) {
+							  for (let j = 0; j < b.length; j++) {
+										if (a[i].billType == b[j].dictValue) {
+											a[i].billType = b[j].dictLabel;
+											continue loop;
+										}
+									}
+									a[i].billType = a[i].billType;
+								}
+								return a;
+							}
+							res.data.data.list = transform(res.data.data.list, this.PayTypedata)
+							
 							this.indexList.push(...res.data.data.list);
 							this.dataForm.page = this.dataForm.page + 1;
 							this.pd = true;
@@ -252,7 +276,7 @@
 				this.showtype = false;
 			},
 			confirmtype(e) {
-				//	console.log('111111111111111111', e.value[0])
+					console.log('111111111111111111', e.value[0])
 				this.showtype = false;
 				this.mytype = e.value[0].label;
 				this.dataForm.billType = e.value[0].id;

BIN
static/management/jl.png


+ 3 - 3
unpackage/cache/certdata

@@ -1,3 +1,3 @@
-andrCertfile=D:/HBuilderX/plugins/app-safe-pack/Test.keystore
-andrCertAlias=android
-andrCertPass=ep/Tdjka4Y7WYqDB6/S7dw==
+andrCertfile=D:/test.keystore
+andrCertAlias=testalias
+andrCertPass=PSVpuECYS9q09OMSemkdhA==

Разлика између датотеке није приказан због своје велике величине
+ 2 - 2
unpackage/cache/wgt/__UNI__FF40C0C/app-config-service.js


Разлика између датотеке није приказан због своје велике величине
+ 6 - 6
unpackage/cache/wgt/__UNI__FF40C0C/app-service.js


Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
unpackage/cache/wgt/__UNI__FF40C0C/app-view.js


Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
unpackage/cache/wgt/__UNI__FF40C0C/manifest.json


BIN
unpackage/cache/wgt/__UNI__FF40C0C/static/my/xinxi.png


Разлика између датотеке није приказан због своје велике величине
+ 2 - 2
unpackage/dist/build/app-plus/app-config-service.js


Разлика између датотеке није приказан због своје велике величине
+ 6 - 6
unpackage/dist/build/app-plus/app-service.js


Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
unpackage/dist/build/app-plus/app-view.js


BIN
unpackage/dist/build/app-plus/static/my/xinxi.png