| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- {Template header}
- <body>
- <style>
- .btn {
- display: inline-block;
- padding: 6px 12px;
- margin-bottom: 0;
- font-size: 14px;
- font-weight: 400;
- line-height: 1.42857143;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 4px;
- }
- .btn-success {
- color: #fff !important;
- background-color: #5cb85c !important;
- border-color: #4cae4c;
- }
- .btn-info {
- color: #fff;
- background-color: #5bc0de;
- border-color: #46b8da;
- }
- .btn-warning {
- color: #fff !important;
- background-color: #f0ad4e;
- border-color: #eea236;
- }
-
- .scimg_lv{
- }
- </style>
- <div class="warp">
- <div class="title winnone">售后登记 - 财务审核</div>
- <ul class="setting">
- <li >
- <em>订单号:</em>
- <input readonly value="{$info['orderinfo']}" type="text" >
- </li>
- <li>
- <em>来源店铺:</em>
- <input readonly value="{$info['shopname']}" type="text" >
- </li>
- <li>
- <em>状态:</em>
- <input readonly value="{$info['status_show']}" type="text" >
- </li>
- <li>
- <em>登记日期:</em>
- <input readonly value="{$info['create_time']}" type="text" >
- </li>
- <li class="length">
- <em>原因分类:</em>
- <input readonly value="{$info['cate_one_show']}——{$info['cate_two_show']}" placeholder="来源店铺" type="text" >
- </li>
- <li class="length" >
- <em>备注信息:</em>
- <textarea readonly style="height: 10vh;" placeholder="备注信息">{$info['remark']}</textarea>
- </li>
- <input type="hidden" name="id" value="{$info['id']}">
- <li>
- <em>售后分类:</em>
- <input readonly value="{$info['back_status_show']}" type="text" >
- </li>
- <li>
- <em>审核人:</em>
- <input readonly value="{$info['user_name']}" type="text" >
- </li>
-
- <li >
- <em>退款单位:</em>
- <input readonly value="{$info['is_caiwu_show']}" type="text" >
- </li>
-
- <li >
- <em>退款类型:</em>
- <input readonly value="{$info['back_status_show']}" type="text" >
- </li>
- <li class="length">
- <em>退款备注:</em>
- <input readonly name="return_remarks" value="{$info['return_remarks']}" type="text" >
- </li>
- <li class="length">
- <em>退款留言:</em>
- <input readonly name="refund_message" value="{$info['refund_message']}" type="text" >
- </li>
- <li >
- <em>退款金额:</em>
- <input readonly value="{$info['back_money']}" type="text" >
- <span style="font-size:16px;font-weight:700;color:#000">USD</span>
- <input name="currency" type="hidden" value="2" />
- </li>
- <li>
- <em>退款净额:</em>
- <input name="net_refund_amount" value="" type="text" ><span style="font-size:16px;font-weight:700;color:#000">USD</span>
- </li>
- <li>
- <em>退款交易号:</em>
- <input name="refund_trans_number" value="" type="text" >
- </li>
-
- <li class="length " style="height: 35px !important;">
- <em>上传支付凭证:</em>
- <div>
- <span class="btn btn-warning scimg_lv">点击上传支付凭证</span>
- <span style="color:#777">点击下方图片 可以删除已上传的图片</span>
- </div>
-
-
-
- </li>
- <li style="height: auto;width:100%;border:1px solid #ccc;border-radius: 3px;display: flex;flex-direction: row;flex-wrap:wrap" class="upimg">
- </li>
-
-
- <div >
- <div class="dialog-bg" id="dialog-bg">
- <div class="img-box" id="img-box">
- <img src="">
- </div>
- </div>
-
- </div>
- <div style="clear:both;"></div>
- </ul>
- <div class="button"> <font class="datasave">提 交</font><font class="fh">关 闭</font></div>
- </div>
- <script>
- $(document).ready(function() {
- var button = $(".scimg_lv"), interval;
- var fileType = "pic", fileNum = "one";
- new AjaxUpload(button, {
- action: "/img/",
- name: "userfile",
- onSubmit: function(file, ext) {
- if (fileType == "pic") {
- if (ext && /^(jpg|png|jpeg|gif)$/.test(ext)) {
- this.setData({
- info: "文件类型为图片"
- });
- }
- else {
- alert("提示:您上传的是非图片!");
- return false;
- }
- }
- $(".scimg_lv").hide();
- $(".loadimg").show();
- layx.load('loadId','上传中');
- if (fileNum == "one") {
- this.disable();
- }
- },
- onComplete: function(file, response) {
- eval("var obj=" + response);
- if (obj.ok) {
- layx.destroy('loadId');
- let str = '<div style="margin-bottom:3px;margin-right:3px" onclick="removeFile(this)"><input type="hidden" name="img[]" value="' + obj.filename + '">';
- if (/^(.jpg|.png|.jpeg|.gif)$/.test(obj.lx)) {
- str += '<img width="100px" src="' + obj.filename + '" title="点击图片删除">';
- // $(".upimg").append('<img src="' + obj.filename + '" title="点击图片删除">');
- }
- str +="</div>";
- $(".upimg").append(str);
- } else {
- layx.destroy('loadId');
- $(".ts p").html("上传失败,请重试");
- $(".ts").fadeIn();
- setTimeout('$(".ts").fadeOut()', 800);
- }
- $(".loadimg").hide();
- $(".scimg_lv").show();
- window.clearInterval(interval);
- this.enable();
- }
- });
- });
- function removeFile(that) {
- $(that).remove();
- }
- </script>
- <script>var addedit="/returngoods/backmoney/{$info['id']}";</script>
- <script type="text/javascript" src="{$theme}js/ajaxupload.3.5.js"></script>
- {Template footer}
|