|
|
|
|
@ -41,7 +41,7 @@
|
|
|
|
|
</u-popup>
|
|
|
|
|
|
|
|
|
|
<view class="steps">
|
|
|
|
|
<uni-steps :options="steps" :active="stepActive" active-color="#044ed7" />
|
|
|
|
|
<uni-steps :options="steps" :active="stepActive" active-color="#4f607e" />
|
|
|
|
|
</view>
|
|
|
|
|
<uni-forms ref="formdata" :model="form" :rules="rules" labelWidth="100px">
|
|
|
|
|
<view class="formtext">拜访信息</view>
|
|
|
|
|
@ -100,7 +100,7 @@
|
|
|
|
|
</uni-forms-item>
|
|
|
|
|
<uni-forms-item label="到访车辆" v-if="form.type!=3">
|
|
|
|
|
<view style="text-align: right;">
|
|
|
|
|
<button style="background-color: #044ed7;" type="primary" size="mini"
|
|
|
|
|
<button style="background-color: #4f607e;" type="primary" size="mini"
|
|
|
|
|
@click="form.cars.push('')">新增车辆</button>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
@ -115,7 +115,7 @@
|
|
|
|
|
</uni-forms-item>
|
|
|
|
|
<uni-forms-item label="到访车辆" required name="cars" v-else>
|
|
|
|
|
<view style="text-align: right;">
|
|
|
|
|
<button style="background-color: #044ed7;" type="primary" size="mini"
|
|
|
|
|
<button style="background-color: #4f607e;" type="primary" size="mini"
|
|
|
|
|
@click="form.cars.push('')">新增车辆</button>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
@ -131,7 +131,7 @@
|
|
|
|
|
<template v-if="form.type!=3">
|
|
|
|
|
<view class="formtext" style="display: flex;justify-content: space-between;">
|
|
|
|
|
<text>随访人员</text>
|
|
|
|
|
<button style="background-color: #044ed7;" type="primary" size="mini"
|
|
|
|
|
<button style="background-color: #4f607e;" type="primary" size="mini"
|
|
|
|
|
@click="$refs.showRight.open(),follw_people_obj={credent:1},follow_people_index=-1">新增随访人员</button>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- 随访人员表格 -->
|
|
|
|
|
@ -148,7 +148,7 @@
|
|
|
|
|
<uni-td>
|
|
|
|
|
<view class="uni-group">
|
|
|
|
|
<text @click="editFollwPeople(index)"
|
|
|
|
|
style="color: #044ed7;margin-right:8px">修改</text>
|
|
|
|
|
style="color: #4f607e;margin-right:8px">修改</text>
|
|
|
|
|
<text @click="form.follw_people.splice(index,1)"
|
|
|
|
|
style="color: red;margin-right:8px">删除</text>
|
|
|
|
|
</view>
|
|
|
|
|
@ -197,7 +197,7 @@
|
|
|
|
|
:dataLists="adminList" placeholder="输入陪同人具体姓名或手机号搜索" @search="selectSearch" @submit="submitAccept"
|
|
|
|
|
@cancel="cancelAccept" />
|
|
|
|
|
</uni-forms>
|
|
|
|
|
<button type="primary" style="background-color: #044ed7;" @click="getStudy">{{goStudy}}</button>
|
|
|
|
|
<button type="primary" style="background-color: #4f607e;" @click="getStudy">{{goStudy}}</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 随访人员弹出 -->
|
|
|
|
|
@ -224,7 +224,7 @@
|
|
|
|
|
<view class="uni-group" style="text-align: right;">
|
|
|
|
|
<button @click="closeDrawer" size="mini">取消</button>
|
|
|
|
|
<button @click="pushFollowPeople" size="mini" type="primary"
|
|
|
|
|
style="background-color: #044ed7;margin-left:8px">确认</button>
|
|
|
|
|
style="background-color: #4f607e;margin-left:8px">确认</button>
|
|
|
|
|
</view>
|
|
|
|
|
</uni-drawer>
|
|
|
|
|
|
|
|
|
|
@ -971,7 +971,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.configbtn {
|
|
|
|
|
background: #044ed7;
|
|
|
|
|
background: #4f607e;
|
|
|
|
|
padding: 20rpx;
|
|
|
|
|
/* display: inline-block; */
|
|
|
|
|
text-align: center;
|
|
|
|
|
@ -999,7 +999,7 @@
|
|
|
|
|
.areavalue {}
|
|
|
|
|
|
|
|
|
|
.areabtn {
|
|
|
|
|
background-color: #044ed7;
|
|
|
|
|
background-color: #4f607e;
|
|
|
|
|
/* margin-left: 8px; */
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: fixed;
|
|
|
|
|
|