|
|
|
@ -32,8 +32,9 @@
|
|
|
|
|
.select2-results__option[aria-selected] {font-size:12px;}
|
|
|
|
|
.layui-layer-dialog .layui-layer-content{color:red}
|
|
|
|
|
.textarea-style {
|
|
|
|
|
width: 200px;
|
|
|
|
|
width: 195px;
|
|
|
|
|
height: 150px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
.mustmark {
|
|
|
|
|
color: #FF0000;
|
|
|
|
@ -175,16 +176,13 @@
|
|
|
|
|
<!--弹出层-->
|
|
|
|
|
<div class="promote-layer mb20">
|
|
|
|
|
<form id="ajaxForm" action="{:U('set_withdraw')}" method="post">
|
|
|
|
|
<input type="hidden" name="ids" id="hd_ids" value="" />
|
|
|
|
|
<input type="hidden" name="case" id="case" value="deny" />
|
|
|
|
|
|
|
|
|
|
<ol class="promote-con">
|
|
|
|
|
<li class="promote-con-con " id="deny">
|
|
|
|
|
<div class="mb20">
|
|
|
|
|
<span class="promote-name"><i class="mustmark">*</i>备注:</span>
|
|
|
|
|
<textarea class="textarea-style" name="remark"></textarea>
|
|
|
|
|
<span class="promote-name">备注:</span>
|
|
|
|
|
<textarea class="textarea-style ids" name="remark"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<a class="ajax-post" id="agree_btn" target-form="ids" url="{:U('setStatus',array('status'=>-1))}"><div class="promote-btn">拒绝</div></a>
|
|
|
|
|
<a class="ajax-post pack" style="cursor: pointer;" target-form="ids" url="{:U('setStatus',array('status'=>-1))}"><div class="promote-btn">拒绝</div></a>
|
|
|
|
|
</li>
|
|
|
|
|
</ol>
|
|
|
|
|
</form>
|
|
|
|
|