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
db004ee1
Commit
db004ee1
authored
Mar 02, 2020
by
季圣华
Browse files
优化所有页面的搜索框样式
parent
58d19ece
Changes
65
Show whitespace changes
Inline
Side-by-side
erp_web/pages/materials/purchase_back_list.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
...
...
@@ -23,33 +25,32 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px; top:300px;"
title=
"采购退货列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
单据编号:
</
td
>
<
t
d>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber
"
class=
"easyui-textbox
"
style=
"width:100px;
"
/>
</
t
d>
<td>
商品信息:
</td
>
<td
>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
class=
"easyui-textbox"
placeholder=
"名称,型号"
style=
"width:100px;"
/
>
<
/td
>
<td>
单据日期:
</td
>
<
td
>
<
input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datebox"
style=
"width:120px;"
/
>
<
/td
>
<
td>
-
</td
>
<td
>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datebox
"
style=
"
width
:
120
px;
"
/>
</
t
d>
<td>
</td
>
<td
>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据编号:
</
label
>
<d
iv
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
value=
""
maxlength=
"100
"
class=
"easyui-textbox
width-90
"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
商品信息:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchMaterial"
name=
"searchMaterial"
placeholder=
"名称,型号"
maxlength=
"100"
class=
"easyui-textbox width-90"
/
>
<
/div
>
<
/div>
<div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据日期:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox width-120"
/
>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox
width
-
120"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/purchase_in_list.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
...
...
@@ -23,33 +25,32 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px; top:300px;"
title=
"采购入库列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
单据编号:
</
td
>
<
t
d>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber
"
class=
"easyui-textbox
"
style=
"width:100px;
"
/>
</
t
d>
<td>
商品信息:
</td
>
<td
>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
class=
"easyui-textbox"
placeholder=
"名称,型号"
style=
"width:100px;"
/
>
<
/td
>
<td>
单据日期:
</td
>
<
td
>
<
input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datebox"
style=
"width:120px;"
/
>
<
/td
>
<
td>
-
</td
>
<td
>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datebox
"
style=
"
width
:
120
px;
"
/>
</
t
d>
<td>
</td
>
<td
>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据编号:
</
label
>
<d
iv
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
value=
""
maxlength=
"100
"
class=
"easyui-textbox
width-90
"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
商品信息:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchMaterial"
name=
"searchMaterial"
placeholder=
"名称,型号"
maxlength=
"100"
class=
"easyui-textbox width-90"
/
>
<
/div
>
<
/div>
<div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据日期:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox width-120"
/
>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox
width
-
120"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/purchase_orders_list.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
...
...
@@ -23,33 +25,32 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px; top:300px;"
title=
"采购订单列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
单据编号:
</
td
>
<
t
d>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber
"
class=
"easyui-textbox
"
style=
"width:100px;
"
/>
</
t
d>
<td>
商品信息:
</td
>
<td
>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
class=
"easyui-textbox"
placeholder=
"名称,型号"
style=
"width:100px;"
/
>
<
/td
>
<td>
单据日期:
</td
>
<
td
>
<
input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datebox"
style=
"width:120px;"
/
>
<
/td
>
<
td>
-
</td
>
<td
>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datebox
"
style=
"
width
:
120
px;
"
/>
</
t
d>
<td>
</td
>
<td
>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据编号:
</
label
>
<d
iv
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
value=
""
maxlength=
"100
"
class=
"easyui-textbox
width-90
"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
商品信息:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchMaterial"
name=
"searchMaterial"
placeholder=
"名称,型号"
maxlength=
"100"
class=
"easyui-textbox width-90"
/
>
<
/div
>
<
/div>
<div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据日期:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox width-120"
/
>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox
width
-
120"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/retail_back_list.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
...
...
@@ -23,33 +25,32 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px; top:300px;"
title=
"零售退货列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
单据编号:
</
td
>
<
t
d>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber
"
class=
"easyui-textbox
"
style=
"width:100px;
"
/>
</
t
d>
<td>
商品信息:
</td
>
<td
>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
class=
"easyui-textbox"
placeholder=
"名称,型号"
style=
"width:100px;"
/
>
<
/td
>
<td>
单据日期:
</td
>
<
td
>
<
input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datebox"
style=
"width:120px;"
/
>
<
/td
>
<
td>
-
</td
>
<td
>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datebox
"
style=
"
width
:
120
px;
"
/>
</
t
d>
<td>
</td
>
<td
>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据编号:
</
label
>
<d
iv
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
value=
""
maxlength=
"100
"
class=
"easyui-textbox
width-90
"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
商品信息:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchMaterial"
name=
"searchMaterial"
placeholder=
"名称,型号"
maxlength=
"100"
class=
"easyui-textbox width-90"
/
>
<
/div
>
<
/div>
<div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据日期:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox width-120"
/
>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox
width
-
120"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/retail_out_list.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
...
...
@@ -23,33 +25,32 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px; top:300px;"
title=
"零售出库列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
单据编号:
</
td
>
<
t
d>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber
"
class=
"easyui-textbox
"
style=
"width:100px;
"
/>
</
t
d>
<td>
商品信息:
</td
>
<td
>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
class=
"easyui-textbox"
placeholder=
"名称,型号"
style=
"width:100px;"
/
>
<
/td
>
<td>
单据日期:
</td
>
<
td
>
<
input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datebox"
style=
"width:120px;"
/
>
<
/td
>
<
td>
-
</td
>
<td
>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datebox
"
style=
"
width
:
120
px;
"
/>
</
t
d>
<td>
</td
>
<td
>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据编号:
</
label
>
<d
iv
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
value=
""
maxlength=
"100
"
class=
"easyui-textbox
width-90
"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
商品信息:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchMaterial"
name=
"searchMaterial"
placeholder=
"名称,型号"
maxlength=
"100"
class=
"easyui-textbox width-90"
/
>
<
/div
>
<
/div>
<div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据日期:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox width-120"
/
>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox
width
-
120"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/sale_back_list.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
...
...
@@ -23,33 +25,32 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px; top:300px;"
title=
"销售退货列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
单据编号:
</
td
>
<
t
d>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber
"
class=
"easyui-textbox
"
style=
"width:100px;
"
/>
</
t
d>
<td>
商品信息:
</td
>
<td
>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
class=
"easyui-textbox"
placeholder=
"名称,型号"
style=
"width:100px;"
/
>
<
/td
>
<td>
单据日期:
</td
>
<
td
>
<
input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datebox"
style=
"width:120px;"
/
>
<
/td
>
<
td>
-
</td
>
<td
>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datebox
"
style=
"
width
:
120
px;
"
/>
</
t
d>
<td>
</td
>
<td
>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据编号:
</
label
>
<d
iv
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
value=
""
maxlength=
"100
"
class=
"easyui-textbox
width-90
"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
商品信息:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchMaterial"
name=
"searchMaterial"
placeholder=
"名称,型号"
maxlength=
"100"
class=
"easyui-textbox width-90"
/
>
<
/div
>
<
/div>
<div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据日期:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox width-120"
/
>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox
width
-
120"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/sale_orders_list.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
...
...
@@ -23,33 +25,32 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px; top:300px;"
title=
"销售订单列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
单据编号:
</
td
>
<
t
d>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber
"
class=
"easyui-textbox
"
style=
"width:100px;
"
/>
</
t
d>
<td>
商品信息:
</td
>
<td
>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
class=
"easyui-textbox"
placeholder=
"名称,型号"
style=
"width:100px;"
/
>
<
/td
>
<td>
单据日期:
</td
>
<
td
>
<
input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datebox"
style=
"width:120px;"
/
>
<
/td
>
<
td>
-
</td
>
<td
>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datebox
"
style=
"
width
:
120
px;
"
/>
</
t
d>
<td>
</td
>
<td
>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据编号:
</
label
>
<d
iv
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
value=
""
maxlength=
"100
"
class=
"easyui-textbox
width-90
"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
商品信息:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchMaterial"
name=
"searchMaterial"
placeholder=
"名称,型号"
maxlength=
"100"
class=
"easyui-textbox width-90"
/
>
<
/div
>
<
/div>
<div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据日期:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox width-120"
/
>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox
width
-
120"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/sale_out_list.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
...
...
@@ -23,33 +25,32 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px; top:300px;"
title=
"销售出库列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
单据编号:
</
td
>
<
t
d>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber
"
class=
"easyui-textbox
"
style=
"width:100px;
"
/>
</
t
d>
<td>
商品信息:
</td
>
<td
>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
class=
"easyui-textbox"
placeholder=
"名称,型号"
style=
"width:100px;"
/
>
<
/td
>
<td>
单据日期:
</td
>
<
td
>
<
input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datebox"
style=
"width:120px;"
/
>
<
/td
>
<
td>
-
</td
>
<td
>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datebox
"
style=
"
width
:
120
px;
"
/>
</
t
d>
<td>
</td
>
<td
>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据编号:
</
label
>
<d
iv
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
value=
""
maxlength=
"100
"
class=
"easyui-textbox
width-90
"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
商品信息:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchMaterial"
name=
"searchMaterial"
placeholder=
"名称,型号"
maxlength=
"100"
class=
"easyui-textbox width-90"
/
>
<
/div
>
<
/div>
<div
class=
"form-group"
>
<
label
class=
"control-label"
>
单据日期:
</label
>
<
div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox width-120"
/
>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datebox
width
-
120"
/>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/reports/account_report.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/print/print.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/default/easyui.css"
/>
...
...
@@ -21,30 +23,27 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px;top:300px;"
title=
"结算账户列表"
iconCls=
"icon-list"
>
<table
id=
"searchTable"
>
<tr>
<td>
名称:
</td>
<td>
<input
type=
"text"
name=
"searchName"
id=
"searchName"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
</td>
<td>
编号:
</td>
<td>
<input
type=
"text"
name=
"searchSerialNo"
id=
"searchSerialNo"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
名称:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchName"
name=
"searchName"
value=
""
maxlength=
"100"
class=
"easyui-textbox width-90"
/>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
编号:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchSerialNo"
name=
"searchSerialNo"
value=
""
maxlength=
"100"
class=
"easyui-textbox width-90"
/>
</div>
</div>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
id=
"printBtn"
>
打印
</a>
</td>
<td>
</td>
<td>
</div>
<div
class=
"form-group"
>
当前总余额:
<span
class=
"first-total"
>
0
</span>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/reports/buy_in_report.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/print/print.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/default/easyui.css"
/>
...
...
@@ -19,21 +21,19 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px;top:300px;"
title=
"进货统计列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
月份:
</
td
>
<
t
d>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
月份:
</
label
>
<d
iv
class=
"control-inline"
>
<input
type=
"text"
name=
"searchMonth"
id=
"searchMonth"
onClick=
"WdatePicker({dateFmt:'yyyy-MM'})"
class=
"txt Wdate"
style=
"width:180px;height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
/>
</td>
<td>
</td>
<td>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
class=
"txt Wdate width-160"
style=
"height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
/>
</div>
</div>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
id=
"printBtn"
>
打印
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
@@ -114,10 +114,10 @@
}
}
},
{
title
:
'
进货数量
'
,
field
:
'
InSum
'
,
width
:
6
0
},
{
title
:
'
进货金额
'
,
field
:
'
InSumPrice
'
,
width
:
6
0
},
{
title
:
'
退货数量
'
,
field
:
'
OutSum
'
,
width
:
6
0
},
{
title
:
'
退货金额
'
,
field
:
'
OutSumPrice
'
,
width
:
6
0
}
{
title
:
'
进货数量
'
,
field
:
'
InSum
'
,
width
:
8
0
},
{
title
:
'
进货金额
'
,
field
:
'
InSumPrice
'
,
width
:
8
0
},
{
title
:
'
退货数量
'
,
field
:
'
OutSum
'
,
width
:
8
0
},
{
title
:
'
退货金额
'
,
field
:
'
OutSumPrice
'
,
width
:
8
0
}
]],
onLoadError
:
function
()
{
$
.
messager
.
alert
(
'
页面加载提示
'
,
'
页面加载异常,请稍后再试!
'
,
'
error
'
);
...
...
erp_web/pages/reports/customer_account.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/print/print.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/default/easyui.css"
/>
...
...
@@ -21,36 +23,30 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px;top:300px;"
title=
"客户对账列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
客户:
</
td
>
<
t
d>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
客户:
</
label
>
<d
iv
class=
"control-inline"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:120px;"
/>
</td>
<td>
</td>
<td>
单据日期:
</td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datetimebox"
style=
"width:165px;"
/>
</td>
<td>
-
</td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datetimebox"
style=
"width:165px;"
/>
</td>
<td>
</td>
<td>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据日期:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datetimebox width-180"
/>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datetimebox width-180"
/>
</div>
</div>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
id=
"printBtn"
>
打印
</a>
</td>
<td>
</td>
<td>
</div>
<div
class=
"form-group"
>
期初应收:
<span
class=
"first-total"
>
0
</span>
期末应收:
<span
class=
"last-total"
>
0
</span><span
id=
"pleaseSelect"
>
(请选择客户)
</span>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/reports/in_detail.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/print/print.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/default/easyui.css"
/>
...
...
@@ -21,36 +23,32 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px;top:300px;"
title=
"入库明细列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
供应商:
</
td
>
<
t
d>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
供应商:
</
label
>
<d
iv
class=
"control-inline"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:120px;"
/>
</td>
<td>
</td>
<td>
仓库:
</td>
<td>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
仓库:
</label>
<div
class=
"control-inline"
>
<select
name=
"searchProjectId"
id=
"searchProjectId"
style=
"width:100px;height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
></select>
</td>
<td>
</td>
<td>
单据日期:
</td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datetimebox"
style=
"width:165px;"
/>
</td>
<td>
-
</td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datetimebox"
style=
"width:165px;"
/>
</td>
<td>
</td>
<td>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据日期:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datetimebox width-180"
/>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datetimebox width-180"
/>
</div>
</div>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
id=
"printBtn"
>
打印
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/reports/in_material_count.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/print/print.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/default/easyui.css"
/>
...
...
@@ -19,36 +21,32 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px;top:300px;"
title=
"入库汇总列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
供应商:
</
td
>
<
t
d>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
供应商:
</
label
>
<d
iv
class=
"control-inline"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:120px;"
/>
</td>
<td>
</td>
<td>
仓库:
</td>
<td>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
仓库:
</label>
<div
class=
"control-inline"
>
<select
name=
"searchProjectId"
id=
"searchProjectId"
style=
"width:100px;height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
></select>
</td>
<td>
</td>
<td>
单据日期:
</td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datetimebox"
style=
"width:165px;"
/>
</td>
<td>
-
</td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datetimebox"
style=
"width:165px;"
/>
</td>
<td>
</td>
<td>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据日期:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datetimebox width-180"
/>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datetimebox width-180"
/>
</div>
</div>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
id=
"printBtn"
>
打印
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/reports/in_out_stock_report.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/print/print.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/default/easyui.css"
/>
...
...
@@ -19,29 +21,27 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px;top:300px;"
title=
"库存状况列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
仓库:
</
td
>
<
t
d>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
仓库:
</
label
>
<d
iv
class=
"control-inline"
>
<select
name=
"searchProjectId"
id=
"searchProjectId"
style=
"width:100px;height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
></select>
</td>
<td>
</td>
<td>
月份:
</td>
<td>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
月份:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
name=
"searchMonth"
id=
"searchMonth"
onClick=
"WdatePicker({dateFmt:'yyyy-MM'})"
class=
"txt Wdate"
style=
"width:180px;height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
/>
</
t
d>
<td>
</td
>
<td
>
</d
iv
>
</div
>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"exprotBtn"
>
导出
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
id=
"printBtn"
>
打印
</a>
<span
class=
"total-count"
></span>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
@@ -355,7 +355,7 @@
if
(
count
.
lastIndexOf
(
'
.
'
)
>
-
1
)
{
count
=
count
.
substring
(
0
,
count
.
lastIndexOf
(
'
.
'
)
+
3
);
}
$
(
"
#
searchTable
.total-count
"
).
text
(
"
本月合计金额:
"
+
count
+
"
元
"
);
//本月合计金额
$
(
"
#
tablePanel
.total-count
"
).
text
(
"
本月合计金额:
"
+
count
+
"
元
"
);
//本月合计金额
}
}
},
...
...
erp_web/pages/reports/out_detail.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/print/print.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/default/easyui.css"
/>
...
...
@@ -21,36 +23,32 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px;top:300px;"
title=
"出库明细列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
客户:
</
td
>
<
t
d>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
客户:
</
label
>
<d
iv
class=
"control-inline"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:120px;"
/>
</td>
<td>
</td>
<td>
仓库:
</td>
<td>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
仓库:
</label>
<div
class=
"control-inline"
>
<select
name=
"searchProjectId"
id=
"searchProjectId"
style=
"width:100px;height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
></select>
</td>
<td>
</td>
<td>
单据日期:
</td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datetimebox"
style=
"width:165px;"
/>
</td>
<td>
-
</td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datetimebox"
style=
"width:165px;"
/>
</td>
<td>
</td>
<td>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据日期:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datetimebox width-180"
/>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datetimebox width-180"
/>
</div>
</div>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
id=
"printBtn"
>
打印
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/reports/out_material_count.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/print/print.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/default/easyui.css"
/>
...
...
@@ -19,36 +21,32 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px;top:300px;"
title=
"出库汇总列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
客户:
</
td
>
<
t
d>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
客户:
</
label
>
<d
iv
class=
"control-inline"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:120px;"
/>
</td>
<td>
</td>
<td>
仓库:
</td>
<td>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
仓库:
</label>
<div
class=
"control-inline"
>
<select
name=
"searchProjectId"
id=
"searchProjectId"
style=
"width:100px;height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
></select>
</td>
<td>
</td>
<td>
单据日期:
</td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datetimebox"
style=
"width:165px;"
/>
</td>
<td>
-
</td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datetimebox"
style=
"width:165px;"
/>
</td>
<td>
</td>
<td>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据日期:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datetimebox width-180"
/>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datetimebox width-180"
/>
</div>
</div>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
id=
"printBtn"
>
打印
</a>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/reports/sale_out_report.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/print/print.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/default/easyui.css"
/>
...
...
@@ -19,23 +21,22 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px;top:300px;"
title=
"销售统计列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
月份:
</
td
>
<
t
d>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
月份:
</
label
>
<d
iv
class=
"control-inline"
>
<input
type=
"text"
name=
"searchMonth"
id=
"searchMonth"
onClick=
"WdatePicker({dateFmt:'yyyy-MM'})"
class=
"txt Wdate"
style=
"width:180px;height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
/>
</td>
<td>
</td>
<td>
</td>
<td>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
class=
"txt Wdate width-160"
style=
"height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
/>
</div>
</div>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
id=
"printBtn"
>
打印
</a>
</td>
<td>
当前销售总额:
<span
class=
"first-total"
>
0
</span>
<span
class=
"tip"
>
注:此处包含零售+批发销售
</span></td>
</tr>
</table>
</div>
<div
class=
"form-group"
>
当前销售总额:
<span
class=
"first-total"
>
0
</span>
<span
class=
"tip"
>
注:此处包含零售+批发销售
</span>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
@@ -117,11 +118,11 @@
}
}
},
{
title
:
'
销售数量
'
,
field
:
'
OutSum
'
,
width
:
6
0
},
{
title
:
'
销售金额
'
,
field
:
'
OutSumPrice
'
,
width
:
6
0
},
{
title
:
'
退货数量
'
,
field
:
'
InSum
'
,
width
:
6
0
},
{
title
:
'
退货金额
'
,
field
:
'
InSumPrice
'
,
width
:
6
0
},
{
title
:
'
实际销售金额
'
,
field
:
'
OutInSumPrice
'
,
width
:
8
0
}
{
title
:
'
销售数量
'
,
field
:
'
OutSum
'
,
width
:
8
0
},
{
title
:
'
销售金额
'
,
field
:
'
OutSumPrice
'
,
width
:
8
0
},
{
title
:
'
退货数量
'
,
field
:
'
InSum
'
,
width
:
8
0
},
{
title
:
'
退货金额
'
,
field
:
'
InSumPrice
'
,
width
:
8
0
},
{
title
:
'
实际销售金额
'
,
field
:
'
OutInSumPrice
'
,
width
:
10
0
}
]],
onLoadError
:
function
()
{
...
...
erp_web/pages/reports/stock_warning_report.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/print/print.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/default/easyui.css"
/>
...
...
@@ -19,24 +21,19 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px;top:300px;"
title=
"库存预警列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
仓库:
</
td
>
<
t
d>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
仓库:
</
label
>
<d
iv
class=
"control-inline"
>
<select
name=
"searchProjectId"
id=
"searchProjectId"
style=
"width:100px;height: 30px;border: 1px solid #95B8E7;border-radius:5px;"
></select>
</td>
<td>
</td>
<td>
</div>
</div>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"exprotBtn"
>
导出
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
id=
"printBtn"
>
打印
</a>
<span
class=
"total-count"
></span>
</td>
</tr>
</table>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
@@ -297,8 +294,6 @@
}),
success
:
function
(
res
)
{
if
(
res
&&
res
.
code
===
200
&&
res
.
data
)
{
var
HeadIds
=
res
.
data
.
total
;
if
(
HeadIds
>
0
)
{
if
(
pageSize
===
3000
)
{
window
.
location
.
href
=
"
/depotItem/exportWarningExcel?browserType=
"
+
getOs
()
+
"
¤tPage=
"
+
pageNo
+
"
&pageSize=
"
+
pageSize
+
"
&projectId=
"
+
$
.
trim
(
$
(
"
#searchProjectId
"
).
val
())
;
}
...
...
@@ -307,10 +302,6 @@
$
(
"
#tableData
"
).
datagrid
(
'
loadData
'
,
res
.
data
.
rows
);
}
}
else
{
$
.
messager
.
alert
(
'
查询提示
'
,
'
无数据!
'
,
'
error
'
);
}
}
},
//此处添加错误处理
error
:
function
()
{
...
...
erp_web/pages/reports/vendor_account.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/print/print.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui/themes/default/easyui.css"
/>
...
...
@@ -21,36 +23,30 @@
<body>
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
data-options=
"fit:true"
style=
"padding:1px;top:300px;"
title=
"供应商对账列表"
iconCls=
"icon-list"
>
<
table
id=
"searchTabl
e"
>
<
tr
>
<
td
>
供应商:
</
td
>
<
t
d>
<
div
class=
"box-body form-inlin
e"
>
<
div
class=
"form-group"
>
<
label
class=
"control-label"
>
供应商:
</
label
>
<d
iv
class=
"control-inline"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:120px;"
/>
</td>
<td>
</td>
<td>
单据日期:
</td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
class=
"easyui-datetimebox"
style=
"width:165px;"
/>
</td>
<td>
-
</td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
class=
"easyui-datetimebox"
style=
"width:165px;"
/>
</td>
<td>
</td>
<td>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据日期:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchBeginTime"
name=
"searchBeginTime"
value=
""
maxlength=
"100"
class=
"easyui-datetimebox width-180"
/>
-
<input
type=
"text"
id=
"searchEndTime"
name=
"searchEndTime"
value=
""
maxlength=
"100"
class=
"easyui-datetimebox width-180"
/>
</div>
</div>
<div
class=
"form-group"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
id=
"printBtn"
>
打印
</a>
</td>
<td>
</td>
<td>
期初应付:
<span
class=
"first-total"
>
0
</span>
期末应付:
<span
class=
"last-total"
>
0
</span><span
id=
"pleaseSelect"
>
(请选择供应商)
</span>
</td>
</tr>
</table>
</div>
<div
class=
"form-group"
>
期初应收:
<span
class=
"first-total"
>
0
</span>
期末应收:
<span
class=
"last-total"
>
0
</span><span
id=
"pleaseSelect"
>
(请选择供应商)
</span>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/user/password.html
View file @
db004ee1
...
...
@@ -6,6 +6,8 @@
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<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/icon.css"
/>
<script
type=
"text/javascript"
src=
"/js/jquery-1.8.0.min.js"
></script>
...
...
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