提交 6ea0afe4 编写于 作者: doc_wei's avatar doc_wei

IFS明细账查询修改

上级 1a239c23
......@@ -15,11 +15,11 @@ layui.config({
authBtn('1571638020191');//新增
authBtn('1572313776196');//导出
var type = "";
var orderType = "";
sysDictDataUtil.showDictDataListByDictTypeCode(sysDictData["ifsOrderType"]["key"], 'selectTree', "ifsOrderType", '', form, function () {
initTable();
}, function (chooseId) {
type = chooseId;
orderType = chooseId;
refreshTable();
});
......@@ -202,7 +202,7 @@ layui.config({
}
function getTableParams() {
$.extend(true, {type: type}, initTableSearchUtil.getSearchValue("messageTable"));
return $.extend(true, {orderType: orderType}, initTableSearchUtil.getSearchValue("messageTable"));
}
exports('incomeList', {});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册