123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596 |
- <template>
- <view class="index">
- <u-navbar :background="background" title-color="#ffffff" back-icon-color="#ffffff" >
- <view class="nav_box">
-
- <view class="nav_boxa" :class="navidx==1?'act':''" @click="navcheck(1)">
- <image :src="navbg" class="nav_boxb"></image>
- <view class="nav_boxa1">户籍信息</view>
- </view>
- <view class="nav_boxa" :class="navidx==0?'act':''" @click="navcheck(0)">
- <image :src="navbg" class="nav_boxb"></image>
- <view class="nav_boxa1">常住信息</view>
- </view>
- </view>
-
- </u-navbar>
- <view class="sous_sear">
- <view class="sous_box" @click="getSearch">
- <image :src="searimg" class="sous_img"></image>
- <input placeholder="请输入身份证号或姓名进行查询" class="sous_input" disabled/>
- </view>
-
-
-
-
-
-
- <!-- <view style="display: flex;margin-bottom: 10rpx;">
- <input type="text" value="" v-model="params.idCard" placeholder="请输入身份证号进行查询" class="input" style="margin-right: 0;"/>
- </view>
- <view style="display: flex;margin-bottom: 10rpx;">
-
- <input type="text" value="" v-model="params.userName" placeholder="请输入姓名进行查询" class="input" />
- <button @click="Seach">查询</button>
- </view> -->
- <!-- 区域选择 -->
- <!-- <view class="address">
- <view class="addtita" v-if="navidx==0">居住地址:</view>
- <view class="addtita" v-else>户籍地址:</view>
- <view class="addressa">
- <view class="adds" @click="showPicker">
- <view class="addsa" :style="searchresult?'':'color:#999;'">{{searchresult||'选择区域'}}</view>
- <image :src="upimg" class="addsimg"></image>
- </view>
- </view>
-
- </view> -->
- <!-- 是否是户主选择 -->
- <!-- <view class="address">
- <view class="addtita">是否户主:</view>
- <view class="addressa">
- <view class="adds" @click="showHouse">
- <view class="addsa" :style="params.houseType?'':'color:#999;'">{{params.houseType||'选择是否户主'}}</view>
- <image :src="upimg" class="addsimg"></image>
- </view>
- </view>
- </view> -->
- <!-- 是否确认 -->
- <!-- <view class="address">
- <view class="addtita">是否确认:</view>
- <view class="addressa">
- <view class="adds" @click="showSure">
- <view class="addsa" v-if="params.isConfirm" >{{params.isConfirm=='Y'?'是':'否'}}</view>
- <view class="addsa" v-else style="color:#999">选择是否确认</view>
- <image :src="upimg" class="addsimg"></image>
- </view>
- </view>
- <view class="addclear" @click="getClearFn">重置</view>
- </view> -->
- </view>
- <p style="height: 28upx; background-color: #f2f2f2;"></p>
- <div class="tabld">
- <view :class="[currentTab==index ? 'one_tabhu ' : '']" v-for="(item,index) in tabsta" :key="index" @click="changeTab(index)">
- <text>{{item.text}}</text>
- <text style="color: #AAAAAA;">{{item.nume}}</text>
- </view>
- </div>
-
- <view class="tab">
- <!-- //表格 -->
- <view class="exele">
- <view class="box">
- <table @change="change">
- <tr class="tr_one">
- <!-- <th style="width: 130upx; text-align: center;">编号</th> -->
- <th style="width: 100upx; text-align: center;">姓名</th>
- <th style="width: 80upx; text-align: center;">性别</th>
- <th style="width: 270upx; text-align: center;" v-if='navidx==1'>身份证号</th>
- <th style="width: 270upx; text-align: center;" v-if="navidx==0">是否5天一次全员核酸</th>
- <th style="width: 170upx; text-align: center;">联系方式</th>
- <!-- <th style="width: 100upx;">联系方式</th> -->
- <th style="width: 50upx; text-align: center;">操作</th>
- <!-- <th style="width: 60upx;">查看</th> -->
- </tr>
- <view class="scrollbox">
-
- <scroll-view scroll-y class="scroll-view" upper-threshold="40" lower-threshold="40" @scrolltolower="bot_btn">
- <tr v-for="(item,index) in list" :key="index" :class=" [index%2 ==0 ? 'two_tr two_trtwo':'two_tr']" @click="chakn(item)">
- <!-- <td style="width: 130upx; text-align: center;" >{{ item.code == null ? '暂无信息' : item.code}}</td> -->
- <td style="width: 100upx; text-align: center;" >{{ item.userName == null ? '暂无信息' : item.userName}}</td>
- <td style="width: 80upx; text-align: center;" >{{ item.gender == null ? '暂无信息' : item.gender}}</td>
- <!-- <td style="width: 40upx; text-align: center;">{{item.gender == null? '暂无信息' : item.gender }}</td> -->
- <td style="width: 270upx; text-align: center;" v-if="navidx==1">{{item.idCard == null? '暂无信息' : item.idCard }}</td>
- <td style="width: 270upx; text-align: center;" v-if="navidx==0">{{item.isNucleicAcidFive == null? '暂无信息' : nucleicFormats(item.isNucleicAcidFive) }}</td>
- <td style="width: 170upx; text-align: center;" >{{ item.phoneNum == null? '暂无信息' : item.phoneNum}}</td>
- <!-- <td style="width: 100upx;" :class="[item.phone == '' ? 'tdse' : '' ]" >{{ item.phone == ''? '未完善' : item.phone}}</td> -->
- <!-- <td style="width: 100upx; text-align: center;" :class="[item.addtime == null ? 'tdse' : item.addtime == ''? 'tdse' : '' ]">{{ item.addtime ==null ? '未完善' : item.addtime==''? '未完善' : item.addtime}}</td> -->
- <!-- <td style="width: 50upx;" class="coiu" @click.stop="dele(item.id)">删除</td> -->
- <td style="width: 50upx; color: #32B16C;" @click.stop="goDetail(item)">查看</td>
- </tr>
- <div class="shax" v-if="list.length>0">
- {{wtdt}}
- </div>
- <div class="zanwu " v-else><span>暂无数据</span></div>
- </scroll-view>
- <!-- 水印 -->
- <view class="syone" v-if="list.length>0">{{telephone}}</view>
- <view class="sytwo" v-if="list.length>0">{{telephone}}</view>
- <view class="sythree" v-if="list.length>0">{{telephone}}</view>
- </view>
- </table>
- </view>
- </view>
- </view>
- <div class="xinse" @click="addVacFrom">新增户主</div>
- <!-- <div class="xinse" @click.stop="showPicker($event)">选择地址</div> -->
-
- <!-- 弹窗 -->
- <!-- 搜索弹窗 -->
- <view class='bgbox' v-if="searchflag"></view>
- <view class="sfixed" v-if="searchflag">
- <view class="sfixed_tit">筛选查询</view>
- <image :src="closeimg" class="sfixed_clo" @click="getSearClose"></image>
- <view class="sfixed_box">
- <input placeholder="请输入身份证号进行查询" class="sfixed_inp" type="text" value="" v-model="params.idCard" />
- <input placeholder="请输入姓名进行查询" class="sfixed_inp" type="text" value="" v-model="params.userName"/>
-
- <input placeholder="请输入手机号进行查询" class="sfixed_inp" maxlength="11" type="number" value="" v-model="params.phoneNum" v-if="roles"/>
-
- <view class="sfixed_line"></view>
- <view class="sfixed_flex">
- <view class="sfixed_a">筛选条件</view>
- <view class="sfixed_ar" @click="getClearFn">重置</view>
- </view>
-
- <view class="address">
- <view class="addtita" v-if="navidx==0">居住地址</view>
- <view class="addtita" v-else>户籍地址</view>
- <view class="addressa" @click="showPicker">
- <view class="addsa" :style="searchresult?'':'color:#AAAAAA;'">{{searchresult||'选择区域'}}</view>
- <image :src="rimg" class="addsimg"></image>
- <!-- <view class="adds" >
-
- </view> -->
- </view>
- </view>
- <!-- 是否是户主选择 -->
- <view class="address">
- <view class="addtita">是否户主</view>
- <view class="addressa" @click="showHouse">
- <view class="addsa" :style="params.houseType?'':'color:#AAAAAA;'">{{params.houseType||'选择是否户主'}}</view>
- <image :src="rimg" class="addsimg"></image>
- <!-- <view class="adds" >
-
- </view> -->
- </view>
- </view>
- <!-- 是否确认 -->
- <view class="address">
- <view class="addtita">是否确认</view>
- <view class="addressa" @click="showSure">
- <view class="addsa" v-if="params.isConfirm" >{{params.isConfirm=='Y'?'是':'否'}}</view>
- <view class="addsa" v-else style="color:#AAAAAA">选择是否确认</view>
- <image :src="rimg" class="addsimg"></image>
- <!-- <view class="adds" >
-
- </view> -->
- </view>
- <!-- <view class="addclear" @click="getClearFn">重置</view> -->
- </view>
- <!-- 全员核酸 人员是否5天核酸 必填 字典值 value-->
- <view class="address">
- <view class="addtita">全员核酸</view>
- <view class="addressa" @click="showTotal">
- <view class="addsa" v-if="isNucleicAcidFive">{{isNucleicAcidFive}}</view>
- <view class="addsa" v-else style="color:#AAAAAA">是否5天一次核酸检测</view>
- <image :src="rimg" class="addsimg"></image>
- </view>
- </view>
- </view>
- <view class="sfixed_btn" @click="Seach">查询</view>
- </view>
-
-
- <view class="bgbox" v-if="houseflag"></view>
- <!-- 是否户主 -->
- <selectPicker ref="houseselet" :list="houselist" title="请选择" @vacChange="vacHouseChange"></selectPicker>
- <!-- 是否确认 -->
- <selectPicker ref="sureselet" :list="surelist" title="请选择" @vacChange="vacSureChange"></selectPicker>
- <!-- 全员核酸 -->
- <selectPicker ref="totalselet" :list="totallist" title="请选择" @vacChange="vacTotalChange"></selectPicker>
-
- <!-- 选择查看 -->
- <view class="housebox" v-if="houseflag">
- <view class="house_tit">
- <view class="house_titl" @click="getClose">取消</view>
- <view class="house_titc">请选择</view>
- <view class="house_titr"></view>
- </view>
- <view class="houselist" @click="getCheck(0)">查看修改</view>
- <!-- <view class="houselist" @click="getCheck(1)" v-if="housetypflag">查看家庭成员</view> -->
- <view class="houselist" @click="getCheck(1)">查看家庭成员</view>
- <view class="houselist" @click="getCheck(2)" v-if="housetypflag">添加家庭成员</view>
- <view class="houselist" @click="getCheck(3)" v-if="navidx==1&¤tTab!=2">变更记录</view>
- </view>
- <!-- 乡镇 -->
- <!-- <selectPicker ref="townsselet" :list="townslist" title="请选择乡镇" @vacChange="vacTownsChange"></selectPicker> -->
- <!-- 村 -->
- <selectPicker ref="villageselet" :list="villagelist" title="请选择村(居)" @vacChange="vacVillageChange"></selectPicker>
- <selectMorePicker
- ref="picker"
- :title="auiPicker.title"
- :layer="auiPicker.layer"
- :titflag='auiPicker.titflag'
- :data="auiPicker.data"
- @callback="pickerCallback"
- ></selectMorePicker>
- </view>
- </template>
- <script>
- import selectPicker from '@/_components/picker/selectPicker.vue'
- import selectMorePicker from '@/_components/picker/selectMorePicker.vue'
- export default {
- components:{selectPicker,selectMorePicker},
- data() {
- return {
- background: {
- backgroundColor: '#009FE8'
- },
- navidx:1,
- navbg:require("@/static/image/titbg.png"),
- searimg:require("@/static/image/search.png"),
- closeimg:require("@/static/image/del.png"),
- searchflag:false,
- rimg:require('@/static/image/icon_mine_listenter.png'),
- upimg:require("@/static/image/up.png"),
- activeTab: 0, //tab切换
- //列表数据
- list: [],
- roles:false,
- show: false,
- tabsta: [{
- "text": '全部',
- "nume": 0
- },
- {
- "text": '已认领',
- "nume": 0
- },
- {
- "text": '未认领',
- "nume": 0
- },
- ],
- currentTab: 0, //tab切换
- Collected: false, //判断已采集未采集 false 已采集 true未采集
- params: { //上拉刷新
- pageNum: 1,
- pageSize: 20,
- idCard:'',
- queryType:'hj',
- houseType:'',
- isConfirm:'',
- userName:'',
- isRl:'',
- phoneNum:'',
- isNucleicAcidFive:'',
- },
-
- villageTowns:'',
- village:'',
- keyword: '',
- haveMore: true,
- wtdt: '上拉加载更多',
-
- listShow: true, //判断是否有数据 true 有
- areaList: {}, //班级数据
- xuan: ['请选择', '请选择', '请选择'],
- columns: [
- ],
- cites: [],
- tehu: '请选择班级',
- companyId: '',
- arrbq: [],
- startDate:'选择开始时间',
- endDate:'选择结束时间',
- showtime:false,
- minDate:0 ,
- maxDate: 0,
- currentDate: 0,
- shwtie:0,
- townslist:[],//乡镇
- villagelist:[],//村,
- villageTownsId:'',
- villageId:'',
- searchresult:'',//搜索区域显示
- houselist:[{
- "label": '是',
- "value":0
- },{
- "label": '否',
- "value":1
- }],
- surelist:[{
- "label": '是',
- "value":'Y'
- },{
- "label": '否',
- "value":'N'
- }],
- isNucleicAcidFive:"",
- totallist:[],
- sureselet:false,
- houseflag:false,
- totalselet:false,
- auiPicker: {
- title: '选择区域',
- layer: null,
- titflag:true,
- data: []
- },
- houseobj:{
- id:'',
- code:''
- },
- housetypflag:false,
- telephone:'',
- };
- },
- onShow() {
- let type = uni.getStorageSync('token')
- if (!type) {
- uni.redirectTo({
- url: '/pages/login/login'
- })
- }else{
- let roles=uni.getStorageSync('roles')||false
- this.roles=roles
- }
-
- // var iutem = new Date().getFullYear() + 1
- // this.maxDate = new Date(iutem,12,1).getTime()
- // this.minDate= new Date(2017, 10, 1).getTime()
- },
- onLoad(option) {
-
- // 水印
- this.telephone = uni.getStorageSync('phone')||''
- // 水印
-
-
- uni.$on('refreshData',(data) => {
- // this.params.userName='';
- // this.params.deptId='';
- // this.villageTowns='';
- // this.village='';
- // this.villageTownsId='';
- // this.villageId='';
- this.params.pageNum = 1;
- // this.currentTab=0;
- this.list = []
- // 修改 获取列表的
- // 获取统计
- this.getAlllist()
- this.lists(this.params)
- })
- // this.getTownsFn();
- this.params.pageNum = 1
- this.list = []
- // 修改 获取列表的
- // 获取统计
- this.getAlllist()
- this.lists(this.params)
- this.getTotalFive()
- this.getRegionListFirst()
- },
- beforeDestroy() {
- uni.$off("refreshData")
- },
- created() {
- },
- //下拉刷新
- // onPullDownRefresh() {
- // wx.showNavigationBarLoading()
- // this.params.pageNum = 1
- // this.shwtie = 0;
- // this.params = { //上拉刷新
- // pageSize: 20,
- // pageNum: 1,
- // }, //查询
- // this.keyword = ''
- // this.list = []
- // },
- methods: {
- nucleicFormats: function(str) {
- return this.selectDictLabel(this.totallist,str);
- },
- selectDictLabel(datas, value) {
- var actions = [];
- Object.keys(datas).some((key) => {
- if (datas[key].value == ('' + value)) {
- actions.push(datas[key].label);
- return true;
- }
- })
- return actions.join('');
- },
- getSearch(){
- this.searchflag=true
- },
- getSearClose(){
- this.searchflag=false
- },
-
-
- getClose(){
- this.houseflag=false
- },
- getSure(){
- this.houseflag=false
- },
- // 查看修改
- getCheck(e){
- this.houseflag=false
- var id=this.houseobj.id;
- var code=this.houseobj.code;
- if(e==0){
- var isnrl=0
- if(this.currentTab==2){
- isnrl=1
- }
- uni.navigateTo({
- url: '/add/pages/addvacfrom/addpeople?id=' + id+'&isnrl='+isnrl+'&navidx='+this.navidx
- })
- // uni.navigateTo({
- // url: '/add/pages/addvacfrom/addpeople?id=' + id
- // })
- }else if(e==1){
- if(this.housetypflag){
- uni.navigateTo({
- url: '/home/pages/recordthree/familylist?code='+code
- })
- }else{
- uni.navigateTo({
- url: '/home/pages/recordthree/familylist?code='+code+'&nohousetypflag=1'
- })
- }
-
- }else if(e==2){
- // 添加家庭成员
- uni.navigateTo({
- url: '/add/pages/addvacfrom/addpeople?code='+code
- })
- }else if(e==3){
- uni.navigateTo({
- url: '/home/pages/recordthree/changerecord?id='+id
- })
- }
-
- },
- // 是否户主
- showHouse(){
- this.$refs.houseselet.show()
- },
- //是否确认
- showSure(){
- this.$refs.sureselet.show()
- },
- // 全员核酸
- showTotal(){
- this.$refs.totalselet.show()
- },
-
- vacHouseChange(e){
- this.params.houseType=e[0].label;
- //搜索
- // this.list = []
- // this.params.pageNum = 1
- // this.params.pageSize = 20
- // this.lists(this.params);
- // this.getAlllist();
- },
- vacSureChange(e){
- this.params.isConfirm=e[0].value;
- //搜索
- // this.list = []
- // this.params.pageNum = 1
- // this.params.pageSize = 20
- // this.lists(this.params);
- // this.getAlllist();
- },
- vacTotalChange(e){
- this.isNucleicAcidFive=e[0].label
- this.params.isNucleicAcidFive=e[0].value;
- },
- // 5天字典值
- getTotalFive() {
- var that = this;
- this.$http.get('system/dict/data/type/nucleic_acid').then(res => {
- if (res.code == 200) {
- that.totallist = res.data.map(v => {
- return {
- label: v.dictLabel,
- value: v.dictValue
- }
- })
- }
- })
- },
- getRegionListFirst(){
- this.$http.post('boman-system/chinaArea/treeSelect',{pid: 0},true).then(res=>{
- this.auiPicker.data=res.data
- })
- },
- //显示picker多级联动弹窗
- showPicker(e){
- const _this = this;
- _this.$refs.picker.open().then(function(){
- console.log('picker打开');
- });
- },
- //picker多级联动回调
- pickerCallback(e){
- const _this = this;
- let result = '';
- e.data.forEach(function(item, index){
- if(index==0){
- result += item.name;
- }else{
- result +='/'+ item.name;
- }
- });
- _this.searchresult=result;
- var params={
- idCard:this.params.idCard,
- queryType:this.params.queryType,
- isRl:this.params.isRl,
- houseType:this.params.houseType,
- isConfirm:this.params.isConfirm,
- userName:this.params.userName,
- phoneNum:this.params.phoneNum,
- isNucleicAcidFive:this.params.isNucleicAcidFive,
- pageSize:20
- }
- var length=e.data.length;
- // console.log(this.params.queryType,33)
- if(this.params.queryType=='hj'){
- switch (length) {
- case 0:
- break;
- case 1:
- params.provinceId = e.data[0].areaid;
- break;
- case 2:
- params.cityId = e.data[1].areaid;
- break;
- case 3:
- params.regionId = e.data[2].areaid;
- break;
- case 4:
- params.villageTownsId = e.data[3].areaid;
- break;
- case 5:
- params.villageId = e.data[4].areaid;
- break;
- default:
- break;
- }
- }else{
- switch (length) {
- case 0:
- break;
- case 1:
- params.provinceIdXjd = e.data[0].areaid;
- break;
- case 2:
- params.cityIdXjd = e.data[1].areaid;
- break;
- case 3:
- params.regionIdXjd = e.data[2].areaid;
- break;
- case 4:
- params.villageTownsIdXjd = e.data[3].areaid;
- break;
- case 5:
- params.villageIdXjd = e.data[4].areaid;
- break;
- default:
- break;
- }
- }
-
- //搜索
- // this.list = []
- this.params=JSON.parse(JSON.stringify(params));
- // this.params.pageNum = 1
- // this.params.pageSize = 20
- // this.lists(this.params);
- // this.getAlllist();
- },
- navcheck(e){
- if(this.navidx==e){
- return
- }
- this.navidx=e;
- var params={
- idCard:this.params.idCard,
- queryType:this.params.queryType,
- houseType:this.params.houseType,
- pageNum: 1,
- pageSize: 20,
- isRl:this.params.isRl,
- isConfirm:this.params.isConfirm,
- userName:this.params.userName,
- phoneNum:this.params.phoneNum,
- isNucleicAcidFive:this.params.isNucleicAcidFive,
- }
- // 判断是不是认领的
- if(e==0){
- params.queryType='cz'
- // 常驻
- for(var i in this.params){
- if(i!='pageNum'&&i!='pageSize'&&i!='isRl'){
- if(i=='provinceId'){
- params.provinceIdXjd=this.params[i]
- }else if(i=='cityId'){
- params.cityIdXjd=this.params[i]
- }else if(i=='regionId'){
- params.regionIdXjd=this.params[i]
- }else if(i=='villageTownsId'){
- params.villageTownsIdXjd=this.params[i]
- }else if(i=='villageId'){
- params.villageIdXjd=this.params[i]
- }
- }
- }
- }else{
- // 户籍
- params.queryType='hj'
- for(var i in this.params){
- if(i!='pageNum'&&i!='pageSize'&&i!='isRl'){
- if(i=='provinceIdXjd'){
- params.provinceId=this.params[i]
- }else if(i=='cityIdXjd'){
- params.cityId=this.params[i]
- }else if(i=='regionIdXjd'){
- params.regionId=this.params[i]
- }else if(i=='villageTownsIdXjd'){
- params.villageTownsId=this.params[i]
- }else if(i=='villageIdXjd'){
- params.villageId=this.params[i]
- }
- }
- }
- }
-
-
- this.list = []
- this.params=JSON.parse(JSON.stringify(params));
- this.$nextTick(function(){
- this.getAlllist()
- if(this.currentTab==2){
- // 未认领
- this.getListRyrlFn();
- return
- }else{
- // 认领
- this.lists(params)
- }
- })
-
-
- },
- getClearFn(){
- // this.params.userName='';
- // this.params.deptId='';
- // this.villageTowns='';
- // this.village='';
- // this.villageTownsId='';
- // this.villageId='';
- this.searchresult='';
- var params={
- pageNum: 1,
- pageSize: 20,
- idCard:'',
- queryType:this.params.queryType,
- isRl:this.params.isRl,
- houseType:'',
- isConfirm:'',
- userName:'',
- phoneNum:'',
- isNucleicAcidFive:'',
- }
- this.isNucleicAcidFive=''
- // this.list = []
- this.params=JSON.parse(JSON.stringify(params));
- // this.getAlllist()
- // this.lists(this.params)
- },
- // showTownsSelect(){
- // this.$refs.townsselet.show()
- // },
- // showVillageSelect(){
- // if(!this.villageTownsId){
- // uni.showToast({
- // title:"请先选择乡镇",
- // icon:"none"
- // })
- // return
- // }
- // this.$refs.villageselet.show()
- // },
- // getTownsFn(){
- // var that=this;
- // that.$http.get('boman-system/dept/list/towns').then(res=>{
- // if(res.code&&res.code != 200) {
- // }else{
- // this.townslist = res.map(v=>{
- // return {label: v.deptName,value:v.id}
- // })
- // }
- // })
- // },
- // getVillageFn(){
- // var that=this;
- // var params={
- // deptId:this.villageTownsId
- // }
- // that.$http.get('boman-system/dept/list/towns',params).then(res=>{
- // if(res.code&&res.code != 200) {
- // }else{
- // this.villagelist = res.map(v=>{
- // return {label: v.deptName,value:v.id}
- // })
- // }
- // })
- // },
- // vacTownsChange(e){
- // var id = e[0].value;
- // if(this.villageTownsId==id){
-
- // }else{
- // this.villageId='';
- // this.village='';
- // this.villageTowns=e[0].label;
- // this.villageTownsId=e[0].value;
- // this.params.deptId=e[0].value
- // this.getVillageFn();
- // this.list = []
- // this.params.pageNum = 1;
- // this.getAlllist()
- // this.lists(this.params)
- // }
- // },
- // vacVillageChange(e){
- // var id = e[0].value;
- // if(this.villageTownsId==id){
-
- // }else{
- // this.village=e[0].label;
- // this.villageId=e[0].value;
- // this.params.deptId=e[0].value
- // this.list = []
- // this.params.pageNum = 1;
- // this.getAlllist()
- // this.lists(this.params)
- // }
- // },
- getAlllist(){
- // var params={
- // userName:this.params.userName,
- // };
- // if(this.villageId){
- // params.townId=this.villageTownsId
- // params.villageId=this.villageId
- // }else if(this.villageTownsId){
- // params.townId=this.villageTownsId
- // }
- var params={}
- for(var i in this.params){
- if(i!='pageNum'&&i!='pageSize'&&i!='isRl'){
- // if(i=='provinceIdXjd'){
- // params.provinceId=this.params[i]
- // }else if(i=='cityIdXjd'){
- // params.cityId=this.params[i]
- // }else if(i=='regionIdXjd'){
- // params.regionId=this.params[i]
- // }else if(i=='villageTownsIdXjd'){
- // params.townId=this.params[i]
- // }else if(i=='villageTownsId'){
- // params.townId=this.params[i]
- // }else if(i=='villageIdXjd'){
- // params.villageId=this.params[i]
- // }else{
- params[i]=this.params[i]
- // }
- }
- }
- this.$http.post("boman-web-core/core/ryrl/sts", params).then(res => {
- if (res.code == 200) {
- this.tabsta[0].nume = res.data.total;
- this.tabsta[1].nume = res.data.yrl;
- this.tabsta[2].nume = res.data.wrl;
- } else {
- uni.showToast({
- title: res.msg,
- duration: 1000,
- icon: 'none'
- });
- }
- })
- },
- goDetail(e) {
- // 弹窗弹窗
- // 记录选择的
- this.houseflag=true;
- this.houseobj.code=e.code;
- this.houseobj.id=e.id;
- if(e.houseType=='是'){
- this.housetypflag=true
- }else{
- this.housetypflag=false
- }
-
- },
- //查询列表
-
- // 户籍地址
- getListHjFn(params){
- // var params=this.params;
- this.$http.get("boman-web-core/core/czrk/list", params).then(res => {
- //停止下拉加载
- uni.hideNavigationBarLoading()
- uni.stopPullDownRefresh()
- if (res.code == 200) {
- if (res.rows.length < params.pageSize) {
- this.haveMore = false
- this.wtdt='到底了~';
- } else {
- var num=parseInt(res.rows.length)+parseInt(params.pageSize)*parseInt(params.pageNum-1)
- if(num<res.total){
- this.haveMore = true
- this.wtdt='上拉加载更多'
- }else{
- this.haveMore = false
- this.wtdt='到底了~';
- }
- }
- if(params.pageNum==1){
- this.list = res.rows
- }else{
- this.list = this.list.concat(res.rows)
- }
- } else {
- uni.showToast({
- title: res.msg,
- duration: 1000,
- icon: 'none'
- });
-
-
- }
- })
- },
- //常驻信息
- getListCzFn(params){
- // var params=this.params;
- this.$http.get("boman-web-core/core/jzdz/list", params).then(res => {
- //停止下拉加载
- uni.hideNavigationBarLoading()
- uni.stopPullDownRefresh()
- if (res.code == 200) {
- if (res.rows.length < params.pageSize) {
- this.haveMore = false
- this.wtdt='到底了~';
- } else {
- var num=parseInt(res.rows.length)+parseInt(params.pageSize)*parseInt(params.pageNum-1)
- if(num<res.total){
- this.haveMore = true
- this.wtdt='上拉加载更多'
- }else{
- this.haveMore = false
- this.wtdt='到底了~';
- }
- }
- if(params.pageNum==1){
- this.list = res.rows
- }else{
- this.list = this.list.concat(res.rows)
- }
- } else {
- uni.showToast({
- title: res.msg,
- duration: 1000,
- icon: 'none'
- });
-
-
- }
- })
- },
- // 人员未认领接口
- getListRyrlFn(){
- var params=this.params;
- // 户籍
- if(this.navidx==1){
- this.$http.get("boman-web-core/core/ryrl/listHj", params).then(res => {
- //停止下拉加载
- uni.hideNavigationBarLoading()
- uni.stopPullDownRefresh()
- if (res.code == 200) {
- if (res.rows.length < params.pageSize) {
- this.haveMore = false
- this.wtdt='到底了~';
- } else {
- var num=parseInt(res.rows.length)+parseInt(params.pageSize)*parseInt(params.pageNum-1)
- if(num<res.total){
- this.haveMore = true
- this.wtdt='上拉加载更多'
- }else{
- this.haveMore = false
- this.wtdt='到底了~';
- }
- }
- if(params.pageNum==1){
- this.list = res.rows
- }else{
- this.list = this.list.concat(res.rows)
- }
- } else {
- uni.showToast({
- title: res.msg,
- duration: 1000,
- icon: 'none'
- });
-
-
- }
- })
- }else{
- this.$http.get("boman-web-core/core/ryrl/listCz", params).then(res => {
- //停止下拉加载
- uni.hideNavigationBarLoading()
- uni.stopPullDownRefresh()
- if (res.code == 200) {
- if (res.rows.length < params.pageSize) {
- this.haveMore = false
- this.wtdt='到底了~';
- } else {
- var num=parseInt(res.rows.length)+parseInt(params.pageSize)*parseInt(params.pageNum-1)
- if(num<res.total){
- this.haveMore = true
- this.wtdt='上拉加载更多'
- }else{
- this.haveMore = false
- this.wtdt='到底了~';
- }
- }
- if(params.pageNum==1){
- this.list = res.rows
- }else{
- this.list = this.list.concat(res.rows)
- }
- } else {
- uni.showToast({
- title: res.msg,
- duration: 1000,
- icon: 'none'
- });
-
-
- }
- })
- }
- // 常驻
-
-
- },
- lists(params) {
- if(this.navidx==1){
- this.getListHjFn(params)
- }else{
- this.getListCzFn(params)
- }
-
- // this.$http.get("boman-web-core/core/ryrl/list", params).then(res => {
- // //停止下拉加载
- // uni.hideNavigationBarLoading()
- // uni.stopPullDownRefresh()
- // if (res.code == 200) {
- // if (res.rows.length < params.pageSize) {
- // this.haveMore = false
- // this.wtdt='到底了~';
- // } else {
- // var num=parseInt(res.rows.length)+parseInt(params.pageSize)*parseInt(params.pageNum-1)
- // if(num<res.total){
- // this.haveMore = true
- // this.wtdt='上拉加载更多'
- // }else{
- // this.haveMore = false
- // this.wtdt='到底了~';
- // }
- // }
- // if(params.pageNum==1){
- // this.list = res.rows
- // }else{
- // this.list = this.list.concat(res.rows)
- // }
- // } else {
- // uni.showToast({
- // title: res.msg,
- // duration: 1000,
- // icon: 'none'
- // });
-
-
- // }
-
-
- // })
- },
- //刷新
- bot_btn() {
- if (this.haveMore) {
- this.params.pageNum++
- this.lists(this.params)
- }
- },
- //查看
- chakn(item) {
- // uni.setStorageSync('item', item)
- // wx.navigateTo({
- // url: '/pages/home/recordtwo'
- // })
- },
- // 删除
- dele(item){
- this.$http.dele("boman-web-core/core/info/" + item).then(res => {
- if(res.code == 200){
- this.params.pageNum = 1
- this.list = []
- this.getAlllist()
- this.lists(this.params)
- }
-
- })
- },
- //搜索
- Seach() {
- this.list = [];
- this.searchflag=false;
- this.params.pageNum = 1;
- this.params.pageSize=20;
- this.getAlllist();
- // 判断tab
- if(this.currentTab==2){
- this.getListRyrlFn()
- }else{
- this.lists(this.params)
- }
-
- },
- //弹
- changeTab(index){
- this.currentTab = index
- this.params.pageNum=1;
- this.params.pageSize=20;
- this.list = []
- if(index == 0){
- this.params.isRl = ''
- this.lists(this.params)
- }else if(index == 1){
- // 已认领
- this.params.isRl = "是"
- this.lists(this.params)
- }else if(index == 2){
- // 未认领
- this.params.isRl = "否"
- this.getListRyrlFn()
- }
-
-
- },
- // formatter(type, value){
- // if (type === 'year') {
- // return `${value}年`;
- // } else if (type === 'month') {
- // return `${value}月`;
- // }
- // return value;
- // },
- // 点击新增
- addVacFrom () {
- uni.navigateTo({
- url: '/add/pages/addvacfrom/addpeople?type=house'
- })
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- // 水印
- .syone{position: absolute;font-size: 40rpx;color: rgba(0,0,0,0.3);top: 200rpx;left: 50%;transform: translateX(-50%) rotate(45deg);}
- .sytwo{position: absolute;font-size: 40rpx;color: rgba(0,0,0,0.3);top: 420rpx;left: 50%;transform: translateX(-50%) rotate(45deg);}
- .sythree{position: absolute;font-size: 40rpx;color: rgba(0,0,0,0.3);top: 620rpx;left: 50%;transform: translateX(-50%) rotate(45deg);}
-
- .bgbox{position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 999;
- background: rgba(0,0,0,0.5);}
- .housebox{position: fixed;left: 0;right: 0;bottom: 0;z-index: 1000;background: #FFFFFF;border-radius: 30rpx 30rpx 0 0;
- .house_tit{width: 100%;height: 100rpx;position: relative;z-index: 999;background: #F2F2F2;border-radius: 30rpx 30rpx 0 0;display: flex;align-items: center;margin-bottom: 10rpx;
- .house_titl{font-size: 30rpx;color: #333333;flex: 0 0 auto;height: 100rpx;width: 120rpx;text-align: center;line-height:100rpx;}
- .house_titr{flex: 0 0 auto;font-size: 30rpx;color: #197DE0;height:100rpx;width:120rpx;text-align: center;line-height: 100rpx;}
- .house_titc{line-height: 40rpx;font-size: 34rpx;color: #333;padding: 30rpx;box-sizing: border-box;flex: 1;text-align: center;}
-
- }
- .houselist{width: 100%;text-align: center;font-size: 30rpx;color: #333333;line-height: 88rpx;
- &.act{color: #197DE0;}
- &:last-child{padding-bottom: 20rpx;}
- }
- }
-
-
- .nav_box{display: flex;align-items: center;justify-content: center;flex: 1;
- .nav_boxa{position: relative;width: 214rpx;height: 86rpx;
- .nav_boxb{width: 100%;height: 100%;display: none;}
- .nav_boxa1{font-size: 34rpx;font-weight: bold;color: #0678AC;text-align: center;padding-top: 14rpx;box-sizing: border-box;position: absolute;left: 0;top: 0;right: 0;bottom: 0;}
- &.act{color: #FFFFFF;
- .nav_boxb{display: block;}
- .nav_boxa1{color: #FFFFFF;}
- }
- }
- }
- .address{
- display: flex;align-items: center;
- margin-top: 38rpx;
- .addtita{flex: 0 0 auto;font-size: 28rpx;font-weight: bold;
- color: #343434;}
- .addressa{
- display: flex;align-items: center;
- flex: 1;
- display: flex;align-items: center;justify-content: flex-end;
- overflow: hidden;
- .addsa{font-size: 26rpx;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
- flex: 1;text-align: right;
- }
- .addsimg{width: 16rpx;height: 24rpx;margin-left: 10rpx;flex: 0 0 auto;}
- // .adds{
- // display: flex;align-items: center;justify-content: flex-start;padding:10rpx 20rpx;min-width: 220rpx;box-sizing: border-box;}
- }
-
- .addclear{color: #EA2929;font-size: 26rpx;flex: 0 0 auto;height: 60rpx;line-height: 60rpx;width: 128rpx;text-align:center}
- }
-
-
- .coie{
- width: 100%;
- box-sizing: border-box;
- padding: 0 33upx;
- .coie_nav{
- border-top: 1upx solid #E5E5E5;
- display: flex;
- flex-wrap: wrap;
- padding-bottom: 28upx;
- p{
- width: 33.33%;
- text-align: center;
- display: flex;
- flex-direction: column;
- margin-top: 53upx;
- span{
- font-size: 28upx;
- }
- i{
- font-size: 28upx;
- color: #333;
- margin-top: 28upx;
- }
- }
- }
- }
- .ieju{
- height: 17upx;
- width: 100%;
- background-color: #eee;
- margin-bottom: 33upx;
- }
- //暂无数据
- .zanwu {
- text-align: center;
- padding-top: 20upx;
- span {
- font-size: 24upx;
- }
- }
- .scrollbox{position: relative;}
- .scroll-view {
- max-height: calc(100vh - 401upx);
- }
- .shax {
- // height: 83upx;
- font-size: 25upx;
- color: #666;
- text-align: center;
- }
- .index {
- // padding-top: 33upx;
- max-height: 100vh;
- .sous {
- padding: 24upx 33upx 0;
- // display: flex;
-
- .input {
- height: 80upx;
- border: 1upx solid #E5E5E5;
- flex: 1;
- margin-right: 28upx;
- padding-left: 10upx;
- box-sizing: border-box;
- }
- button {
- // width: 125upx;
- height: 80upx;
- background-color: #1678FF;
- text-size: 28upx;
- color: #fff;
- text-align: center;
- line-height: 80upx;
- }
- }
- //tab
- .tab {
- padding-top:33upx;
- padding-bottom: 100upx;
- .tabs {
- display: flex;
- padding: 0 20upx;
- box-sizing: border-box;
- height: 111upx;
- justify-content: space-between;
- box-shadow: 0px 7px 7px 0px rgba(229, 229, 229, 0.5);
- .one_tab {
- color: #1678FF !important;
- // width: 140upx;
- // text-align: center;
- // .twotabs {
- // font-size: 31upx;
- // color: #666666;
- // ;
- // font-weight: 500;
- // }
- // .twosrtabs {
- // color: #1678FF;
- // }
- // .twotabstwo {
- // font-size: 24upx;
- // color: #AAAAAA;
- // }
- }
- .one_tabqie {
- border-bottom: 8upx solid #1678FF;
- }
- }
- }
- //表格
- .exele {
- .box {
- .tr_one {
- display: flex;
- padding: 0 20upx;
- box-sizing: border-box;
- justify-content: space-between;
- th {
- // flex: 1;
- font-size: 24upx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 14upx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- line-height: 83upx;
- height: 83upx;
- }
- }
- .two_tr {
- display: flex;
- padding: 0 20upx;
- box-sizing: border-box;
- justify-content: space-between;
- td {
- // flex: 1;
- font-size: 24upx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 83upx;
- height: 83upx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .tdse {
- color: #E60012 !important;
- }
- .apply_span_xl{
- color: #32B16C !important;
- }
- .apply_span_xltwo{
- color: #ffa200 !important;
- }
- .apply_span_xlfive{
- color: #4c4b4b !important;
- }
- .apply_span_xlthreo{
- color: #f00404 !important;
- }
- .apply_span_xlforu{
- color: #aaaaaa !important;
- }
- // .apply_span_xla{
- // color: #1678FF;
- // text-decoration: underline ;
- // }
- .coiu {
- color: #EC1717;
- }
- }
- .two_trtwo {
- background-color: #F6F9FC;
- }
- }
- }
- }
- .banj {
- height: 86upx;
- width: 100%;
- // text-align: center;
- line-height: 86upx;
- // background-color: #F6F9FC;
- color: #AAAAAA;
- margin-top: 20upx;
- display: flex;
- justify-content: space-around;
- }
- .apply_box{
- .apply_item_input{
- padding: 0 33upx;
- // border-top: 1upx solid #F4F4F4;
- display: flex;
- height: 68upx;
- align-items: center;
- .apply_span_x{
- font-size: 28upx;
- color: #363535;
- span{
- color: #F22346;
- }
- }
- .input_r{
- font-size: 28upx;
- height: 100%;
- flex: 1;
- text-align: right;
- }
- .input_rtwo{
- line-height:68upx;
- }
- .input_rtwoss{
- color: #1678FF;
- }
- .input_rtwosss{
- color: #FF0000;
- }
- }
- .apply_title_jt{
- height: 130upx;
- border-top: 1upx solid #F4F4F4;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 32upx;
- span{
- font-size: 36upx;
- color: #333;
- font-weight: bold;
- }
- .apply_title_btn{
- width: 160upx;
- height: 60upx;
- font-size: 24upx;
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- background: #FF568C;
- border-radius: 8upx;
- .img{
- width: 30upx;
- height: 30upx;
- margin-right: 10upx;
- }
- }
- }
- .apply_title_jts{
- border:none;
- }
- .apply_title_jt_item{
- border-bottom: 9upx solid #F4F4F4;
- .apply_item_input_qx{
- color: #FF5185;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 112upx;
- font-size: 30upx;
- }
- }
- .apply_item_sfz{
- padding: 42upx 20upx;
- border-bottom: 9upx solid #F4F4F4;
- .apply_item_sfz_title{
- font-weight: bold;
- font-size: 34upx;
- margin-bottom: 40upx;
- margin-left: 2upx;
- }
- .apply_item_phones{
- display: flex;
- justify-content: space-between;
- .apply_item_phone{
- width: 340upx;
- height: 218upx;
- .img{
- width: 100%;
- height: 100%;
- border-radius: 20upx;
- }
- }
- }
- }
- .apply_item_zdxx{
- padding: 0 26upx;
- font-size: 34upx;
- font-weight: bold;
- color: #333;
- height: 112upx;
- line-height: 112upx;
- border: 1upx solid #F4F4F4;
- }
- .qt_div{
- height: 112upx;
- border-top: 1upx solid #F4F4F4;
- padding: 0 32upx;
- border-bottom: 9upx solid #F9F9F9;
- .input_l{
- height: 100%;
- font-size: 30upx;
- }
- }
- }
- .tabld{
- display: flex;
- // height: 90upx;
- box-shadow: 0px 7px 5px 0px rgba(218, 218, 218, 0.35);
- view {
- font-size:26upx ;
- font-family: PingFang SC;
- font-weight: 500;
- color: #191919;
- text-align: center;
- flex: 1;
- // line-height: 70upx;
- display: flex;
- flex-direction: column;
- padding: 18rpx 0 20rpx;
- }
- .one_tabhu{
- color: #009FE8;
- position: relative;
- ::after{width: 28rpx;height: 6rpx;background: #009FE8;position: absolute;left: 50%;margin-left: -14rpx;bottom: 0;content: "";}
- }
- }
- .nbhe{
- display: flex;
- margin-bottom: 44upx;
- p{
- font-size: 25upx;
- flex: 1;
- padding: 0 77upx;
- display: flex;
- align-items: center;
- }
- p:nth-child(2){
- justify-content: flex-end;
- }
- img{
- width: 31upx;
- height: 29upx;
- margin-right: 11upx;
- }
- }
- .xinse{
- position: fixed;
- width: 100%;
- bottom: 0;
- left: 0;
- font-size: 33upx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- height: 90upx;
- background-color: #00B034;
- text-align: center;
- line-height: 90upx;
- z-index: 2;
- }
- .sous_sear{
- padding: 24rpx 34rpx;background: #FFFFFF;
- .sous_box{width: 100%;height:90rpx;background: #F2F2F2;border-radius: 6rpx;display: flex;align-items: center;padding: 0 34rpx;box-sizing: border-box;
- .sous_img{width: 32rpx;height: 34rpx;margin-right: 18rpx;flex: 0 0 auto;}
- .sous_input{font-size: 30rpx;color: #AAAAAA;flex: 1;}
- }
- }
- // 搜索条件width: 562rpx;
- .sfixed{min-height: 840rpx;background: #FFFFFF;border-radius: 14rpx;padding: 40rpx 34rpx;box-sizing: border-box;position: fixed;left: 60rpx;right: 60rpx;top: 50%;transform: translateY(-50%);
- z-index: 1100;max-height: calc(100vh - 280rpx);overflow-y: auto;
- .sfixed_tit{font-size: 28rpx;font-weight: bold;color: #343434;line-height: 44rpx;text-align: center;}
- .sfixed_clo{width: 34rpx;height: 34rpx;position: absolute;right: 34rpx;top: 44rpx;}
- .sfixed_box{
- padding-top: 20rpx;
- .sfixed_inp{width: 100%;height: 76rpx;background:#F2F2F2;padding: 0 34rpx;box-sizing: border-box;font-size: 28rpx;color: #333333;margin-top: 30rpx;}
- .sfixed_line{width: 62rpx;height: 6rpx;background: #009FE8;margin: 38rpx auto 32rpx;}
- .sfixed_flex{display: flex;align-items: center;justify-content: space-between;
- .sfixed_a{font-size: 26rpx;font-weight: bold;color: #666666;}
- .sfixed_ar{font-size: 26rpx;font-weight: bold;color: #DF0024;}
- }
- }
- .sfixed_btn{width: 100%;height: 76rpx;background: #00B034;border: 0px solid #00B034;border-radius: 6rpx;font-size: 28rpx;font-weight: bold;
- color: #FFFFFF;text-align: center;line-height: 76rpx;margin-top: 62rpx;}
-
- }
-
- </style>
|