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
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/roleFunctions.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>
<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"
/>
...
...
erp_web/pages/manage/rolePushBtn.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>
<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"
/>
...
...
erp_web/pages/manage/serialNumber.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>
<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"
/>
...
...
@@ -20,24 +22,30 @@
<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
name=
"materialName_s"
id=
"materialName_s"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
序列号:
</td>
<td>
<input
name=
"serialNumber_s"
id=
"serialNumber_s"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
<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
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
商品名称:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"materialName_s"
name=
"materialName_s"
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=
"serialNumber_s"
name=
"serialNumber_s"
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=
"searchRemark"
name=
"searchRemark"
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-redo"
id=
"searchResetBtn"
>
重置
</a>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<input
id=
"selectType"
hidden=
"hidden"
/>
</div>
...
...
erp_web/pages/manage/systemConfig.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/colorbox/jquery.colorbox-min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/colorbox/colorboxSet.js"
></script>
...
...
@@ -20,19 +22,18 @@
<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=
"searchCompanyName"
id=
"searchCompanyName"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
</td>
<td>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-search"
id=
"searchBtn"
>
查询
</a>
</td>
</tr>
</table>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
公司名称:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchCompanyName"
name=
"searchCompanyName"
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-redo"
id=
"searchResetBtn"
>
重置
</a>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
@@ -478,7 +479,7 @@
//重置按钮
$
(
"
#searchResetBtn
"
).
unbind
().
bind
({
click
:
function
()
{
$
(
"
#searchCompanyName
"
).
val
(
"
"
);
$
(
"
#searchCompanyName
"
).
textbox
(
"
clear
"
);
//加载完以后重新初始化
$
(
"
#searchBtn
"
).
click
();
}
...
...
erp_web/pages/manage/unit.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"
/>
...
...
@@ -17,19 +19,18 @@
<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>
<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
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"
>
<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>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/manage/user.html
View file @
db004ee1
...
...
@@ -4,6 +4,8 @@
<title>
用户管理
</title>
<meta
charset=
"utf-8"
>
<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/colorbox/jquery.colorbox-min.js"
></script>
<script
type=
"text/javascript"
src=
"/js/colorbox/colorboxSet.js"
></script>
...
...
@@ -18,27 +20,24 @@
<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=
"searchLoginame"
id=
"searchLoginame"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
用户姓名:
</td>
<td>
<input
type=
"text"
name=
"searchUsername"
id=
"searchUsername"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
<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>
<a
id=
"btnSetRole"
class=
'easyui-linkbutton iframe iframe_LargeForm'
href=
'#'
title=
'分配角色'
>
分配角色
</a>
<a
id=
"btnSetDepart"
class=
'easyui-linkbutton iframe iframe_LargeForm'
href=
'#'
title=
'分配仓库'
>
分配仓库
</a>
<a
id=
"btnSetCustomer"
class=
'easyui-linkbutton iframe iframe_LargeForm'
href=
'#'
title=
'分配客户'
>
分配客户
</a>
</td>
</tr>
</table>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
登录名称:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchLoginame"
name=
"searchLoginame"
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=
"searchUsername"
name=
"searchUsername"
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-redo"
id=
"searchResetBtn"
>
重置
</a>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/manage/user_forselect.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>
<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"
/>
...
...
erp_web/pages/manage/vendor.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"
/>
...
...
@@ -18,34 +20,36 @@
<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=
"searchSupplier"
id=
"searchSupplier"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
手机号码:
</td>
<td>
<input
type=
"text"
name=
"searchTelephone"
id=
"searchTelephone"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
联系电话:
</td>
<td>
<input
type=
"text"
name=
"searchPhonenum"
id=
"searchPhonenum"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td
id=
"searchDescLabel"
>
备注:
</td>
<td>
<input
type=
"text"
name=
"searchDesc"
id=
"searchDesc"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
<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
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
名称:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchSupplier"
name=
"searchSupplier"
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=
"searchTelephone"
name=
"searchTelephone"
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=
"searchPhonenum"
name=
"searchPhonenum"
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=
"searchDesc"
name=
"searchDesc"
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-redo"
id=
"searchResetBtn"
>
重置
</a>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"supplierDlg"
class=
"easyui-dialog"
style=
"width:580px;padding:10px 20px"
...
...
erp_web/pages/materials/allocation_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=
"searchTable"
>
<tr>
<td>
单据编号:
</td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<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:120px;"
/>
</td>
<td>
</td>
<td>
<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
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
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=
"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"
/>
</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=
"searchResetBtn"
>
重置
</a>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/assemble_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=
"searchTable"
>
<tr>
<td>
单据编号:
</td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<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:120px;"
/>
</td>
<td>
</td>
<td>
<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
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
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=
"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"
/>
</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=
"searchResetBtn"
>
重置
</a>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/bill_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"
/>
<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"
/>
...
...
erp_web/pages/materials/disassemble_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"
/>
...
...
@@ -22,33 +24,32 @@
<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=
"searchNumber"
id=
"searchNumber"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<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:120px;"
/>
</td>
<td>
</td>
<td>
<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
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
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=
"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"
/>
</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=
"searchResetBtn"
>
重置
</a>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/material.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>
<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"
/>
...
...
@@ -21,37 +23,39 @@
<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
name=
"searchParentName"
id=
"searchParentName"
class=
"easyui-textbox"
style=
"width: 100px;"
readonly=
"readonly"
/>
<a
href=
"javascript:void(0)"
class=
"l-btn l-btn-plain"
group=
""
style=
"height: 25px;"
id=
"lookForSelectMaterialCategory"
>
<span
class=
"l-btn-left"
><span
class=
"l-btn-text icon-search l-btn-icon-left"
style=
"height: 20px"
></span></span></a>
<input
name=
"searchParentId"
id=
"searchParentId"
type=
"hidden"
/>
</td>
<td>
</td>
<td>
品名:
</td>
<td>
<input
name=
"searchName"
id=
"searchName"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
规格:
</td>
<td>
<input
name=
"searchStandard"
id=
"searchStandard"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
型号:
</td>
<td>
<input
name=
"searchModel"
id=
"searchModel"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
<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>
<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=
"searchStandard"
name=
"searchStandard"
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=
"searchModel"
name=
"searchModel"
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-redo"
id=
"searchResetBtn"
>
重置
</a>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
@@ -206,7 +210,7 @@
</form>
</div>
<div
id=
"forSelectMaterialCategoryDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px"
<div
id=
"forSelectMaterialCategoryDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px
;top:50px;
"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
</div>
<script
type=
"text/javascript"
>
...
...
erp_web/pages/materials/materialProperty.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>
<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"
/>
...
...
@@ -17,19 +19,18 @@
<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
name=
"searchNativeName"
id=
"searchNativeName"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
<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
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
名称:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNativeName"
name=
"searchNativeName"
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-redo"
id=
"searchResetBtn"
>
重置
</a>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/material_forselect.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>
<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"
/>
...
...
erp_web/pages/materials/materialcategory.html
View file @
db004ee1
...
...
@@ -9,6 +9,8 @@
<meta
http-equiv=
"Cache-Control"
content=
"no-cache"
>
<meta
http-equiv=
"Expires"
content=
"-1"
>
<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>
<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"
/>
...
...
erp_web/pages/materials/materialcategory_forselect.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>
<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"
/>
...
...
erp_web/pages/materials/other_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=
"searchTable"
>
<tr>
<td>
单据编号:
</td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<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:120px;"
/>
</td>
<td>
</td>
<td>
<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
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
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=
"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"
/>
</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=
"searchResetBtn"
>
重置
</a>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/other_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=
"searchTable"
>
<tr>
<td>
单据编号:
</td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<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:120px;"
/>
</td>
<td>
</td>
<td>
<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
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
>
单据编号:
</label>
<div
class=
"control-inline"
>
<input
type=
"text"
id=
"searchNumber"
name=
"searchNumber"
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=
"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"
/>
</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=
"searchResetBtn"
>
重置
</a>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
erp_web/pages/materials/person.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>
<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"
/>
...
...
@@ -17,30 +19,30 @@
<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
name=
"searchName"
id=
"searchName"
class=
"easyui-textbox"
style=
"width:100px;"
/>
</td>
<td>
</td>
<td>
类型:
</td>
<td>
<select
name=
"searchType"
id=
"searchType"
class=
"easyui-combobox"
data-options=
"panelHeight:'auto'"
style=
"width:100px;"
>
<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"
>
<select
name=
"searchType"
id=
"searchType"
class=
"easyui-combobox width-90"
data-options=
"panelHeight:'auto'"
>
<option
value=
""
>
全部
</option>
<option
value=
"业务员"
>
业务员
</option>
<option
value=
"仓管员"
>
仓管员
</option>
<option
value=
"财务员"
>
财务员
</option>
</select>
</td>
<td>
</td>
<td>
<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>
<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>
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
...
...
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