|
|
|
@ -41,6 +41,10 @@
|
|
|
|
|
line-height:0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tabcon1711 input~.notice-text {
|
|
|
|
|
width: unset;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bnt_add,.bnt_remove,.bnt_save{
|
|
|
|
|
height: 30px;
|
|
|
|
|
width: 20px;
|
|
|
|
@ -64,59 +68,57 @@
|
|
|
|
|
<h3 class="page_title">新增工单</h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="display: flex;">
|
|
|
|
|
<form method="post" action="{:U('store')}" enctype="multipart/form-data" id="form1" action="javascript:;" class="form-horizontal">
|
|
|
|
|
<div class="cf top_nav_list">
|
|
|
|
|
|
|
|
|
|
<!-- 标签页导航 -->
|
|
|
|
|
<div class="data_list">
|
|
|
|
|
<div style="display: flex;">
|
|
|
|
|
<form method="post" action="{:U('store')}" enctype="multipart/form-data" id="form1" action="javascript:;" class="form-horizontal">
|
|
|
|
|
<div class="cf top_nav_list">
|
|
|
|
|
|
|
|
|
|
<!-- 高级搜索 -->
|
|
|
|
|
<div class="jssearch fl cf search_list" style="margin-bottom:15px">
|
|
|
|
|
|
|
|
|
|
<input id="gameid" name="game_id" type="text" value="" style="display:none" >
|
|
|
|
|
<input id="serverid" name="server_id" type="text" value="" style="display:none">
|
|
|
|
|
<div class="input-list search-title-box">
|
|
|
|
|
<label>工单类型:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
|
|
|
<select id="type" name="type" class="select_gallery" style="width:120px;">
|
|
|
|
|
<option value="1">资源</option>
|
|
|
|
|
<option value="2">反馈</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="input-list search-title-box">
|
|
|
|
|
<label>区服选择:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
|
|
|
<select id="game_id" name="game_name" class="select_gallery" style="width:120px;">
|
|
|
|
|
<option value="">游戏名称</option>
|
|
|
|
|
<volist name=":get_game_list()" id="vo">
|
|
|
|
|
<option game-id="{$vo.id}" value="{$vo.game_name}">{$vo.game_name}</option>
|
|
|
|
|
</volist>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-list input-list-server search_label_rehab">
|
|
|
|
|
<select id="server_id" name="server_name" class="select_gallery" style="width:120px;">
|
|
|
|
|
<option value="">区服名称</option>
|
|
|
|
|
<if condition="$_GET['server_name'] neq ''"><option value="{$_GET['server_name']}">{$_GET['server_name']}</option></if>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-list">
|
|
|
|
|
<div id="uploader" class="wu-example">
|
|
|
|
|
<div class="btns">
|
|
|
|
|
<div id="picker" style="height:30px;">附件</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--用来存放文件信息-->
|
|
|
|
|
<div id="thelist" class="uploader-list">
|
|
|
|
|
</div>
|
|
|
|
|
<input type="hidden" id="file_url" name="attachment_url" value="{$data['attachment_url']}"/>
|
|
|
|
|
<!-- 高级搜索 -->
|
|
|
|
|
<div class="jssearch fl cf search_list" style="margin-bottom:15px">
|
|
|
|
|
|
|
|
|
|
<input id="gameid" name="game_id" type="text" value="" style="display:none" >
|
|
|
|
|
<input id="serverid" name="server_id" type="text" value="" style="display:none">
|
|
|
|
|
<div class="input-list search-title-box">
|
|
|
|
|
<label>工单类型:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
|
|
|
<select id="type" name="type" class="select_gallery" style="width:120px;">
|
|
|
|
|
<option value="1">资源</option>
|
|
|
|
|
<option value="2">反馈</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="input-list search-title-box">
|
|
|
|
|
<label>区服选择:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
|
|
|
<select id="game_id" name="game_name" class="select_gallery" style="width:120px;">
|
|
|
|
|
<option value="">游戏名称</option>
|
|
|
|
|
<volist name=":get_game_list()" id="vo">
|
|
|
|
|
<option game-id="{$vo.id}" value="{$vo.game_name}">{$vo.game_name}</option>
|
|
|
|
|
</volist>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-list input-list-server search_label_rehab">
|
|
|
|
|
<select id="server_id" name="server_name" class="select_gallery" style="width:120px;">
|
|
|
|
|
<option value="">区服名称</option>
|
|
|
|
|
<if condition="$_GET['server_name'] neq ''"><option value="{$_GET['server_name']}">{$_GET['server_name']}</option></if>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-list">
|
|
|
|
|
<div id="uploader" class="wu-example">
|
|
|
|
|
<div class="btns">
|
|
|
|
|
<div id="picker" style="height:30px;">附件</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--用来存放文件信息-->
|
|
|
|
|
<div id="thelist" class="uploader-list">
|
|
|
|
|
</div>
|
|
|
|
|
<input type="hidden" id="file_url" name="attachment_url" value="{$data['attachment_url']}"/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="data_list">
|
|
|
|
|
<div class="tab-content tabcon1711" id='resource-form' >
|
|
|
|
|
<table class="table">
|
|
|
|
|
<!-- 表头 -->
|
|
|
|
@ -171,52 +173,68 @@
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<ul class="form_info" style="margin-top: 10px;" id='feedback-form' hidden >
|
|
|
|
|
<input type="hidden" name="id" value="{$auth_group.id}" />
|
|
|
|
|
<li>
|
|
|
|
|
<label>玩家账号</label>
|
|
|
|
|
<input type="text" name='user_account'>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label>角色名称</label>
|
|
|
|
|
<input type="text" name='role_name'>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label>反馈原因</label>
|
|
|
|
|
<textarea name="feedback" class="" placeholder="" ></textarea>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label>创单人员</label>
|
|
|
|
|
<label>{:get_admin_name(is_login())}</label>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label>处理人</label>
|
|
|
|
|
<select id="handler_id" name="handler_id" class="select_gallery">
|
|
|
|
|
<?php foreach ($admin_users as $user):?>
|
|
|
|
|
<option value="{$user['uid']}" >{$user.nickname}</option>
|
|
|
|
|
<?php endforeach;?>
|
|
|
|
|
</select>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label>备注</label>
|
|
|
|
|
<textarea name="remark" 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>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<span style="width: 0.5px;background-color: gray; margin-left: 50px;margin-right: 50px;" hidden></span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tab-content tabcon1711 tabcon17112" style="margin-top: 10px;" id='feedback-form' hidden >
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">玩家账号</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<input type="text" class="" name="user_account" value="" placeholder="请输入玩家账号">
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">角色名称</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<input type="text" class="" name="role_name" value="" placeholder="请输入角色名称">
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">反馈原因</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<textarea name="feedback"></textarea>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">创单人员</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<label>{:get_admin_name(is_login())}</label>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">处理人</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<span class="form_select"><select name="handler_id" id="handler_id">
|
|
|
|
|
<?php foreach ($admin_users as $user):?>
|
|
|
|
|
<option value="{$user['uid']}" >{$user.nickname}</option>
|
|
|
|
|
<?php endforeach;?>
|
|
|
|
|
</select></span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">备注</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<textarea name="remark"></textarea>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
<button class="submit_btn " onclick="javascript:history.back(-1);return false;">返 回</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<span style="width: 0.5px;background-color: gray; margin-left: 50px;margin-right: 50px;" hidden></span>
|
|
|
|
|
|
|
|
|
|
<div hidden>
|
|
|
|
|
<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;">
|
|
|
|
|
<p>工单内容</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div hidden>
|
|
|
|
|
<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;">
|
|
|
|
|
<p>工单内容</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|