| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8" />
- <title>已查收</title>
- <script src="../Script/Common/huayi.load.js"></script>
- <link rel="stylesheet" href="../css/bootstrap-select.css" />
- <script src="../Script/Common/huayi.config.js"></script>
- <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
- <link rel="stylesheet" href="../css/init.css" />
- <style>
- #sqzx th {
- padding: 5px 8px 5px 0;
- text-align: right;
- }
- .select {
- width: 150px;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
- #sex {
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
- input {
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
- #sqzx td {
- padding: 6px 0 5px 10px;
- }
- .lxr ul li {
- float: left;
- list-style: none;
- width: 30%;
- margin-bottom: 5px;
- padding-top: 10px;
- }
- .clearFix:after {
- content: "";
- display: block;
- clear: both;
- }
- .form-group {
- padding-left: 40px;
- margin-bottom: 0;
- }
- textarea {
- height: 70px;
- border: 1px solid #ccc;
- border-radius: 1px;
- width: 50%;
- resize: none;
- }
- .textarea_box {
- margin-top: 10px;
- }
- .box_content {
- border-bottom: 1px solid #ccc;
- }
- .tj_content {
- border: 1px solid #e6e6e6;
- border-radius: 5px;
- }
- .t-shade {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- background: rgba(0, 0, 0, 0.48);
- z-index: 10004;
- display: none;
- }
- .lyxz .shade_k {
- z-index: 10005;
- width: 40%;
- left: 30%;
- margin: 20% auto;
- position: absolute;
- background-color: #fff;
- box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
- border-radius: 5px;
- }
- .shade_title {
- padding: 0 80px 0 20px;
- height: 42px;
- line-height: 42px;
- border-bottom: 1px solid #eee;
- font-size: 16px;
- color: #ffffff;
- overflow: hidden;
- background-color: #00a1cb;
- border-radius: 2px 2px 0 0;
- position: relative;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
- .cx {
- display: block;
- }
- .setwin {
- position: absolute;
- right: 15px;
- top: 5px;
- font-size: 0;
- line-height: initial;
- }
- .setwin a {
- position: relative;
- width: 16px;
- height: 16px;
- font-size: 20px;
- color: #fff;
- }
- .xg i {
- font-size: 16px;
- }
- .hidens {
- display: none;
- }
- .Min-width {
- width: 150px;
- }
- .hidens {
- display: none;
- }
- .inpBox {
- border: 1px solid #cccccc;
- height: 31px;
- width: 220px;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- position: absolute;
- left: 0px;
- top: 0px;
- z-index: 111;
- }
- .selDpart1 {
- position: absolute;
- left: 0px;
- top: 30px;
- z-index: 11111;
- width: 220px;
- line-height: 30px;
- background: #ffffff;
- display: none;
- }
- #sponsor {
- width: 218px;
- border: 1px solid #00a1cb;
- margin: 0;
- padding: 0;
- list-style: none;
- max-height: 212px;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- #sponsor li {
- margin: 0;
- padding-left: 10px;
- width: 220px;
- height: 30px;
- line-height: 30px;
- list-style: none;
- }
- #sponsor li:hover {
- background: #00a1cb;
- }
- .addTree {
- background: #fff;
- position: absolute;
- width: 100%;
- border: 1px solid darkgrey;
- right: 0;
- top: 29px;
- display: none;
- z-index: 222;
- }
- .xl {
- display: inline-block;
- background: url(../../img/dropDown.png) no-repeat;
- height: 100%;
- background-position: center center;
- width: 20px;
- position: absolute;
- right: 0;
- top: 0px;
- /* background-color: #f7bc8b; */
- cursor: pointer;
- }
- .ztree li span {
- border: none;
- padding: 0;
- }
- .inps {
- width: 217px;
- height: 24px;
- outline: none;
- border: 0;
- border-image-width: 0;
- padding: 0;
- padding-left: 3px;
- }
- .xl {
- display: inline-block;
- background: url(../img/dropDown.png) no-repeat;
- height: 100%;
- background-position: center center;
- width: 20px;
- position: absolute;
- right: 0;
- top: 0px;
- /* background-color: #f7bc8b; */
- cursor: pointer;
- }
- .Cleans {
- display: inline-block;
- width: 20px;
- position: absolute;
- right: 21px;
- top: 5px;
- display: none;
- }
- </style>
- </head>
- <body class="gray-bg">
- <div class="wrapper wrapper-content animated fadeInRight">
- <div class="daoHang clearfix">
- <div class="dhLeft">
- <sapn>
- <i class="syIcon"></i>位置:
- <a href="javaScript:;" id="ReIndex">首页</a>>
- <a href="javaScript:;">业务协同</a>>
- <a class="nowPosition">已查收</a>
- </sapn>
- </div>
- <div class="dhRight">
- <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
- </div>
- </div>
- <div style="padding: 10px" class="tj_content clearFix">
- <div style="padding: 10px" class="tj_content clearFix">
- <div>
- <span>【搜索信息】</span>
- <div class="box_content">
- <table
- id="sqzx"
- style="width: 100%"
- border="0"
- cellspacing="0"
- cellpadding="0"
- >
- <tr>
- <th>事项编号:</th>
- <td>
- <input
- type="text"
- placeholder="输入工单号"
- id="wids"
- class="Min-width"
- />
- </td>
- <th>来电号码:</th>
- <td>
- <input
- type="text"
- id="tel"
- class="Min-width"
- />
- </td>
- <th>时间:</th>
- <td>
- <input
- type="text"
- id="starttime"
- class="laydate-icon Min-width"
- style="height: 32px"
- /> —— <input
- type="text"
- id="endtime"
- class="laydate-icon Min-width"
- style="height: 32px"
- />
- </td>
- </tr>
- <tr>
- <th>关键字:</th>
- <td>
- <input
- type="text"
- placeholder="输入关键字"
- id="key"
- class="Min-width"
- />
- </td>
- <th>区域:</th>
- <td>
- <select
- name=""
- id="sourceAreas"
- class="select"
- ></select>
- </td>
- <th>工单状态:</th>
- <td>
- <select
- name=""
- id="state"
- class="select"
- >
- <option
- selected="selected"
- value=""
- >
- 请选择
- </option>
- <option value="0">新工单</option>
- <option value="1">待交办</option>
- <option value="2">待查收</option>
- <option value="3">
- 退回审核中
- </option>
- <option value="4">办理中</option>
- <option value="5">
- 延时审核中
- </option>
- <option value="6">已办理</option>
- <option value="7">已回访</option>
- <option value="8">重办中</option>
- <option value="9">已结案</option>
- </select>
- </td>
- <th>工单来源:</th>
- <td>
- <select
- class="select_"
- id="source"
- ></select>
- </td>
- </tr>
- <tr>
- <th>主题词:</th>
- <td>
- <select
- id="keyid"
- name=""
- class="select"
- ></select>
- </td>
- <th>反映类别:</th>
- <td>
- <select
- class="select_"
- id="type"
- ></select>
- </td>
- <th>来电人:</th>
- <td>
- <input
- type="text"
- id="name"
- class="Min-width"
- />
- </td>
- </tr>
- <tr>
- <th>坐席:</th>
- <td>
- <select
- id="ZX"
- name="select"
- class="selectpicker show-tick form-control"
- multiple
- data-live-search="true"
- >
- <option value="">请选择坐席</option>
- </select>
- </td>
- <th>审核员:</th>
- <td>
- <select
- id="yardman"
- name="select"
- class="selectpicker show-tick form-control"
- multiple
- data-live-search="true"
- >
- <option value="">
- 请选择调度员
- </option>
- </select>
- </td>
- <th>承办单位:</th>
- <td style="position: relative">
- <div class="inpBox">
- <input
- type="text"
- class="inps"
- onkeyup="darptSearch()"
- />
- <i class="Cleans fa fa-close"></i>
- <i class="xl xl_one"></i>
- <div class="addTree xlAdd">
- <ul
- id="addTreeDemo"
- class="ztree"
- ></ul>
- </div>
- </div>
- <div class="selDpart1">
- <ul id="sponsor"></ul>
- </div>
- </td>
- <th></th>
- <td style="text-align: center">
- <botton class="btns Seach">搜索</botton>
- <!--<botton class="btns ">导出</botton>-->
- </td>
- </tr>
- </table>
- </div>
- </div>
- <div>
- <div style="width: 100%; padding: 10px">
- <table
- id="orderlist"
- data-row-style="rowStyle"
- data-query-params="queryParams"
- data-pagination="true"
- >
- <thead>
- <tr>
- <th data-checkbox="true"></th>
- <th
- data-field="F_WorkOrderId"
- data-align="center"
- >
- 工单单号
- </th>
- <th
- data-field="F_ComTitle"
- data-formatter="GetCont"
- data-align="center"
- >
- 诉求标题
- </th>
- <th
- data-field="DeptName"
- data-align="center"
- >
- 承办单位
- </th>
- <th
- data-field="OtherDeptName"
- data-align="center"
- >
- 协办单位
- </th>
- <th
- data-field="UserName"
- data-align="center"
- >
- 受理人
- </th>
- <th
- data-field="F_WorkState"
- data-align="center"
- data-formatter="States"
- >
- 办理状态
- </th>
- <!--<th data-field="FilePath" data-formatter="setCode" data-align="center">录音</th>-->
- <th
- data-field="OverState"
- data-formatter="OverTime"
- data-align="center"
- >
- 时限
- </th>
- <th
- data-field="LimitTime"
- data-formatter="BanTime"
- data-align="center"
- >
- 办理时限
- </th>
- <th
- data-field="F_WorkOrderId"
- data-formatter="Dispose"
- data-align="center"
- >
- 操作
- </th>
- </tr>
- </thead>
- <tbody class="list"></tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
- <!--下载框-->
- <div class="t-shade lyxz">
- <div class="shade_k">
- <div class="shade_title">
- <span>录音播放与下载<srong class="cknum"></srong></span>
- <span class="setwin gbly"><a>x</a></span>
- </div>
- <div class="shade_content">
- <div class="Ly_box audiojs"></div>
- </div>
- </div>
- </div>
- <input type="hidden" id="PID" />
- <input type="hidden" id="Dpment" />
- </div>
- <script src="../js/bootstrap-select.js"></script>
- <script src="../css/laydate/laydate.js"></script>
- <script src="../My97DatePicker/WdatePicker.js"></script>
- <script src="../js/zTree/jquery.ztree.core.js"></script>
- <script src="../js/search/screen.js"></script>
- <script>
- $(document).ready(function () {
- load();
- laydate.skin("blue");
- laydate({
- elem: "#starttime",
- event: "focus",
- });
- laydate({
- elem: "#endtime",
- event: "focus",
- });
- });
- //关闭录音弹出
- $(".gbly").click(function () {
- $(".lyxz").removeClass("cx");
- $("audio")[0].pause();
- });
- $("#orderlist").on("click-row.bs.table", function (e, row, ele) {
- $(".success").removeClass("success"); //去除之前选中的行的,选中样式
- $(ele).addClass("success"); //添加当前选中的 success样式用于区别
- });
- //获取查询信息
- function load() {
- //坐席
- var usercodeID = "";
- var usercode_ = $("#ZX").val(); //坐席
- if (usercode_ != null) {
- $(usercode_).each(function (i, n) {
- var obj1 = "";
- obj1 = n + ",";
- usercodeID += obj1;
- });
- } else {
- usercodeID = "";
- }
- // 调度员
- var ddusercodeID = "";
- var ddusercode_ = $("#yardman").val(); //坐席
- if (ddusercode_ != null) {
- $(ddusercode_).each(function (i, n) {
- var obj2 = "";
- obj2 = n + ",";
- ddusercodeID += obj2;
- });
- } else {
- ddusercodeID = "";
- }
- //先销毁表格
- $("#orderlist").bootstrapTable("destroy");
- //初始化表格,动态从服务器加载数据
- $("#orderlist").bootstrapTable({
- method: "get", //使用get请求到服务器获取数据
- url:
- huayi.config.callcenter_url + "WorkOrder/GetDWDealList", //获取数据的Servlet地址
- contentType: "application/x-www-form-urlencoded",
- striped: true, //表格显示条纹
- pagination: true, //启动分页
- pageSize: 10, //每页显示的记录数
- pageNumber: 1, //当前第几页
- pageList: [10, 20, 50, 100], //记录数可选列表
- search: false, //是否启用查询
- showColumns: false, //显示下拉框勾选要显示的列
- showRefresh: false, //显示刷新按钮
- sidePagination: "server", //表示服务端请求
- //设置为undefined可以获取pageNumber,pageSize,searchText,sortName,sortOrder
- //设置为limit可以获取limit, offset, search, sort, order
- queryParamsType: "undefined",
- queryParams: function queryParams(params) {
- //设置查询参数
- var param = {
- page: params.pageNumber,
- pagesize: params.pageSize,
- workid: $("#wids").val(),
- state: $("#state").val(), //=工单状态
- type: $("#type").val(), //=工单类型
- bigtype: $("#bigtype").val(), //=大类别
- smalltype: $("#smalltype").val(), //=小类别
- key: $("#key").val(), //=关键字
- tel: $("#tel").val(), //=客户电话
- name: $("#name").val(), //=客户名称
- usercode: usercodeID, //=坐席工号
- ddusercode: ddusercodeID,
- keyid: $("#keyid").val(), //=关键词id
- source: $("#source").val(), //=来源&
- starttime: $("#starttime").val(), //=开始时间
- endtime: $("#endtime").val(), //=结束时间
- deptid: $("#PID").val(),
- type: $("#type").val(),
- tab: 1, //待处理
- sourcearea: $("#sourceAreas").val(), //区域
- token: $.cookie("token"),
- };
- return param;
- },
- onLoadSuccess: function (data) {
- //加载成功时执行
- // layer.msg("加载成功");
- //console.log(data);
- },
- onLoadError: function () {
- //加载失败时执行
- //layer.msg("加载数据失败", { time: 1500, icon: 2 });
- },
- });
- }
- //状态
- function States(val, row) {
- var html = "";
- switch (val + "") {
- case "0":
- html = "新工单";
- if (row.F_IsReturn == 1) {
- html = "新工单(回退)";
- }
- break;
- case "1":
- html = "待交办";
- break;
- case "2":
- html = "待查收";
- break;
- case "3":
- html = "退回审核中";
- break;
- case "4":
- html = "办理中";
- break;
- case "5":
- html = "延时审核";
- break;
- case "6":
- html = "待审核";
- break;
- case "7":
- html = "已回访";
- break;
- case "8":
- html = "重办中";
- break;
- case "9":
- html = "已结案";
- break;
- case "10":
- html = "待审核";
- break;
- case "11":
- html = "重办待交办";
- break;
- case "12":
- html = "待审核";
- break;
- case "13":
- html = "待督办";
- break;
- }
- return html;
- }
- //时限
- function OverTime(val, row) {
- if (val == 1) {
- return (
- '<div class="" style="cursor: pointer;">' +
- '<span class="Greens">' +
- row.GapTime +
- "</span>" +
- "</div>"
- );
- } else if (val == 2) {
- return (
- '<div class="" style="cursor: pointer;">' +
- '<span class="Yellows">' +
- row.GapTime +
- "</span>" +
- "</div>"
- );
- } else if (val == 3) {
- return (
- '<div class="" style="cursor: pointer;">' +
- '<span class="Reds">' +
- row.GapTime +
- "</span>" +
- "</div>"
- );
- }
- }
- //办理时限
- function BanTime(val) {
- if (val) {
- var time = val.substring(0, val.indexOf(" "));
- return (
- '<div class="" style="cursor: pointer;">' +
- "<span>" +
- time +
- "</span>" +
- "</div>"
- );
- }
- }
- //音频
- function setCode(val) {
- if (val) {
- return (
- '<div class="imgs" style="cursor: pointer;">' +
- '<img src="../img/vice.png" alt="" onclick= "helper.luyin.view(this)" item="' +
- val +
- '" />' +
- "</div>"
- );
- } else {
- return "";
- }
- }
- function GetCont(val) {
- if (val) {
- var str = "<div ";
- if (val.length > 10) {
- str = str + ' title="' + val + '" ';
- val = val.substr(0, 10) + "...";
- }
- return str + ">" + val + "</div>";
- } else {
- return "";
- }
- }
- //操作
- function Dispose(val, row) {
- var Rows = row.Buttons;
- var html = "";
- for (var i = 0; i < Rows.length; i++) {
- var html1 = huayi.config.arr[Rows[i].key * 1 - 1];
- if (html1) {
- html1 = html1.replace("data", val);
- }
- html += html1;
- }
- return html;
- }
- //查看详情
- function ckxq(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/WorkDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "工单详情",
- area: ["100%", "100%"], //宽高
- });
- }
- //编辑
- function bj(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/AddAppeal.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "编辑工单",
- area: ["96%", "80%"], //宽高
- });
- }
- //删除
- function move(str) {
- layer.confirm(
- "确定删除工单?",
- {
- btn: ["是", "否"], //按钮
- },
- function () {
- $.post(
- huayi.config.callcenter_url +
- "WorkOrder/DelWorkOrder",
- {
- ids: str,
- token: $.cookie("token"),
- },
- function (result) {
- result = JSON.parse(result);
- if (result.state.toLowerCase() == "success") {
- layer.msg("删除成功");
- load();
- }
- }
- );
- }
- );
- }
- //提交
- function tj(str) {
- layer.confirm(
- "确定要提交工单么?",
- {
- btn: ["确定", "取消"], //按钮
- },
- function () {
- //请求后台数据
- /*发送请求*/
- $.post(
- huayi.config.callcenter_url +
- "WorkOrder/SubmitWorkOrder",
- {
- ids: str,
- token: $.cookie("token"),
- },
- function (result) {
- result = JSON.parse(result);
- if (result.state.toLowerCase() == "success") {
- layer.msg("提交成功");
- load();
- }
- }
- );
- }
- );
- }
- //交办
- function jb(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/JiaoBan.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "工单交办",
- area: ["87%", "80%"], //宽高
- });
- }
- //领导批示
- function lader(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/Leader.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "领导批示",
- area: ["60%", "80%"], //宽高
- });
- }
- //市长批示
- function city(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/shizhang.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "领导批示",
- area: ["60%", "80%"], //宽高
- });
- }
- //办理
- function bl(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/banli.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "办理工单",
- area: ["60%", "80%"], //宽高
- });
- }
- //督办
- function Supervision(str) {
- layer.open({
- type: 2,
- content:
- "../CommonHtml/Supervision_.html?wid=" +
- str +
- "&type=1", //iframe的url,no代表不显示滚动条
- title: "督办",
- area: ["60%", "80%"], //宽高
- });
- }
- //督查
- function Supervision_(str) {
- layer.open({
- type: 2,
- content:
- "../CommonHtml/Supervision_.html?wid=" +
- str +
- "&type=2", //iframe的url,no代表不显示滚动条
- title: "监察",
- area: ["60%", "80%"], //宽高
- });
- }
- //强制结案
- function StrongLawsuit(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/StrongLawsuit.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "强制结案",
- area: ["60%", "80%"], //宽高
- });
- }
- //回退BackDtail
- function BackDtail(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/BackDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "工单回退",
- area: ["60%", "80%"], //宽高
- });
- }
- //查收
- function cs(str) {
- layer.confirm(
- "确定要查收?",
- {
- btn: ["是", "否"], //按钮
- },
- function () {
- $.post(
- huayi.config.callcenter_url +
- "WorkOrder/ReceiveWorkOrder",
- {
- workorderid: str,
- token: $.cookie("token"),
- },
- function (result) {
- result = JSON.parse(result);
- if (result.state.toLowerCase() == "success") {
- layer.msg("查收成功");
- load();
- }
- }
- );
- }
- );
- }
- //收回
- function sh(str) {
- layer.confirm(
- "确定要回收?",
- {
- btn: ["是", "否"], //按钮
- },
- function () {
- $.post(
- huayi.config.callcenter_url +
- "WorkOrder/TakeBackWorkOrder",
- {
- workorderid: str,
- token: $.cookie("token"),
- },
- function (result) {
- result = JSON.parse(result);
- if (result.state.toLowerCase() == "success") {
- layer.msg("回收");
- load();
- }
- }
- );
- }
- );
- }
- //强制回收
- function recycles() {
- layer.confirm("确定要强制退回吗?", {
- btn: ["是", "否"], //按钮
- });
- }
- //退回申请
- function th(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/tuihuisq.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "申请退回工单",
- area: ["60%", "80%"], //宽高
- });
- }
- //审核退回申请
- function shth(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/shth.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "审核退回申请",
- area: ["60%", "80%"], //宽高
- });
- }
- //办理
- // function th(str) {
- // layer.open({
- // type: 2,
- // content: "../CommonHtml/tuihuisq.html?wid=" + str, //iframe的url,no代表不显示滚动条
- // title: '办理工单',
- // area: ['35%', '30%'], //宽高
- // });
- // }
- //申请延时
- function ys(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/Timesq.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "申请延时",
- area: ["60%", "80%"], //宽高
- });
- }
- //审核申请延时
- function shys(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/shtime.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "审核延时申请",
- area: ["60%", "80%"], //宽高
- });
- }
- //诉求回访
- function hf(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/Back.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "工单回访",
- area: ["60%", "80%"], //宽高
- });
- }
- //重办工单
- function cb(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/Cb.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "重办工单",
- area: ["60%", "80%"], //宽高
- });
- }
- //结案
- function Lawsuit(str) {
- layer.open({
- type: 2,
- content: "../CommonHtml/lawsuits.html?wid=" + str, //iframe的url,no代表不显示滚动条
- title: "诉求单结案",
- area: ["60%", "80%"], //宽高
- });
- }
- $(".Appeal").click(function () {
- layer.open({
- type: 2,
- content: "../CommonHtml/AddAppeal.html?wid=", //iframe的url,no代表不显示滚动条
- title: "新增诉求",
- area: ["85%", "80%"], //宽高
- });
- });
- //上传文件
- function upload() {
- if (document.getElementById("upFile").files.length > 0) {
- var formData = new FormData();
- formData.append(
- "upFile",
- document.getElementById("upFile").files[0]
- );
- formData.append("token", $.cookie("token"));
- $.ajax({
- url:
- huayi.config.callcenter_url +
- "/WorkOrder/UploadFile",
- type: "POST",
- data: formData,
- /**
- *必须false才会自动加上正确的Content-Type
- */
- contentType: false,
- /**
- * 必须false才会避开jQuery对 formdata 的默认处理
- * XMLHttpRequest会对 formdata 进行正确的处理
- */
- processData: false,
- success: function (result) {
- document.getElementById(
- "upFile"
- ).outerHTML = document.getElementById(
- "upFile"
- ).outerHTML;
- $("#upFile").change(function () {
- upload();
- });
- var r = $.parseJSON(result);
- if (r.state.toLowerCase() == "success") {
- $(".fjnr").text(r.data);
- $("#scfj").show();
- }
- },
- });
- } else {
- layer.confirm("请上传文件!", {
- btn: ["确定"],
- });
- }
- }
- //来源
- function LY(obj) {
- obj.empty();
- obj.append(
- '<option selected="selected" value="">请选择</option>'
- );
- $.getJSON(
- huayi.config.callcenter_url +
- "Dictionary/GetDicValueListById",
- {
- token: $.cookie("token"),
- id: 1,
- },
- function (data) {
- if (data.state.toLowerCase() == "success") {
- var content = data.data;
- $(content).each(function (i, n) {
- $(
- "<option value='" +
- n.F_ValueId +
- "'>" +
- n.F_Value +
- "</option>"
- ).appendTo(obj);
- });
- }
- }
- );
- }
- //类别
- function LB(obj) {
- obj.empty();
- obj.append(
- '<option selected="selected" value="">请选择</option>'
- );
- $.getJSON(
- huayi.config.callcenter_url +
- "Dictionary/GetDicValueListById",
- {
- token: $.cookie("token"),
- id: 2,
- },
- function (data) {
- if (data.state.toLowerCase() == "success") {
- var content = data.data;
- $(content).each(function (i, n) {
- $(
- "<option value='" +
- n.F_ValueId +
- "'>" +
- n.F_Value +
- "</option>"
- ).appendTo(obj);
- });
- }
- }
- );
- }
- // 主题
- function ZT(obj) {
- obj.empty();
- obj.append(
- '<option selected="selected" value="">请选择</option>'
- );
- $.getJSON(
- huayi.config.callcenter_url +
- "Dictionary/GetDicValueListById",
- {
- token: $.cookie("token"),
- id: 3,
- },
- function (data) {
- if (data.state.toLowerCase() == "success") {
- var content = data.data;
- $(content).each(function (i, n) {
- $(
- "<option value='" +
- n.F_ValueId +
- "'>" +
- n.F_Value +
- "</option>"
- ).appendTo(obj);
- });
- }
- }
- );
- }
- function tree() {
- $.get(
- huayi.config.callcenter_url + "Department/GetDeptList",
- {
- token: $.cookie("token"),
- // "pid": pid
- },
- function (result) {
- result = $.parseJSON(result);
- $.fn.zTree.init(
- $("#addTreeDemo"),
- setting1,
- result.data
- ); //实例化树形图
- }
- );
- }
- var setting1 = {
- data: {
- key: {
- name: "F_DeptName",
- },
- simpleData: {
- enable: true,
- idKey: "F_DeptId",
- pIdKey: "F_PartentId",
- rootPId: 0,
- },
- },
- callback: {
- onClick: zTreeOnClick,
- },
- };
- function zTreeOnClick(event, treeId, treeNode) {
- if (treeNode.level >= 2) {
- $(".inps").val(treeNode.F_DeptName);
- $("#PID").val(treeNode.F_DeptId);
- $("#Dpment").val(treeNode.F_DeptName);
- $(".Cleans").show();
- }
- }
- </script>
- </body>
- </html>
|