|
|
@@ -78,7 +78,7 @@
|
|
78
|
78
|
<th data-field="F_BlackType" data-formatter="shtype">名单类型</th>
|
|
79
|
79
|
<th data-field="F_SetTime">开始时间</th>
|
|
80
|
80
|
<th data-field="F_RemoveTime">结束时间</th>
|
|
81
|
|
- <th data-field="F_Describe">屏蔽说明</th>
|
|
|
81
|
+ <th data-field="F_Describe">说明</th>
|
|
82
|
82
|
<th data-field="F_UserName">添加坐席</th>
|
|
83
|
83
|
<th data-field="F_CreateTime">添加时间</th>
|
|
84
|
84
|
</tr>
|
|
|
@@ -124,8 +124,8 @@
|
|
124
|
124
|
'<input onclick="laydate()" type="text" class="photo laydate-icon" id="EndTime" placeholder="请输入结束时间" />' +
|
|
125
|
125
|
'</div>' +
|
|
126
|
126
|
'<div class="add_time">' +
|
|
127
|
|
- '<label for="" class="Pb_sm">屏蔽说明:</label>' +
|
|
128
|
|
- '<textarea data-adaptheight placeholder="请输入屏蔽说明" type="text" id="Pb"></textarea>' +
|
|
|
127
|
+ '<label for="" class="Pb_sm">说明:</label>' +
|
|
|
128
|
+ '<textarea data-adaptheight placeholder="请输入说明" type="text" id="Pb"></textarea>' +
|
|
129
|
129
|
'</div>' +
|
|
130
|
130
|
'<div class="add_time tc">' +
|
|
131
|
131
|
'<button type="button" class="btn sc_btn " id="tc" onclick="addedit()">保 存</button>' +
|