| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>手工制单</title>
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link href="../js/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" />
- <link rel="stylesheet" type="text/css" href="../js/bootstrap-treeview/bootstrap-treeview.min.css" />
- <link href="../js/zTree/zTreeStyle.css" rel="stylesheet" />
- <link href="../callScreen/css/call.css" rel="stylesheet" />
- <link href="../css/init.css" rel="stylesheet" />
- <link href="../css/WorkOrder/Search.css" rel="stylesheet">
- <link rel="stylesheet" href="../js/webuploader/webuploader.css" />
- <style type="text/css">
- #Duration,
- #Depth {
- display: none;
- }
-
- .xl_box {
- position: absolute;
- top: 0px;
- left: 12px;
- }
-
- .jieshow {
- position: absolute;
- top: 0;
- left: 400px;
- }
-
- .inpBox {
- border: 1px solid #cccccc;
- height: 31px;
- width: 260px;
- /* display: inline-block; */
- /* position: relative; */
- vertical-align: middle;
- position: absolute;
- left: 130px;
- top: 0px;
- z-index: 111;
- }
-
- .selDpart1 {
- position: absolute;
- left: 130px;
- top: 31px;
- z-index: 11111;
- width: 220px;
- line-height: 30px;
- background: #FFFFFF;
- /* display: none; */
- }
-
- #sponsor {
- width: 218px;
- 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: auto !important;
- border: 1px solid darkgrey;
- left: 0px;
- top: 29px;
- display: none;
- z-index: 222;
- height: auto !important;
- }
-
- .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: 29px;
- 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: 35px;
- top: 8px;
- /* display: none; */
- }
-
- .Min-width {
- width: 150px;
- }
-
- .btn-default {
- background: #FFFFFF;
- color: #000000;
- }
-
- .jieshow {
- position: relative;
- }
-
- .xl_common {
- height: 100px;
- width: 182px;
- left: 115px;
- top: 28px;
- }
- /* 指派附件开始 */
-
- .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);
- }
-
- .Sampling {
- display: none;
- }
- </style>
- </head>
- <body class="gray-bg">
- <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="" class="nowPosition">手工制单</a>
- </sapn>
- </div>
- </div>
- <div class="complain order_form" style="display:block;">
- <form class="form-inline clearfix" id="order_form">
- <div class="col-md-12 row">
- <div class="form-group col-md-12">
- <div class="form-group col-md-12 clearfix">
- <label class="col-md-1">工单类型:</label>
- <div id="order_isover" class="col-md-6 r_order_type">
- <label class="radio-inline">
- <input type="radio" name="type" value="1" checked="checked"> 咨询
- </label>
- <label class="radio-inline">
- <input type="radio" name="type" value="2" > 投诉
- </label>
- <label class="radio-inline">
- <input type="radio" name="type" value="4" > 建议及其他
- </label>
- </div>
- </div>
- </div>
- <div class="form-group col-md-12">
- <div class="form-group col-md-4">
- <label for="order_handle">客户姓名:</label>
- <input type="text" class="form-control input-sm" id="kehuxing" placeholder="请输入姓名">
- </div>
- <div class="form-group col-md-4">
- <label for="order_handle">客户电话:</label>
- <input type="text" class="form-control input-sm" id="kehudian" placeholder="请输入电话" maxlength="11" onkeyup="this.value=this.value.replace(/\D/g,'')">
- </div>
- <div class="form-group col-md-4">
- <label for="order_handle">渠道类型:</label>
- <select class="form-control input-sm " id="order_handle">
- <option selected="selected" value="">请选择</option>
- </select>
- </div>
- </div>
- <div class="form-group col-md-12" style="border-bottom:1px dashed #00A1CB;">
- <div class="form-group col-md-12">
- <label for="order_tel">详细地址:</label>
- <textarea id="xiangxi" rows="3" cols="20" class="form-control" placeholder="请输入详细地址"></textarea>
- </div>
- </div>
- </div>
- <div class="form-group col-md-12">
- <div class="form-group col-md-12">
- <label for="order_reception">问题描述:</label>
- <textarea id="reception" rows="3" cols="20" class="form-control" placeholder="请输入问题描述"></textarea>
- </div>
- </div>
- <div class=" form-group col-md-12 clearfix " style="margin:20px 0 0 -15px;">
- <label class="col-md-2">附件:</label>
- <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>
- <div class="form-group text-center col-sm-12" style="margin-top: 20px;">
- <button type="button" class="btn btn-primary btn-sm" id="save_order">创建</button>
- </div>
- </form>
- </div>
- <script src="../js/laydate/laydate.js"></script>
- <script src="../js/autosize/autosize.min.js"></script>
- <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
- <script src="../js/bootstrap-select/js/i18n/defaults-zh_CN.js"></script>
- <script src="../js/bootstrap-treeview/bootstrap-treeview.min.js"></script>
- <script src="../js/zTree/jquery.ztree.core.js"></script>
- <script src="../Script/Common/regexs.js"></script>
- <script src="js/AddKehuOrder.js"></script>
- <script src="../js/webuploader/webuploader.min.js"></script>
- </body>
- </html>
|