diff --git a/src/views/GBC/customerDetail.vue b/src/views/GBC/customerDetail.vue index f4760df1c..9a704a941 100644 --- a/src/views/GBC/customerDetail.vue +++ b/src/views/GBC/customerDetail.vue @@ -35,7 +35,7 @@
+ + @@ -86,13 +172,37 @@ export default { popupShow:false, columns:[], customerType:'', + pickerType: '', columns_toChooseType:[ {text:'A类',id:'A'}, {text:'B类',id:'B'}, {text:'C类',id:'C'}, {text:'D类',id:'D'}, ], - + val: "", + maxLength: 500, + dataList2:[ + { + time:'2023-11-21 16:00:00', + name:'赵威武', + message:'客户为财务部总经理,45岁,2个小孩,大儿子读初中,小女儿读小学,爱人在银行工作,全家人都已配置过重疾险,保额均为30万。自己可以做购买决策,但目前有2套房贷在供,经济压力较大,但对我司方案很认可,回去商量后再决定是否加保' + }, + { + time:'2023-11-21 16:00:00', + name:'赵威武', + message:'客户为财务部总经理,45岁,2个小孩,大儿子读初中,小女儿读小学,爱人在银行工作,全家人都已配置过重疾险,保额均为30万。自己可以做购买决策,但目前有2套房贷在供,经济压力较大,但对我司方案很认可,回去商量后再决定是否加保' + }, + { + time:'2023-11-21 16:00:00', + name:'赵威武', + message:'客户为财务部总经理,45岁,2个小孩,大儿子读初中,小女儿读小学,爱人在银行工作,全家人都已配置过重疾险,保额均为30万。自己可以做购买决策,但目前有2套房贷在供,经济压力较大,但对我司方案很认可,回去商量后再决定是否加保' + } + ], + dataList3:[ + {name1:'赵燕燕',name2:'赵燕燕',amt:'3,200.00',prem:'150.00',tiem1:'3年交',time2:'终身',date:'2023-11-28',status: '1'}, + {name1:'赵燕燕',name2:'赵燕燕',amt:'3,200.00',prem:'150.00',tiem1:'3年交',time2:'终身',date:'2023-11-28',status: '1'}, + {name1:'赵燕燕',name2:'赵燕燕',amt:'3,200.00',prem:'150.00',tiem1:'3年交',time2:'终身',date:'2023-11-28',status: '2'}, + ] } }, created() { @@ -102,16 +212,24 @@ export default { }, methods: { - onConfirm(){ - + onConfirm(value){ + if(this.pickerType == 'toChooseType'){ + this.customerType = value.text + } + this.popupShow = false }, toSelect(pickerType){ + this.pickerType = pickerType + this.popupShow = true switch (pickerType) { case 'toChooseType': this.columns = this.columns_toChooseType break } }, + }, + computed: { + }, beforeRouteLeave(to, from, next) { document.body.style.backgroundColor = '' @@ -148,4 +266,55 @@ export default { padding-right: 0px; color: #666; } + /deep/ .message{ + border-radius: 10px; + border: 1px solid #dedede; + margin-top: 20px; + padding: 10px; + } + .parents { + width: 100%; + height: 120px; + position: relative; + } + textarea { + border: none; + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + } + .tips { + position: absolute; + bottom: 0; + right: 0; + } + /deep/ .saveMeaasge{ + .van-button--small{ + padding: 0px 40px; + border-radius: 5px; + } + } + /deep/ .itemMessage{ + border: 1px solid #dedede; + border-radius: 10px; + padding: 10px; + .van-field__label{ + width: 0; + } + .van-cell{ + padding: 0px; + } + .van-field__control{ + color: #333; + height: auto; + } + } + /deep/ .van-collapse-item{ + .van-cell__title{ + font-size: 14px; + font-weight: bold; + } + } diff --git a/src/views/GBC/projectDetail.vue b/src/views/GBC/projectDetail.vue index 2c801ab07..c256f4ff9 100644 --- a/src/views/GBC/projectDetail.vue +++ b/src/views/GBC/projectDetail.vue @@ -47,7 +47,7 @@{{item.value}}