| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link href="../css/init.css" rel="stylesheet" />
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link rel="stylesheet" href="../css/initialize.css" />
- <link rel="stylesheet" href="../css/WorkOrder/AddWorkOrder.css" />
- <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
- <title>新建工单</title>
- <style>
- #xl_box {
- width: 170px;
- height: 25px;
- border: none;
- outline: none;
- border: 1px solid #e6e6e6;
- }
-
- #xl_boxs {
- width: 170px;
- height: 25px;
- border: none;
- outline: none;
- border: 1px solid #e6e6e6;
- }
-
- .gsxx textarea {
- width: 1034px;
- resize: none;
- }
-
- .text-red {
- color: red;
- vertical-align: middle;
- font-size: 20px;
- padding: 2px;
- }
- .btns{
- width: 200px;
- margin-top: 17px;
- }
- .xl{
- height: 24px;
- }
- #tsdh{
- line-height: 27px;
- }
- #sqzx tr th{
- width: 120px!important;
- }
- </style>
- </head>
- <body>
- <div class="clearfix wrapper wrapper-content">
- <div class="ldtp-cr col-sm-12">
- <ul class="ld-service clearfix hidden">
- <li style="border-bottom:1px solid #69cbd0;" itemtype="1" class="cr-click">咨询</li>
- <!--<li style="border-bottom:1px solid #f95a83;" itemtype="2">保修服务</li>-->
- <li style="border-bottom:1px solid #243747;" itemtype="3">投诉建议</li>
- </ul>
- <div class="gsxx">
- <!--咨询-->
- <div class="sqzx">
- <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <th>咨询人:</th>
- <td colspan="3">
- <div class="inpBox">
- <input type="text" class="inps form-control" id="zxrs" />
- </div>
- </td>
- <th>咨询电话:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps form-control" id="zxdhs" />
- </div>
- </td>
- </tr>
- <tr>
- <th>咨询内容:</th>
- <td colspan="5">
- <textarea name="" rows="3" cols="20" id="zxnrs" class="form-control"></textarea>
- </td>
- </tr>
- <tr>
- <th>处理内容:</th>
- <td colspan="5">
- <textarea name="" rows="3" cols="20" id="jdnrs" class="form-control"></textarea>
- </td>
- </tr>
- </table>
- <div style="text-align: center;margin-bottom: 17px">
- <input type="button" value="创建" class="btn_ btns Cj" />
- </div>
- </div>
- <!-- 表格二-->
- <!--<div class="sqzx">
- <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <th>报修类型:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps inps2" />
- <i class="xl xl_two"></i>
- <b class="de_icon">X</b>
- <div class="xl_common">
- <ul class="xl_box">
- <li>测试2</li>
- <li>测试3</li>
- <li>测试5</li>
- <li>测试6</li>
- <li>测试</li>
- </ul>
- </div>
- </div>
- </td>
- <th>报修人:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps " />
- </div>
- </td>
- <th>报修人电话:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps " />
- </div>
- </td>
- </tr>
- <tr>
- <th>报修级别:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps inps2" />
- <i class="xl xl_two"></i>
- <b class="de_icon">X</b>
- <div class="xl_common">
- <ul class="xl_box">
- <li>测试2</li>
- <li>测试3</li>
- <li>测试5</li>
- <li>测试6</li>
- <li>测试</li>
- </ul>
- </div>
- </div>
- </td>
- <th>工单处理人:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps " />
- </div>
- </td>
- </tr>
- <tr>
- <th>报修内容:</th>
- <td colspan="5">
- <textarea name="" rows="3" cols="20"></textarea>
- </td>
- </tr>
- <tr>
- <th>报修要求:</th>
- <td colspan="5">
- <textarea name="" rows="3" cols="20"></textarea>
- </td>
- </tr>
- </table>
- <div class="">
- <input type="button" value="创建" class="btns" />
- <input type="button" value="创建并指派" class="btns" />
- <input type="button" value="流转领导" class="btns" />
- <input type="button" value="结单" class="btns" />
- </div>
- </div>-->
- <!--表格三-->
- <div class="sqzx Shows">
- <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <th><b class="text-red">*</b>客户姓名:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps form-control" id="tskh" placeholder="请输入客户姓名" />
- </div>
- </td>
- <th><b class="text-red">*</b>电话:</th>
- <td>
- <div class="inpBox">
- <span id="tsdh">15235457489</span>
- </div>
- </td>
- </tr>
- <tr>
- <th>乡镇:</th>
- <td>
- <div class="inpBox">
- <select name="" id="t_county" class="inps form-control">
- <option value="">请选择</option>
- </select>
- </div>
- </td>
- <th>地址:</th>
- <td colspan="3">
- <div class="inpBox">
- <textarea id="t_address" style="width: 350px;" 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_time" />
- </div>
- </td>
- <th>调查员:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps form-control" id="t_investigator" placeholder="请输入调查员" />
- </div>
- </td>
- </tr>
- <tr>
- <th>处理部门:</th>
- <td>
- <div class="inpBox">
- <input type="text" class="inps tree" readonly="readonly" id="clbmname" placeholder="请选择处理部门" />
- <input type="hidden" class="inps" id="clbm" />
- <i class="xl"></i>
- <b class="de_icon">X</b>
- <div class="addTree">
- <ul id="clbmtree" class="ztree"></ul>
- </div>
- </div>
- </td>
- <th>处理人:</th>
- <td colspan="3">
- <div class="inpBox">
- <input type="text" class="inps select" readonly="readonly" id="clidname" placeholder="请选择处理人" />
- <input type="hidden" class="inps " id="clid" />
- <i class="xl"></i>
- <div class="xl_common">
- <ul class="xl_box clid"></ul>
- </div>
- </div>
- </td>
- </tr>
- <tr>
- <th>信息分类:</th>
- <td>
- <div class="inpBox">
- <select name="" id="xl_box" class="form-control">
- <option value="">请选择</option>
- </select>
- </div>
- </td>
- <th>交办单位:</th>
- <td colspan="3">
- <div class="inpBox">
- <select name="" id="xl_boxs" class="form-control">
- <option value="">请选择</option>
- </select>
- </div>
- </td>
- </tr>
- <tr>
- <th><b class="text-red">*</b>反映问题:</th>
- <td colspan="5">
- <textarea id="t_detail" name="" rows="3" cols="20" class="form-control" placeholder="请输入反映问题">
-
- </textarea>
- </td>
- </tr>
- <tr>
- <th>回访反馈情况:</th>
- <td colspan="5">
- <textarea id="t_answer" name="" rows="3" cols="20" class="form-control" placeholder="请输入回访反馈情况"></textarea>
- </td>
- </tr>
- <tr>
- <th>问题处理情况:</th>
- <td colspan="5">
- <textarea id="cont" name="" rows="3" cols="20" class="form-control" placeholder="请输入问题处理情况"></textarea>
- </td>
- </tr>
- <tr>
- <th>备注:</th>
- <td colspan="5">
- <textarea id="t_remarks" name="" rows="3" cols="20" class="form-control" placeholder="请输入备注"></textarea>
- </td>
- </tr>
- </table>
- <div style="text-align: center; margin-bottom: 17px;">
- <input type="button" value="创建" class="addts btns" />
- </div>
- </div>
- </div>
- </div>
- </div>
- <script src="../js/zTree/jquery.ztree.core.js"></script>
- <script src="../js/laydate/laydate.js"></script>
- <script src="../js/autosize/autosize.js"></script>
- <script src="js/orderModel.js"></script>
- </body>
- </html>
|