|
|
|
@ -10,23 +10,6 @@
|
|
|
|
|
<script type="text/javascript" src="__STATIC__/provincecityarea/AreaData_min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="__STATIC__/provincecityarea/jquery-1.7.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="__JS__/jquery.mousewheel.js"></script>
|
|
|
|
|
<style>
|
|
|
|
|
.tabcon1711 td {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-align: center!important;
|
|
|
|
|
padding-left: 55px;
|
|
|
|
|
padding-right: 55px;
|
|
|
|
|
width: 0;
|
|
|
|
|
}
|
|
|
|
|
.tabcon1711 td:first-child {
|
|
|
|
|
padding-left: 55px;
|
|
|
|
|
margin-right: 55px;
|
|
|
|
|
width: 0;
|
|
|
|
|
}
|
|
|
|
|
.tabcon1711 input {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
.data_list table td {
|
|
|
|
@ -56,55 +39,71 @@
|
|
|
|
|
<h3 class="page_title">更新反馈进度</h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 标签页导航 -->
|
|
|
|
|
<div class="data_list">
|
|
|
|
|
<div style="display: flex;">
|
|
|
|
|
<form method="post" action="{:U('feedbackProcessLogStore')}" enctype="multipart/form-data" id="form1" action="javascript:;" class="form-horizontal" style="width: 600px;">
|
|
|
|
|
<ul class="form_info" style="margin-top: 10px;" id='feedback-form' >
|
|
|
|
|
<li>
|
|
|
|
|
<label>玩家账号</label>
|
|
|
|
|
<form method="post" action="{:U('feedbackProcessLogStore')}" id="form1" action="javascript:;" class="form-horizontal" style="width: 600px;">
|
|
|
|
|
<div class="tab-content tabcon1711 tabcon17112" style="margin-top: 10px;" id='feedback-form' <?php if ($data['type'] == 1):?>hidden<?php endif;?> >
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">玩家账号</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<label>{$data.user_account}</label>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label>角色名称</label>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">角色名称</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<label>{$data.role_name}</label>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label>反馈原因</label>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">反馈原因</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<label>{$data.feedback}</label>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label>创单人员</label>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">创单人员</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<label>{:get_admin_name($data['creator_id'])}</label>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label>处理人</label>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">处理人</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<label>{:get_admin_name($data['handler_id'])}</label>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label>备注</label>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">备注</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<label>{$data.remark}</label>
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
<input type="hidden" name="id" value="{$data.id}">
|
|
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
<label>更新进度</label>
|
|
|
|
|
<textarea name="process_log" class="" placeholder="" ></textarea>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<div class="form-item cf" style="margin-top: 10px;">
|
|
|
|
|
<button class="submit_btn ajax-post " id="submit" type="submit" target-form="form-horizontal" style="margin-left:10px;">
|
|
|
|
|
保存
|
|
|
|
|
</button>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr <?php if (empty($data['attachment_url'])):?>hidden<?php endif;?>>
|
|
|
|
|
<td class="l noticeinfo">附件</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<label><a href="{$data.attachment_url}" target="_blank">下载</a></label>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">更新进度</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<textarea name="process_log"></textarea>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<div class="form-item">
|
|
|
|
|
<input type="hidden" name="id" value="{$data.id|default=''}">
|
|
|
|
|
<button class="submit_btn ajax-post mlspacing" id="submit" type="submit" target-form="form-horizontal">确 定</button>
|
|
|
|
|
<button class="submit_btn " onclick="javascript:history.back(-1);return false;">返 回</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<span style="width: 0.5px;background-color: gray; margin-left: 50px;margin-right: 50px;" <?php if (empty($data['process_log']) || $data['type'] == 1):?>hidden<?php endif;?>></span>
|
|
|
|
|
|
|
|
|
|
<span style="width: 0.5px;background-color: gray; margin-left: 50px;margin-right: 50px;" <?php if (empty($data['process_log'])):?>hidden<?php endif;?>></span>
|
|
|
|
|
|
|
|
|
|
<div <?php if (empty($data['process_log'])):?>hidden<?php endif;?></div>
|
|
|
|
|
<div <?php if (empty($data['process_log']) || $data['type'] == 1):?>hidden<?php endif;?> >
|
|
|
|
|
<div style="font-size:large;">工单进度</div>
|
|
|
|
|
<div style="width: 600px;border: 0.5px solid #000;height: 100%;padding-top: 20px;padding-right: 50px;padding-left: 50px;margin-bottom: 50px;">
|
|
|
|
|
<?php foreach($data['process_log'] as $index => $log):?>
|
|
|
|
@ -120,7 +119,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="common_settings">
|
|
|
|
|
<span class="plus_icon"><span><img src="__IMG__/zwmimages/icon_jia.png"></span></span>
|
|
|
|
|
<form class="addShortcutIcon">
|
|
|
|
|