why.xingtongworld.com项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

89 lines
5.3 KiB

<script>
if(window.detail){
document.write('<link rel="stylesheet" href="/app/home/view/szwjs/static/css/common.css">');
document.write('<link rel="stylesheet" href="/app/home/view/szwjs/static/css/complaint.css">');
document.write('<script src="/app/home/view/szwjs/public/js/jquery.js"><\/script>');
document.write('<script src="/app/home/view/szwjs/static/libs/host.js"><\/script>');
document.write('<script src="/app/home/view/szwjs/static/js/complaint.js"><\/script>');
}
</script>
<style>
.required-sgin{color:red;}
</style>
<div class="tvmcontent">
<div class="tvmtabwrap">
<div class="tvmtabtitle">深圳文交所客户投诉记录表</div>
<form id="tousuform" class="myform">
<table class="tvmtab">
<tr>
<td rowspan="7" class="ttitle weightB">客户基本信息</td>
<td class="ttitle">姓名<i class="required-sgin">*</i></td>
<td><input id="cpt_name"></td>
<td class="ttitle">电话<i class="required-sgin">*</i></td>
<td><input type="tel" id="cpt_tel"></td>
</tr>
<tr>
<td class="ttitle">客户账号<i class="required-sgin">*</i></td>
<td colspan="3"><input id="cpt_account"></td>
</tr>
<tr>
<td class="ttitle">账号是否入金</td>
<td class="inlines"><select id="cpt_is_recharge">
<option value="1"></option>
<option value="0"></option>
</select><span class="r_btn"><span class="b_ar"></span></span></td>
<td class="ttitle">金额<i class="required-sgin">*</i></td>
<td class="inlines"><input id="cpt_recharge_money" type="number" min="0"><span class="r_btn"></span></td>
</tr>
<tr>
<td class="ttitle">参与平台<i class="required-sgin">*</i></td>
<td colspan="3"><input id="cpt_platform" placeholder="描述本人具体参拍的平台名称,如艺版拍"></td>
</tr>
<tr>
<td class="ttitle">所属机构<i class="required-sgin">*</i></td>
<td colspan="3"><input id="cpt_org" placeholder="描述本人线上参拍时由哪个机构进行推荐,需准确填写所属推荐机构名称"></td>
</tr>
<tr>
<td class="ttitle">客户投诉主体<i class="required-sgin">*</i></td>
<td colspan="3"><input id="cpt_target" placeholder="描述投诉涉及的公司,需准确填写公司名称"></td>
</tr>
<tr>
<td class="ttitle">与投诉主体的关系<i class="required-sgin">*</i></td>
<td colspan="3"><input id="cpt_target_relation" placeholder="需具体描述本人与所投诉公司之间存在的关联关系"></td>
</tr>
<tr>
<td rowspan="3" class="ttitle weightB">反馈情况</td>
<td class="ttitle">基本情况反馈<i class="required-sgin">*</i></td>
<td colspan="3"><textarea id="cpt_information" rows="4" placeholder="阐述投诉的基本情况,说明诉求"></textarea></td>
</tr>
<tr>
<td class="ttitle">经济问题反馈<i class="required-sgin">*</i></td>
<td colspan="3"><textarea id="cpt_economy_problem" rows="4" placeholder="请提供本次投诉相关资金往来流水单,需注明往来对像、往来账号及金额情况"></textarea></td>
</tr>
<tr>
<td class="ttitle">相关协议及签署<i class="required-sgin">*</i><p style="margin-top: 5px;">文件情况介绍</p></td>
<td colspan="3"><textarea id="cpt_intro" rows="4" placeholder="请提供本次投诉相关佐证,如协议或有效文件"></textarea></td>
</tr>
<tr>
<td rowspan="3" class="ttitle weightB">对应证明附件<i class="required-sgin">*</i></td>
<td colspan="4" style="min-height: 38px;">
<span id="cpt_attach_btn" class="uploadbtn" style="display: none;">上传文件</span>
<table id="cpt_attach_list" class="smalltab"></table>
</td>
</tr>
</table>
<div id="tousuformbtm" style="display: none;">
<div class="tvmformdesc">
<p class="desctitle">填表说明:</p>
<p class="desctext">1. 请根据实际情况详细反馈,并提供对应证明附件,如资金证据,相关协议等。</p>
<p class="desctext">2. 上传附件仅支持word、pdf和图片格式文件。</p>
<p class="desctext">3. 上传附件最大不超过30M。</p>
</div>
<div class="tvmformbtns">
{:token('__feedback__')}
<button id="submitformbtn" class="submitbtn">提交</button>
</div>
</div>
</form>
</div>
</div>