Commit b4a02bd2 by ddx

update sms page

parent b22385f6
...@@ -47,9 +47,7 @@ ...@@ -47,9 +47,7 @@
<div class="form-group" role="form"> <div class="form-group" role="form">
<label class="col-sm-2 control-label">用户名:</label> <label class="col-sm-2 control-label">用户名:</label>
<div class="col-sm-4"> <div class="col-sm-4">
<select class="form-control" id="userCode"> <input class="form-control" id="userCode" value="">
<option value="">请选择</option>
</select>
</div> </div>
<label class="col-sm-2 control-label">地区码:</label> <label class="col-sm-2 control-label">地区码:</label>
<div class="col-sm-4"> <div class="col-sm-4">
......
function initAll() { function initAll() {
initAllUsernameList("userCode"); // initAllUsernameList("userCode");
initAllAreaCodeList("areaCode"); initAllAreaCodeList("areaCode");
queryPageList(); queryPageList();
} }
...@@ -49,6 +49,7 @@ function queryPageList() { ...@@ -49,6 +49,7 @@ function queryPageList() {
sortStable: true, sortStable: true,
columns: [ columns: [
{field: 'id', title: 'id'}, {field: 'id', title: 'id'},
{field: 'userCode', title: '用户'},
{field: 'cellphone', title: '手机号'}, {field: 'cellphone', title: '手机号'},
{field: 'resCode', title: '返回码'}, {field: 'resCode', title: '返回码'},
{field: 'timeFlag', title: '日志码'}, {field: 'timeFlag', title: '日志码'},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment