| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link href="../css/WorkOrder/Search.css" rel="stylesheet">
- <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
- <script src="../js/zTree/jquery.ztree.core.js"></script>
- <link href="../css/init.css" rel="stylesheet" />
- <title>工单处理</title>
- <style>
- #xl_box {
- width: 168px;
- height: 26px;
- padding: 1px 5px;
- border: 1px solid #ccc;
- }
-
- .img-box {
- width: 120px;
- height: 120px;
- background-size: 100% 100%;
- display: inline-block;
- position: relative;
- border-radius: 5px;
- margin-right: 10px;
- border: solid 1px #e8e8e8;
- cursor: pointer;
- text-align: center;
- line-height: 120px;
- }
-
- label {
- margin-right: 10px;
- }
-
- input[type="radio"] {
- margin-top: 3px!important;
- }
- </style>
- </head>
- <body>
- <div class="shade_content">
- <div class="dgxx_table size-13">
- <table class="_table1 table table-bordered table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
- <tr>
- <th>工单编号:</th>
- <td>
- <span id="cl_gdbh"></span>
- </td>
- <th>工单类型:</th>
- <td>
- <span id="cl_gdlx"></span>
- </td>
- </tr>
- <tr>
- <th>客户姓名:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps form-control" id="cl_khxm" placeholder="请输入客户姓名" />
- </div>
- </td>
- <th>客户电话:</th>
- <td>
- <span id="cl_khdh"></span>
- </td>
- </tr>
- <tr>
- <th>乡镇:</th>
- <td>
- <div class="inpBox">
- <select id="t_county" class="inps form-control">
- <option value="">请选择</option>
- </select>
- </div>
- </td>
- <th>地址:</th>
- <td>
- <div class="inpBox">
- <textarea id="t_address" class="inps form-control" rows="1" placeholder="请输入地址"></textarea>
- </div>
- </td>
- </tr>
- <tr>
- <th>调查时间:</th>
- <td>
- <div class="inpBox">
- <input type="text" placeholder="请选择调查时间" class="inps form-control" id="t_inqtime" />
- </div>
- </td>
- <th>调查员:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps form-control" id="t_inquser" placeholder="请输入调查员" />
- </div>
- </td>
- </tr>
- <tr>
- <th>反映问题:</th>
- <td colspan="3">
- <textarea id="t_detail" rows="3" cols="20" class="form-control" placeholder="请输入反映问题"></textarea>
- </td>
- </tr>
- <tr>
- <th>回访反馈情况:</th>
- <td colspan="3">
- <textarea id="t_answer" rows="3" cols="20" class="form-control" placeholder="请输入回访反馈情况"></textarea>
- </td>
- </tr>
- <tr>
- <th>备注:</th>
- <td colspan="3">
- <textarea id="t_remarks" rows="3" cols="20" class="form-control" placeholder="请输入备注"></textarea>
- </td>
- </tr>
- <tr>
- <th>图文信息:</th>
- <td colspan="3">
- <div class="space">
- </div>
- </td>
- </tr>
- <tr>
- <th>交办单位:</th>
- <td colspan="3">
- <div class="inpBox">
- <select class="form-control" id="xl_box"></select>
- </div>
- </td>
- </tr>
- <tr>
- <th>信息分类:</th>
- <td colspan="3">
- <div class="Message_box">
- </div>
- </td>
- </tr>
- <tr>
- <th>处理方式:</th>
- <td colspan="3">
- <div>
- <label style="font-weight: normal;" class="radio-inline">
- <input type="radio" value="1" name="ltype" checked="checked" /> 结束
- </label>
- <label style="font-weight: normal;" class="radio-inline">
- <input type="radio" value="0" name="ltype" />转派
- </label>
- </div>
- </td>
- </tr>
- <tr style="display:none;" class="js">
- <th>接收部门:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps tree" placeholder="请选择接收部门" readonly="readonly" id="clbmname" />
- <input type="hidden" class="inps " id="clbm" value="0" />
- <i class="xl"></i>
- <div class="addTree">
- <ul id="zrbmtree" class="ztree"></ul>
- </div>
- </div>
- </td>
- <th>接收人:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps select" placeholder="请先选择接收部门" readonly="readonly" id="clidname" />
- <input type="hidden" class="inps " id="clid" value="0" />
- <i class="xl"></i>
- <div class="xl_common">
- <ul class="xl_box clid"></ul>
- </div>
- </div>
- </td>
- </tr>
- <tr>
- <th>处理内容:</th>
- <td colspan="3">
- <div>
- <textarea id="cont" name="" rows="3" class="form-control"></textarea>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <div class="clearfix wh_btn">
- <input type="button" value="确定" class=" btns" id="clgd" />
- </div>
- </div>
- <script src="../js/autosize/autosize.js"></script>
- <script src="../js/laydate/laydate.js"></script>
- <script src="../js/WorkOrder/WorkDeal.js"></script>
- </body>
- </html>
|