| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419 |
- <!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" />
- <link rel="stylesheet" href="../js/webuploader/webuploader.css" />
- <script src="../js/webuploader/webuploader.min.js"></script>
- <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;
- }
- /* 附件开始 */
- .file_imgs {
- /*padding: 10px 70px;*/
- list-style: none;
- margin-bottom: 60px;
- margin-left: -15px;
- }
-
- .file_imgs li {
- float: left;
- position: relative;
- width: 109px;
- height: 109px;
- margin-left: 10px;
- margin-right: 10px;
- margin-bottom: 40px;
- padding-top: 0;
- padding-bottom: 0;
- }
-
- .file_imgs li:hover .img_mask {
- display: block;
- }
-
- .file_imgs .img_mask {
- display: none;
- position: absolute;
- left: 0;
- top: 0;
- background-color: rgba(0, 0, 0, .3);
- width: 100%;
- height: 22px;
- z-index: 1;
- }
-
- .file_imgs .img_mask i {
- position: absolute;
- right: 5px;
- top: 5px;
- display: inline-block;
- width: 13px;
- height: 12px;
- cursor: pointer;
- background: url(../img/file_img_icons.png) no-repeat 0 0;
- }
-
- .file_imgs .file_name {
- width: 100%;
- display: inline-block;
- text-align: center;
-
- word-break: break-all;
- padding-top: 8px;
- }
-
- .file_imgs li img {
- width: 100%;
- height: 100%;
- border: 0;
- vertical-align: middle;
- }
-
- .file_imgs .upload-state-done .img_state {
- display: block;
- position: absolute;
- right: 7px;
- bottom: 29px;
- width: 0;
- height: 0;
- border-bottom: 40px solid #01b2fe;
- border-left: 40px solid transparent;
- overflow: inherit;
- }
-
- .file_imgs .img_state i {
- position: absolute;
- right: 4px;
- bottom: -32px;
- display: inline-block;
- width: 15px;
- height: 11px;
- background: url(../img/file_img_icons.png) no-repeat 0 -16px;
- }
-
- .error {
- color: red;
- text-align: center;
- }
-
- .noThumb {
- width: 109px;
- height: 83px;
- text-align: center;
- color: #1aaad0;
- }
-
- .glyphicon.glyphicon-paperclip {
- font-size: 44px;
- text-align: center;
- }
-
- .img-box {
- float: left;
- 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
- }
-
- .img-box .img_mask {
- display: none;
- position: absolute;
- left: 0;
- top: 0;
- background-color: rgba(0, 0, 0, .3);
- width: 100%;
- height: 22px;
- z-index: 5;
- }
-
- .image-item {
- width: 120px;
- height: 120px;
- background-size: 100% 100%;
- display: inline-block;
- position: relative;
- border-radius: 5px;
- margin-right: 10px;
-
- cursor: pointer;
- }
-
- .img-box .img_mask i {
- position: absolute;
- right: 5px;
- top: 5px;
- display: inline-block;
- width: 13px;
- height: 12px;
- cursor: pointer;
- color: #fff;
- }
-
- .img-box:hover .img_mask {
- display: block;
- }
-
- .img_filename{
- font-size: 14px;
- /* display: block; */
- width: 100%;
- height: calc(100% - 22px);
- }
- /* 附件结束 */
- .upload_img{
- padding-top: 20px;
- }
- </style>
- </head>
- <body>
- <div class="clearfix wrapper wrapper-content animated fadeInRight">
- <div class="daoHang clearfix" style="margin-bottom: 20px;">
- <div class="dhLeft">
- <sapn><i class="syIcon"></i>位置:
- <a href="javaScript:;" id="ReIndex">首页</a>>
- <a href="javaScript:;">工单管理</a>>
- <a href="" style="color: #000;">手工制单</a>
- </sapn>
- </div>
- </div>
- <div class="ldtp-cr col-sm-12">
- <div class="latp_title">
- <span>工单信息</span>
- </div>
- <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 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" class="inps form-control" id="clbmname" placeholder="请输入处理部门" />-->
- <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 form-control" id="clidname" placeholder="请输入处理人姓名" />-->
- <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" class="inps form-control" id="xl_box" placeholder="请输入信息分类" />-->
- <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" class="inps form-control" id="xl_boxs" placeholder="请输入交办单位" />-->
- <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>
- <tr>
- <th>上传图片:</th>
- <td colspan="5">
- <div class="upload_img">
- <div id="imgPicker" class="apply_forms_file">+</div>
- <p class="help-block text-warning" style="display:inline-block;">
- <span id="fileNum">0</span>/6 每个文件大小不超过30M
- </p>
- <ul id="fileList" class="file_imgs clearfix">
- </ul>
- </div>
- </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/WorkOrder/AddWorkOrder.js"></script>
- </body>
- </html>
|