From b50878c765d246c85a22e152b0e34ce10e27fc91 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com>
Date: Sun, 5 Mar 2017 22:12:07 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=95=E6=8D=AE=E5=88=97?=
=?UTF-8?q?=E8=A1=A8=E7=9A=84=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE=E7=9A=84?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/webapp/css/common.css | 18 ++++++++++++++++--
src/main/webapp/js/pages/materials/in_out.js | 6 +++---
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/css/common.css b/src/main/webapp/css/common.css
index 714bf656..76166388 100644
--- a/src/main/webapp/css/common.css
+++ b/src/main/webapp/css/common.css
@@ -1,6 +1,5 @@
-.datagrid-body,.datagrid-footer,.datagrid-pager ,.datagrid-view
-{
+.datagrid-body,.datagrid-footer,.datagrid-pager ,.datagrid-view {
background-color:#EAF2FD;
}
@@ -8,4 +7,19 @@
width:60px;
float:left;
padding:5px;
+}
+
+#tablePanel .action-show {
+ background: url('../js/easyui-1.3.5/themes/icons/list.png') no-repeat left center;
+ padding: 0 8px 0 20px;
+}
+
+#tablePanel .action-edit {
+ background: url('../js/easyui-1.3.5/themes/icons/pencil.png') no-repeat left center;
+ padding: 0 8px 0 20px;
+}
+
+#tablePanel .action-delete {
+ background: url('../js/easyui-1.3.5/themes/icons/edit_remove.png') no-repeat left center;
+ padding-left: 20px;
}
\ No newline at end of file
diff --git a/src/main/webapp/js/pages/materials/in_out.js b/src/main/webapp/js/pages/materials/in_out.js
index 5b92e57b..b8c0cedf 100644
--- a/src/main/webapp/js/pages/materials/in_out.js
+++ b/src/main/webapp/js/pages/materials/in_out.js
@@ -315,9 +315,9 @@
+ 'AaBb' + rec.AccountName + 'AaBb' + rec.TotalPrice + 'AaBb' + rec.AllocationProjectId + 'AaBb' + rec.AllocationProjectName;
if(1 == value)
{
- str += '
查看 ';
- str += '
编辑 ';
- str += '
删除';
+ str += '查看';
+ str += '编辑';
+ str += '删除';
}
return str;
}