|
@@ -63,7 +63,7 @@
|
|
|
<div style="float:right;">
|
|
|
<form class="layui-form" lay-filter="query-form-element">
|
|
|
<div class="seach_items">
|
|
|
- <input type="text" name="company" autocomplete="off" class="layui-input"
|
|
|
+ <input type="text" name="company_name" autocomplete="off" class="layui-input"
|
|
|
placeholder="单位名称"/>
|
|
|
</div>
|
|
|
<div class="seach_items">
|
|
@@ -71,7 +71,7 @@
|
|
|
placeholder="联系人姓名"/>
|
|
|
</div>
|
|
|
<div class="seach_items">
|
|
|
- <input type="text" name="name" autocomplete="off" class="layui-input"
|
|
|
+ <input type="text" name="tel" autocomplete="off" class="layui-input"
|
|
|
placeholder="联系人电话"/>
|
|
|
</div>
|
|
|
<div class="seach_items">
|
|
@@ -136,11 +136,12 @@
|
|
|
{field: 'company_no', title: '单位编号', width: 100}
|
|
|
, {field: 'company_name', title: '单位名称', width: 200}
|
|
|
, {field: 'organ_code', title: '组织代码', width: 150}
|
|
|
- , {field: 'name', title: '联系人姓名', width: 100}
|
|
|
+ , {field: 'name', title: '联系人姓名', width: 120}
|
|
|
, {field: 'tel', title: '联系人电话', width: 120}
|
|
|
+ , {field: 'address', title: '联系人地址', width: 200}
|
|
|
, {field: 'end_date', title: '租户到期日期', width: 120}
|
|
|
, {field: 'create_time', title: '申请时间', width: 160}
|
|
|
- , {field: 'status_text', title: '审核状态', width: 120}
|
|
|
+ , {field: 'status_text', title: '审核状态', width: 100}
|
|
|
, {field: 'username', title: '管理员账号', width: 200}
|
|
|
, {field: 'renew_time', title: '续费时间', width: 160}
|
|
|
, {field: 'renew_amount', title: '续费金额', width: 120}
|