|
@@ -71,6 +71,14 @@
|
|
<input type="text" name="name" autocomplete="off" class="layui-input"
|
|
<input type="text" name="name" autocomplete="off" class="layui-input"
|
|
placeholder="姓名"/>
|
|
placeholder="姓名"/>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="seach_items">
|
|
|
|
+ <select name="check_status">
|
|
|
|
+ <option value="">请选择审核状态</option>
|
|
|
|
+ <option value="0">未审核</option>
|
|
|
|
+ <option value="1">继续跟踪</option>
|
|
|
|
+ <option value="2">放弃</option>
|
|
|
|
+ </select>
|
|
|
|
+ </div>
|
|
</form>
|
|
</form>
|
|
<div style="clear: both;"></div>
|
|
<div style="clear: both;"></div>
|
|
</div>
|
|
</div>
|
|
@@ -103,20 +111,21 @@
|
|
elem: '#customer_datagrid'
|
|
elem: '#customer_datagrid'
|
|
, url: '/customer/review/'
|
|
, url: '/customer/review/'
|
|
, cols: [[
|
|
, cols: [[
|
|
- {field: 'name', title: '姓名', width: 110}
|
|
|
|
- , {field: 'tel', title: '电话', width: 120}
|
|
|
|
|
|
+ {field: 'name', title: '姓名', width: 100}
|
|
|
|
+ , {field: 'tel', title: '电话', width: 130}
|
|
, {field: 'address', title: '地址', width: 200}
|
|
, {field: 'address', title: '地址', width: 200}
|
|
, {field: 'project_text', title: '项目', width: 150}
|
|
, {field: 'project_text', title: '项目', width: 150}
|
|
, {field: 'village', title: '小区', width: 150}
|
|
, {field: 'village', title: '小区', width: 150}
|
|
, {field: 'description', title: '回访情况', width: 200}
|
|
, {field: 'description', title: '回访情况', width: 200}
|
|
- , {field: 'instruction', title: '申请支援或放弃', width: 110}
|
|
|
|
- , {field: 'is_giveup_text', title: '是否放弃', width: 100}
|
|
|
|
|
|
+ , {field: 'instruction', title: '申请支援或放弃', width: 200}
|
|
|
|
+ , {field: 'is_giveup_text', title: '是否放弃', width: 90}
|
|
|
|
+ , {field: 'create_user_text', title: '跟踪人', width: 110}
|
|
|
|
+ , {field: 'create_time_f', title: '跟踪时间', width: 150}
|
|
, {field: 'check_status_text', title: '审核状态', width: 110}
|
|
, {field: 'check_status_text', title: '审核状态', width: 110}
|
|
- , {field: 'create_user_text', title: '审核人', width: 110}
|
|
|
|
|
|
+ , {field: 'check_user_text', title: '审核人', width: 110}
|
|
, {field: 'check_comment', title: '审核批示', width: 100}
|
|
, {field: 'check_comment', title: '审核批示', width: 100}
|
|
, {field: 'check_time_f', title: '审核时间', width: 180}
|
|
, {field: 'check_time_f', title: '审核时间', width: 180}
|
|
- , {field: 'track_user_text', title: '跟踪人', width: 110}
|
|
|
|
- , {field: 'next_time_f', title: '下次回访时间', width: 180}
|
|
|
|
|
|
+ , {field: 'next_time_f', title: '下次回访时间', width: 130}
|
|
, {width: 80, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
|
|
, {width: 80, align: 'center', fixed: 'right', toolbar: '#customer-operate-bar'}
|
|
]]
|
|
]]
|
|
, page: true
|
|
, page: true
|
|
@@ -134,7 +143,7 @@
|
|
layer.open({
|
|
layer.open({
|
|
type: 2,
|
|
type: 2,
|
|
title: '审核',
|
|
title: '审核',
|
|
- area: ['35%', '50%'],
|
|
|
|
|
|
+ area: ['35%', '70%'],
|
|
btn: ['保存', '取消'],
|
|
btn: ['保存', '取消'],
|
|
yes: function (index, dom) {
|
|
yes: function (index, dom) {
|
|
layui.onSubmitChild = function (res) {
|
|
layui.onSubmitChild = function (res) {
|