Commit b4a02bd2 by ddx

update sms page

parent b22385f6
......@@ -47,9 +47,7 @@
<div class="form-group" role="form">
<label class="col-sm-2 control-label">用户名:</label>
<div class="col-sm-4">
<select class="form-control" id="userCode">
<option value="">请选择</option>
</select>
<input class="form-control" id="userCode" value="">
</div>
<label class="col-sm-2 control-label">地区码:</label>
<div class="col-sm-4">
......
function initAll() {
initAllUsernameList("userCode");
// initAllUsernameList("userCode");
initAllAreaCodeList("areaCode");
queryPageList();
}
......@@ -49,6 +49,7 @@ function queryPageList() {
sortStable: true,
columns: [
{field: 'id', title: 'id'},
{field: 'userCode', title: '用户'},
{field: 'cellphone', title: '手机号'},
{field: 'resCode', 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