Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
abf50e47
Commit
abf50e47
authored
Nov 01, 2020
by
季圣华
Browse files
优化列表样式
parent
fba97561
Changes
67
Hide whitespace changes
Inline
Side-by-side
erp_web/css/financial.css
View file @
abf50e47
#accountHeadDlg
.radius-ui
{
height
:
30px
;
border
:
1px
solid
#
95B8E7
;
border
:
1px
solid
#
d3d3d3
;
border-radius
:
5px
;
}
\ No newline at end of file
erp_web/css/in_out.css
View file @
abf50e47
...
...
@@ -129,7 +129,7 @@
#depotHeadDlg
.radius-ui
{
height
:
30px
;
border
:
1px
solid
#
95B8E7
;
border
:
1px
solid
#
d3d3d3
;
border-radius
:
5px
;
}
...
...
erp_web/js/common/common.js
View file @
abf50e47
...
...
@@ -85,8 +85,8 @@
var
searchTabHeight
=
$
(
'
.box-body
'
).
height
();
if
(
$
(
'
#tableData
'
)
&&
$
(
'
#tableData
'
).
length
&&
$
(
'
#tableData
'
).
datagrid
())
{
$
(
'
#tableData
'
).
datagrid
(
'
resize
'
,
{
width
:
$
(
window
).
width
()
-
6
,
height
:
$
(
window
).
height
()
-
searchTabHeight
-
43
width
:
$
(
window
).
width
()
-
13
,
height
:
$
(
window
).
height
()
-
searchTabHeight
-
51
});
}
}
...
...
erp_web/js/easyui/themes/gray/easyui.css
View file @
abf50e47
...
...
@@ -2007,8 +2007,8 @@
cursor
:
default
;
}
.datagrid-row-selected
{
background
:
#
0092DC
;
color
:
#
fff
;
background
:
#
e0e0e0
;
color
:
#
000000
;
}
.datagrid-row-editing
.textbox
,
.datagrid-row-editing
.textbox-text
{
...
...
erp_web/js/print/print_form.html
View file @
abf50e47
...
...
@@ -2,7 +2,7 @@
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<title>
数据打印
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui/jquery.easyui.min.js"
></script>
...
...
erp_web/pages/bill/allocation_out_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -24,7 +24,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px;top:300
px;"
title=
"调拨出库列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"调拨出库列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/bill/assemble_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -24,7 +24,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px;top:300
px;"
title=
"组装单列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"组装单列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/bill/bill_detail.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/bill_detail.css"
/>
...
...
erp_web/pages/bill/disassemble_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -23,7 +23,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px;top:300
px;"
title=
"拆卸单列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"拆卸单列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/bill/other_in_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -24,7 +24,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px; top:300
px;"
title=
"其它入库列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"其它入库列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/bill/other_out_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -24,7 +24,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px; top:300
px;"
title=
"其它出库列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"其它出库列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/bill/purchase_back_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -24,7 +24,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px; top:300
px;"
title=
"采购退货列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"采购退货列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/bill/purchase_in_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -24,7 +24,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px; top:300
px;"
title=
"采购入库列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"采购入库列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/bill/purchase_orders_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -24,7 +24,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px; top:300
px;"
title=
"采购订单列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"采购订单列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/bill/retail_back_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -24,7 +24,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px; top:300
px;"
title=
"零售退货列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"零售退货列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/bill/retail_out_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -24,7 +24,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px; top:300
px;"
title=
"零售出库列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"零售出库列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/bill/sale_back_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -24,7 +24,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px; top:300
px;"
title=
"销售退货列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"销售退货列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/bill/sale_orders_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -24,7 +24,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px; top:300
px;"
title=
"销售订单列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"销售订单列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/bill/sale_out_list.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
...
...
@@ -24,7 +24,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px; top:300
px;"
title=
"销售出库列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"销售出库列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
erp_web/pages/financial/advance_in.html
View file @
abf50e47
...
...
@@ -8,7 +8,7 @@
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
href=
"/js/bootstrap/css/bootstrap.min.css"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/jsherp.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
default
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/
gray
/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/financial.css"
/>
...
...
@@ -21,7 +21,7 @@
</head>
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
1px;top:300
px;"
title=
"收预付款列表"
iconCls=
"icon-list"
>
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:
5
px;"
title=
"收预付款列表"
iconCls=
"icon-list"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment