1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075 |
- <template>
- <view>
- <view v-if="isLeader=='sys_user'">
- <scroll-view>
- <view class="view-bg">
- <text class="title-txt">工程用料统计</text>
- <view>
- <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
- <view class="uni-list-cell-left">
- 行政区
- </view>
- <view class="uni-list-cell-db">
- <view v-if="this.isEmpty(this.XZQValue.dictValue)" style="margin-top: 10;"
- @click="pickerShow('xzq')">
- <span style="color: darkgray;">请选择行政区</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- <view v-else style="margin-top: 10;" @click="pickerShow('xzq')">
- <span style="color: black;">{{XZQValue.dictLabel}}</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- </view>
- </view>
- <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
- <view class="uni-list-cell-left">
- 小区
- </view>
- <view class="uni-list-cell-db">
- <view v-if="this.isEmpty(this.XQValue.id)" style="margin-top: 10;"
- @click="pickerShow('xq')">
- <span style="color: darkgray;">请选择小区</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- <view v-else style="margin-top: 10;" @click="pickerShow('xq')">
- <span style="color: black;">{{XQValue.name}}</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- </view>
- </view>
- <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
- <view class="uni-list-cell-left">
- 材料
- </view>
- <view class="uni-list-cell-db">
- <view v-if="this.isEmpty(this.materialValue.name)" style="margin-top: 10;"
- @click="pickerShow('cz')">
- <span style="color: darkgray;">请选择材料</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- <view v-else style="display: flex;align-items: center; justify-content: flex-end;">
- <view style="margin-top: 10; " @click="pickerShow('cz')">
- <span style="color: black;">{{materialValue.name}}</span>
- <!-- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image> -->
- </view>
- <image :src="loadImgSrc('icon_close.png')"
- style=" width: 15px; height: 15px;margin-left:20rpx ;margin-right: -20rpx;"
- @click="clearMaterialInfo">
- </image>
- </view>
- </view>
- </view>
- <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
- <view class="uni-list-cell-left">
- 规格
- </view>
- <view class="uni-list-cell-db">
- <view v-if="this.isEmpty(this.specificationValue.name)" style="margin-top: 10;"
- @click="pickerShow('gg')">
- <span style="color: darkgray;">请选择规格</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- <view v-else style="display: flex;align-items: center; justify-content: flex-end;">
- <view style="margin-top: 10;" @click="pickerShow('gg')">
- <span style="color: black;">{{specificationValue.name}}</span>
- <!-- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image> -->
- </view>
- <image :src="loadImgSrc('icon_close.png')"
- style=" width: 15px; height: 15px;margin-left:20rpx ;margin-right: -20rpx;"
- @click="clearSpecificationInfo">
- </image>
- </view>
- </view>
- </view>
- </view>
- <view class="table">
- <view class="felx-row">
- <view class="h-tr" style="flex: 1">名称</view>
- <view class="h-tr" style="flex: 1;align-items: center;">预计用量</view>
- <view class="h-tr" style="flex: 1">实际用量</view>
- </view>
- </view>
- <view class="felx-row" v-for="(item, index) in materialUsageList" :key="index">
- <view class="h-td" style="flex: 1">{{ item.materialQuality }}</view>
- <view class="h-td" style="flex: 1">{{ item.estimatedSize }}</view>
- <view class="h-td" style="flex: 1">{{ item.realitySize }}</view>
- </view>
- </view>
- <view class="view-bg" style="margin-bottom: 40rpx;">
- <text class="title-txt">工程进度统计</text>
- <view>
- <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
- <view class="uni-list-cell-left">
- 行政区
- </view>
- <view class="uni-list-cell-db">
- <view v-if="this.isEmpty(this.XZQValue2.dictValue)" style="margin-top: 10;"
- @click="pickerShow('xzq2')">
- <span style="color: darkgray;">请选择行政区</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- <view v-else style="margin-top: 10;" @click="pickerShow('xzq2')">
- <span style="color: black;">{{XZQValue2.dictLabel}}</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- </view>
- </view>
- <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
- <view class="uni-list-cell-left"> 小区</view>
- <view class="uni-list-cell-db">
- <view v-if="this.isEmpty(this.XQValue2.id)" style="margin-top: 10;"
- @click="pickerShow('xq2')">
- <span style="color: darkgray;">请选择小区</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- <view v-else style="margin-top: 10;" @click="pickerShow('xq2')">
- <span style="color: black;">{{XQValue2.name}}</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- </view>
- </view>
- <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
- <view class="uni-list-cell-left">楼栋</view>
- <view class="uni-list-cell-db">
- <view v-if="this.isEmpty(this.LDValue2.id)" style="margin-top: 10;"
- @click="pickerShow('ld2')">
- <span style="color: darkgray;">请选择楼栋</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- <view style="margin-top: 10;" @click="pickerShow('ld2')">
- <span style="color: black;">{{LDValue2.name}}</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- </view>
- </view>
- <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
- <view class="uni-list-cell-left">单元</view>
- <view class="uni-list-cell-db">
- <view v-if="this.isEmpty(this.DYValue2.id)" style="margin-top: 10;"
- @click="pickerShow('dy2')">
- <span style="color: darkgray;">请选择单元</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- <view v-else style="margin-top: 10;" @click="pickerShow('dy2')">
- <span style="color: black;">{{DYValue2.name}}</span>
- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
- </view>
- </view>
- </view>
- </view>
- <image :src="loadImgSrc('lou-img-bg.png')" style="width: 110%;
- height: 121px;
- position: absolute;
- bottom: 15px;
- left: -5px;
- z-index: 1;
- "></image>
- <scroll-view :scroll-x="true" class="view_bg_build" v-if="roomList.length > 0">
- <view class="HuaDongBiao">
- <view class="NeiRong" v-for="(item,index) in roomList" :key="index">
- <view class="Fang" v-for="(item2, index2) in roomList[index]" :key="index2">
- <view v-if="item2.roomStatus=='施工中'" class="ShiGongZhong">{{ item2.roomName }}
- </view>
- <view v-else-if="item2.roomStatus=='未施工'" class="WeiShiGong">{{ item2.roomName }}
- </view>
- <view v-else class="JunGong">{{ item2.roomName }}</view>
- </view>
- </view>
- </view>
- <view
- style="width: 48rpx;height: 63rpx;background: #C7EAFF; position:relative; left: 50%; transform: translateX(-50%); bottom: -10rpx;">
- </view>
- </scroll-view>
- <view v-if="roomList.length == 0" style="padding:50rpx;text-align: center;">暂无数据</view>
- <view style="align-items: center; margin-top: 20rpx;">
- <view style="display: flex;align-items: center;justify-content:center">
- <image class="block-iv" :src="loadImgSrc('ic_legend.png')"></image>
- <text style="margin-right: 20px;margin-left: 5px;">图例: </text>
- <div class="block-iv" style="background-color: #80d9ae;"></div>
- <text style="margin-right: 20px;margin-left: 5px;">竣工</text>
- <div class="block-iv" style="background-color: #5bd3ff;"></div>
- <text style="margin-right: 20px;margin-left: 5px;">施工中</text>
- <div class="block-iv" style="background-color: #ffc881;"></div>
- <text style="margin-right: 20px;margin-left: 5px;">未施工</text>
- </view>
- </view>
- </view>
- <SelectPicker :list="selectList" @change="changeSelect" v-if="open" @close="close" titleKey="name"
- subtitleKey="id" v-model="name"></SelectPicker>
- <SelectPicker :list="dictOptions" @change="changeSelect" v-if="openDict" @close="closeDict"
- titleKey="dictLabel" subtitleKey="dictValue" v-model="dictLabel"></SelectPicker>
- </scroll-view>
- </view>
- <view v-else-if="isLeader=='app_user'">
- <lgd-tab v-model="tabIndex" :tabValue="tabValue" @change="changeTab" />
- <cc-pullScroolView class="pullScrollView" ref="pullScroll" :pullDown="pullDown" :isDownLoading="true">
- <view class="notice" v-for="(item,index) in list" :key="index">
- <view class="justify-content" @click="chooseNode(item)">
- <view class="font-forty">
- {{item.areaName+item.buildingName+item.unitName+item.houseName}}
- </view>
- <view class="font-twenty-eight gray">
- {{item.createTime}}
- </view>
- </view>
- </view>
- </cc-pullScroolView>
- <view class="share">
- <view :class="{'share-box': shareState}" @click="handleHiddenShare">
- </view>
- <view class="share-item" :class="{'share-show': shareState}">
- <view class="share-to">
- <text>请选择</text>
- </view>
- <scroll-view scroll-y="true" class="scroll-Y">
- <view class="content">
- <view class="block" v-for="(item, index) in typeList" :key="index"
- @click="showTypeSheet(item)" v-if="item.Type!='开栓'">
- <text>{{item.Type}}</text>
- </view>
- </view>
- </scroll-view>
- <view class="cancel" @click.stop="handleHiddenShare">
- <text>取消</text>
- </view>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- import SelectPicker from '../../components/selectPicker/select_picker.vue'
- import CCBProjectList from '../../uni_modules/cc-pullScroolView/components/cc-pullScroolView/cc-pullScroolView.vue';
- import {
- gethistoryList,
- } from '@/api/common'
- import {
- getUserType
- } from '@/utils/auth';
- import {
- getDicts
- } from "@/api/system/dict/data";
- import user from '@/store/modules/user'
- import {
- getAreaList,
- getBuildingList,
- getUnitList,
- getHousesList,
- getEnginMaterialQualityList,
- getEnginSpecificationsList,
- getMunicipalStatisticsData,
- getObtainRoomcCompletionInformationList,
- } from '@/api/common'
- export default {
- components: {
- SelectPicker,
- CCBProjectList,
- },
- data() {
- return {
- tabValue: ['旧改', '新建'],
- tabIndex: 0,
- isLeader: '',
- list: [],
- newlist: [],
- pageSize: 10, // 条数
- totalNum: '',
- pageNum: 1, // 页数
- typeList: '', //二次弹窗数据
- villageIndex: 0,
- specificationIndex: 0,
- materialIndex: 0,
- villageIndex2: 0,
- buildIndex: 0,
- unitIndex: 0,
- open: false,
- openDict: false,
- selectList: [],
- dictOptions: [],
- XQList: [],
- LDList: [],
- DYList: [],
- projectValue: {
- 'dictValue': '0'
- },
- XZQValue: {},
- XQValue: {},
- XQList2: [],
- LDList2: [],
- DYList2: [],
- projectValue2: {
- 'dictValue': '0'
- },
- shareState: false,
- XZQValue2: {},
- XQValue2: {},
- LDValue2: {},
- DYValue2: {},
- specificationValue: {},
- specificationList: [],
- materialValue: {},
- materialList: [],
- materialUsageList: [],
- roomList: [],
- roomCount: 4,
- nodeId: ''
- }
- },
- created() {},
- onLoad() {
- this.isLeader = getUserType()
- },
- // 上拉加载
- onReachBottom() {
- // 数据全部加载完
- if (this.pageNum * 10 >= this.totalNum) {
- } else {
- // 显示加载中
- this.$refs.pullScroll.showUpLoading();
- this.pageNum++;
- if (this.tabIndex == 0) {
- this.requestData();
- } else {
- this.requestDataNew();
- }
- }
- },
- methods: {
- isEmpty(str) {
- return (!str || 0 === str.length);
- },
- // 显示二次弹窗
- handleShowSheet() {
- this.shareState = true;
- },
- // 隐藏二次弹窗
- handleHiddenShare() {
- this.shareState = false;
- },
- chooseNode(item) {
- this.typeList = item.nodeReViewStateList
- this.nodeId = item.id;
- this.handleShowSheet();
- },
- showTypeSheet(item) {
- let obj = {
- id: this.nodeId,
- type: item.Type
- };
- this.handleHiddenShare();
- uni.navigateTo({
- url: '/pages/statistics/historyDetails?params=' + encodeURIComponent(JSON
- .stringify(
- obj))
- })
- },
- pickerShow(e) {
- this.type = e; //赋值类型
- if (e == 'gczq') { //工程周期
- this.openDict = true;
- getDicts("engin_cycle").then(response => {
- this.dictOptions = response.data;
- });
- } else if (e == 'xzq') {
- if (this.isEmpty(this.projectValue.dictValue)) {
- this.$modal.msg('请选择工程周期')
- } else {
- this.openDict = true;
- getDicts("district").then(response => {
- this.dictOptions = response.data;
- });
- }
- } else if (e == 'xq') { //小区
- if (this.isEmpty(this.XZQValue.dictValue)) {
- this.$modal.msg('请选择行政区')
- } else {
- this.open = true;
- this.selectList = this.XQList;
- }
- } else if (e == 'ld') { //楼栋
- if (this.isEmpty(this.XQValue.id)) {
- this.$modal.msg('请选择小区')
- } else {
- this.open = true;
- this.selectList = this.LDList;
- }
- } else if (e == 'dy') { //单元
- if (this.isEmpty(this.LDValue.id)) {
- this.$modal.msg('请选择楼栋')
- } else {
- this.open = true;
- this.selectList = this.DYList;
- }
- } else if (e == 'gczq2') { //工程周期
- this.openDict = true;
- getDicts("engin_cycle").then(response => {
- this.dictOptions = response.data;
- });
- } else if (e == 'xzq2') { //行政区2
- if (this.isEmpty(this.projectValue2.dictValue)) {
- this.$modal.msg('请选择工程周期')
- } else {
- this.openDict = true;
- getDicts("district").then(response => {
- this.dictOptions = response.data;
- });
- }
- } else if (e == 'xq2') { //小区2
- if (this.isEmpty(this.XZQValue2.dictValue)) {
- this.$modal.msg('请选择行政区')
- } else {
- this.open = true;
- this.selectList = this.XQList2;
- }
- } else if (e == 'ld2') { //楼栋2
- if (this.isEmpty(this.XQValue2.id)) {
- this.$modal.msg('请选择小区')
- } else {
- this.open = true;
- this.selectList = this.LDList2;
- }
- } else if (e == 'dy2') { //单元2
- if (this.isEmpty(this.LDValue2.id)) {
- this.$modal.msg('请选择楼栋')
- } else {
- this.open = true;
- this.selectList = this.DYList2;
- }
- } else if (e == 'gg') { //规格
- if (this.isEmpty(this.materialValue.id)) {
- this.$modal.msg('请选择材料')
- } else {
- this.open = true;
- this.selectList = this.materialList;
- }
- } else if (e == 'cz') { //材料
- this.open = true;
- getEnginMaterialQualityList("民用工程").then(response => {
- this.selectList = response.data;
- });
- }
- },
- changeSelect(item, index) {
- // this.index = index;
- // this.address = item.communityName;
- this.open = false;
- this.openDict = false;
- if (this.type == 'xzq') {
- this.XZQValue = item;
- //根据行政区id获取小区数据
- this.XQValue = ''; //重置小区数据
- this.LDValue = ''; //重置楼栋数据
- this.DYValue = ''; //重置单元数据
- this.FJValue = ''; //重置房间数据
- getAreaList(item.dictValue).then(res => {
- this.XQList = res.data;
- })
- } else if (this.type == 'gczq') {
- this.projectValue = item
- } else if (this.type == 'xq') {
- this.XQValue = item;
- //根据小区id 获取楼栋数据
- this.LDValue = ''; //重置楼栋数据
- this.DYValue = ''; //重置单元数据
- this.FJValue = ''; //重置房间数据
- this.queryMaterialsUsedList();
- } else if (this.type == 'ld') {
- this.LDValue = item;
- //根据楼栋ID 获取单元数据
- this.DYValue = ''; //重置单元数据
- this.FJValue = ''; //重置房间数据
- getUnitList(item.id).then(res => {
- this.DYList = res.data
- })
- } else if (this.type == 'dy') {
- this.DYValue = item;
- } else if (this.type == 'gczq2') {
- this.projectValue2 = item
- } else if (this.type == 'xzq2') {
- this.XZQValue2 = item;
- //根据行政区id获取小区数据
- this.XQValue2 = ''; //重置小区数据
- this.LDValue2 = ''; //重置楼栋数据
- this.DYValue2 = ''; //重置单元数据
- this.FJValue2 = ''; //重置房间数据
- getAreaList(item.dictValue).then(res => {
- this.XQList2 = res.data;
- })
- } else if (this.type == 'xq2') { //小区2
- this.XQValue2 = item;
- //根据小区id 获取楼栋数据
- this.LDValue2 = ''; //重置楼栋数据
- this.DYValue2 = ''; //重置单元数据
- this.FJValue2 = ''; //重置房间数据
- getBuildingList(item.id).then(res => {
- this.LDList2 = res.data
- })
- } else if (this.type == 'ld2') {
- this.LDValue2 = item;
- //根据楼栋ID 获取单元数据
- this.DYValue2 = ''; //重置单元数据
- this.FJValue2 = ''; //重置房间数据
- getUnitList(item.id).then(res => {
- this.DYList2 = res.data
- })
- } else if (this.type == 'dy2') {
- this.DYValue2 = item;
- this.queryProjectStatisticsList();
- } else if (this.type == 'gg') { //规格
- this.specificationValue = item;
- this.queryMaterialsUsedList();
- } else if (this.type == 'cz') { //材料
- this.materialValue = item;
- this.specificationValue = ''; //重置规格
- this.queryMaterialsUsedList();
- //根据材质ID 获取规格数据
- getEnginSpecificationsList(item.id).then(res => {
- this.materialList = res.data
- })
- }
- },
- //关闭弹窗
- close(e) {
- this.open = false
- },
- //关闭弹窗
- closeDict(e) {
- this.openDict = false
- },
- queryMaterialsUsedList() {
- if (this.isEmpty(this.XQValue.id)) {
- this.$modal.msg('请选择小区')
- return;
- }
- let param = {
- enginCycle: this.projectValue.dictValue, //工程周期
- areaId: this.XQValue.id,
- realityQuality: this.materialValue.id,
- realitySpecifications: this.specificationValue.id,
- };
- getMunicipalStatisticsData(param).then(res => {
- this.materialUsageList = res.data;
- })
- },
- queryProjectStatisticsList() {
- let param = {
- enginCycle: this.projectValue.dictValue, //工程周期
- areaId: this.XQValue2.id,
- buildingId: this.LDValue2.id,
- unitId: this.DYValue2.id,
- };
- getObtainRoomcCompletionInformationList(param).then(res => {
- this.roomList = res.data[0].roomStatusVoList;
- this.roomCount = res.data[0].roomStatusVoList.length;
- })
- },
- getColorByStatus(status) {
- if (this.isEmpty(status)) {
- return "#fff";
- }
- if (status == '施工中') {
- return "#5bd3ff";
- } else if (status == '未施工') {
- return "#ffc881";
- } else if (status == '竣工') {
- return "#80d9ae";
- }
- },
- //材料清空val
- clearMaterialInfo() {
- this.materialValue = '';
- this.specificationValue = '';
- this.queryMaterialsUsedList();
- },
- clearSpecificationInfo() {
- this.specificationValue = '';
- this.queryMaterialsUsedList();
- },
- // 下拉刷新
- pullDown(pullScroll) {
- this.pageNum = 1;
- setTimeout(() => {
- this.requestData(pullScroll);
- }, 1000);
- },
- getList() {
- let myThis = this;
- this.$nextTick(() => {
- myThis.$refs.pullScroll.refresh();
- });
- },
- changeTab() {
- this.pageSize = 10; // 条数
- this.totalNum = '';
- this.pageNum = 1; // 页数
- this.requestData();
- },
- requestData() {
- uni.showLoading()
- let type = ''
- if (this.tabIndex == 0) {
- type = 'old_renovation'
- } else {
- type = 'new_built'
- }
- gethistoryList(type, user.state.name, this.pageNum, this.pageSize).then(res => {
- this.totalNum = res.total
- if (res.code == '200') {
- uni.hideLoading()
- if (res.rows.length !== 0) {
- //首次加载10条数据,后进行拼接
- if (this.pageNum == 1) {
- this.list = [];
- this.list = res.rows
- } else {
- this.list = this.list.concat(res.rows)
- }
- // 如果是最后一页
- if (this.pageNum * 10 >= this.totalNum) {
- this.$refs.pullScroll.finish();
- } else {
- // 不是最后一页
- this.$refs.pullScroll.success();
- }
- } else {
- this.list = [];
- this.$refs.pullScroll.empty();
- }
- } else {
- this.$modal.msg(res.msg + "")
- this.$refs.pullScroll.error();
- }
- })
- },
- }
- }
- </script>
- <style lang="scss">
- .to-right-icon {
- width: 15px;
- height: 15px;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- }
- .no-click {
- pointer-events: none;
- }
- .marginLeft5 {
- margin-left: 5px;
- }
- .title-txt {
- font-size: 15px;
- font-weight: bold;
- color: black;
- padding: 20rpx 0;
- }
- .content-txt {
- font-size: 10px;
- font-weight: bold;
- color: black;
- }
- .view-bg {
- margin-left: 8px;
- margin-right: 8px;
- margin-top: 8px;
- background-color: #fff;
- border-radius: 5px;
- padding: 20px;
- display: flex;
- flex-direction: column;
- }
- .uni-list {
- background-color: #FFFFFF;
- position: relative;
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .uni-list-cell {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 10px 0;
- position: relative;
- }
- .uni-list-cell-left {
- white-space: nowrap;
- font-size: 28rpx;
- }
- .centered {
- text-align: center;
- background-color: #e2f4ff;
- }
- .text {
- background-color: #e2f4ff;
- height: 20rpx;
- }
- .view_bg_build {
- background-color: #e2f4ff;
- padding: 10px 10px 0 10px;
- margin: 0 auto;
- border: 1px solid #5bd3ff;
- white-space: nowrap;
- position: relative;
- z-index: 2;
- }
- .grid-text {
- font-size: 14px;
- color: #000000;
- text-align: center;
- padding-left: 30rpx;
- padding-right: 30rpx;
- padding-top: 20rpx;
- padding-bottom: 20rpx;
- }
- .name {
- flex: 0;
- font-size: 14px;
- color: #000000;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .table-item {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .block-iv {
- width: 20px;
- height: 20px;
- }
- .table {
- width: 100%;
- border-radius: 8rpx;
- background: #FFFFFF;
- /* border: 1rpx solid #EFEFEF; */
- font-size: 28rpx;
- margin-top: 40rpx;
- }
- .felx-row {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .h-tr {
- box-sizing: border-box;
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- justify-content: center;
- align-items: center;
- align-content: center;
- border-color: #ccc;
- border-style: solid;
- border-width: 0;
- border-width: 1px;
- color: #3d7dd7;
- }
- .h-td {
- box-sizing: border-box;
- padding: 3px;
- word-break: break-all;
- border-color: #ccc;
- border-style: solid;
- border-width: 1px;
- border-right-width: 1px;
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- justify-content: center;
- align-items: center;
- align-content: center;
- min-height: 64rpx;
- }
- .LouCeng {
- font-size: 30rpx;
- background-color: #4a4b52;
- color: #FFEB3B;
- font-weight: bold;
- }
- .Fang {
- width: 100%;
- display: inline-block;
- line-height: 50rpx;
- text-align: center;
- margin-right: 10px;
- margin-bottom: 10px;
- background-color: red;
- }
- .HuaDongBiao {
- display: flex;
- flex-direction: column-reverse;
- position: relative;
- }
- .NeiRong {
- display: flex;
- flex-wrap: nowrap;
- }
- .NeiRong :last-child {
- margin-right: 0 !important;
- }
- .ShiGongZhong {
- background-color: #5bd3ff;
- color: #000;
- }
- .WeiShiGong {
- background-color: #ffc881;
- color: #000;
- }
- .JunGong {
- background-color: #80d9ae;
- color: #000;
- }
- .container {
- display: flex;
- margin-left: 10px;
- width: 100%;
- margin-top: 10px;
- margin-right: 10px;
- justify-content: space-between;
- }
- .notice {
- margin: 20rpx;
- padding: 20rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 8rpx 17rpx 0rpx rgba(0, 0, 0, 0.04);
- border-radius: 10rpx;
- }
- .text {
- border-left: 15rpx solid #3857F3;
- padding-left: 20rpx;
- }
- .share {
- width: 100%;
- height: 100%;
- }
- .share-box {
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0rpx;
- left: 0rpx;
- bottom: 0rpx;
- right: 0rpx;
- background-color: rgba(0, 0, 0, 0.4);
- transition: .3s;
- z-index: 999;
- }
- .share-show {
- transition: all 0.3s ease;
- transform: translateY(0%) !important;
- }
- .scroll-Y {
- height: 350rpx;
- }
- .share-item {
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- height: auto;
- background-color: #FFFFFF;
- transition: all 0.3s ease;
- transform: translateY(100%);
- z-index: 1999;
- border-top-left-radius: 40rpx;
- border-top-right-radius: 40rpx;
- .share-to {
- width: 100%;
- height: 3rem;
- display: flex;
- justify-content: center;
- align-items: center;
- &::after {
- content: '';
- width: 240rpx;
- height: 0rpx;
- border-top: 1px solid #E4E7ED;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- margin-left: 30rpx;
- }
- &::before {
- content: '';
- width: 240rpx;
- height: 0rpx;
- border-top: 1px solid #E4E7ED;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- margin-right: 30rpx;
- }
- }
- .content {
- width: 100%;
- height: 50%;
- display: flex;
- flex-wrap: wrap;
- .block {
- width: 100%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- height: 80rpx;
- text {
- margin-top: 16rpx;
- font-size: 28rpx;
- color: #606266;
- }
- }
- }
- .cancel {
- width: 100%;
- height: 3rem;
- display: flex;
- justify-content: center;
- align-items: center;
- border-top: 1rpx solid #E4E7ED;
- }
- }
- </style>
|