礼品卡管理模块

This commit is contained in:
季圣华
2017-07-15 00:33:28 +08:00
parent 8f4cac02ef
commit 883890eb00
21 changed files with 1402 additions and 52 deletions

View File

@@ -368,6 +368,7 @@
async : false,
data: ({
name : $.trim($("#name").val()),
type : 0,
sort : $.trim($("#sort").val()),
remark : $.trim($("#remark").val()),
clientIp:'<%=clientIp %>'
@@ -484,6 +485,7 @@
dataType: "json",
data: ({
name:$.trim($("#searchName").val()),
type: 0, //仓库
remark:$.trim($("#searchRemark").val()),
pageNo:pageNo,
pageSize:pageSize