Commit 265269b5 authored by 黄奎's avatar 黄奎

销售看板

parent 155e7a0b
<style> <style>
.tichengContent { .tichengContent {
width: 100%; width: 100%;
height: 180px; height: 180px;
background: url(../assets/img/imbg/ticheng.png) no-repeat; background: url(../assets/img/imbg/ticheng.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
cursor: pointer; cursor: pointer;
} }
.Ticheng_Date { .Ticheng_Date {
position: absolute; position: absolute;
color: #CB504D; color: #CB504D;
top: 75px; top: 75px;
width: 100%; width: 100%;
text-align: center; text-align: center;
font-size: 20px; font-size: 20px;
} }
.Ticheng_Money { .Ticheng_Money {
margin-left: 20px; margin-left: 20px;
} }
.Ticheng_Money span:first-child { .Ticheng_Money span:first-child {
font-size: 14px; font-size: 14px;
margin-right: 5px; margin-right: 5px;
} }
.Ticheng_Text { .Ticheng_Text {
width: 100%; width: 100%;
position: absolute; position: absolute;
padding: 0 40px; padding: 0 40px;
...@@ -41,25 +41,26 @@ ...@@ -41,25 +41,26 @@
overflow: hidden; overflow: hidden;
color: #4E4E4C; color: #4E4E4C;
font-size: 14px; font-size: 14px;
} }
.Ticheng_Address { .Ticheng_Address {
padding: 15px 0 25px 0 !important; padding: 15px 0 25px 0 !important;
} }
.myIndexStyle .addTichengDialog .el-dialog__body { .myIndexStyle .addTichengDialog .el-dialog__body {
padding: 0; padding: 0;
} }
.TiChengScore { .TiChengScore {
position: absolute; position: absolute;
left: 2rem; left: 2rem;
top: 1.5rem; top: 1.5rem;
} }
.TiChengScore img { .TiChengScore img {
width: 30px; width: 30px;
} }
</style> </style>
<template> <template>
...@@ -71,7 +72,8 @@ ...@@ -71,7 +72,8 @@
<div class="nav-middle"> <div class="nav-middle">
<ul class="clearfix comIndexUl" :style="{ width: `${allWindowWidth}px` }"> <ul class="clearfix comIndexUl" :style="{ width: `${allWindowWidth}px` }">
<li v-for="(item, index) in menuList" v-if="item.MenuUrl != '' && index <= maxLength" <li v-for="(item, index) in menuList" v-if="item.MenuUrl != '' && index <= maxLength"
:class="{ active: item.MenuId == chosenIndex }" @click="goUrl(item.MenuUrl, item.MenuId, index)" :key="`r_` + index"> :class="{ active: item.MenuId == chosenIndex }" @click="goUrl(item.MenuUrl, item.MenuId, index)"
:key="`r_` + index">
<span class="big_tittle"><i :class="[fontPub, item.icon]"></i> <span class="big_tittle"><i :class="[fontPub, item.icon]"></i>
{{ item.MenuName }} {{ item.MenuName }}
<span class="MenuConfirm" v-if="item.fatherCount > 0">{{ item.fatherCount }}</span> <span class="MenuConfirm" v-if="item.fatherCount > 0">{{ item.fatherCount }}</span>
...@@ -94,7 +96,8 @@ ...@@ -94,7 +96,8 @@
<template v-for="(grandSon, gsIndex) in grand.list"> <template v-for="(grandSon, gsIndex) in grand.list">
<template v-if="(HOTEL_memorandum && son.MenuId == 647) || son.MenuId != 647"> <template v-if="(HOTEL_memorandum && son.MenuId == 647) || son.MenuId != 647">
<p @click.stop="goUrl(grandSon.MenuUrl, grandSon.MenuId, gsIndex)" <p @click.stop="goUrl(grandSon.MenuUrl, grandSon.MenuId, gsIndex)"
class="menuList_son_three_tittle" :key="`r_` + index + `_s_` + sIndex + `_g_` + gIndex + `_gs_` + gsIndex"> class="menuList_son_three_tittle"
:key="`r_` + index + `_s_` + sIndex + `_g_` + gIndex + `_gs_` + gsIndex">
<i <i
:class="[fontPub, JSON.parse(grandSon.MenuStyle).icon ? JSON.parse(grandSon.MenuStyle).icon : 'icon-guanli2']"></i> :class="[fontPub, JSON.parse(grandSon.MenuStyle).icon ? JSON.parse(grandSon.MenuStyle).icon : 'icon-guanli2']"></i>
{{ grandSon.MenuName }} {{ grandSon.MenuName }}
...@@ -122,7 +125,8 @@ ...@@ -122,7 +125,8 @@
</span> </span>
<el-dropdown-menu slot="dropdown" class="_dropdown _more_dropdown"> <el-dropdown-menu slot="dropdown" class="_dropdown _more_dropdown">
<el-dropdown-item class="clearfix _dropdown_other" v-for="(item, index) in menuList" :key="index" <el-dropdown-item class="clearfix _dropdown_other" v-for="(item, index) in menuList" :key="index"
v-if="item.MenuUrl != '' && index > maxLength" @click.native="goUrl(item.MenuUrl, item.MenuId, index)"> v-if="item.MenuUrl != '' && index > maxLength"
@click.native="goUrl(item.MenuUrl, item.MenuId, index)">
<a target="_blank" style="color:#a6adb4;" v-if="item.MenuUrl.indexOf('http://') == -1"> <a target="_blank" style="color:#a6adb4;" v-if="item.MenuUrl.indexOf('http://') == -1">
<i :class="[fontPub, item.icon]"></i>{{ item.MenuName }} <i :class="[fontPub, item.icon]"></i>{{ item.MenuName }}
</a> </a>
...@@ -175,8 +179,9 @@ ...@@ -175,8 +179,9 @@
@click.native="goUrlT('FinancialDocuments', 3, '财务单据')"> @click.native="goUrlT('FinancialDocuments', 3, '财务单据')">
<i class="iconfont icon-nav-caiwu" style="color:#8e44ad"></i> <i class="iconfont icon-nav-caiwu" style="color:#8e44ad"></i>
{{ $t('objFill.caiwudan') }} {{ $t('objFill.caiwudan') }}
<el-badge v-if="NotDealCount8 > 0" class="mark" :value="NotDealCount8 ? NotDealCount8 : 0" type="primary" <el-badge v-if="NotDealCount8 > 0" class="mark" :value="NotDealCount8 ? NotDealCount8 : 0"
style="right: 65px;" @click.native.stop="goUrlT('FinancialDocuments', 8, '财务单据')" /> type="primary" style="right: 65px;"
@click.native.stop="goUrlT('FinancialDocuments', 8, '财务单据')" />
<el-badge class="mark" :value="NotDealCount ? NotDealCount : '0'" /> <el-badge class="mark" :value="NotDealCount ? NotDealCount : '0'" />
<i class="iconfont icon-right1"></i> <i class="iconfont icon-right1"></i>
</el-dropdown-item> </el-dropdown-item>
...@@ -259,13 +264,13 @@ ...@@ -259,13 +264,13 @@
{{ $t('objFill.v101.header.tianjbjmb') }} {{ $t('objFill.v101.header.tianjbjmb') }}
<i class="iconfont icon-right1"></i> <i class="iconfont icon-right1"></i>
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item class="clearfix _dropdown_other" <el-dropdown-item class="clearfix _dropdown_other" @click.native="journeyTemplate(1)">
@click.native="journeyTemplate(1)">
<i class="iconfont icon-pdf" style="color:#f39c12"></i> <i class="iconfont icon-pdf" style="color:#f39c12"></i>
{{ $t('objFill.v101.header.zaixianxc') }} {{ $t('objFill.v101.header.zaixianxc') }}
<i class="iconfont icon-right1"></i> <i class="iconfont icon-right1"></i>
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item class="clearfix _dropdown_other" v-if="userInfo.RB_Group_id == 2" @click.native="SalesBoard(1)"> <el-dropdown-item class="clearfix _dropdown_other" v-if="userInfo.RB_Group_id == 2"
@click.native="SalesBoard(1)">
<i class="iconfont icon-chakan" style="color:#f39c12"></i> <i class="iconfont icon-chakan" style="color:#f39c12"></i>
{{ $t('objFill.v102.xiaosousjkb') }} {{ $t('objFill.v102.xiaosousjkb') }}
<i class="iconfont icon-right1"></i> <i class="iconfont icon-right1"></i>
...@@ -298,7 +303,8 @@ ...@@ -298,7 +303,8 @@
<li style="display: flex;flex-direction: column;align-items: center;justify-content: center;"> <li style="display: flex;flex-direction: column;align-items: center;justify-content: center;">
<el-tooltip effect="dark" content="ERP智能客服" placement="top"> <el-tooltip effect="dark" content="ERP智能客服" placement="top">
<!-- <img src="../assets/img/AI.png" style="width: 30px;cursor: pointer;" @click="goRequirement()"> --> <!-- <img src="../assets/img/AI.png" style="width: 30px;cursor: pointer;" @click="goRequirement()"> -->
<div class="top-right-menu-item" style="margin-top: -10px;" @click="showCustomerServiceHandler()" ></div> <div class="top-right-menu-item" style="margin-top: -10px;" @click="showCustomerServiceHandler()">
</div>
</el-tooltip> </el-tooltip>
</li> </li>
<li v-if="!useRed"><i class="iconfont icon-gonggao" <li v-if="!useRed"><i class="iconfont icon-gonggao"
...@@ -354,11 +360,13 @@ ...@@ -354,11 +360,13 @@
{{ $t('objFill.tongxunlu') }} {{ $t('objFill.tongxunlu') }}
<div class="lihoverNote"></div> <div class="lihoverNote"></div>
</li> </li>
<li v-if="!useRed" @click="IM_navType = 3, imToolsType = 0, changeTools(0)" :class="{ checked: IM_navType == 3 }"> <li v-if="!useRed" @click="IM_navType = 3, imToolsType = 0, changeTools(0)"
:class="{ checked: IM_navType == 3 }">
{{ $t('objFill.v101.header.kongjian') }} {{ $t('objFill.v101.header.kongjian') }}
<div class="lihoverNote"></div> <div class="lihoverNote"></div>
</li> </li>
<li v-if="!useRed" @click="IM_navType = 52, imToolsType = 0, changeTools(0)" :class="{ checked: IM_navType == 52 }"> <li v-if="!useRed" @click="IM_navType = 52, imToolsType = 0, changeTools(0)"
:class="{ checked: IM_navType == 52 }">
{{ $t('objFill.gonggao') }} {{ $t('objFill.gonggao') }}
<div class="lihoverNote"></div> <div class="lihoverNote"></div>
</li> </li>
...@@ -583,7 +591,8 @@ ...@@ -583,7 +591,8 @@
{{ $t('objFill.v101.header.quanbudt') }}</li> {{ $t('objFill.v101.header.quanbudt') }}</li>
<li :class="{ cked: dynamicType == 2 }" @click="dynamicType = 2"><i class="iconfont icon-ico-wofabude"></i> <li :class="{ cked: dynamicType == 2 }" @click="dynamicType = 2"><i class="iconfont icon-ico-wofabude"></i>
{{ $t('objFill.v101.header.wofabud') }}</li> {{ $t('objFill.v101.header.wofabud') }}</li>
<li :class="{ cked: dynamicType == 3 }" @click="dynamicType = 3"><i class="iconfont icon-ico_yuwoxiangguan"></i> <li :class="{ cked: dynamicType == 3 }" @click="dynamicType = 3"><i
class="iconfont icon-ico_yuwoxiangguan"></i>
{{ $t('objFill.v101.header.yuwoxiang') }}</li> {{ $t('objFill.v101.header.yuwoxiang') }}</li>
</ul> </ul>
</div> </div>
...@@ -776,7 +785,8 @@ ...@@ -776,7 +785,8 @@
<img <img
v-if="item.SellGeneralContent.totalCommission >= 1000 && item.SellGeneralContent.totalCommission < 2000" v-if="item.SellGeneralContent.totalCommission >= 1000 && item.SellGeneralContent.totalCommission < 2000"
src="../assets/img/imbg/B.png" alt="" /> src="../assets/img/imbg/B.png" alt="" />
<img v-if="item.SellGeneralContent.totalCommission < 1000" src="../assets/img/imbg/C.png" alt="" /> <img v-if="item.SellGeneralContent.totalCommission < 1000" src="../assets/img/imbg/C.png"
alt="" />
<img <img
v-if="item.SellGeneralContent.totalCommission >= 4000 && item.SellGeneralContent.totalCommission < 8000" v-if="item.SellGeneralContent.totalCommission >= 4000 && item.SellGeneralContent.totalCommission < 8000"
src="../assets/img/imbg/S.png" alt="" /> src="../assets/img/imbg/S.png" alt="" />
...@@ -838,7 +848,8 @@ ...@@ -838,7 +848,8 @@
</div> </div>
<div class="reviewInput" v-if='reviewIndex == index'> <div class="reviewInput" v-if='reviewIndex == index'>
<el-input :placeholder="placeholder" maxlength='50' v-model='reviewCont'> <el-input :placeholder="placeholder" maxlength='50' v-model='reviewCont'>
<el-button slot="append" @click='reviewArticle(item.id, index)'>{{ $t('pub.sureBtn') }}</el-button> <el-button slot="append" @click='reviewArticle(item.id, index)'>{{ $t('pub.sureBtn') }}
</el-button>
</el-input> </el-input>
</div> </div>
</div> </div>
...@@ -1111,7 +1122,8 @@ ...@@ -1111,7 +1122,8 @@
class="search-input" @keyup.enter="searchNameV3" @keyup="emptyChangeBox" /> class="search-input" @keyup.enter="searchNameV3" @keyup="emptyChangeBox" />
<div class="search-result-box"> <div class="search-result-box">
<el-tree :data='webAllpartList' v-show="groupboxSearch == 0" :props="defaultProps1"> <el-tree :data='webAllpartList' v-show="groupboxSearch == 0" :props="defaultProps1">
<span class="custom-tree-node" slot-scope="{ node, data }" :style="{ 'padding': data.Type == 2 ? '5px 0' : '' }"> <span class="custom-tree-node" slot-scope="{ node, data }"
:style="{ 'padding': data.Type == 2 ? '5px 0' : '' }">
<span class="fz14" v-if="data.Type == 1">{{ node.label }}</span> <span class="fz14" v-if="data.Type == 1">{{ node.label }}</span>
<span class="fz14" v-if="data.Type == 2" @click="addFriend(0, data)"> <span class="fz14" v-if="data.Type == 2" @click="addFriend(0, data)">
<img v-if='!data.Icon' src="../assets/img/litheader.png" <img v-if='!data.Icon' src="../assets/img/litheader.png"
...@@ -1184,7 +1196,8 @@ ...@@ -1184,7 +1196,8 @@
<div class="group-body" style="height:200px;position: relative;margin-bottom:15px;border-bottom: 1px solid #eee"> <div class="group-body" style="height:200px;position: relative;margin-bottom:15px;border-bottom: 1px solid #eee">
<div class="team-member-box" v-if="currentSession.scene == 'team'"> <div class="team-member-box" v-if="currentSession.scene == 'team'">
<ul> <ul>
<li v-for="(item, index) in oldGroupMemberList" v-if="delAccountList.indexOf(item.account) == -1" :key="index"> <li v-for="(item, index) in oldGroupMemberList" v-if="delAccountList.indexOf(item.account) == -1"
:key="index">
<img :src="item.avatar" style="border-radius:0px" /> <img :src="item.avatar" style="border-radius:0px" />
<span> <span>
{{ item.alias }} {{ item.alias }}
...@@ -1275,16 +1288,19 @@ ...@@ -1275,16 +1288,19 @@
<!-- 投票 --> <!-- 投票 -->
<Voting v-show="VotingShow" :NowVoteData="NowVoteData" :NowVoteType="NowVoteType"></Voting> <Voting v-show="VotingShow" :NowVoteData="NowVoteData" :NowVoteType="NowVoteType"></Voting>
<!-- 机票未绑团提示 --> <!-- 机票未绑团提示 -->
<unbundlingMessage v-if="unbundlingVisible" :UnboundDate="UnboundDate" @unbundlingVisible="unbundlingVisible = false"> <unbundlingMessage v-if="unbundlingVisible" :UnboundDate="UnboundDate"
@unbundlingVisible="unbundlingVisible = false">
</unbundlingMessage> </unbundlingMessage>
<!-- 机票未绑团提示 --> <!-- 机票未绑团提示 -->
<unTravelMessage v-if="unTravelVisible" :UnTravelDate="UnTravelDate" @unTravelVisible="unTravelVisible = false"> <unTravelMessage v-if="unTravelVisible" :UnTravelDate="UnTravelDate" @unTravelVisible="unTravelVisible = false">
</unTravelMessage> </unTravelMessage>
<!-- 酒店临期未制单提示 --> <!-- 酒店临期未制单提示 -->
<unhotelFMessage v-if="unHotelFinance" :UnHotelFinanceData="UnHotelFinanceData" @unHotelFinance="unHotelFinance = false"> <unhotelFMessage v-if="unHotelFinance" :UnHotelFinanceData="UnHotelFinanceData"
@unHotelFinance="unHotelFinance = false">
</unhotelFMessage> </unhotelFMessage>
<!-- 财务单据驳回未制单 --> <!-- 财务单据驳回未制单 -->
<unFRejectMessage v-if="unFinanceReject" :UnFinanceRejectData="UnFinanceRejectData" @unFinanceReject="unFinanceReject = false"> <unFRejectMessage v-if="unFinanceReject" :UnFinanceRejectData="UnFinanceRejectData"
@unFinanceReject="unFinanceReject = false">
</unFRejectMessage> </unFRejectMessage>
<!-- 改价提醒/审核改价提醒 --> <!-- 改价提醒/审核改价提醒 -->
<ChangeThePriceMessage v-if="ChangeThePriceVisible || ExamineThePriceVisible" :type="1" :msg="ExamineThePriceMsg" <ChangeThePriceMessage v-if="ChangeThePriceVisible || ExamineThePriceVisible" :type="1" :msg="ExamineThePriceMsg"
...@@ -1301,33 +1317,33 @@ ...@@ -1301,33 +1317,33 @@
</template> </template>
<script> <script>
import util from "../utils"; import util from "../utils";
import config from "../configs"; import config from "../configs";
import pageUtil from "../utils/page"; import pageUtil from "../utils/page";
import ChatList from "./Chat/chatList"; import ChatList from "./Chat/chatList";
import ChatEditor from "./Chat/ChatEditor"; import ChatEditor from "./Chat/ChatEditor";
//import md5 from 'js-md5' //import md5 from 'js-md5'
import emojiObj from "../configs/emoji"; import emojiObj from "../configs/emoji";
// import Vue from 'vue' // import Vue from 'vue'
import loading from "./commonPage/loading"; import loading from "./commonPage/loading";
import VueDraggableResizable from "vue-draggable-resizable"; import VueDraggableResizable from "vue-draggable-resizable";
import { import {
setInterval, setInterval,
clearInterval clearInterval
} from 'timers'; } from 'timers';
import saleRnk from "./SalesModule/saleRnk"; import saleRnk from "./SalesModule/saleRnk";
import commissonBill from './commonPage/commissonBill'; import commissonBill from './commonPage/commissonBill';
import commissionDetail from "./commonPage/commissionDetail.vue"; import commissionDetail from "./commonPage/commissionDetail.vue";
import Voting from "../components/administrative/model/Voting"; import Voting from "../components/administrative/model/Voting";
import unbundlingMessage from "../components/administrative/model/unbundlingMessage"; import unbundlingMessage from "../components/administrative/model/unbundlingMessage";
import unhotelFMessage from "../components/administrative/model/unHotelFinance"; import unhotelFMessage from "../components/administrative/model/unHotelFinance";
import unFRejectMessage from "../components/administrative/model/unFinanceReject"; import unFRejectMessage from "../components/administrative/model/unFinanceReject";
import unTravelMessage from "../components/administrative/model/unTravelMessage"; import unTravelMessage from "../components/administrative/model/unTravelMessage";
import AirTicketMessage from "../components/administrative/model/AirTicketMessage"; import AirTicketMessage from "../components/administrative/model/AirTicketMessage";
import ChangeThePriceMessage from "../components/administrative/model/ChangeThePriceMessage"; import ChangeThePriceMessage from "../components/administrative/model/ChangeThePriceMessage";
import pptIframe from './commonPage/pptIframe/index'; import pptIframe from './commonPage/pptIframe/index';
import RankingIframe from './commonPage/RankingIframe/index'; import RankingIframe from './commonPage/RankingIframe/index';
export default { export default {
components: { components: {
ChatList, ChatList,
ChatEditor, ChatEditor,
...@@ -1386,7 +1402,7 @@ export default { ...@@ -1386,7 +1402,7 @@ export default {
unbundlingVisible: false, //未绑团提醒 unbundlingVisible: false, //未绑团提醒
unHotelFinance: false, //酒店未制单提醒 unHotelFinance: false, //酒店未制单提醒
unTravelVisible: false, //销售未完款提醒 unTravelVisible: false, //销售未完款提醒
unFinanceReject: false,//财务单据被驳回 未处理 unFinanceReject: false, //财务单据被驳回 未处理
b2bDomain: "", b2bDomain: "",
useRed: false, useRed: false,
//提成账单弹窗 //提成账单弹窗
...@@ -2072,9 +2088,11 @@ export default { ...@@ -2072,9 +2088,11 @@ export default {
} }
} }
this.RankingTime = this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")) this.RankingTime = this.getBeforeDate(0, new Date().Format("yyyy-MM-dd"))
if (userinfo.RB_Group_id == 2) {
if (!localStorage.getItem("RankingTime") || this.RankingTime != localStorage.getItem("RankingTime")) { if (!localStorage.getItem("RankingTime") || this.RankingTime != localStorage.getItem("RankingTime")) {
this.SalesBoard() this.SalesBoard()
} }
}
}, },
watch: { watch: {
filterText(val) { filterText(val) {
...@@ -2083,7 +2101,7 @@ export default { ...@@ -2083,7 +2101,7 @@ export default {
}, },
methods: { methods: {
showCustomerServiceHandler() { showCustomerServiceHandler() {
this.MsgBus.$emit("showCustomerServiceHandler",true); this.MsgBus.$emit("showCustomerServiceHandler", true);
}, },
// 销售看板 // 销售看板
SalesBoard() { SalesBoard() {
...@@ -2118,7 +2136,7 @@ export default { ...@@ -2118,7 +2136,7 @@ export default {
var diffHour = diffValue / hour; var diffHour = diffValue / hour;
var diffMinute = diffValue / minute; var diffMinute = diffValue / minute;
var result = ""; var result = "";
if (diffValue < 0) { } else if (diffMonth > 3) { if (diffValue < 0) {} else if (diffMonth > 3) {
result = timePublish.getFullYear() + "-"; result = timePublish.getFullYear() + "-";
result += timePublish.getMonth() + "-"; result += timePublish.getMonth() + "-";
result += timePublish.getDate(); result += timePublish.getDate();
...@@ -2331,10 +2349,14 @@ export default { ...@@ -2331,10 +2349,14 @@ export default {
//获取酒店临期未制单 //获取酒店临期未制单
GetHotelNoFinance() { GetHotelNoFinance() {
this.UnHotelFinanceData = {} this.UnHotelFinanceData = {}
if (this.userInfo.PostName.indexOf("操作") != -1 ||this.userInfo.PostName.indexOf("线控") != -1 || this.userInfo.DepartName.indexOf("总部财务部") != -1) { if (this.userInfo.PostName.indexOf("操作") != -1 || this.userInfo.PostName.indexOf("线控") != -1 || this.userInfo
.DepartName.indexOf("总部财务部") != -1) {
let sDate = this.FormartDate(new Date(this.getBeforeDate(3))); let sDate = this.FormartDate(new Date(this.getBeforeDate(3)));
let eDate = this.FormartDate(new Date(this.getBeforeDate(-2))); let eDate = this.FormartDate(new Date(this.getBeforeDate(-2)));
this.apipost("financestatistics_post_GetHotelNoFinanceStat", {QStartDate:sDate,QEndDate:eDate}, this.apipost("financestatistics_post_GetHotelNoFinanceStat", {
QStartDate: sDate,
QEndDate: eDate
},
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
if (res.data.data && res.data.data.length > 0) { if (res.data.data && res.data.data.length > 0) {
...@@ -2413,7 +2435,7 @@ export default { ...@@ -2413,7 +2435,7 @@ export default {
var msg = { var msg = {
FinanceId: "81461" FinanceId: "81461"
}; };
this.GetLocalFile("finance_download_surebook", msg, fileName, res => { }); this.GetLocalFile("finance_download_surebook", msg, fileName, res => {});
}, },
GetSupperOrderEditAuth() { GetSupperOrderEditAuth() {
var actiionContract = this.$AuthCode.F_ContractManagement; var actiionContract = this.$AuthCode.F_ContractManagement;
...@@ -2462,7 +2484,7 @@ export default { ...@@ -2462,7 +2484,7 @@ export default {
localStorage.saleRnkInfo = JSON.stringify(arr) localStorage.saleRnkInfo = JSON.stringify(arr)
} }
}, },
err => { } err => {}
); );
}, },
downloadSingle(obj) { downloadSingle(obj) {
...@@ -2486,7 +2508,7 @@ export default { ...@@ -2486,7 +2508,7 @@ export default {
} else { } else {
this.$message.error(res.data.message) this.$message.error(res.data.message)
} }
}, err => { }) }, err => {})
}, },
getNotDetail: function (id) { getNotDetail: function (id) {
this.apipost('User_get_NoticeGet', { this.apipost('User_get_NoticeGet', {
...@@ -2502,7 +2524,7 @@ export default { ...@@ -2502,7 +2524,7 @@ export default {
} else { } else {
this.$message.error(res.data.message) this.$message.error(res.data.message)
} }
}, err => { }) }, err => {})
}, },
// 阅读公告 // 阅读公告
redNotice: function (id, tit) { redNotice: function (id, tit) {
...@@ -2528,7 +2550,7 @@ export default { ...@@ -2528,7 +2550,7 @@ export default {
this.NoticeList = res.data.data.pageData; this.NoticeList = res.data.data.pageData;
this.AllNoticeCount = res.data.data.pageCount; this.AllNoticeCount = res.data.data.pageCount;
} }
}, err => { }); }, err => {});
}, },
//获取版本号 //获取版本号
getVersion() { getVersion() {
...@@ -2552,7 +2574,7 @@ export default { ...@@ -2552,7 +2574,7 @@ export default {
this.logsShow = false; this.logsShow = false;
} }
} }
}, err => { }); }, err => {});
}, },
CloseZip() { CloseZip() {
this.mazip = 1; this.mazip = 1;
...@@ -2681,7 +2703,7 @@ export default { ...@@ -2681,7 +2703,7 @@ export default {
} }
this.SystemLog = false; this.SystemLog = false;
}, },
err => { } err => {}
); );
}, },
diaplayTime(data) { diaplayTime(data) {
...@@ -2700,7 +2722,7 @@ export default { ...@@ -2700,7 +2722,7 @@ export default {
var diffHour = diffValue / hour; var diffHour = diffValue / hour;
var diffMinute = diffValue / minute; var diffMinute = diffValue / minute;
var result = ""; var result = "";
if (diffValue < 0) { } else if (diffMonth > 3) { if (diffValue < 0) {} else if (diffMonth > 3) {
result = timePublish.getFullYear() + "-"; result = timePublish.getFullYear() + "-";
result += timePublish.getMonth() + "-"; result += timePublish.getMonth() + "-";
result += timePublish.getDate(); result += timePublish.getDate();
...@@ -3097,7 +3119,7 @@ export default { ...@@ -3097,7 +3119,7 @@ export default {
} }
}); });
}, },
deleteOldFriend(obj) { }, deleteOldFriend(obj) {},
addFriend(type, obj) { addFriend(type, obj) {
if (obj.imAccount) { if (obj.imAccount) {
obj.IMAccount = obj.imAccount; obj.IMAccount = obj.imAccount;
...@@ -3498,7 +3520,7 @@ export default { ...@@ -3498,7 +3520,7 @@ export default {
this.searchList = res.data.data; this.searchList = res.data.data;
} }
}, },
err => { } err => {}
); );
} }
}, },
...@@ -3539,7 +3561,7 @@ export default { ...@@ -3539,7 +3561,7 @@ export default {
} }
this.isLoading = false; this.isLoading = false;
}, },
err => { } err => {}
); );
} }
}, },
...@@ -3575,7 +3597,7 @@ export default { ...@@ -3575,7 +3597,7 @@ export default {
} }
this.isLoading = false; this.isLoading = false;
}, },
err => { } err => {}
); );
} }
}, },
...@@ -3589,7 +3611,7 @@ export default { ...@@ -3589,7 +3611,7 @@ export default {
this.allPartOldList = JSON.parse(JSON.stringify(res.data.data)); this.allPartOldList = JSON.parse(JSON.stringify(res.data.data));
} }
}, },
err => { } err => {}
); );
}, },
getWebAllPart() { getWebAllPart() {
...@@ -3598,9 +3620,9 @@ export default { ...@@ -3598,9 +3620,9 @@ export default {
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.webAllpartList = res.data.data; this.webAllpartList = res.data.data;
} else { } } else {}
}, },
err => { } err => {}
); );
}, },
deleteComments(id, index, aId) { deleteComments(id, index, aId) {
...@@ -3624,7 +3646,7 @@ export default { ...@@ -3624,7 +3646,7 @@ export default {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
}, },
err => { } err => {}
); );
}, },
deleteCommentsOne(id, index, aId) { deleteCommentsOne(id, index, aId) {
...@@ -3648,7 +3670,7 @@ export default { ...@@ -3648,7 +3670,7 @@ export default {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
}, },
err => { } err => {}
); );
}, },
deleteArticle(id) { deleteArticle(id) {
...@@ -3675,7 +3697,7 @@ export default { ...@@ -3675,7 +3697,7 @@ export default {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
}, },
err => { } err => {}
); );
}) })
.catch(() => { .catch(() => {
...@@ -3703,7 +3725,7 @@ export default { ...@@ -3703,7 +3725,7 @@ export default {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
}, },
err => { } err => {}
); );
}, },
likeArticleOne(id, index) { likeArticleOne(id, index) {
...@@ -3727,7 +3749,7 @@ export default { ...@@ -3727,7 +3749,7 @@ export default {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
}, },
err => { } err => {}
); );
}, },
disLikeArticle(id, index) { disLikeArticle(id, index) {
...@@ -3751,7 +3773,7 @@ export default { ...@@ -3751,7 +3773,7 @@ export default {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
}, },
err => { } err => {}
); );
}, },
disLikeArticleOne(id, index) { disLikeArticleOne(id, index) {
...@@ -3775,7 +3797,7 @@ export default { ...@@ -3775,7 +3797,7 @@ export default {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
}, },
err => { } err => {}
); );
}, },
SaveDynamic() { SaveDynamic() {
...@@ -3792,7 +3814,7 @@ export default { ...@@ -3792,7 +3814,7 @@ export default {
this.$message.success(res.data.message); this.$message.success(res.data.message);
} }
}, },
err => { } err => {}
); );
}, },
reviewArticle(id, index) { reviewArticle(id, index) {
...@@ -3817,7 +3839,7 @@ export default { ...@@ -3817,7 +3839,7 @@ export default {
}); });
} }
}, },
err => { } err => {}
); );
}, },
reviewArticleOne(id, index) { reviewArticleOne(id, index) {
...@@ -3842,7 +3864,7 @@ export default { ...@@ -3842,7 +3864,7 @@ export default {
}); });
} }
}, },
err => { } err => {}
); );
}, },
reviewArticleTwo(id, index) { reviewArticleTwo(id, index) {
...@@ -3870,7 +3892,7 @@ export default { ...@@ -3870,7 +3892,7 @@ export default {
}); });
} }
}, },
err => { } err => {}
); );
}, },
getDynamic(index) { getDynamic(index) {
...@@ -3900,7 +3922,7 @@ export default { ...@@ -3900,7 +3922,7 @@ export default {
} }
} }
}, },
err => { } err => {}
); );
}, },
getMyDynamic(index) { getMyDynamic(index) {
...@@ -3928,7 +3950,7 @@ export default { ...@@ -3928,7 +3950,7 @@ export default {
} }
} }
}, },
err => { } err => {}
); );
}, },
getAboutMeDynamic() { getAboutMeDynamic() {
...@@ -3941,10 +3963,10 @@ export default { ...@@ -3941,10 +3963,10 @@ export default {
this.aboutMyDynamicList = this.aboutMyDynamicList.concat( this.aboutMyDynamicList = this.aboutMyDynamicList.concat(
res.data.data.pageData res.data.data.pageData
); );
} else { } } else {}
} }
}, },
err => { } err => {}
); );
}, },
UploadAttachment(file) { UploadAttachment(file) {
...@@ -4052,7 +4074,7 @@ export default { ...@@ -4052,7 +4074,7 @@ export default {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
}, },
err => { } err => {}
); );
}, },
rejectApproval() { rejectApproval() {
...@@ -4069,7 +4091,7 @@ export default { ...@@ -4069,7 +4091,7 @@ export default {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
}, },
err => { } err => {}
); );
}, },
withdrawAapproval(workFlowId, templateType) { withdrawAapproval(workFlowId, templateType) {
...@@ -4090,7 +4112,7 @@ export default { ...@@ -4090,7 +4112,7 @@ export default {
this.getList(); this.getList();
} }
}, },
err => { } err => {}
); );
}) })
.catch(() => { .catch(() => {
...@@ -4120,7 +4142,7 @@ export default { ...@@ -4120,7 +4142,7 @@ export default {
this.memberList = res.data.data; this.memberList = res.data.data;
} }
}, },
err => { } err => {}
); );
}, },
clearTransferDialog() { clearTransferDialog() {
...@@ -4167,7 +4189,7 @@ export default { ...@@ -4167,7 +4189,7 @@ export default {
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
}, },
err => { } err => {}
); );
}, },
getDetail(title, id, link) { getDetail(title, id, link) {
...@@ -4223,7 +4245,7 @@ export default { ...@@ -4223,7 +4245,7 @@ export default {
this.Error(res.data.message); this.Error(res.data.message);
} }
}, },
err => { } err => {}
); );
} else { } else {
this.chosenIndex = id; this.chosenIndex = id;
...@@ -4375,7 +4397,7 @@ export default { ...@@ -4375,7 +4397,7 @@ export default {
this.Error(res.data.message); this.Error(res.data.message);
} }
}, },
err => { } err => {}
); );
}, },
//设置菜单选中 //设置菜单选中
...@@ -4514,8 +4536,8 @@ export default { ...@@ -4514,8 +4536,8 @@ export default {
"SystemLog_post_LogSetReadStatus", { "SystemLog_post_LogSetReadStatus", {
LogId: id LogId: id
}, },
res => { }, res => {},
err => { } err => {}
); );
}, },
readyState() { readyState() {
...@@ -4538,7 +4560,7 @@ export default { ...@@ -4538,7 +4560,7 @@ export default {
if (permissionNow === "granted") { if (permissionNow === "granted") {
//允许通知 //允许通知
CreatNotification(); CreatNotification();
} else if (permissionNow === "denied") { } else { } else if (permissionNow === "denied") {} else {
setPermission(); setPermission();
} }
...@@ -4562,7 +4584,7 @@ export default { ...@@ -4562,7 +4584,7 @@ export default {
session: msg session: msg
} }
}); });
n.onshow = function () { }; n.onshow = function () {};
n.onclick = function (e) { n.onclick = function (e) {
//可以直接通过实例的方式获取data内自定义的数据 //可以直接通过实例的方式获取data内自定义的数据
//也可以通过访问回调参数e来获取data的数据 //也可以通过访问回调参数e来获取data的数据
...@@ -4572,7 +4594,7 @@ export default { ...@@ -4572,7 +4594,7 @@ export default {
_that.IM_bodyIsShow = true; _that.IM_bodyIsShow = true;
n.close(); n.close();
}; };
n.onclose = function () { }; n.onclose = function () {};
n.onerror = function (err) { n.onerror = function (err) {
throw err; throw err;
}; };
...@@ -4637,38 +4659,38 @@ export default { ...@@ -4637,38 +4659,38 @@ export default {
}) })
} }
} }
}; };
</script> </script>
<style lang="less"> <style lang="less">
@import "../assets/css/main.less"; @import "../assets/css/main.less";
@import "../assets/css/cssReset.css"; @import "../assets/css/cssReset.css";
@import "../assets/css/message.css"; @import "../assets/css/message.css";
.tsDiv .tsContent .tsbg { .tsDiv .tsContent .tsbg {
position: absolute; position: absolute;
top: 0px; top: 0px;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.tsDiv .tsContent .tsClose { .tsDiv .tsContent .tsClose {
position: absolute; position: absolute;
right: 20px; right: 20px;
top: 20px; top: 20px;
z-index: 100; z-index: 100;
} }
.tsDiv { .tsDiv {
position: fixed; position: fixed;
z-index: 200000; z-index: 200000;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: rgba(0, 0, 0, 0.4); background: rgba(0, 0, 0, 0.4);
} }
.tsDiv .tsContent { .tsDiv .tsContent {
position: absolute; position: absolute;
width: 540px; width: 540px;
height: 554px; height: 554px;
...@@ -4678,23 +4700,26 @@ export default { ...@@ -4678,23 +4700,26 @@ export default {
bottom: 0; bottom: 0;
margin: auto; margin: auto;
background: #fff; background: #fff;
} }
.downmz .khd a { .downmz .khd a {
color: #fff; color: #fff;
} }
.top-right-menu-item{
.top-right-menu-item {
width: 30px; width: 30px;
height: 30px; height: 30px;
background-image: url('../assets/img/robot.png'); background-image: url('../assets/img/robot.png');
background-size: 100% 100%; background-size: 100% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
cursor: pointer; cursor: pointer;
} }
.top-right-menu-item:hover{
.top-right-menu-item:hover {
background-image: url('../assets/img/robot_hover.png'); background-image: url('../assets/img/robot_hover.png');
} }
.downmz .khd {
.downmz .khd {
display: inline-block; display: inline-block;
width: 162px; width: 162px;
height: 32px; height: 32px;
...@@ -4707,23 +4732,23 @@ export default { ...@@ -4707,23 +4732,23 @@ export default {
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.21); box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.21);
border-radius: 4px; border-radius: 4px;
cursor: pointer; cursor: pointer;
} }
.downmz .im_bottom { .downmz .im_bottom {
width: 100%; width: 100%;
height: 114px; height: 114px;
background: url('../assets/img/im/bottom.png') no-repeat; background: url('../assets/img/im/bottom.png') no-repeat;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;
} }
.downmz .downlist>div { .downmz .downlist>div {
position: relative; position: relative;
text-align: center; text-align: center;
} }
.downmz .downlist>div>p { .downmz .downlist>div>p {
position: absolute; position: absolute;
bottom: 7px; bottom: 7px;
color: #333333; color: #333333;
...@@ -4731,23 +4756,23 @@ export default { ...@@ -4731,23 +4756,23 @@ export default {
width: 100%; width: 100%;
font-weight: 400; font-weight: 400;
} }
.downmz .downlist { .downmz .downlist {
width: 165px; width: 165px;
height: 210px; height: 210px;
margin: 25px auto; margin: 25px auto;
background: #fff; background: #fff;
} }
.downmz .top_1 { .downmz .top_1 {
width: 100%; width: 100%;
height: 59px; height: 59px;
background: url('../assets/img/im/yun.png') no-repeat; background: url('../assets/img/im/yun.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
.downmz { .downmz {
position: fixed; position: fixed;
top: 50px; top: 50px;
right: 0px; right: 0px;
...@@ -4757,9 +4782,9 @@ export default { ...@@ -4757,9 +4782,9 @@ export default {
z-index: 5000; z-index: 5000;
min-height: 727px; min-height: 727px;
} }
#downzip { #downzip {
width: 100%; width: 100%;
height: 100%; height: 100%;
position: fixed; position: fixed;
...@@ -4768,56 +4793,56 @@ export default { ...@@ -4768,56 +4793,56 @@ export default {
left: 0; left: 0;
z-index: 2000; z-index: 2000;
display: table; display: table;
} }
#downzip>div { #downzip>div {
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
margin-top: 200px; margin-top: 200px;
} }
#downzip>div>div { #downzip>div>div {
width: 285px; width: 285px;
height: 260px; height: 260px;
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
cursor: pointer; cursor: pointer;
} }
.close { .close {
position: absolute; position: absolute;
top: 0; top: 0;
right: 0px; right: 0px;
width: 25px; width: 25px;
height: 25px; height: 25px;
} }
.changelanguage { .changelanguage {
width: 124px; width: 124px;
} }
.changelanguage .el-dropdown-menu__item .icon-duigou { .changelanguage .el-dropdown-menu__item .icon-duigou {
color: #000000; color: #000000;
position: absolute; position: absolute;
right: 10px; right: 10px;
font-size: 12px; font-size: 12px;
} }
.changelanguage .el-dropdown-menu__item { .changelanguage .el-dropdown-menu__item {
padding: 0; padding: 0;
padding-left: 15px; padding-left: 15px;
font-size: 14px; font-size: 14px;
position: relative; position: relative;
color: #333333; color: #333333;
} }
.changelanguage .el-dropdown-menu__item:hover { .changelanguage .el-dropdown-menu__item:hover {
background: #D9D9D9 !important; background: #D9D9D9 !important;
color: #333333 !important; color: #333333 !important;
} }
._dropdown.el-dropdown-menu { ._dropdown.el-dropdown-menu {
padding: 0; padding: 0;
background-color: #FFF !important; background-color: #FFF !important;
border-radius: 4px; border-radius: 4px;
...@@ -4825,25 +4850,25 @@ export default { ...@@ -4825,25 +4850,25 @@ export default {
width: 210px; width: 210px;
top: 40px !important; top: 40px !important;
box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15); box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
} }
._dropdown_f1.el-dropdown-menu__item { ._dropdown_f1.el-dropdown-menu__item {
color: #ffffff !important; color: #ffffff !important;
height: 120px; height: 120px;
background: url("../assets/img/persion/bg-1.jpg"); background: url("../assets/img/persion/bg-1.jpg");
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
._dropdown_f1 .h-info-box { ._dropdown_f1 .h-info-box {
display: flex; display: flex;
} }
._dropdown_f1 .h-info-box .h-info { ._dropdown_f1 .h-info-box .h-info {
flex: 1; flex: 1;
} }
._dropdown_f1 .h-info-box .h-info .k { ._dropdown_f1 .h-info-box .h-info .k {
color: #8a8894; color: #8a8894;
height: 16px; height: 16px;
line-height: 16px; line-height: 16px;
...@@ -4852,9 +4877,9 @@ export default { ...@@ -4852,9 +4877,9 @@ export default {
text-align: right; text-align: right;
display: block; display: block;
margin-top: 10px; margin-top: 10px;
} }
._dropdown_f1 .h-info-box .h-info .v { ._dropdown_f1 .h-info-box .h-info .v {
color: #ddd; color: #ddd;
line-height: 18px; line-height: 18px;
font-size: 18px; font-size: 18px;
...@@ -4862,9 +4887,9 @@ export default { ...@@ -4862,9 +4887,9 @@ export default {
text-align: right; text-align: right;
display: block; display: block;
margin-top: 10px; margin-top: 10px;
} }
._dropdown_f1 .h-info-box .h-img { ._dropdown_f1 .h-info-box .h-img {
width: 100px; width: 100px;
height: 100px; height: 100px;
position: relative; position: relative;
...@@ -4875,75 +4900,75 @@ export default { ...@@ -4875,75 +4900,75 @@ export default {
margin-top: 10px; margin-top: 10px;
background: rgba(44, 39, 57, .3); background: rgba(44, 39, 57, .3);
border-radius: 100px; border-radius: 100px;
} }
._dropdown_f1 .h-info-box .h-img img { ._dropdown_f1 .h-info-box .h-img img {
width: 82px; width: 82px;
height: 82px; height: 82px;
border-radius: 82px; border-radius: 82px;
} }
._dropdown_f1.el-dropdown-menu__item .company { ._dropdown_f1.el-dropdown-menu__item .company {
font-size: 14px; font-size: 14px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
} }
._dropdown_f1.el-dropdown-menu__item .company span:nth-child(2) { ._dropdown_f1.el-dropdown-menu__item .company span:nth-child(2) {
display: inline-block; display: inline-block;
padding: 3px 8px; padding: 3px 8px;
background-color: #007eff; background-color: #007eff;
border-radius: 9px; border-radius: 9px;
line-height: 18px; line-height: 18px;
font-size: 12px; font-size: 12px;
} }
._dropdown_f1.el-dropdown-menu__item:hover, ._dropdown_f1.el-dropdown-menu__item:hover,
._dropdown_f1.el-dropdown-menu__item:focus { ._dropdown_f1.el-dropdown-menu__item:focus {
background-color: #4d515b !important; background-color: #4d515b !important;
color: #ffffff !important; color: #ffffff !important;
} }
._dropdown_other { ._dropdown_other {
line-height: 42px !important; line-height: 42px !important;
} }
._dropdown_other.el-dropdown-menu__item { ._dropdown_other.el-dropdown-menu__item {
color: #6c7293; color: #6c7293;
position: relative; position: relative;
} }
._dropdown_other.el-dropdown-menu__item .el-badge { ._dropdown_other.el-dropdown-menu__item .el-badge {
position: absolute; position: absolute;
right: 35px; right: 35px;
top: 5px; top: 5px;
} }
._dropdown_other.el-dropdown-menu__item .icon-right1 { ._dropdown_other.el-dropdown-menu__item .icon-right1 {
position: absolute; position: absolute;
right: 4px; right: 4px;
top: 3px; top: 3px;
font-size: 12px; font-size: 12px;
} }
._dropdown_other.el-dropdown-menu__item i { ._dropdown_other.el-dropdown-menu__item i {
display: inline-block; display: inline-block;
margin-right: 6px; margin-right: 6px;
} }
._dropdown_other.el-dropdown-menu__item:hover, ._dropdown_other.el-dropdown-menu__item:hover,
._dropdown_other.el-dropdown-menu__item:focus { ._dropdown_other.el-dropdown-menu__item:focus {
transition: background-color 0.3s ease; transition: background-color 0.3s ease;
background-color: #f7f8fa !important; background-color: #f7f8fa !important;
color: #5d78ff !important; color: #5d78ff !important;
} }
._dropdown .popper__arrow::after { ._dropdown .popper__arrow::after {
border-bottom-color: transparent !important; border-bottom-color: transparent !important;
} }
.IM_body { .IM_body {
position: absolute; position: absolute;
z-index: 9999; z-index: 9999;
right: 0; right: 0;
...@@ -4958,39 +4983,39 @@ export default { ...@@ -4958,39 +4983,39 @@ export default {
background-image: url("../assets/img/imbg/1.png"); background-image: url("../assets/img/imbg/1.png");
box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
background-clip: content-box; background-clip: content-box;
} }
.myDocumentsLink { .myDocumentsLink {
margin: 25px 0; margin: 25px 0;
} }
.myDocumentsLink>span { .myDocumentsLink>span {
font-size: 12px; font-size: 12px;
cursor: pointer; cursor: pointer;
color: #e95252; color: #e95252;
} }
.myDocumentsLink>span:not(:last-of-type):hover { .myDocumentsLink>span:not(:last-of-type):hover {
text-decoration: underline; text-decoration: underline;
} }
.myDocumentsLink>span:not(:last-of-type):after { .myDocumentsLink>span:not(:last-of-type):after {
content: ">"; content: ">";
margin: 0 3px; margin: 0 3px;
color: #e95252; color: #e95252;
pointer-events: none; pointer-events: none;
} }
.myDocumentsLink>span:last-child { .myDocumentsLink>span:last-child {
color: #666; color: #666;
cursor: default; cursor: default;
} }
.dsyNone { .dsyNone {
display: none; display: none;
} }
.indexMsgLayer { .indexMsgLayer {
position: fixed; position: fixed;
z-index: 999; z-index: 999;
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.2);
...@@ -4998,9 +5023,9 @@ export default { ...@@ -4998,9 +5023,9 @@ export default {
height: 100%; height: 100%;
left: 0; left: 0;
top: 0; top: 0;
} }
.indexMsgLayerContent { .indexMsgLayerContent {
width: 400px; width: 400px;
background: #fff; background: #fff;
z-index: 1100; z-index: 1100;
...@@ -5011,128 +5036,128 @@ export default { ...@@ -5011,128 +5036,128 @@ export default {
position: absolute; position: absolute;
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1); box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1);
transition: right 0.5s; transition: right 0.5s;
} }
.indexMsgLayerContent.rightZero { .indexMsgLayerContent.rightZero {
right: 0px; right: 0px;
} }
.indexMsgLayerContent .title { .indexMsgLayerContent .title {
height: 48px; height: 48px;
background: #edeef0; background: #edeef0;
line-height: 48px; line-height: 48px;
font-size: 16px; font-size: 16px;
color: #333; color: #333;
text-indent: 30px; text-indent: 30px;
} }
.indexMsgLayerContent .user { .indexMsgLayerContent .user {
width: 340px; width: 340px;
margin: 0 30px; margin: 0 30px;
border-bottom: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
height: 60px; height: 60px;
padding: 30px 0; padding: 30px 0;
box-sizing: content-box; box-sizing: content-box;
} }
.indexMsgLayerContent .user>p { .indexMsgLayerContent .user>p {
line-height: 28px; line-height: 28px;
} }
.indexMsgLayerContent .user>img { .indexMsgLayerContent .user>img {
width: 58px; width: 58px;
height: 58px; height: 58px;
border-radius: 29px; border-radius: 29px;
float: left; float: left;
margin: 0 12px 0 0; margin: 0 12px 0 0;
} }
.indexMsgLayerContent .detail { .indexMsgLayerContent .detail {
width: 340px; width: 340px;
margin: 0 30px; margin: 0 30px;
padding: 25px 0; padding: 25px 0;
border-bottom: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
min-height: 120px; min-height: 120px;
} }
.indexMsgLayerContent .audit { .indexMsgLayerContent .audit {
width: 340px; width: 340px;
margin: 30px 30px 0; margin: 30px 30px 0;
min-height: 120px; min-height: 120px;
border-bottom: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
} }
.indexMsgLayerContent .audit .auditItem { .indexMsgLayerContent .audit .auditItem {
min-height: 80px; min-height: 80px;
width: 320px; width: 320px;
margin-left: 20px; margin-left: 20px;
border-left: 1px solid #ededed; border-left: 1px solid #ededed;
position: relative; position: relative;
font-size: 14px; font-size: 14px;
} }
.indexMsgLayerContent .audit .auditItem:last-child { .indexMsgLayerContent .audit .auditItem:last-child {
border-left: none; border-left: none;
} }
.indexMsgLayerContent .audit .auditItem>p { .indexMsgLayerContent .audit .auditItem>p {
line-height: 40px; line-height: 40px;
text-indent: 40px; text-indent: 40px;
} }
.indexMsgLayerContent .audit .auditItem>img { .indexMsgLayerContent .audit .auditItem>img {
width: 40px; width: 40px;
height: 40px; height: 40px;
border-radius: 20px; border-radius: 20px;
position: absolute; position: absolute;
left: -20px; left: -20px;
} }
.indexMsgLayerContent .send { .indexMsgLayerContent .send {
width: 340px; width: 340px;
margin: 30px 30px 0; margin: 30px 30px 0;
min-height: 120px; min-height: 120px;
} }
.indexMsgLayerContent .send .sentTitle { .indexMsgLayerContent .send .sentTitle {
height: 14px; height: 14px;
line-height: 14px; line-height: 14px;
text-indent: 10px; text-indent: 10px;
border-left: 3px solid #e95252; border-left: 3px solid #e95252;
font-size: 14px; font-size: 14px;
} }
.indexMsgLayerContent .send .sentTitle span { .indexMsgLayerContent .send .sentTitle span {
color: #666; color: #666;
margin-left: 20px; margin-left: 20px;
} }
.indexMsgLayerContent .send .sendList>div { .indexMsgLayerContent .send .sendList>div {
float: left; float: left;
margin: 10px 10px 0 0; margin: 10px 10px 0 0;
font-size: 12px; font-size: 12px;
color: #666; color: #666;
width: 40px; width: 40px;
text-align: center; text-align: center;
} }
.indexMsgLayerContent .send .sendList>div>img { .indexMsgLayerContent .send .sendList>div>img {
width: 40px; width: 40px;
height: 40px; height: 40px;
border-radius: 20px; border-radius: 20px;
} }
.indexMsgLayerContent .myApprovalTable tr { .indexMsgLayerContent .myApprovalTable tr {
height: 40px; height: 40px;
font-size: 14px; font-size: 14px;
} }
.indexMsgLayerContent .myApprovalTable tr td:nth-child(1) { .indexMsgLayerContent .myApprovalTable tr td:nth-child(1) {
text-align: right; text-align: right;
color: #666; color: #666;
} }
.indexMsgLayerContentBtn { .indexMsgLayerContentBtn {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
background: #fff; background: #fff;
...@@ -5141,19 +5166,19 @@ export default { ...@@ -5141,19 +5166,19 @@ export default {
line-height: 40px; line-height: 40px;
padding: 0 30px; padding: 0 30px;
border-top: 1px solid #f0f3fa; border-top: 1px solid #f0f3fa;
} }
.indexMsgLayerContentBtn input { .indexMsgLayerContentBtn input {
margin-right: 10px; margin-right: 10px;
} }
.nav-right ul li.user_head .el-dropdown-link { .nav-right ul li.user_head .el-dropdown-link {
display: flex; display: flex;
align-items: center; align-items: center;
cursor: pointer; cursor: pointer;
} }
.nav-right ul li.user_head span.name { .nav-right ul li.user_head span.name {
color: #99a7b3; color: #99a7b3;
font-size: 12px; font-size: 12px;
display: inline-block; display: inline-block;
...@@ -5161,82 +5186,82 @@ export default { ...@@ -5161,82 +5186,82 @@ export default {
overflow: hidden; overflow: hidden;
width: 45px; width: 45px;
height: 50px; height: 50px;
} }
.nav-right ul li.user_head img { .nav-right ul li.user_head img {
width: 24px; width: 24px;
height: 24px; height: 24px;
border-radius: 50%; border-radius: 50%;
margin-top: 17px !important; margin-top: 17px !important;
} }
.nav { .nav {
display: -webkit-box; display: -webkit-box;
.size(100%, 50px); .size(100%, 50px);
.min-width(1366px); .min-width(1366px);
background: #1f1e2e; background: #1f1e2e;
} }
.red-theme .nav { .red-theme .nav {
.size(100%, 58px); .size(100%, 58px);
background: linear-gradient(270deg, rgba(244, 92, 67, 1), rgba(235, 51, 73, 1)); background: linear-gradient(270deg, rgba(244, 92, 67, 1), rgba(235, 51, 73, 1));
} }
.nav-left { .nav-left {
width: 56px; width: 56px;
color: #e73828; color: #e73828;
text-align: center; text-align: center;
height: 100%; height: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
} }
.nav-left .GroupPic { .nav-left .GroupPic {
width: 36px; width: 36px;
height: 36px; height: 36px;
-webkit-border-radius: 36px; -webkit-border-radius: 36px;
margin: 0px 30px 0px 15px !important; margin: 0px 30px 0px 15px !important;
} }
.nav-left i.iconfont { .nav-left i.iconfont {
font-size: 24px; font-size: 24px;
} }
.nav-left img { .nav-left img {
.fl(); .fl();
.size(50px; 50px); .size(50px; 50px);
.circle(25px); .circle(25px);
} }
.nav-left p.name { .nav-left p.name {
.fz(14px, 18px); .fz(14px, 18px);
color: #444; color: #444;
margin: 20px 0 5px 0; margin: 20px 0 5px 0;
} }
.nav-left p.company { .nav-left p.company {
.fz(12px); .fz(12px);
color: #444; color: #444;
} }
.nav-middle { .nav-middle {
display: flex; display: flex;
} }
.red-theme .nav .nav-middle { .red-theme .nav .nav-middle {
align-items: center; align-items: center;
} }
.nav-middle ul { .nav-middle ul {
width: 100%; width: 100%;
margin: 0 auto; margin: 0 auto;
height: 100%; height: 100%;
z-index: 99; z-index: 99;
display: flex; display: flex;
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.nav-middle ul li { .nav-middle ul li {
.min-size(100px, 100%); .min-size(100px, 100%);
.fz(14px); .fz(14px);
.center(text-x); .center(text-x);
...@@ -5248,36 +5273,36 @@ export default { ...@@ -5248,36 +5273,36 @@ export default {
z-index: 2019128; z-index: 2019128;
cursor: pointer; cursor: pointer;
white-space: nowrap; white-space: nowrap;
} }
.red-theme .nav .nav-middle ul li { .red-theme .nav .nav-middle ul li {
color: #fff; color: #fff;
padding: 14px 10px; padding: 14px 10px;
} }
.red-theme .nav .nav-middle ul li i { .red-theme .nav .nav-middle ul li i {
color: #fff; color: #fff;
font-size: 0px; font-size: 0px;
} }
.nav-middle ul li i { .nav-middle ul li i {
font-size: 16px; font-size: 16px;
color: #a6adb4; color: #a6adb4;
} }
.nav-middle ul li img { .nav-middle ul li img {
height: 40px; height: 40px;
margin: 32px 0 14px; margin: 32px 0 14px;
} }
.nav-middle ul li:hover .menuList_son { .nav-middle ul li:hover .menuList_son {
display: block; display: block;
width: 1000px; width: 1000px;
z-index: 999999; z-index: 999999;
animation: ttt .5s forwards; animation: ttt .5s forwards;
} }
@keyframes ttt { @keyframes ttt {
0% { 0% {
opacity: 0; opacity: 0;
} }
...@@ -5289,46 +5314,46 @@ export default { ...@@ -5289,46 +5314,46 @@ export default {
100% { 100% {
opacity: 1; opacity: 1;
} }
} }
.nav-middle ul li .menuList_son { .nav-middle ul li .menuList_son {
position: fixed; position: fixed;
background-color: #FFF; background-color: #FFF;
top: 50px; top: 50px;
display: none; display: none;
overflow: hidden; overflow: hidden;
box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15); box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
} }
.red-theme .nav-middle ul li .menuList_son { .red-theme .nav-middle ul li .menuList_son {
top: 58px; top: 58px;
} }
.menuList_tittle_box { .menuList_tittle_box {
line-height: 30px; line-height: 30px;
} }
.menuList_son_one_tittle { .menuList_son_one_tittle {
color: #5f6281; color: #5f6281;
font-size: 16px; font-size: 16px;
padding-bottom: 15px; padding-bottom: 15px;
text-align: left; text-align: left;
padding: 9px 10px; padding: 9px 10px;
font-family: "pingfangR"; font-family: "pingfangR";
} }
.red-theme .menuList_son_one_tittle { .red-theme .menuList_son_one_tittle {
color: #333; color: #333;
} }
.menuList_son_two_tittle { .menuList_son_two_tittle {
color: #a1aad0; color: #a1aad0;
text-align: left; text-align: left;
font-family: pingfangR; font-family: pingfangR;
padding: 0 9px; padding: 0 9px;
} }
.menuList_son_three_tittle { .menuList_son_three_tittle {
cursor: pointer; cursor: pointer;
-webkit-transition: all linear 0.3s; -webkit-transition: all linear 0.3s;
transition: all linear 0.3s; transition: all linear 0.3s;
...@@ -5336,152 +5361,152 @@ export default { ...@@ -5336,152 +5361,152 @@ export default {
padding: 0 9px; padding: 0 9px;
color: #494d5f; color: #494d5f;
font-size: 13px; font-size: 13px;
} }
.menuList_son_three_tittle i { .menuList_son_three_tittle i {
color: #494d5f; color: #494d5f;
display: inline-block; display: inline-block;
margin-right: 10px; margin-right: 10px;
font-size: 13px; font-size: 13px;
} }
.menuList_son_three_tittle:hover { .menuList_son_three_tittle:hover {
color: #33B3FF; color: #33B3FF;
background: #f8f8fb; background: #f8f8fb;
} }
.menuList_son_three_tittle:hover i { .menuList_son_three_tittle:hover i {
color: #5867dd; color: #5867dd;
} }
.menuList_son_item { .menuList_son_item {
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
} }
.menuList_son_item div:last-child { .menuList_son_item div:last-child {
border: none; border: none;
} }
.hoverNote { .hoverNote {
width: 0; width: 0;
height: 4px; height: 4px;
background: #e95252; background: #e95252;
position: absolute; position: absolute;
left: 0; left: 0;
bottom: -2px; bottom: -2px;
} }
.red-theme .nav .hoverNote { .red-theme .nav .hoverNote {
background: #f5f5f5; background: #f5f5f5;
border-radius: 2px; border-radius: 2px;
} }
.nav-middle ul li:hover { .nav-middle ul li:hover {
background-color: #232337; background-color: #232337;
} }
.red-theme .nav .nav-middle ul li:hover { .red-theme .nav .nav-middle ul li:hover {
background-color: #c1272d; background-color: #c1272d;
} }
.nav-middle ul li:hover .hoverNote { .nav-middle ul li:hover .hoverNote {
width: 100%; width: 100%;
transition: width 0.5s; transition: width 0.5s;
} }
.nav-middle ul li i { .nav-middle ul li i {
display: inline-block; display: inline-block;
margin-right: 8px; margin-right: 8px;
} }
.big_tittle { .big_tittle {
cursor: pointer; cursor: pointer;
font-size: 15px; font-size: 15px;
font-family: 'pingfangR'; font-family: 'pingfangR';
} }
.red-theme .nav .big_tittle { .red-theme .nav .big_tittle {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, MicrosoftJhengHeiBoldFix, "\5FAE\8EDF\6B63\9ED1\9AD4", Microsoft JhengHei; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, MicrosoftJhengHeiBoldFix, "\5FAE\8EDF\6B63\9ED1\9AD4", Microsoft JhengHei;
font-size: 16px; font-size: 16px;
} }
.nav-middle ul li.active .big_tittle { .nav-middle ul li.active .big_tittle {
color: #ffffff; color: #ffffff;
cursor: pointer; cursor: pointer;
} }
.nav-middle ul li.active .hoverNote { .nav-middle ul li.active .hoverNote {
width: 100%; width: 100%;
} }
.nav-right { .nav-right {
width: 220px; width: 220px;
position: absolute; position: absolute;
right: 0; right: 0;
} }
.red-theme .nav-right { .red-theme .nav-right {
width: unset; width: unset;
} }
.nav-right ul { .nav-right ul {
display: flex; display: flex;
line-height: 50px; line-height: 50px;
justify-content: flex-end; justify-content: flex-end;
} }
.red-theme .nav .nav-right ul { .red-theme .nav .nav-right ul {
line-height: 58px; line-height: 58px;
} }
.nav-right ul li { .nav-right ul li {
height: 50px; height: 50px;
margin-right: 20px; margin-right: 20px;
text-align: center; text-align: center;
justify-content: flex-end; justify-content: flex-end;
} }
.red-theme .nav .nav-right ul li { .red-theme .nav .nav-right ul li {
height: 58px; height: 58px;
} }
.red-theme .nav .nav-right ul li i { .red-theme .nav .nav-right ul li i {
color: #fff; color: #fff;
} }
.nav-right ul li i { .nav-right ul li i {
cursor: pointer; cursor: pointer;
.fz(18px); .fz(18px);
color: #e4e4e4; color: #e4e4e4;
} }
.red-theme .nav .nav-right ul li i:hover { .red-theme .nav .nav-right ul li i:hover {
color: #e4e4e4; color: #e4e4e4;
} }
.nav-right ul li i:hover { .nav-right ul li i:hover {
color: #999; color: #999;
} }
.red-theme .nav .nav-right ul li i.red { .red-theme .nav .nav-right ul li i.red {
color: #FFF !important; color: #FFF !important;
} }
.hide { .hide {
display: none; display: none;
} }
#message_box { #message_box {
position: fixed; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
z-index: 1889; z-index: 1889;
font-family: "PingFangSC-fine" !important; font-family: "PingFangSC-fine" !important;
} }
.box { .box {
height: 100%; height: 100%;
background-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0);
overflow: hidden; overflow: hidden;
...@@ -5490,33 +5515,33 @@ export default { ...@@ -5490,33 +5515,33 @@ export default {
top: 0; top: 0;
z-index: 180; z-index: 180;
width: 100%; width: 100%;
} }
.mybox-leave-active { .mybox-leave-active {
transition: all 1s ease; transition: all 1s ease;
} }
.mybox-enter-active { .mybox-enter-active {
transition: all 0.5s ease; transition: all 0.5s ease;
} }
.mybox-leave-active, .mybox-leave-active,
.mybox-enter { .mybox-enter {
right: -100% !important; right: -100% !important;
} }
.mybox-leave, .mybox-leave,
.mybox-enter-active { .mybox-enter-active {
right: 0; right: 0;
} }
.noNewMsg { .noNewMsg {
font-size: 16px; font-size: 16px;
color: #999; color: #999;
text-align: center; text-align: center;
} }
@keyframes zy { @keyframes zy {
10% { 10% {
transform: rotate(15deg); transform: rotate(15deg);
} }
...@@ -5537,9 +5562,9 @@ export default { ...@@ -5537,9 +5562,9 @@ export default {
100% { 100% {
transform: rotate(0deg); transform: rotate(0deg);
} }
} }
.animation::before { .animation::before {
color: #e95252; color: #e95252;
float: left; float: left;
width: 18px; width: 18px;
...@@ -5551,15 +5576,15 @@ export default { ...@@ -5551,15 +5576,15 @@ export default {
/* Safari and Chrome */ /* Safari and Chrome */
-o-animation: zy 2.5s 0.15s linear infinite; -o-animation: zy 2.5s 0.15s linear infinite;
/* Opera */ /* Opera */
} }
.red-theme .nav .animation::before { .red-theme .nav .animation::before {
color: #FFF; color: #FFF;
} }
#message_box .content { #message_box .content {
width: 350px; width: 350px;
height: 100%; height: 100%;
background-image: url("../assets/img/message_bg@3x.png"); background-image: url("../assets/img/message_bg@3x.png");
...@@ -5568,73 +5593,73 @@ export default { ...@@ -5568,73 +5593,73 @@ export default {
right: 0; right: 0;
top: 0; top: 0;
z-index: 200; z-index: 200;
} }
#message_box .header { #message_box .header {
padding: 18px 20px; padding: 18px 20px;
height: 6%; height: 6%;
} }
#message_box .header i { #message_box .header i {
color: #e95252; color: #e95252;
font-size: 18px; font-size: 18px;
cursor: pointer; cursor: pointer;
} }
#message_box .header>div { #message_box .header>div {
width: 50%; width: 50%;
float: left; float: left;
} }
#message_box .header>div:nth-child(2) { #message_box .header>div:nth-child(2) {
text-align: right; text-align: right;
} }
#message_box .header i.icon-img_caidan { #message_box .header i.icon-img_caidan {
font-size: 16px; font-size: 16px;
} }
#message_box .header>div:nth-child(2) .icon-img_delete_small { #message_box .header>div:nth-child(2) .icon-img_delete_small {
display: inline-block; display: inline-block;
margin-right: 38px; margin-right: 38px;
} }
.msgItem_box { .msgItem_box {
height: 94%; height: 94%;
overflow: auto; overflow: auto;
} }
#message_box .msgItem { #message_box .msgItem {
padding: 20px; padding: 20px;
transition: all linear 0.5s; transition: all linear 0.5s;
cursor: pointer; cursor: pointer;
} }
#message_box .msgItem:hover { #message_box .msgItem:hover {
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
} }
#message_box .msgItem:hover .icon-ego-guanbi { #message_box .msgItem:hover .icon-ego-guanbi {
display: inline-block; display: inline-block;
} }
.msgItem_left { .msgItem_left {
width: 40px; width: 40px;
} }
.msgItem_right { .msgItem_right {
width: 250px; width: 250px;
} }
.msgItem_right>div>div { .msgItem_right>div>div {
float: left; float: left;
} }
.msgItem_right>div>div:nth-child(2) { .msgItem_right>div>div:nth-child(2) {
float: right; float: right;
} }
.msgItem_tit { .msgItem_tit {
padding-left: 10px; padding-left: 10px;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
...@@ -5642,15 +5667,15 @@ export default { ...@@ -5642,15 +5667,15 @@ export default {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.msgItem_left, .msgItem_left,
.msgItem_right { .msgItem_right {
height: 80px; height: 80px;
float: left; float: left;
} }
.msgItem_radius { .msgItem_radius {
height: 38px; height: 38px;
width: 38px; width: 38px;
line-height: 38px; line-height: 38px;
...@@ -5659,36 +5684,36 @@ export default { ...@@ -5659,36 +5684,36 @@ export default {
background-color: #6694dc; background-color: #6694dc;
font-size: 12px; font-size: 12px;
color: white; color: white;
} }
.msgItem_time { .msgItem_time {
font-size: 14px; font-size: 14px;
color: #999999; color: #999999;
} }
.icon-ego-guanbi { .icon-ego-guanbi {
font-size: 12px; font-size: 12px;
color: #999999; color: #999999;
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
padding-left: 20px; padding-left: 20px;
display: none; display: none;
} }
.msgItem_conten { .msgItem_conten {
padding: 10px; padding: 10px;
font-size: 12px; font-size: 12px;
color: #666666; color: #666666;
padding-bottom: 0; padding-bottom: 0;
} }
.icon-imessage_top { .icon-imessage_top {
animation: mymove 5s infinite; animation: mymove 5s infinite;
-webkit-animation: mymove 5s infinite; -webkit-animation: mymove 5s infinite;
/*Safari and Chrome*/ /*Safari and Chrome*/
} }
@keyframes mymove { @keyframes mymove {
from { from {
left: 0px; left: 0px;
} }
...@@ -5696,11 +5721,11 @@ export default { ...@@ -5696,11 +5721,11 @@ export default {
to { to {
left: 200px; left: 200px;
} }
} }
@-webkit-keyframes mymove @-webkit-keyframes mymove
/*Safari and Chrome*/ /*Safari and Chrome*/
{ {
from { from {
left: 0px; left: 0px;
...@@ -5709,55 +5734,55 @@ export default { ...@@ -5709,55 +5734,55 @@ export default {
to { to {
left: 200px; left: 200px;
} }
} }
.temDivs { .temDivs {
position: absolute; position: absolute;
top: 50px; top: 50px;
bottom: 0px; bottom: 0px;
left: 0px; left: 0px;
right: 0px; right: 0px;
} }
.red-theme .temDivs { .red-theme .temDivs {
top: 58px; top: 58px;
} }
.red { .red {
color: #e95252 !important; color: #e95252 !important;
} }
.weOytour { .weOytour {
display: none; display: none;
} }
.sysMsg_lod_more { .sysMsg_lod_more {
text-align: center; text-align: center;
font-size: 12px; font-size: 12px;
color: #999999; color: #999999;
} }
.IM_messageList2 { .IM_messageList2 {
top: 41px; top: 41px;
} }
.IM_messageList ul li.sysMsg_lod_more:hover { .IM_messageList ul li.sysMsg_lod_more:hover {
background-color: inherit; background-color: inherit;
height: auto; height: auto;
line-height: 35px; line-height: 35px;
} }
.IM_messageList ._SysNoteDate_ul li { .IM_messageList ._SysNoteDate_ul li {
height: auto; height: auto;
} }
._more_dropdown._dropdown.el-dropdown-menu { ._more_dropdown._dropdown.el-dropdown-menu {
top: 50px !important; top: 50px !important;
border-radius: 0; border-radius: 0;
border-color: #ddd; border-color: #ddd;
} }
.logsBack { .logsBack {
position: fixed; position: fixed;
z-index: 999; z-index: 999;
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.2);
...@@ -5765,9 +5790,9 @@ export default { ...@@ -5765,9 +5790,9 @@ export default {
height: 100%; height: 100%;
left: 0; left: 0;
top: 0; top: 0;
} }
.updateLogs { .updateLogs {
position: absolute; position: absolute;
width: 400px; width: 400px;
left: 50%; left: 50%;
...@@ -5778,9 +5803,9 @@ export default { ...@@ -5778,9 +5803,9 @@ export default {
border: 1px solid #DCDCDC; border: 1px solid #DCDCDC;
z-index: 9999; z-index: 9999;
background-color: #fff; background-color: #fff;
} }
.logsTitle { .logsTitle {
width: 100%; width: 100%;
padding: 0 10px; padding: 0 10px;
text-align: center; text-align: center;
...@@ -5788,42 +5813,42 @@ export default { ...@@ -5788,42 +5813,42 @@ export default {
font-size: 14px; font-size: 14px;
margin-top: 10px; margin-top: 10px;
font-weight: bold; font-weight: bold;
} }
.inlogs_Content { .inlogs_Content {
width: 100%; width: 100%;
padding: 0 15px; padding: 0 15px;
overflow: auto; overflow: auto;
margin-top: 20px; margin-top: 20px;
color: #666666; color: #666666;
font-size: 12px; font-size: 12px;
} }
.inlogs_Content p { .inlogs_Content p {
margin-bottom: 10px; margin-bottom: 10px;
} }
.logsImg { .logsImg {
margin-top: -30px; margin-top: -30px;
margin-left: 155px; margin-left: 155px;
} }
._saleRnk.el-dialog--center { ._saleRnk.el-dialog--center {
z-index: 2019523; z-index: 2019523;
} }
._saleRnk.el-dialog--center .el-dialog__body { ._saleRnk.el-dialog--center .el-dialog__body {
padding: 0; padding: 0;
max-height: 800px; max-height: 800px;
} }
._saleRnk.el-dialog--center { ._saleRnk.el-dialog--center {
margin-top: 45px !important; margin-top: 45px !important;
margin-bottom: 0 !important; margin-bottom: 0 !important;
height: 850px; height: 850px;
} }
.MenuConfirm { .MenuConfirm {
display: inline-block; display: inline-block;
width: 15px; width: 15px;
height: 15px; height: 15px;
...@@ -5833,30 +5858,30 @@ export default { ...@@ -5833,30 +5858,30 @@ export default {
background-color: #E95252; background-color: #E95252;
color: #fff; color: #fff;
line-height: 15px; line-height: 15px;
} }
.chakanbox { .chakanbox {
position: fixed; position: fixed;
right: 0; right: 0;
top: 50%; top: 50%;
} }
.chakanbox div { .chakanbox div {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: #ffffff; color: #ffffff;
} }
.chakanbox .chakanbox_s { .chakanbox .chakanbox_s {
width: 50px; width: 50px;
height: 50px; height: 50px;
background: rgba(233, 82, 82, 1); background: rgba(233, 82, 82, 1);
border-radius: 50%; border-radius: 50%;
opacity: .4; opacity: .4;
} }
.chakanbox .chakanbox_b { .chakanbox .chakanbox_b {
width: 125px; width: 125px;
height: 50px; height: 50px;
background: rgba(233, 82, 82, 1); background: rgba(233, 82, 82, 1);
...@@ -5864,13 +5889,14 @@ export default { ...@@ -5864,13 +5889,14 @@ export default {
border-bottom-left-radius: 20px; border-bottom-left-radius: 20px;
display: none; display: none;
cursor: pointer; cursor: pointer;
} }
.chakanbox:hover .chakanbox_s { .chakanbox:hover .chakanbox_s {
display: none; display: none;
} }
.chakanbox:hover .chakanbox_b { .chakanbox:hover .chakanbox_b {
display: flex; display: flex;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment