更新前端
54
erp_web/css/bill_detail.css
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
#bill {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
#bill .retail_out{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .retail_back{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .purchase_in{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .purchase_back{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .sale_out{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .sale_back{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .other_in{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .other_out{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .allocation_out{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .gift_recharge{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .gift_out{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .item_in{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .item_out{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .money_in{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .money_out{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .giro{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#bill .advance_in{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
52
erp_web/css/common.css
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
<!--页面展示特殊要求-->
|
||||||
|
.datagrid-body,.datagrid-footer,.datagrid-pager ,.datagrid-view {
|
||||||
|
background-color:#EAF2FD;
|
||||||
|
}
|
||||||
|
|
||||||
|
.easyui-dialog .fitem label{
|
||||||
|
width:60px;
|
||||||
|
float:left;
|
||||||
|
padding:5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tablePanel .action-show {
|
||||||
|
background: url('../js/easyui-1.3.5/themes/icons/list.png') no-repeat left center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#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;
|
||||||
|
}
|
||||||
|
|
||||||
|
.system-config {
|
||||||
|
padding: 5px;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.system-config td{
|
||||||
|
padding: 10px 0px 10px 10px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#accountDetailListDlg .n-link{
|
||||||
|
color:blue;
|
||||||
|
text-decoration:underline;
|
||||||
|
cursor:pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tablePanel .n-link{
|
||||||
|
color:blue;
|
||||||
|
text-decoration:underline;
|
||||||
|
cursor:pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
#materialDetailListDlg .n-link{
|
||||||
|
color:blue;
|
||||||
|
text-decoration:underline;
|
||||||
|
cursor:pointer;
|
||||||
|
}
|
||||||
762
erp_web/css/css.css
Normal file
@@ -0,0 +1,762 @@
|
|||||||
|
@charset "utf-8";
|
||||||
|
/* CSS Document */
|
||||||
|
ul,ol,li,dl,dt,dd,h1,h2,h3,body,p,form,input,textarea{
|
||||||
|
padding:0;
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
ul,li{
|
||||||
|
list-style:none;
|
||||||
|
}
|
||||||
|
h1{
|
||||||
|
font-size:18px;
|
||||||
|
}
|
||||||
|
h2{
|
||||||
|
font-size:14px;
|
||||||
|
}
|
||||||
|
h3{
|
||||||
|
font-size:12px;
|
||||||
|
}
|
||||||
|
table{
|
||||||
|
border-collapse:collapse;
|
||||||
|
}
|
||||||
|
textarea{
|
||||||
|
font-size:12px;
|
||||||
|
padding:3px;
|
||||||
|
}
|
||||||
|
img{
|
||||||
|
border:0;
|
||||||
|
}
|
||||||
|
a:link,a:visited{
|
||||||
|
color:#333;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
a:hover,a:active{
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
|
body{
|
||||||
|
font:12px/18px Arial, Helvetica, sans-serif,"宋体";
|
||||||
|
}
|
||||||
|
#header{
|
||||||
|
height:56px;
|
||||||
|
width:100%;
|
||||||
|
position:relative;
|
||||||
|
background:url(../images/bg_head.jpg) repeat-x;
|
||||||
|
}
|
||||||
|
#logo{
|
||||||
|
position:absolute;
|
||||||
|
left: 17px;
|
||||||
|
top: 1px;
|
||||||
|
}
|
||||||
|
#nav_top{
|
||||||
|
position:absolute;
|
||||||
|
right:5px;
|
||||||
|
top:20px;
|
||||||
|
}
|
||||||
|
#nav_top li{
|
||||||
|
float:left;
|
||||||
|
padding-right:8px;
|
||||||
|
}
|
||||||
|
#nav_top li a{
|
||||||
|
display:block;
|
||||||
|
height:16px;
|
||||||
|
float:left;
|
||||||
|
padding-left:18px;
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
|
#nav_top li a:hover{
|
||||||
|
color:#006DC1;
|
||||||
|
}
|
||||||
|
#nav_top li a#navtop_home{
|
||||||
|
background:url(../images/house.png) 0 1px no-repeat;
|
||||||
|
}
|
||||||
|
#nav_top li a#navtop_help{
|
||||||
|
background:url(../images/vavtop_help.gif) 0 1px no-repeat;
|
||||||
|
}
|
||||||
|
#nav_top li a#navtop_logout{
|
||||||
|
background:url(../images/680.png) 2px 2px no-repeat;
|
||||||
|
}
|
||||||
|
#menubar{
|
||||||
|
width:170px;
|
||||||
|
padding-top:5px;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
#menubar a{
|
||||||
|
width:130px;
|
||||||
|
padding:5px 0 0 40px;
|
||||||
|
height:23px;
|
||||||
|
display:block;
|
||||||
|
color:#000;
|
||||||
|
font-weight:bold;
|
||||||
|
font-size:14px;
|
||||||
|
background:url(../images/bg_menulist.jpg) no-repeat;
|
||||||
|
}
|
||||||
|
#menubar a:hover{
|
||||||
|
text-decoration:none;
|
||||||
|
background:url(../images/bg_menuliston.jpg) no-repeat;
|
||||||
|
}
|
||||||
|
#menubar a#menu_on{
|
||||||
|
background:url(../images/bg_menuliston.jpg) no-repeat;
|
||||||
|
}
|
||||||
|
#menubar a#menusub_on{
|
||||||
|
color:#006BFF;
|
||||||
|
text-decoration:none;
|
||||||
|
background:#FFFFFF;
|
||||||
|
}
|
||||||
|
#menubar dl a{
|
||||||
|
font-size:12px;
|
||||||
|
color:#333;
|
||||||
|
height:18px;
|
||||||
|
padding-left:60px;
|
||||||
|
font-weight:normal;
|
||||||
|
background:url(../images/bg_notebook.gif) 40px 5px no-repeat;
|
||||||
|
}
|
||||||
|
#menubar dl{
|
||||||
|
display:none;
|
||||||
|
padding-bottom:5px;
|
||||||
|
}
|
||||||
|
#menubar dl a:hover{
|
||||||
|
color:#006DC1;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
#menubar_top{
|
||||||
|
width:182px;
|
||||||
|
height:16px;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
#menu_switchHide{
|
||||||
|
position:absolute;
|
||||||
|
width:7px;
|
||||||
|
height:9px;
|
||||||
|
left:173px;
|
||||||
|
top:4px;
|
||||||
|
z-index:100;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
#menu_switchShow{
|
||||||
|
position:absolute;
|
||||||
|
width:10px;
|
||||||
|
height:17px;
|
||||||
|
left:0px;
|
||||||
|
top:0px;
|
||||||
|
overflow:hidden;
|
||||||
|
z-index:100;
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
#wrap_menu{
|
||||||
|
width:175px;
|
||||||
|
overflow:hidden;
|
||||||
|
padding-left:5px;
|
||||||
|
border:1px solid #97B9DF;
|
||||||
|
border-top:none;
|
||||||
|
background:#EAF2FD;
|
||||||
|
}
|
||||||
|
#position{
|
||||||
|
height:29px;
|
||||||
|
width:100%;
|
||||||
|
overflow:hidden;
|
||||||
|
position:relative;
|
||||||
|
background:url(../images/bg_positionm.jpg) repeat-x;
|
||||||
|
}
|
||||||
|
|
||||||
|
#position p{
|
||||||
|
line-height:29px;
|
||||||
|
padding-left:13px;
|
||||||
|
color:#FFF;
|
||||||
|
background:url(../images/bg_positionl.gif) no-repeat;
|
||||||
|
}
|
||||||
|
#position p a{
|
||||||
|
color:#FFF;
|
||||||
|
}
|
||||||
|
#pright{
|
||||||
|
width:8px;
|
||||||
|
height:29px;
|
||||||
|
overflow:hidden;
|
||||||
|
position:absolute;
|
||||||
|
top:0;
|
||||||
|
right:0;
|
||||||
|
background:url(../images/bg_positionr.jpg) 3px 0 no-repeat;
|
||||||
|
}
|
||||||
|
#cnt_body{
|
||||||
|
padding:0 5px;
|
||||||
|
}
|
||||||
|
#searchbar{
|
||||||
|
background:#EAF2FD;
|
||||||
|
margin:8px 0 5px 0;
|
||||||
|
width:100%;
|
||||||
|
position:relative;
|
||||||
|
}
|
||||||
|
#txt_search{
|
||||||
|
position:absolute;
|
||||||
|
left: 11px;
|
||||||
|
top: -8px;
|
||||||
|
color:#000;
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
#search_itemlist{
|
||||||
|
border:1px solid #97B9DF;
|
||||||
|
padding:10px 10px 3px 10px;
|
||||||
|
}
|
||||||
|
#search_itemlist ul{
|
||||||
|
width:100%;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
#search_itemlist li{
|
||||||
|
float:left;
|
||||||
|
height:22px;
|
||||||
|
padding:0 10px 5px 0;
|
||||||
|
}
|
||||||
|
#searchbar li span img,#search_itemlist li span img{
|
||||||
|
position:relative;
|
||||||
|
top:3px;
|
||||||
|
margin-left:2px;
|
||||||
|
}
|
||||||
|
#search_itemlist input,#search_itemlist select{
|
||||||
|
width:80px;
|
||||||
|
margin-top:2px;
|
||||||
|
}
|
||||||
|
#search_itemlist input.btn_sendData{
|
||||||
|
width:49px;
|
||||||
|
height:22px;
|
||||||
|
border:none;
|
||||||
|
margin-top:0;
|
||||||
|
padding:0 1px;
|
||||||
|
cursor:pointer;
|
||||||
|
background:url(../images/btn_check.gif) no-repeat;
|
||||||
|
}
|
||||||
|
#search_itemlist input.btn_sendData:hover{
|
||||||
|
background:url(../images/btn_checkon.gif) no-repeat;
|
||||||
|
}
|
||||||
|
.databar{
|
||||||
|
border:1px solid #97B9DF;
|
||||||
|
background:#EAF2FD;
|
||||||
|
overflow:hidden;
|
||||||
|
_height:29px;
|
||||||
|
}
|
||||||
|
.btn_confirmpage{
|
||||||
|
height:22px;
|
||||||
|
width:35px;
|
||||||
|
border:none;
|
||||||
|
cursor:pointer;
|
||||||
|
background:url(../images/btn_goto.gif) 0 2px no-repeat;
|
||||||
|
}
|
||||||
|
.btn_confirmpage:hover{
|
||||||
|
background:url(../images/btn_gotoon.gif) 0 2px no-repeat;
|
||||||
|
}
|
||||||
|
.btnbar{
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
.btnbar ul{
|
||||||
|
padding:2px 0 2px 10px;
|
||||||
|
overflow:hidden;
|
||||||
|
width:400px;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
.btnbar li{
|
||||||
|
float:left;
|
||||||
|
padding-right:5px;
|
||||||
|
}
|
||||||
|
.btnbar a{
|
||||||
|
display:block;
|
||||||
|
height:25px;
|
||||||
|
float:left;
|
||||||
|
overflow:hidden;
|
||||||
|
padding-left:10px;
|
||||||
|
background:url(../images/bg_btnl.gif) no-repeat;
|
||||||
|
}
|
||||||
|
.btnbar a:hover{
|
||||||
|
text-decoration:none;
|
||||||
|
background:url(../images/bg_btnlon.gif) no-repeat;
|
||||||
|
}
|
||||||
|
.btnbar b{
|
||||||
|
display:block;
|
||||||
|
height:20px;
|
||||||
|
float:left;
|
||||||
|
padding:5px 10px 0 0;
|
||||||
|
font-weight:normal;
|
||||||
|
background:#EAF2FD url(../images/bg_btnr.gif) top right no-repeat;
|
||||||
|
}
|
||||||
|
.btnbar a:hover b{
|
||||||
|
background:#EAF2FD url(../images/bg_btnron.gif) top right no-repeat;
|
||||||
|
}
|
||||||
|
.pagebar{
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
.pagebar ul{
|
||||||
|
overflow:hidden;
|
||||||
|
padding:3px 3px 1px 3px;
|
||||||
|
}
|
||||||
|
.pagebar li{
|
||||||
|
float:left;
|
||||||
|
padding:0 5px;
|
||||||
|
line-height:22px;
|
||||||
|
background:url(../images/bg_psplit.jpg) right 1px no-repeat;
|
||||||
|
}
|
||||||
|
.pagebar li.jump_num{
|
||||||
|
}
|
||||||
|
.pagebar li.lastpageli{
|
||||||
|
background:none;
|
||||||
|
}
|
||||||
|
.pagebar li.jump_num input{
|
||||||
|
width:15px;
|
||||||
|
height:15px;
|
||||||
|
}
|
||||||
|
.pagebar li.pnum_list a{
|
||||||
|
padding:1px 5px;
|
||||||
|
margin-left:2px;
|
||||||
|
border:1px solid #97B9DF;
|
||||||
|
}
|
||||||
|
.pagebar li.pnum_list a:hover{
|
||||||
|
background:#FFFED9;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
.pagebar li.pnum_list a#this_page{
|
||||||
|
border:1px solid #EAF2FD;
|
||||||
|
color:#F00;
|
||||||
|
}
|
||||||
|
.data_list,.data_view,.data_edit{
|
||||||
|
margin:5px 0;
|
||||||
|
}
|
||||||
|
.data_list table{
|
||||||
|
width:100%;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
.data_list th{
|
||||||
|
color:#515151;
|
||||||
|
color:#3B64A4;
|
||||||
|
padding:5px 2px;
|
||||||
|
border:1px solid #97B8E0;
|
||||||
|
background: url(../images/bg_datath.jpg) repeat-x;
|
||||||
|
}
|
||||||
|
.data_list td{
|
||||||
|
padding:4px 2px;
|
||||||
|
border:1px solid #97B8E0;
|
||||||
|
}
|
||||||
|
td a.detail_link{
|
||||||
|
color:#006DC1;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
td a.detail_link:hover{
|
||||||
|
color:#F90;
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
|
td.editbar{
|
||||||
|
width:100px;
|
||||||
|
}
|
||||||
|
td.txt_leftalign,th.txt_leftalign{
|
||||||
|
text-align:left;
|
||||||
|
padding-left:8px;
|
||||||
|
}
|
||||||
|
.data_list td.editbar a{
|
||||||
|
padding:0 3px;
|
||||||
|
}
|
||||||
|
.data_list th.checkboxbar{
|
||||||
|
width:20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.tr_evenview,td.td_evenview{
|
||||||
|
background:#f3f9fe;
|
||||||
|
}
|
||||||
|
tr.tr_even,td.td_even{
|
||||||
|
background:#E9F0F9;
|
||||||
|
}
|
||||||
|
tr.tr_hover,td.td_hover{
|
||||||
|
background:#FFFED9;
|
||||||
|
}
|
||||||
|
#foot{
|
||||||
|
text-align:center;
|
||||||
|
height:25px;
|
||||||
|
overflow:hidden;
|
||||||
|
margin-top:5px;
|
||||||
|
line-height:30px;
|
||||||
|
color:#3a65a3;
|
||||||
|
font-family:Arial, Helvetica, sans-serif;
|
||||||
|
background:url(../images/bg_foot.jpg) repeat-x;
|
||||||
|
}
|
||||||
|
.data_view th,.data_edit th{
|
||||||
|
padding:4px 4px 4px 18px;
|
||||||
|
text-align:left;
|
||||||
|
color:#515151;
|
||||||
|
width:120px;
|
||||||
|
border:1px solid #97B8E0;
|
||||||
|
background:#E9F0F9;
|
||||||
|
}
|
||||||
|
.data_view td,.data_edit td{
|
||||||
|
padding:4px 4px 4px 10px;
|
||||||
|
border:1px solid #97B8E0;
|
||||||
|
}
|
||||||
|
.view_nav,.draw_time,#dialog_title{
|
||||||
|
font-size:14px;
|
||||||
|
height:21px;
|
||||||
|
line-height:18px;
|
||||||
|
padding:5px 0 0 15px;
|
||||||
|
color:#0067B2;
|
||||||
|
border:1px solid #AEC7E5;
|
||||||
|
border-bottom:none;
|
||||||
|
margin:5px 0 -5px 0;
|
||||||
|
font-weight:bold;
|
||||||
|
background:url(../images/bg_cntnav.jpg) repeat-x;
|
||||||
|
}
|
||||||
|
.draw_time{
|
||||||
|
border:1px solid #AEC7E5;
|
||||||
|
margin:5px 0;
|
||||||
|
font-weight:normal;
|
||||||
|
font-size:12px;
|
||||||
|
padding-top:1px;
|
||||||
|
padding-bottom:3px;
|
||||||
|
}
|
||||||
|
.btnlistbar{
|
||||||
|
height:24px;
|
||||||
|
padding:4px 0 0 153px;
|
||||||
|
border:1px solid #AEC7E5;
|
||||||
|
border-top:none;
|
||||||
|
overflow:hidden;
|
||||||
|
background:#DEEAFB;
|
||||||
|
margin-top:-5px;
|
||||||
|
}
|
||||||
|
input.inputstyle{
|
||||||
|
width:62px;
|
||||||
|
font-size:12px;
|
||||||
|
height:20px;
|
||||||
|
overflow:hidden;
|
||||||
|
line-height:22px;
|
||||||
|
text-align:center;
|
||||||
|
border:none;
|
||||||
|
color:#006DC1;
|
||||||
|
margin:0 32px 0 0;
|
||||||
|
padding:0;
|
||||||
|
background:url(../images/bg_btn.gif) top center no-repeat;
|
||||||
|
}
|
||||||
|
input.inputstyle:hover{
|
||||||
|
background:url(../images/bg_btnon.gif) top center no-repeat;
|
||||||
|
}
|
||||||
|
#treebar{
|
||||||
|
width:148px;
|
||||||
|
position:absolute;
|
||||||
|
left:5px;
|
||||||
|
top:34px;
|
||||||
|
padding:5px;
|
||||||
|
overflow:hidden;
|
||||||
|
border:1px solid #AEC7E5;
|
||||||
|
background:#EAF2FD;
|
||||||
|
}
|
||||||
|
#treebar_only{
|
||||||
|
width:200px;
|
||||||
|
padding:5px;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
#treebar ul,#treebar li,#treebar_only ul,#treebar_only li{
|
||||||
|
clear:both;
|
||||||
|
}
|
||||||
|
#treebar ul,#treebar_only ul{
|
||||||
|
padding-left:20px;
|
||||||
|
}
|
||||||
|
#treebar ul#tree_rootul,#treebar_only ul#tree_rootul{
|
||||||
|
padding-left:0;
|
||||||
|
}
|
||||||
|
#treebar li span,#treebar_only li span{
|
||||||
|
float:left;
|
||||||
|
height:20px;
|
||||||
|
line-height:20px;
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
#treebar li span a:hover,#treebar_only li span a:hover{
|
||||||
|
color:#006DC1;
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
|
#treebar li span a.thisNode,#treebar_only li span a.thisNode{
|
||||||
|
background:#334B75;
|
||||||
|
color:#FFF;
|
||||||
|
}
|
||||||
|
#treebar li span input,#treebar_only li span input{
|
||||||
|
vertical-align:middle;
|
||||||
|
width:15px;
|
||||||
|
height:15px;
|
||||||
|
margin-right:2px;
|
||||||
|
}
|
||||||
|
#treebar span.tree_show,#treebar span.tree_hide,#treebar_only span.tree_show,#treebar_only span.tree_hide{
|
||||||
|
width:15px;
|
||||||
|
display:block;
|
||||||
|
background:url(../images/btn_minus.gif) 3px 5px no-repeat;
|
||||||
|
}
|
||||||
|
#treebar span.tree_hide,#treebar_only span.tree_hide{
|
||||||
|
background:url(../images/btn_plus.gif) 3px 5px no-repeat;
|
||||||
|
}
|
||||||
|
#treebar_cnt{
|
||||||
|
padding-left:165px;
|
||||||
|
}
|
||||||
|
/*tab start*/
|
||||||
|
#tab_switchdraw{
|
||||||
|
height:31px;
|
||||||
|
margin-top:5px;
|
||||||
|
overflow:hidden;
|
||||||
|
position:relative;
|
||||||
|
background:url(../images/bg_actlistcon.gif) repeat-x;
|
||||||
|
}
|
||||||
|
#tab_switchdraw ul{
|
||||||
|
padding-top:2px;
|
||||||
|
}
|
||||||
|
#tab_switchdraw li{
|
||||||
|
float:left;
|
||||||
|
padding-right:3px;
|
||||||
|
}
|
||||||
|
#tab_switchdraw li a{
|
||||||
|
display:block;
|
||||||
|
width:72px;
|
||||||
|
height:20px;
|
||||||
|
padding:9px 0 0 0;
|
||||||
|
text-align:center;
|
||||||
|
text-decoration:none;
|
||||||
|
color:#3965A3;
|
||||||
|
line-height:12px;
|
||||||
|
background:url(../images/bg_actlist.jpg) no-repeat;
|
||||||
|
}
|
||||||
|
#tab_switchdraw li a#draw_on{
|
||||||
|
color:#515151;
|
||||||
|
padding-top:9px;
|
||||||
|
height:20px;
|
||||||
|
background:url(../images/bg_actliston.jpg) no-repeat;
|
||||||
|
}
|
||||||
|
#source_selected{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
/*tab endding*/
|
||||||
|
.img_list{
|
||||||
|
padding:5px;
|
||||||
|
padding-left:50px;
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
#dialog{
|
||||||
|
border:2px solid #AEC7E5;
|
||||||
|
padding:1px;
|
||||||
|
width:200px;
|
||||||
|
height:200px;
|
||||||
|
position:absolute;
|
||||||
|
left:0;
|
||||||
|
top:0;
|
||||||
|
z-index:100;
|
||||||
|
background:#FFF;
|
||||||
|
}
|
||||||
|
#dialog_title{
|
||||||
|
position:relative;
|
||||||
|
border:none;
|
||||||
|
margin:0;
|
||||||
|
padding-left:8px;
|
||||||
|
}
|
||||||
|
#dialog_btnlist{
|
||||||
|
border-top:1px dashed #CCC;
|
||||||
|
height:25px;
|
||||||
|
width:100%;
|
||||||
|
overflow:hidden;
|
||||||
|
padding-top:5px;
|
||||||
|
margin-top:2px;
|
||||||
|
position:absolute;
|
||||||
|
bottom:0;
|
||||||
|
text-align:center;
|
||||||
|
background:#FFF;
|
||||||
|
}
|
||||||
|
#dialog_close{
|
||||||
|
width:16px;
|
||||||
|
height:16px;
|
||||||
|
position:absolute;
|
||||||
|
right:4px;
|
||||||
|
top:4px;
|
||||||
|
cursor:pointer;
|
||||||
|
background:url(../images/btn_close.png) no-repeat;
|
||||||
|
}
|
||||||
|
#dialog_bg{
|
||||||
|
width:100%;
|
||||||
|
height:auto;
|
||||||
|
position:absolute;
|
||||||
|
left:0;
|
||||||
|
top:0;
|
||||||
|
z-index:99;
|
||||||
|
background:#666;
|
||||||
|
opacity: 0.0;
|
||||||
|
filter:alpha(opacity=0);
|
||||||
|
-moz-opacity:0.0;
|
||||||
|
}
|
||||||
|
.dialogbtnlist{
|
||||||
|
border-top:1px dashed #AEC7E5;
|
||||||
|
text-align:center;
|
||||||
|
margin:5px 0 0 0;
|
||||||
|
padding:5px 5px 2px 5px;
|
||||||
|
}
|
||||||
|
.dialogbtnlist input{
|
||||||
|
padding:0 5px;
|
||||||
|
}
|
||||||
|
.must_input,.error_input{
|
||||||
|
color:#F00;
|
||||||
|
padding:0 3px;
|
||||||
|
}
|
||||||
|
.tip_input{
|
||||||
|
color:#BBB;
|
||||||
|
padding:0 3px;
|
||||||
|
}
|
||||||
|
.tip_important a{
|
||||||
|
color:#F00;
|
||||||
|
text-decoration:underline;
|
||||||
|
}
|
||||||
|
.select_left,.select_right{
|
||||||
|
width:150px;
|
||||||
|
height:150px;
|
||||||
|
overflow:hidden;
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
.select_left p,.select_right p{
|
||||||
|
height:20px;
|
||||||
|
line-height:20px;
|
||||||
|
}
|
||||||
|
.select_left select,.select_right select{
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
width:150px;
|
||||||
|
height:130px;
|
||||||
|
}
|
||||||
|
.select_btn{
|
||||||
|
width:50px;
|
||||||
|
padding-top:35px;
|
||||||
|
height:115px;
|
||||||
|
float:left;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
.select_btn input{
|
||||||
|
width:30px;
|
||||||
|
padding:2px 1px;
|
||||||
|
}
|
||||||
|
.select_right{
|
||||||
|
}
|
||||||
|
#menu_mask{
|
||||||
|
width:9px;
|
||||||
|
height:500px;
|
||||||
|
position:absolute;
|
||||||
|
top:0;
|
||||||
|
left:0;
|
||||||
|
border:1px solid #AEC7E5;
|
||||||
|
border-left:none;
|
||||||
|
background:#EAF2FD;
|
||||||
|
z-index:90;
|
||||||
|
}
|
||||||
|
#login_body{
|
||||||
|
background:#93bbe5 url(../images/bg_login.jpg) top center no-repeat;
|
||||||
|
}
|
||||||
|
#login_main{
|
||||||
|
width:459px;
|
||||||
|
overflow:hidden;
|
||||||
|
margin:160px auto 0 auto;
|
||||||
|
}
|
||||||
|
#login{
|
||||||
|
width:459px;
|
||||||
|
height:263px;
|
||||||
|
overflow:hidden;
|
||||||
|
position:relative;
|
||||||
|
background:url(../images/bg_loginmain.jpg) no-repeat;
|
||||||
|
}
|
||||||
|
#login_signal{
|
||||||
|
position:absolute;
|
||||||
|
left: 63px;
|
||||||
|
top: 19px;
|
||||||
|
}
|
||||||
|
#txt_username{
|
||||||
|
position:absolute;
|
||||||
|
left: 66px;
|
||||||
|
top: 84px;
|
||||||
|
width: 52px;
|
||||||
|
}
|
||||||
|
#txt_userpwd{
|
||||||
|
position:absolute;
|
||||||
|
left: 65px;
|
||||||
|
top: 119px;
|
||||||
|
width: 54px;
|
||||||
|
}
|
||||||
|
#txt_vcode{
|
||||||
|
position:absolute;
|
||||||
|
left: 66px;
|
||||||
|
top: 153px;
|
||||||
|
width: 51px;
|
||||||
|
}
|
||||||
|
#user_name{
|
||||||
|
position:absolute;
|
||||||
|
width:132px;
|
||||||
|
padding:0 4px;
|
||||||
|
height:23px;
|
||||||
|
line-height:23px;
|
||||||
|
border:none;
|
||||||
|
font-family:Arial, Helvetica, sans-serif;
|
||||||
|
background:url(../images/bg_logininout.jpg) no-repeat;
|
||||||
|
left: 118px;
|
||||||
|
top: 84px;
|
||||||
|
}
|
||||||
|
#user_pwd{
|
||||||
|
position:absolute;
|
||||||
|
width:132px;
|
||||||
|
padding:0 4px;
|
||||||
|
height:23px;
|
||||||
|
line-height:23px;
|
||||||
|
border:none;
|
||||||
|
font-family:Arial, Helvetica, sans-serif;
|
||||||
|
background:url(../images/bg_logininout.jpg) no-repeat;
|
||||||
|
left: 118px;
|
||||||
|
top: 118px;
|
||||||
|
}
|
||||||
|
#vcode{
|
||||||
|
position:absolute;
|
||||||
|
width:67px;
|
||||||
|
padding:0 4px;
|
||||||
|
height:23px;
|
||||||
|
line-height:23px;
|
||||||
|
font-family:Arial, Helvetica, sans-serif;
|
||||||
|
border:none;
|
||||||
|
background:url(../images/bg_keycode.jpg) no-repeat;
|
||||||
|
left: 118px;
|
||||||
|
top: 151px;
|
||||||
|
}
|
||||||
|
#vcode_pic{
|
||||||
|
position:absolute;
|
||||||
|
left: 198px;
|
||||||
|
top: 151px;
|
||||||
|
}
|
||||||
|
#btn_login{
|
||||||
|
position:absolute;
|
||||||
|
width:81px;
|
||||||
|
height:30px;
|
||||||
|
border:none;
|
||||||
|
cursor:pointer;
|
||||||
|
background:url(../images/btn_login.jpg) no-repeat;
|
||||||
|
left: 120px;
|
||||||
|
top: 170px;
|
||||||
|
}
|
||||||
|
#btn_login:hover{
|
||||||
|
background:url(../images/btn_loginon.jpg) no-repeat;
|
||||||
|
}
|
||||||
|
#tip_username{
|
||||||
|
position:absolute;
|
||||||
|
left: 262px;
|
||||||
|
top: 86px;
|
||||||
|
width: 174px;
|
||||||
|
}
|
||||||
|
#tip_userpwd{
|
||||||
|
position:absolute;
|
||||||
|
left: 263px;
|
||||||
|
top: 121px;
|
||||||
|
width: 173px;
|
||||||
|
}
|
||||||
|
#tip_vcode{
|
||||||
|
position:absolute;
|
||||||
|
left: 264px;
|
||||||
|
top: 154px;
|
||||||
|
width: 172px;
|
||||||
|
}
|
||||||
|
#login_tip{
|
||||||
|
padding:3px 5px;
|
||||||
|
color:#4C4C4C;
|
||||||
|
}
|
||||||
|
#copyright{
|
||||||
|
color:#3a69ad;
|
||||||
|
text-align:center;
|
||||||
|
padding:10px 1px;
|
||||||
|
}
|
||||||
|
#login_logo{
|
||||||
|
padding:3px 8px;
|
||||||
|
font-size: medium;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
107
erp_web/css/in_out.css
Normal file
@@ -0,0 +1,107 @@
|
|||||||
|
/*价格*/
|
||||||
|
#depotHeadFM .price-list {
|
||||||
|
width:110px;
|
||||||
|
float:left;
|
||||||
|
position:absolute;
|
||||||
|
border:1px solid #95B8E7;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .price-list ul{
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .price-list ul li{
|
||||||
|
list-style: none;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .price-list ul li:hover{
|
||||||
|
background-color: #e9f1fc;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*零售*/
|
||||||
|
#depotHeadFM .retail-amount tr td{
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .retail-amount tr td input{
|
||||||
|
width: 225px;
|
||||||
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
font-size: 24px;
|
||||||
|
border-color: #878787;
|
||||||
|
border-style: solid;
|
||||||
|
border-top-width: 0px;
|
||||||
|
border-right-width: 0px;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-left-width: 0px
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .retail-amount .change-amount{
|
||||||
|
color:purple;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .retail-amount .get-amount{
|
||||||
|
color:red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .retail-amount .back-amount{
|
||||||
|
color: green;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadDlgShow .retail-amount-show tr td{
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadDlgShow .retail-amount-show .change-amount-show{
|
||||||
|
color:purple;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadDlgShow .retail-amount-show .get-amount-show{
|
||||||
|
color:red;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadDlgShow .retail-amount-show .back-amount-show{
|
||||||
|
color: green;
|
||||||
|
text-align: right;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*计量单位*/
|
||||||
|
#depotHeadFM .unit-list {
|
||||||
|
width:68px;
|
||||||
|
float:left;
|
||||||
|
position:absolute;
|
||||||
|
border:1px solid #95B8E7;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .unit-list ul{
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .unit-list ul li{
|
||||||
|
list-style: none;
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .unit-list ul li:hover{
|
||||||
|
background-color: #e9f1fc;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadDlg .org-list{
|
||||||
|
float: left;
|
||||||
|
width:135px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadDlg .add-org-btn{
|
||||||
|
float: left;
|
||||||
|
width:30px;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
11
erp_web/css/material.css
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
.first-select-unit{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.price-list {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.price-list input{
|
||||||
|
width: 120px;
|
||||||
|
}
|
||||||
49
erp_web/css/retail_list.css
Normal file
@@ -0,0 +1,49 @@
|
|||||||
|
#depotHeadFM .retail-amount tr td{
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .retail-amount tr td input{
|
||||||
|
width: 185px;
|
||||||
|
height: 30px;
|
||||||
|
line-height: 30px;
|
||||||
|
font-size: 24px;
|
||||||
|
border-color: #878787;
|
||||||
|
border-style: solid;
|
||||||
|
border-top-width: 0px;
|
||||||
|
border-right-width: 0px;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-left-width: 0px
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .retail-amount .change-amount{
|
||||||
|
color:purple;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .retail-amount .get-amount{
|
||||||
|
color:red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadFM .retail-amount .back-amount{
|
||||||
|
color: green;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadDlgShow .retail-amount-show tr td{
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadDlgShow .retail-amount-show .change-amount-show{
|
||||||
|
color:purple;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadDlgShow .retail-amount-show .get-amount-show{
|
||||||
|
color:red;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#depotHeadDlgShow .retail-amount-show .back-amount-show{
|
||||||
|
color: green;
|
||||||
|
text-align: right;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
BIN
erp_web/images/004.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
erp_web/images/007.png
Normal file
|
After Width: | Height: | Size: 617 B |
BIN
erp_web/images/020.png
Normal file
|
After Width: | Height: | Size: 510 B |
BIN
erp_web/images/657.png
Normal file
|
After Width: | Height: | Size: 794 B |
BIN
erp_web/images/680.png
Normal file
|
After Width: | Height: | Size: 691 B |
BIN
erp_web/images/894.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
erp_web/images/a1.gif
Normal file
|
After Width: | Height: | Size: 100 B |
BIN
erp_web/images/admin.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
erp_web/images/bg_actlist.jpg
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
erp_web/images/bg_actlistcon.gif
Normal file
|
After Width: | Height: | Size: 83 B |
BIN
erp_web/images/bg_actliston.jpg
Normal file
|
After Width: | Height: | Size: 819 B |
BIN
erp_web/images/bg_btn.gif
Normal file
|
After Width: | Height: | Size: 735 B |
BIN
erp_web/images/bg_btnl.gif
Normal file
|
After Width: | Height: | Size: 774 B |
BIN
erp_web/images/bg_btnlon.gif
Normal file
|
After Width: | Height: | Size: 775 B |
BIN
erp_web/images/bg_btnon.gif
Normal file
|
After Width: | Height: | Size: 735 B |
BIN
erp_web/images/bg_btnr.gif
Normal file
|
After Width: | Height: | Size: 1012 B |
BIN
erp_web/images/bg_btnron.gif
Normal file
|
After Width: | Height: | Size: 1017 B |
BIN
erp_web/images/bg_cntnav.jpg
Normal file
|
After Width: | Height: | Size: 342 B |
BIN
erp_web/images/bg_datath.jpg
Normal file
|
After Width: | Height: | Size: 386 B |
BIN
erp_web/images/bg_foot.jpg
Normal file
|
After Width: | Height: | Size: 754 B |
BIN
erp_web/images/bg_head.jpg
Normal file
|
After Width: | Height: | Size: 413 B |
BIN
erp_web/images/bg_keycode.jpg
Normal file
|
After Width: | Height: | Size: 678 B |
BIN
erp_web/images/bg_login.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
erp_web/images/bg_logininout.jpg
Normal file
|
After Width: | Height: | Size: 822 B |
BIN
erp_web/images/bg_loginmain.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
erp_web/images/bg_menulist.jpg
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
erp_web/images/bg_menuliston.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
erp_web/images/bg_menutop.jpg
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
erp_web/images/bg_notebook.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
erp_web/images/bg_positionl.gif
Normal file
|
After Width: | Height: | Size: 540 B |
BIN
erp_web/images/bg_positionm.jpg
Normal file
|
After Width: | Height: | Size: 398 B |
BIN
erp_web/images/bg_positionr.jpg
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
erp_web/images/bg_positionrbak.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
erp_web/images/bg_positionrpos.jpg
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
erp_web/images/bg_psplit.jpg
Normal file
|
After Width: | Height: | Size: 382 B |
BIN
erp_web/images/bg_tipfailth.png
Normal file
|
After Width: | Height: | Size: 579 B |
BIN
erp_web/images/bg_tipsuccess.png
Normal file
|
After Width: | Height: | Size: 578 B |
BIN
erp_web/images/blogging.png
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
erp_web/images/btn_check.gif
Normal file
|
After Width: | Height: | Size: 637 B |
BIN
erp_web/images/btn_checkon.gif
Normal file
|
After Width: | Height: | Size: 885 B |
BIN
erp_web/images/btn_close.gif
Normal file
|
After Width: | Height: | Size: 592 B |
BIN
erp_web/images/btn_close.png
Normal file
|
After Width: | Height: | Size: 465 B |
BIN
erp_web/images/btn_display.gif
Normal file
|
After Width: | Height: | Size: 990 B |
BIN
erp_web/images/btn_goto.gif
Normal file
|
After Width: | Height: | Size: 474 B |
BIN
erp_web/images/btn_gotoon.gif
Normal file
|
After Width: | Height: | Size: 322 B |
BIN
erp_web/images/btn_login.jpg
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
erp_web/images/btn_loginon.jpg
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
erp_web/images/btn_minus.gif
Normal file
|
After Width: | Height: | Size: 499 B |
BIN
erp_web/images/btn_openm.gif
Normal file
|
After Width: | Height: | Size: 990 B |
BIN
erp_web/images/btn_plus.gif
Normal file
|
After Width: | Height: | Size: 501 B |
BIN
erp_web/images/btn_scolse.gif
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
erp_web/images/btn_sopen.gif
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
erp_web/images/butterfly.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
erp_web/images/categories.png
Normal file
|
After Width: | Height: | Size: 822 B |
BIN
erp_web/images/chart_bar.png
Normal file
|
After Width: | Height: | Size: 441 B |
BIN
erp_web/images/clock.png
Normal file
|
After Width: | Height: | Size: 882 B |
BIN
erp_web/images/comment.png
Normal file
|
After Width: | Height: | Size: 612 B |
BIN
erp_web/images/computer.png
Normal file
|
After Width: | Height: | Size: 405 B |
BIN
erp_web/images/contacts.png
Normal file
|
After Width: | Height: | Size: 627 B |
BIN
erp_web/images/date_packer.gif
Normal file
|
After Width: | Height: | Size: 165 B |
BIN
erp_web/images/draw1.jpg
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
erp_web/images/draw2.jpg
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
erp_web/images/draw3.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
erp_web/images/draw4.jpg
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
erp_web/images/edit_kiii.png
Normal file
|
After Width: | Height: | Size: 875 B |
BIN
erp_web/images/edit_lock.png
Normal file
|
After Width: | Height: | Size: 637 B |
BIN
erp_web/images/edit_lockon.png
Normal file
|
After Width: | Height: | Size: 639 B |
BIN
erp_web/images/edit_monitor.png
Normal file
|
After Width: | Height: | Size: 539 B |
BIN
erp_web/images/edit_notebook.png
Normal file
|
After Width: | Height: | Size: 708 B |
BIN
erp_web/images/edit_pencil.png
Normal file
|
After Width: | Height: | Size: 497 B |
BIN
erp_web/images/edit_set.png
Normal file
|
After Width: | Height: | Size: 778 B |
BIN
erp_web/images/edit_time.gif
Normal file
|
After Width: | Height: | Size: 97 B |
BIN
erp_web/images/evernote-alt.png
Normal file
|
After Width: | Height: | Size: 792 B |
BIN
erp_web/images/favicon.ico
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
erp_web/images/favicon.ico.bak
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
erp_web/images/house.png
Normal file
|
After Width: | Height: | Size: 738 B |
BIN
erp_web/images/imac.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
erp_web/images/loading1.gif
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
erp_web/images/lock_unlock.png
Normal file
|
After Width: | Height: | Size: 548 B |
BIN
erp_web/images/login_tip.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
erp_web/images/logo.jpg
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
erp_web/images/logo.png
Normal file
|
After Width: | Height: | Size: 1005 B |
BIN
erp_web/images/man.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
erp_web/images/navtop_home.gif
Normal file
|
After Width: | Height: | Size: 609 B |
BIN
erp_web/images/navtop_logout.gif
Normal file
|
After Width: | Height: | Size: 541 B |
BIN
erp_web/images/preferences1.png
Normal file
|
After Width: | Height: | Size: 322 KiB |
BIN
erp_web/images/receipt-excel.png
Normal file
|
After Width: | Height: | Size: 574 B |
BIN
erp_web/images/suma_logo.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
erp_web/images/sysetem_name.jpg
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
erp_web/images/sysetem_name3.jpg
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
erp_web/images/time.png
Normal file
|
After Width: | Height: | Size: 453 B |
BIN
erp_web/images/user-red.png
Normal file
|
After Width: | Height: | Size: 666 B |
BIN
erp_web/images/user.png
Normal file
|
After Width: | Height: | Size: 705 B |
BIN
erp_web/images/user_business_boss.png
Normal file
|
After Width: | Height: | Size: 742 B |