-
- 日志管理是记录资产管理系统增删改查操作明细,包括资产管理、系统管理等操作信息,通过日志管理,可以记录平时资产管理系统操作明细信息。日志管理主要以搜索操作信息为主。
-
-
-
\ No newline at end of file
diff --git a/WebRoot/pages/log/operatelog.jsp b/WebRoot/pages/log/operatelog.jsp
index 311cfae6..030cee10 100644
--- a/WebRoot/pages/log/operatelog.jsp
+++ b/WebRoot/pages/log/operatelog.jsp
@@ -28,26 +28,26 @@
操作模块:
-
+
操作人员:
-
+
操作IP:
-
+
操作状态:
-
+
请选择
成功
失败
@@ -57,27 +57,25 @@
开始时间:
-
+
结束时间:
-
+
操作详情:
-
-
+
+
-
-
-
+
查询
重置
-
+
diff --git a/WebRoot/pages/manage/app.jsp b/WebRoot/pages/manage/app.jsp
index 076fab7d..60cf1af4 100644
--- a/WebRoot/pages/manage/app.jsp
+++ b/WebRoot/pages/manage/app.jsp
@@ -28,13 +28,13 @@
名称:
-
+
种类:
-
+
diff --git a/WebRoot/pages/manage/functions.jsp b/WebRoot/pages/manage/functions.jsp
index 7b2d79f6..27f4ef82 100644
--- a/WebRoot/pages/manage/functions.jsp
+++ b/WebRoot/pages/manage/functions.jsp
@@ -28,16 +28,19 @@
名称:
-
+
类型:
-
- 全部
- 电脑版
- 手机版
+
+
+ 全部
+ 电脑版
+ 手机版
+
+
@@ -128,7 +131,6 @@
//iconCls:'icon-save',
//width:700,
height:heightInfo,
- nowrap: false,
rownumbers: false,
//动画效果
animate:false,
@@ -148,14 +150,14 @@
pageList: initPageNum,
columns:[[
{ field: 'Id',width:35,align:"center",checkbox:true},
- { title: '编号 ',field: 'Number',width:100},
- { title: '名称',field: 'Name',width:200},
- { title: '上级编号',field: 'PNumber',width:100},
- { title: '链接',field: 'URL',width:200},
+ { title: '编号 ',field: 'Number',width:60},
+ { title: '名称',field: 'Name',width:80},
+ { title: '上级编号',field: 'PNumber',width:60},
+ { title: '链接',field: 'URL',width:120},
{ title: '排序',field: 'Sort',width:50},
{ title: '收缩',field: 'State',width:50},
{ title: '启用',field: 'Enabled',width:50},
- { title: '类型',field: 'Type',width:100},
+ { title: '类型',field: 'Type',width:50},
{ title: '操作',field: 'op',align:"center",width:130,formatter:function(value,rec)
{
var str = '';
diff --git a/WebRoot/pages/manage/vendor.jsp b/WebRoot/pages/manage/vendor.jsp
index 67db05b5..9f60eba7 100644
--- a/WebRoot/pages/manage/vendor.jsp
+++ b/WebRoot/pages/manage/vendor.jsp
@@ -8,7 +8,7 @@
- 供应商信息
+ 单位信息
@@ -71,7 +71,7 @@
-
+
电子邮箱
+
+
+ 期初应收
+
+
+
+ 期初应付
+
+
+
+ 累计应收
+
+
+
+ 累计应付
+
+
描 述
@@ -154,7 +171,7 @@
function initTableData()
{
$('#tableData').datagrid({
- //title:'供应商列表',
+ //title:'单位列表',
//iconCls:'icon-save',
//width:700,
height:heightInfo,
@@ -180,18 +197,18 @@
pageList: initPageNum,
columns:[[
{ field: 'id',width:35,align:"center",checkbox:true},
- { title: '名称',field: 'supplier',width:200},
- { title: '联系人', field: 'contacts',width:100,align:"center"},
- { title: '联系电话', field: 'phonenum',width:115,align:"center"},
- { title: '电子邮箱',field: 'email',width:180,align:"center"},
- //{ title: '是否系统',field: 'isystem',width:70,align:"center"},
- { title: '描述',field: 'description',width:100},
- { title: '类型',field: 'type',width:100},
- { title: '启动',field: 'enabled',width:100},
+ { title: '名称',field: 'supplier',width:120},
+ { title: '联系人', field: 'contacts',width:50,align:"center"},
+ { title: '联系电话', field: 'phonenum',width:60,align:"center"},
+ { title: '电子邮箱',field: 'email',width:80,align:"center"},
+ { title: '累计应收',field: 'AllNeedGet',width:70,align:"center"},
+ { title: '累计应付',field: 'AllNeedPay',width:70,align:"center"},
+ { title: '类型',field: 'type',width:50},
+ { title: '启动',field: 'enabled',width:40},
{ title: '操作',field: 'op',align:"center",width:130,formatter:function(value,rec)
{
var str = '';
- var rowInfo = rec.id + 'AaBb' + rec.supplier +'AaBb' + rec.contacts + 'AaBb'+ rec.phonenum + 'AaBb'+ rec.email + 'AaBb' + rec.isystem + 'AaBb' + rec.description+ 'AaBb' + rec.type+ 'AaBb' + rec.enabled;
+ var rowInfo = rec.id + 'AaBb' + rec.supplier +'AaBb' + rec.contacts + 'AaBb'+ rec.phonenum + 'AaBb'+ rec.email + 'AaBb'+ rec.BeginNeedGet + 'AaBb'+ rec.BeginNeedPay + 'AaBb'+ rec.AllNeedGet + 'AaBb'+ rec.AllNeedPay + 'AaBb' + rec.isystem + 'AaBb' + rec.description+ 'AaBb' + rec.type+ 'AaBb' + rec.enabled;
if(1 == value)
{
str += '
编辑 ';
@@ -278,10 +295,10 @@
}
}
- //删除供应商信息
+ //删除单位信息
function deleteSupplier(supplierInfo)
{
- $.messager.confirm('删除确认','确定要删除此供应商信息吗?',function(r)
+ $.messager.confirm('删除确认','确定要删除此单位信息吗?',function(r)
{
if (r)
{
@@ -302,12 +319,12 @@
//加载完以后重新初始化
$("#searchBtn").click();
else
- $.messager.alert('删除提示','删除供应商信息失败,请稍后再试!','error');
+ $.messager.alert('删除提示','删除单位信息失败,请稍后再试!','error');
},
//此处添加错误处理
error:function()
{
- $.messager.alert('删除提示','删除供应商信息异常,请稍后再试!','error');
+ $.messager.alert('删除提示','删除单位信息异常,请稍后再试!','error');
return;
}
});
@@ -315,7 +332,7 @@
});
}
- //批量删除供应商
+ //批量删除单位
function batDeleteSupplier()
{
var row = $('#tableData').datagrid('getChecked');
@@ -326,7 +343,7 @@
}
if(row.length > 0)
{
- $.messager.confirm('删除确认','确定要删除选中的' + row.length + '条供应商信息吗?',function(r)
+ $.messager.confirm('删除确认','确定要删除选中的' + row.length + '条单位信息吗?',function(r)
{
if (r)
{
@@ -359,12 +376,12 @@
$(":checkbox").attr("checked",false);
}
else
- $.messager.alert('删除提示','删除供应商信息失败,请稍后再试!','error');
+ $.messager.alert('删除提示','删除单位信息失败,请稍后再试!','error');
},
//此处添加错误处理
error:function()
{
- $.messager.alert('删除提示','删除供应商信息异常,请稍后再试!','error');
+ $.messager.alert('删除提示','删除单位信息异常,请稍后再试!','error');
return;
}
});
@@ -373,7 +390,7 @@
}
}
- //增加供应商
+ //增加单位
var url;
var supplierID = 0;
//保存编辑前的名称
@@ -381,7 +398,7 @@
function addSuppler()
{
- $('#supplierDlg').dialog('open').dialog('setTitle','
增加供应商');
+ $('#supplierDlg').dialog('open').dialog('setTitle','
增加单位信息');
$(".window-mask").css({ width: webW ,height: webH});
$('#supplierFM').form('clear');
@@ -396,7 +413,7 @@
url = '<%=path %>/supplier/create.action';
}
- //保存供应商信息
+ //保存单位信息
$("#saveSupplier").unbind().bind({
click:function()
{
@@ -425,15 +442,12 @@
{
$.messager.show({
title: '错误提示',
- msg: '保存供应商信息失败,请稍后重试!'
+ msg: '保存单位信息失败,请稍后重试!'
});
}
else
{
$('#supplierDlg').dialog('close');
- //$('#tableData').datagrid('reload');
- //加载完以后重新初始化
- //$("#searchBtn").click();
var opts = $("#tableData").datagrid('options');
showSupplierDetails(opts.pageNumber,opts.pageSize);
}
@@ -442,7 +456,7 @@
}
});
- //编辑供应商信息
+ //编辑单位信息
function editSupplier(supplierTotalInfo)
{
var supplierInfo = supplierTotalInfo.split("AaBb");
@@ -451,13 +465,17 @@
contacts : supplierInfo[2],
phonenum : supplierInfo[3],
email : supplierInfo[4],
- description : supplierInfo[6],
- type : supplierInfo[7],
- enabled : supplierInfo[8],
+ BeginNeedGet : supplierInfo[5],
+ BeginNeedPay : supplierInfo[6],
+ AllNeedGet : supplierInfo[7],
+ AllNeedPay : supplierInfo[8],
+ description : supplierInfo[10],
+ type : supplierInfo[11],
+ enabled : supplierInfo[12],
clientIp:'<%=clientIp %>'
};
orgSupplier = supplierInfo[1];
- $('#supplierDlg').dialog('open').dialog('setTitle','
编辑供应商信息');
+ $('#supplierDlg').dialog('open').dialog('setTitle','
编辑单位信息');
$(".window-mask").css({ width: webW ,height: webH});
$('#supplierFM').form('load',row);
supplierID = supplierInfo[0];
@@ -466,11 +484,8 @@
url = '<%=path %>/supplier/update.action?supplierID=' + supplierInfo[0];
}
- //$("#supplier").unbind().bind({
- //blur:checkSupplierName
- //});
- //检查供应商 名称是否存在 ++ 重名无法提示问题需要跟进
+ //检查单位名称是否存在 ++ 重名无法提示问题需要跟进
function checkSupplierName()
{
var supplierName = $.trim($("#supplier").val());
@@ -493,16 +508,14 @@
flag = tipInfo;
if(tipInfo)
{
- $.messager.alert('提示','供应商名称已经存在','info');
- //alert("供应商名称已经存在");
- //$("#supplier").val("");
+ $.messager.alert('提示','单位名称已经存在','info');
return;
}
},
//此处添加错误处理
error:function()
{
- $.messager.alert('提示','检查供应商名称是否存在异常,请稍后再试!','error');
+ $.messager.alert('提示','检查单位名称是否存在异常,请稍后再试!','error');
return;
}
});
diff --git a/WebRoot/pages/materials/allocation_in_list.jsp b/WebRoot/pages/materials/allocation_in_list.jsp
index 4adfe2e0..93482014 100644
--- a/WebRoot/pages/materials/allocation_in_list.jsp
+++ b/WebRoot/pages/materials/allocation_in_list.jsp
@@ -27,7 +27,7 @@
- 店面:
+ 仓库:
@@ -80,7 +80,7 @@
- 对方店面:
+ 对方仓库:
@@ -129,7 +129,7 @@
- 对方店面:
+ 对方仓库:
@@ -828,7 +828,7 @@
{
if($("#searchProjectId").val()=="")
{
- $.messager.alert('查询提示','请选择一个店面!','info');
+ $.messager.alert('查询提示','请选择一个仓库!','info');
}
else
{
diff --git a/WebRoot/pages/materials/allocation_out_list.jsp b/WebRoot/pages/materials/allocation_out_list.jsp
index 24922fbf..8c22af32 100644
--- a/WebRoot/pages/materials/allocation_out_list.jsp
+++ b/WebRoot/pages/materials/allocation_out_list.jsp
@@ -27,7 +27,7 @@
- 店面:
+ 仓库:
@@ -80,7 +80,7 @@
- 对方店面:
+ 对方仓库:
@@ -129,7 +129,7 @@
- 对方店面:
+ 对方仓库:
@@ -872,7 +872,7 @@
{
if($("#searchProjectId").val()=="")
{
- $.messager.alert('查询提示','请选择一个店面!','info');
+ $.messager.alert('查询提示','请选择一个仓库!','info');
}
else
{
diff --git a/WebRoot/pages/materials/audit_allocation_out_list.jsp b/WebRoot/pages/materials/audit_allocation_out_list.jsp
index 169680ff..4bd55216 100644
--- a/WebRoot/pages/materials/audit_allocation_out_list.jsp
+++ b/WebRoot/pages/materials/audit_allocation_out_list.jsp
@@ -27,7 +27,7 @@
- 店面:
+ 仓库:
@@ -78,7 +78,7 @@
- 对方店面:
+ 对方仓库:
@@ -127,7 +127,7 @@
- 对方店面:
+ 对方仓库:
@@ -912,7 +912,7 @@
{
if($("#searchProjectId").val()=="")
{
- $.messager.alert('查询提示','请选择一个店面!','info');
+ $.messager.alert('查询提示','请选择一个仓库!','info');
}
else
{
diff --git a/WebRoot/pages/materials/audit_consuming_out_list.jsp b/WebRoot/pages/materials/audit_consuming_out_list.jsp
index 9f5dfcf1..82743cbf 100644
--- a/WebRoot/pages/materials/audit_consuming_out_list.jsp
+++ b/WebRoot/pages/materials/audit_consuming_out_list.jsp
@@ -27,7 +27,7 @@
- 店面:
+ 仓库:
@@ -963,7 +963,7 @@
{
if($("#searchProjectId").val()=="")
{
- $.messager.alert('查询提示','请选择一个店面!','info');
+ $.messager.alert('查询提示','请选择一个仓库!','info');
}
else
{
diff --git a/WebRoot/pages/materials/audit_lease_in_list.jsp b/WebRoot/pages/materials/audit_lease_in_list.jsp
index 74a795a1..cab1e9d2 100644
--- a/WebRoot/pages/materials/audit_lease_in_list.jsp
+++ b/WebRoot/pages/materials/audit_lease_in_list.jsp
@@ -27,7 +27,7 @@
- 店面:
+ 仓库:
@@ -913,7 +913,7 @@
{
if($("#searchProjectId").val()=="")
{
- $.messager.alert('查询提示','请选择一个店面!','info');
+ $.messager.alert('查询提示','请选择一个仓库!','info');
}
else
{
diff --git a/WebRoot/pages/materials/audit_purchase_in_list.jsp b/WebRoot/pages/materials/audit_purchase_in_list.jsp
index 0a8883d7..478a1ce7 100644
--- a/WebRoot/pages/materials/audit_purchase_in_list.jsp
+++ b/WebRoot/pages/materials/audit_purchase_in_list.jsp
@@ -27,7 +27,7 @@
- 店面:
+ 仓库:
@@ -923,7 +923,7 @@
{
if($("#searchProjectId").val()=="")
{
- $.messager.alert('查询提示','请选择一个店面!','info');
+ $.messager.alert('查询提示','请选择一个仓库!','info');
}
else
{
diff --git a/WebRoot/pages/materials/audit_return_out_list.jsp b/WebRoot/pages/materials/audit_return_out_list.jsp
index fff8217c..e2dd0d3b 100644
--- a/WebRoot/pages/materials/audit_return_out_list.jsp
+++ b/WebRoot/pages/materials/audit_return_out_list.jsp
@@ -27,7 +27,7 @@
- 店面:
+ 仓库:
@@ -909,7 +909,7 @@
{
if($("#searchProjectId").val()=="")
{
- $.messager.alert('查询提示','请选择一个店面!','info');
+ $.messager.alert('查询提示','请选择一个仓库!','info');
}
else
{
diff --git a/WebRoot/pages/materials/audit_sale_out_list.jsp b/WebRoot/pages/materials/audit_sale_out_list.jsp
index e0a4ee52..dddb0dd3 100644
--- a/WebRoot/pages/materials/audit_sale_out_list.jsp
+++ b/WebRoot/pages/materials/audit_sale_out_list.jsp
@@ -27,7 +27,7 @@
- 店面:
+ 仓库:
@@ -121,7 +121,7 @@
closed="true" modal="true" cache="false" collapsible="false" closable="true">
- 店面:
+ 仓库:
@@ -963,7 +963,7 @@
{
if($("#searchProjectId").val()=="")
{
- $.messager.alert('查询提示','请选择一个店面!','info');
+ $.messager.alert('查询提示','请选择一个仓库!','info');
}
else
{
diff --git a/WebRoot/pages/materials/audit_supply_in_list.jsp b/WebRoot/pages/materials/audit_supply_in_list.jsp
index f1c8bcde..b62291d9 100644
--- a/WebRoot/pages/materials/audit_supply_in_list.jsp
+++ b/WebRoot/pages/materials/audit_supply_in_list.jsp
@@ -27,7 +27,7 @@
- 店面:
+ 仓库:
@@ -906,7 +906,7 @@
{
if($("#searchProjectId").val()=="")
{
- $.messager.alert('查询提示','请选择一个店面!','info');
+ $.messager.alert('查询提示','请选择一个仓库!','info');
}
else
{
diff --git a/WebRoot/pages/materials/building.jsp b/WebRoot/pages/materials/building.jsp
index f572c6f8..2782ea72 100644
--- a/WebRoot/pages/materials/building.jsp
+++ b/WebRoot/pages/materials/building.jsp
@@ -71,7 +71,7 @@
-
\ No newline at end of file
+