123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714 |
- <template>
- <div class="solved">
- <div class="conentBox">
- <div class="header">处理方案</div>
- <div v-if="model.incident" class="conent">
- <div class="navBar">
- <div class="fl">
- <a
- :class="{ active: actives == 'info' }"
- href="javascript:;"
- @click="toInfo('info')"
- >事件信息</a
- >
- </div>
- <div class="fl">
- <a
- :class="{ active: actives == 'handlerInfo' }"
- href="javascript:;"
- @click="toInfo('handlerInfo')"
- >处理信息</a
- >
- </div>
- <!-- <div class="fl">
- <a
- :class="{ active: actives == 'handlerLog' }"
- href="javascript:;"
- @click="toInfo('handlerLog')"
- >维修记录</a
- >
- </div> -->
- <div class="fl">
- <a
- :class="{ active: actives == 'progress' }"
- href="javascript:;"
- @click="toInfo('progress')"
- >处理进度</a
- >
- </div>
- </div>
- <div class="label headtop" id="info">事件信息</div>
- <div class="info">
- <EventInformation :model="model" :id="id"></EventInformation>
- <p class="info_hide">
- <span class="fl hide" @click="hides()" v-if="!item_hides"
- >展开详情 >></span
- >
- <span class="fl hide" @click="hides()" v-if="item_hides"
- >隐藏详情<<</span
- >
- </p>
- <ShowPicture :processInstanceId="processInstanceId" :wxIncidentId="wxIncidentId"></ShowPicture>
- <div class="label" id="handlerInfo">处理信息</div>
- <p>
- <span class="fl">处理人</span>
- <span class="fr">{{
- model.incident.acceptUser ? model.incident.acceptUser.name : ""
- }}</span>
- </p>
- <p>
- <span class="fl">联系电话</span>
- <span class="fr" v-if="!model.incident.contactsInformation"></span>
- <span class="fr" v-if="model.incident.contactsInformation"
- ><a :href="'tel:' + model.incident.contactsInformation"
- ><i class="iconfont icon-shouji"></i
- >{{ model.incident.contactsInformation }}</a
- ></span
- >
- </p>
- <p>
- <span class="fl">处理方式</span>
- <span class="fr showwrap">{{
- model.incident.handleCategory
- ? model.incident.handleCategory.name
- : ""
- }}</span>
- </p>
- <p>
- <span class="fl">关闭代码</span>
- <span class="fr">{{
- model.incident.closecode ? model.incident.closecode.name : ""
- }}</span>
- </p>
- <p class="desc">
- <span class="fl">处理方案</span>
- <span
- class="fr grayFont"
- v-html="model.incident.handleDescription"
- ></span>
- </p>
- <!-- <p>
- <span class="fl" v-if="model.incident.synergeticReason">协同人员</span>
- <span class="fl" v-else-if="model.isupreason">升级对象</span>
- <span class="fl" v-else-if="model.transferReason">转派对象</span>
- <span class="fr">{{model.incident.handlerUser?model.incident.handlerUser.name:''}}</span>
- </p>
- <p v-if="model.incident.synergeticReason">
- <span class="fl" >协同原因</span>
- <span class="fr">{{model.incident.synergeticReason}}</span>
- </p>
- <p v-if="model.isupreason">
- <span class="fl">升级原因</span>
- <span class="fr">{{model.isupreason}}</span>
- </p>
- <p v-if="model.transferReason">
- <span class="fl">转派原因</span>
- <span class="fr" >{{model.transferReason}}</span>
- </p> -->
- <!-- <HandlerLog :data="model.incident.handlerLogs" id="handlerLog"></HandlerLog> -->
- <div class="label" id="progress">处理进度</div>
- <div
- :class="{ progress: true, progressHide: !pro_hides }"
- id="progressBox"
- >
- <div class="progress_info" v-for="item in progressInfo">
- <div class="progress_info_L">{{ item.activityName }}</div>
- <div class="progress_info_R">
- <div class="time">
- <i
- :class="{
- iconfont: true,
- 'icon-icon_weizuo': item.endTime != '',
- 'icon-icon_zhengzaijinx': item.endTime == '',
- }"
- ></i>
- <span class="text1">
- {{ item.startTime | timeFormat("MM-dd HH:mm:ss") }}
- <template v-if="item.userName">
- ,{{ item.userName }}
- </template>
- </span>
- </div>
- <div :class="{ cont: true, blue: item.endTime != '' }">
- <p class="text2" v-if="item.desc" v-html="item.desc"></p>
- </div>
- </div>
- </div>
- </div>
- <p class="info_hide">
- <span class="fl hide" @click="proHides()">{{
- pro_hides ? "隐藏详情 <<" : "展开详情 >>"
- }}</span>
- </p>
- <div
- class="form"
- v-if="model.incident.handlerUser.id == loginUser.id"
- >
- <div class="txtLabel">
- <div class="txt fl handler">
- <span style="color: red">*</span>是否已解决:
- </div>
- <cube-select
- class="selectGroup fl"
- v-model="isclose"
- :options="iscloseArr"
- ></cube-select>
- </div>
- <div class="txtLabel">
- <div class="txt fl">
- <span style="color: red">*</span> 结果类型:
- </div>
- <cube-select
- class="selectGroup fl"
- v-model="handleResult"
- :options="handleResultArr"
- ></cube-select>
- </div>
- <div class="txtLabel">
- <div class="txt fl">满意度评价:</div>
- <cube-select
- class="selectGroup fl"
- v-model="degree"
- :options="degreeArr"
- ></cube-select>
- </div>
- <div class="txtLabel">
- <div class="txt fl">回访备注:</div>
- <cube-input v-model="model.incident.visitRemarks"></cube-input>
- </div>
- <div class="sub">
- <cube-button type="submit" @click="subVali()">提交</cube-button>
- <cube-button type="submit" @click="goToSummary()" v-if="model.incident.duty && model.incident.duty.addSummary == 1">查看汇总单</cube-button>
- </div>
- </div>
- </div>
- </div>
- <load-ing v-if="!model.incident"></load-ing>
- </div>
- </div>
- </template>
- <script>
- import LoadIng from "./../views/loading.vue";
- import EventInformation from './../components/EventInformation/index.vue'
- import ShowPicture from './../custom/ShowPicture.vue'
- import { formatDate } from "./../components/js/date.js";
- // import HandlerLog from "./../views/handlerLog.vue";
- export default {
- data() {
- return {
- id: "",
- loginUser: JSON.parse(localStorage.getItem("loginUser")),
- selected: 1,
- isclose: "close", //是否已解决
- iscloseArr: [
- {
- text: "已解决",
- value: "close",
- },
- {
- text: "未解决",
- value: "notsolved",
- },
- ],
- handleResult: "", //结果类型
- handleResultArr: [], //结果类型
- degree: "",
- degreeArr: [],
- visitRemarks: "", //回访备注
- item_hides: false,
- item_hides1: false,
- pro_hides: false, //展开/收起处理进度
- actives: "info",
- processInstanceId: "",
- wxIncidentId: "",
- progressInfo: [], //处理进度
- model: {}, //提交数据
- };
- },
- components: {
- LoadIng,
- EventInformation,
- ShowPicture,
- // HandlerLog
- },
- methods: {
- // 查看汇总单
- goToSummary(){
- if(this.model.incident.duty && this.model.incident.duty.addSummary == 1 && this.model.incident.state.value == "resolved"){
- // 责任科室【是否需要填写汇总单】开启,并且工单状态是已解决
- this.$router.push({
- path: `/summaryOrderDetail/${this.model.incident.id}`
- });
- }else if(this.model.incident.duty && this.model.incident.duty.addSummary == 1 && this.model.incident.state.value == "close"){
- // 责任科室【是否需要填写汇总单】开启,并且工单状态是已关闭
- this.$router.push({
- path: `/summaryOrderDetail/${this.model.incident.id}`
- });
- }
- },
- // 获取事件数据
- getParamsData() {
- var that = this;
- that.$http
- .get(
- "/service/form/renderForm/closeform/" +
- that.processInstanceId +
- "/" +
- that.loginUser.id +
- "/" +
- that.id,
- {}
- )
- .then(function (res) {
- console.log(res.data);
- that.model = res.data.model;
- that.model.msgflag = "已解决";
- //seimin
- that.wxIncidentId = res.data.model.incident.wxIncidentId;
- localStorage.setItem("modelData", JSON.stringify(that.model));
- that.getProgressInfo();
- });
- },
- // 获取处理进度
- getProgressInfo() {
- var that = this;
- that.$http
- .post(
- "/service/bpm/bpm/flowTracingCustom/" + that.processInstanceId,
- {}
- )
- .then(function (res) {
- console.log(res.data);
- that.progressInfo = res.data.data;
- //维修记录startcaca
- if (that.model.incident.handlerLogs) {
- //添加日志
- that.model.incident.handlerLogs.forEach((v) => {
- that.progressInfo.push({
- startTime: v.opTime,
- endTime: 1,
- desc: (v.repairType && v.expectedDate) ? `${v.repairType.name} ${formatDate(v.expectedDate, "MM月dd日前完成")}<br>${v.opValue}` : v.opValue,
- userName: v.userName,
- activityName: "事件处理",
- });
- });
- }
- //处理数据
- that.progressInfo.forEach((v) => {
- if (!v.endTime) {
- v.endTime = 1;
- }
- v.startTime = new Date(v.startTime).getTime();
- });
- var kaishi = that.progressInfo.shift();
- var jiedan = that.progressInfo.shift();
- that.progressInfo.sort(function (o, c) {
- return c.startTime - o.startTime;
- });
- that.progressInfo.length && (that.progressInfo[0].endTime = "");
- that.progressInfo.push(jiedan);
- that.progressInfo.push(kaishi);
- console.log(that.progressInfo);
- //维修记录end
- });
- },
- // 获取结果类型
- getHandlerRes() {
- var that = this;
- that.$http
- .post("/service/common/common/getDictionary", {
- type: "list",
- key: "incident_handleresult",
- })
- .then(function (res) {
- console.log(res.data);
- // that.handleResultArr = res.data;
- res.data.forEach(function (v, i) {
- that.handleResultArr.push({
- text: v.name,
- value: v.id,
- });
- });
- if (that.handleResultArr.length) {
- that.handleResult = that.handleResultArr[0].value;
- }
- });
- },
- // 获取满意度评价
- getDegree() {
- var that = this;
- that.$http
- .post("/service/common/common/getDictionary", {
- type: "list",
- key: "incident_degree",
- })
- .then(function (res) {
- console.log(res.data);
- // that.degreeArr = res.data;
- res.data.forEach(function (v, i) {
- that.degreeArr.push({
- text: v.name,
- value: v.id,
- });
- });
- });
- },
- //隐藏显示详情
- hides() {
- this.item_hides = !this.item_hides;
- $("#shows").slideToggle();
- },
- //隐藏显示详情
- hides1() {
- this.item_hides1 = !this.item_hides1;
- $("#shows1").slideToggle();
- },
- // 处理进度隐藏/展开
- proHides() {
- if (!this.pro_hides) {
- $("#progressBox").animate({
- height: $("#progressBox")[0].scrollHeight,
- });
- } else {
- $("#progressBox").animate({ height: "1.7rem" });
- }
- this.pro_hides = !this.pro_hides;
- },
- // 快速定位
- toInfo(id) {
- this.actives = id;
- $("body,html").animate(
- {
- scrollTop:
- $("#" + id).offset().top -
- $(".header")[0].offsetHeight -
- $(".navBar")[0].offsetHeight,
- },
- 260
- );
- },
- // 提交
- subVali() {
- var that = this;
- delete that.model.handlerCode;
- that.model.handler_code = "resolve";
- that.model.isclose = that.isclose;
- if (that.model.isclose == "close") {
- delete that.model.receive_code;
- }
- that.model.incident.handleResult = { id: that.handleResult };
- that.model.loginUser = that.loginUser;
- if (that.degree) {
- that.model.incident.degree = { id: that.degree };
- }
- console.log(that.model);
- if (!that.model.incident.handleResult) {
- $("#fade").fadeIn();
- that.promptingConent = "提交失败,请填写必填信息!";
- that.promptingStatus = false;
- setTimeout(function () {
- $("#fade").fadeOut();
- }, 2000);
- }
- that.$http
- .post(
- "service/bpm/bpm/completeTask/" +
- that.model.incident.taskId +
- "/" +
- that.loginUser.id,
- that.model
- )
- .then(function (res) {
- if (res.data.status == 200) {
- $("#fade").fadeIn();
- that.promptingConent = "恭喜您,提交成功!";
- that.promptingStatus = true;
- that.dialog = that
- .$createDialog({
- type: "alert",
- title: "提交成功",
- content: "点击返回首页",
- icon: "cubeic-right",
- onConfirm: (e, promptValue) => {
- that.$router.push({ path: "/main" });
- },
- })
- .show();
- setTimeout(function () {
- $("#fade").fadeOut();
- }, 2000);
- }
- });
- },
- },
- created() {
- this.processInstanceId = this.$route.params.data
- ? this.$route.params.data.processInstanceId
- : JSON.parse(localStorage.getItem("modelData")).incident
- .processInstanceId;
- this.id = this.$route.params.data
- ? this.$route.params.data.id
- : JSON.parse(localStorage.getItem("modelData")).incident.id;
- this.getParamsData();
- this.getHandlerRes();
- this.getDegree();
- },
- };
- </script>
- <style lang="less" scoped>
- i.iconfont {
- &.blue {
- color: #005395;
- // &::after {
- // content: "";
- // width: 0.01rem;
- // height: 0.4rem;
- // background: #005395;
- // position: relative;
- // display: block;
- // left: 0.14rem;
- // }
- }
- &.blue1 {
- color: #005395;
- }
- }
- .solved {
- .header {
- width: 100%;
- height: 0.88rem;
- line-height: 0.88rem;
- text-align: center;
- color: #fff;
- font-size: 0.37rem;
- background: linear-gradient(#2e2f32, #414246);
- position: fixed;
- top: 0;
- z-index: 6;
- }
- .navBar {
- width: 100%;
- height: 0.96rem;
- line-height: 0.96rem;
- background-color: #fafafa;
- font-size: 0.28rem;
- position: fixed;
- top: 0.88rem;
- div {
- width: 33.33%;
- text-align: center;
- a {
- display: inline-block;
- height: 0.9rem;
- width: 1.7rem;
- padding: 0 0.1rem;
- &.active {
- color: #005395;
- border-bottom: 0.06rem solid #005395;
- }
- }
- }
- }
- .headtop {
- margin-top: 1.84rem;
- }
- .label {
- background-color: #eeeeee;
- height: 0.6rem;
- line-height: 0.58rem;
- padding-left: 0.2rem;
- font-size: 0.24rem;
- color: #666666;
- span {
- font-size: 0.2rem;
- display: inline-block;
- margin-left: 0.08rem;
- color: #999999;
- }
- &.formLabel {
- background-color: #fff;
- }
- }
- .txtLabel {
- width: 100%;
- overflow: hidden;
- padding: 0.32rem 0.24rem 0.32rem 0.32rem;
- .txt {
- width: 25%;
- color: #666;
- &.handler {
- width: 40%;
- }
- }
- .selectGroup {
- width: 62%;
- }
- .cube-input {
- width: 62%;
- }
- }
- .conentBox {
- width: 100%;
- .conent {
- font-size: 0.32rem;
- font-weight: 400;
- line-height: 0.45rem;
- // border-bottom: 0.16rem solid #e5e5e5;
- .shows {
- display: none;
- }
- .shows1 {
- display: none;
- }
- .boeder_B {
- border-bottom: 0.01rem solid #ccc;
- }
- p {
- &.desc {
- overflow: hidden;
- }
- .grayFont {
- width: 75%;
- text-align: right;
- overflow-x: scroll;
- }
- }
- .bottom {
- overflow: hidden;
- line-height: 0.86rem;
- border-bottom: 0.01rem solid #e6e6e6;
- font-size: 0.24rem;
- color: #999;
- padding: 0 0.24rem 0 0.48rem;
- }
- .info {
- color: #999;
- font-size: 0.28rem;
- overflow: hidden;
- .head {
- border-bottom: 0.01rem solid #e6e6e6;
- p {
- padding: 0.24rem 0.3rem;
- i {
- color: #00559d;
- }
- }
- }
- p {
- line-height: 0.4rem;
- padding: 0.1rem 0.24rem;
- overflow: hidden;
- .overflowEllipsis2 {
- margin-left: 1.96rem;
- }
- }
- .info_hide {
- padding: 0.2rem 0.24rem;
- border-bottom: 0.01rem solid #e6e6e6;
- .hide {
- color: #00559d;
- }
- }
- .progress {
- padding: 0.2rem 0.2rem;
- overflow: hidden;
- transition-duration: 0.2s;
- transition-timing-function: linear;
- &.progressHide {
- height: 1.7rem;
- }
- .progress_info {
- overflow: hidden;
- margin-bottom: 0.1rem;
- &:nth-last-child(1) {
- .cont {
- border: none !important;
- }
- }
- .progress_info_L {
- float: left;
- color: #333;
- max-width: 18%;
- }
- .progress_info_R {
- float: right;
- margin-left: 0.09rem;
- width: 80%;
- font-size: 0.25rem;
- .time {
- i {
- margin-left: -0.15rem;
- &.icon-icon_weizuo {
- color: #005495;
- }
- &.icon-icon_zhengzaijinx {
- color: #48a843;
- font-size: 0.37rem;
- }
- }
- span {
- margin-left: 0.15rem;
- }
- }
- .cont {
- border-left: 1px solid #999;
- padding-left: 0.4rem;
- min-height: 0.4rem;
- &.blue {
- border-left: 1px solid #005395;
- }
- }
- .text2 {
- color: #666;
- word-break: break-all;
- }
- p {
- padding: 0;
- }
- }
- }
- }
- }
- .txtLabel {
- width: 100%;
- overflow: hidden;
- padding: 0.32rem 0.24rem 0.32rem 0.32rem;
- .txt {
- width: 30%;
- color: #666;
- }
- .cube-textarea-wrapper {
- width: 62%;
- }
- }
- .sub {
- background: #ececec;
- display: flex;
- .cube-btn {
- background-color: #005395 !important;
- flex: 1;
- margin: 0.2rem;
- border-radius: 8px;
- }
- }
- }
- }
- .showwrap {
- width: 75%;
- text-align: right;
- }
- }
- </style>
|