| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- <!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 Shows">
- <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <th>客户姓名:</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">
- <input type="text" class="inps form-control" id="tsdh" placeholder="请输入电话" />
- </div>
- </td>
- </tr>
- <tr>
- <th>乡镇或单位:</th>
- <td>
- <div class="inpBox">
- <select name="" id="t_county" class="inps form-control">
- <option value="0">请选择</option>
- </select>
- </div>
- </td>
- <th>地址:</th>
- <td colspan="3">
- <div class="inpBox">
- <input id="t_address" class="inps form-control" rows="1" placeholder="请输入地址" />
- </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" placeholder="请输入处理部门" class="inps form-control" id="clbmname" />-->
- <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" placeholder="请输入处理人姓名" class="inps form-control" id="clidname" />-->
- <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">
- <!--<input type="text" placeholder="请输入信息分类" class="inps form-control" id="xl_box" />-->
- <select name="" id="xl_box" class="form-control">
- <option value="">请选择</option>
- </select>
- </div>
- </td>
- <th>交办单位:</th>
- <td colspan="3">
- <div class="inpBox">
- <!--<input type="text" placeholder="请输入交办单位" class="inps form-control" id="xl_boxs" />-->
- <select name="" id="xl_boxs" class="form-control">
- <option value="">请选择</option>
- </select>
- </div>
- </td>
- </tr>
- <tr>
- <th>反映问题:</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>
|