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
8c1213a6
Commit
8c1213a6
authored
Feb 02, 2019
by
cjl
Browse files
单据编号和单据日期添加只读属性
parent
5f5e9f3c
Changes
20
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/financial/advance_in.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
收预付款
</title>
<title>
收预付款
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/financial/financial_base.js"
></script>
<script
src=
"/js/pages/financial/financial_base.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"收预付款列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"收预付款列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
付款会员:
</td>
<td
style=
"width:60px;"
>
付款会员:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:110px;"
></select>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:110px;"
></select>
</td>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 单据列表table -->
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
优惠金额:
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
/>
data-options=
"min:0,precision:2"
style=
"width: 110px;"
/>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
付款会员:
</td>
<td
style=
"width:60px;"
>
付款会员:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"HandsPersonIdShow"
></span>
<span
id=
"HandsPersonIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillTimeShow"
></span>
<span
id=
"BillTimeShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillNoShow"
></span>
<span
id=
"BillNoShow"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 单据列表table -->
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
优惠金额:
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px;width:120px;"
>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"ChangeAmountShow"
></span>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
erp_web/pages/financial/giro.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
转账单
</title>
<title>
转账单
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/financial/financial_base.js"
></script>
<script
src=
"/js/pages/financial/financial_base.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"转账单列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"转账单列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
经手人:
</td>
<td
style=
"width:60px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 单据列表table -->
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
付款账户:
</td>
<td>
付款账户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:110px;"
></select>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:110px;"
></select>
</td>
</td>
<td>
实付金额:
</td>
<td>
实付金额:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
></input>
data-options=
"min:0,precision:2"
style=
"width: 110px;"
></input>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
经手人:
</td>
<td
style=
"width:60px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"HandsPersonIdShow"
></span>
<span
id=
"HandsPersonIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillTimeShow"
></span>
<span
id=
"BillTimeShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillNoShow"
></span>
<span
id=
"BillNoShow"
></span>
</td>
</td>
<td
style=
"width:50px;"
></td>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:110px;"
></td>
<td
style=
"padding:5px;width:110px;"
></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 单据列表table -->
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
付款账户:
</td>
<td>
付款账户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
<td>
实付金额:
</td>
<td>
实付金额:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"ChangeAmountShow"
></span>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
erp_web/pages/financial/item_in.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
收入单
</title>
<title>
收入单
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/financial/financial_base.js"
></script>
<script
src=
"/js/pages/financial/financial_base.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"收入单列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"收入单列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
往来单位:
</td>
<td
style=
"width:60px;"
>
往来单位:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:130px;"
></select>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:130px;"
></select>
</td>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 单据列表table -->
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
收款账户:
</td>
<td>
收款账户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:110px;"
></select>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:110px;"
></select>
</td>
</td>
<td>
收款金额:
</td>
<td>
收款金额:
</td>
<td>
<td>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 120px;"
/>
data-options=
"min:0,precision:2"
style=
"width: 120px;"
/>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
往来单位:
</td>
<td
style=
"width:60px;"
>
往来单位:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"HandsPersonIdShow"
></span>
<span
id=
"HandsPersonIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillTimeShow"
></span>
<span
id=
"BillTimeShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"BillNoShow"
></span>
<span
id=
"BillNoShow"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 单据列表table -->
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
收款账户:
</td>
<td>
收款账户:
</td>
<td
style=
"padding:5px;"
>
<td
style=
"padding:5px;"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
<td>
收款金额:
</td>
<td>
收款金额:
</td>
<td
style=
"padding:5px;"
>
<td
style=
"padding:5px;"
>
<span
id=
"ChangeAmountShow"
></span>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
erp_web/pages/financial/item_out.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
支出单
</title>
<title>
支出单
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/financial/financial_base.js"
></script>
<script
src=
"/js/pages/financial/financial_base.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"支出单列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"支出单列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
往来单位:
</td>
<td
style=
"width:60px;"
>
往来单位:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:130px;"
></select>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:130px;"
></select>
</td>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 单据列表table -->
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
付款账户:
</td>
<td>
付款账户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:110px;"
></select>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:110px;"
></select>
</td>
</td>
<td>
付款金额:
</td>
<td>
付款金额:
</td>
<td>
<td>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 120px;"
/>
data-options=
"min:0,precision:2"
style=
"width: 120px;"
/>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
往来单位:
</td>
<td
style=
"width:60px;"
>
往来单位:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillTimeShow"
></span>
<span
id=
"BillTimeShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"BillNoShow"
></span>
<span
id=
"BillNoShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:140px;"
></td>
<td
style=
"width:140px;"
></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 单据列表table -->
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
付款账户:
</td>
<td>
付款账户:
</td>
<td
style=
"padding:5px;"
>
<td
style=
"padding:5px;"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
<td>
付款金额:
</td>
<td>
付款金额:
</td>
<td
style=
"padding:5px;"
>
<td
style=
"padding:5px;"
>
<span
id=
"ChangeAmountShow"
></span>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
erp_web/pages/financial/money_in.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
收款单
</title>
<title>
收款单
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/financial/financial_base.js"
></script>
<script
src=
"/js/pages/financial/financial_base.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"收款单列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"收款单列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
付款单位:
</td>
<td
style=
"width:60px;"
>
付款单位:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:130px;"
></select>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:130px;"
></select>
</td>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 单据列表table -->
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
优惠金额:
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
/>
data-options=
"min:0,precision:2"
style=
"width: 110px;"
/>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
付款单位:
</td>
<td
style=
"width:60px;"
>
付款单位:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"HandsPersonIdShow"
></span>
<span
id=
"HandsPersonIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillTimeShow"
></span>
<span
id=
"BillTimeShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"BillNoShow"
></span>
<span
id=
"BillNoShow"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 单据列表table -->
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
优惠金额:
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px;width:120px;"
>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"ChangeAmountShow"
></span>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
erp_web/pages/financial/money_out.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
付款单
</title>
<title>
付款单
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/financial/financial_base.js"
></script>
<script
src=
"/js/pages/financial/financial_base.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"付款单列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"付款单列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
收款单位:
</td>
<td
style=
"width:60px;"
>
收款单位:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:130px;"
></select>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:130px;"
></select>
</td>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
class=
"txt Wdate"
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 单据列表table -->
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
优惠金额:
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
/>
data-options=
"min:0,precision:2"
style=
"width: 110px;"
/>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelAccountHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
收款单位:
</td>
<td
style=
"width:60px;"
>
收款单位:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"HandsPersonIdShow"
></span>
<span
id=
"HandsPersonIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillTimeShow"
></span>
<span
id=
"BillTimeShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"BillNoShow"
></span>
<span
id=
"BillNoShow"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 单据列表table -->
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
优惠金额:
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px;width:120px;"
>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"ChangeAmountShow"
></span>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
erp_web/pages/materials/allocation_out_list.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
调拨出库
</title>
<title>
调拨出库
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
</td>
</td>
<td>
商品信息:
</td>
<td>
商品信息:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"调拨出库列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"调拨出库列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width:140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:80px;"
></td>
<td
style=
"width:80px;"
></td>
<td
style=
"padding:5px;width:170px;"
></td>
<td
style=
"padding:5px;width:170px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px"
></td>
<td
style=
"padding:5px"
></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:70px"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:70px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OperTimeShow"
></span>
<span
id=
"OperTimeShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"NumberShow"
></span>
<span
id=
"NumberShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
></td>
<td
style=
"width:80px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/pages/materials/assemble_list.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
组装单
</title>
<title>
组装单
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script>
<script>
var
kid
=
$
{
sessionScope
.
user
.
id
};
var
kid
=
$
{
sessionScope
.
user
.
id
};
var
path
=
"
<%=path%>
"
;
var
path
=
"
<%=path%>
"
;
var
clientIp
=
"
<%=clientIp%>
"
;
var
clientIp
=
"
<%=clientIp%>
"
;
</script>
</script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
</td>
</td>
<td>
商品信息:
</td>
<td>
商品信息:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"组装单列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"组装单列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width:140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:80px;"
></td>
<td
style=
"width:80px;"
></td>
<td
style=
"padding:5px;width:170px;"
></td>
<td
style=
"padding:5px;width:170px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px"
></td>
<td
style=
"padding:5px"
></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:70px"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:70px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OperTimeShow"
></span>
<span
id=
"OperTimeShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"NumberShow"
></span>
<span
id=
"NumberShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
></td>
<td
style=
"width:80px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/pages/materials/disassemble_list.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
拆卸单
</title>
<title>
拆卸单
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script>
<script>
var
kid
=
$
{
sessionScope
.
user
.
id
};
var
kid
=
$
{
sessionScope
.
user
.
id
};
var
path
=
"
<%=path%>
"
;
var
path
=
"
<%=path%>
"
;
var
clientIp
=
"
<%=clientIp%>
"
;
var
clientIp
=
"
<%=clientIp%>
"
;
</script>
</script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
</td>
</td>
<td>
商品信息:
</td>
<td>
商品信息:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"拆卸单列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"拆卸单列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width:140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:80px;"
></td>
<td
style=
"width:80px;"
></td>
<td
style=
"padding:5px;width:170px;"
></td>
<td
style=
"padding:5px;width:170px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px"
></td>
<td
style=
"padding:5px"
></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:70px"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:70px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"width:60px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OperTimeShow"
></span>
<span
id=
"OperTimeShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"NumberShow"
></span>
<span
id=
"NumberShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
></td>
<td
style=
"width:80px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/pages/materials/gift_out_list.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
礼品销售
</title>
<title>
礼品销售
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
</td>
</td>
<td>
商品信息:
</td>
<td>
商品信息:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"礼品销售列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"礼品销售列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:50px"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:50px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"OperTimeShow"
></span>
<span
id=
"OperTimeShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"NumberShow"
></span>
<span
id=
"NumberShow"
></span>
</td>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/pages/materials/gift_recharge_list.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
礼品充值
</title>
<title>
礼品充值
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
</td>
</td>
<td>
商品信息:
</td>
<td>
商品信息:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"礼品充值列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px;top:300px;"
title=
"礼品充值列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:50px"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:50px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width: 140px;"
/>
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"OperTimeShow"
></span>
<span
id=
"OperTimeShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"NumberShow"
></span>
<span
id=
"NumberShow"
></span>
</td>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/pages/materials/other_in_list.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
其它入库
</title>
<title>
其它入库
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
</td>
</td>
<td>
商品信息:
</td>
<td>
商品信息:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"其它入库列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"其它入库列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<div
class=
"org-list"
>
<div
class=
"org-list"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:130px;"
/>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:130px;"
/>
</div>
</div>
<div
class=
"add-org-btn"
>
<div
class=
"add-org-btn"
>
<img
id=
"addOrgan"
src=
"/js/easyui-1.3.5/themes/icons/edit_add.png"
<img
id=
"addOrgan"
src=
"/js/easyui-1.3.5/themes/icons/edit_add.png"
style=
"cursor: pointer;"
alt=
"增加供应商"
title=
"增加供应商"
/>
style=
"cursor: pointer;"
alt=
"增加供应商"
title=
"增加供应商"
/>
</div>
</div>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:70px"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:70px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OperTimeShow"
></span>
<span
id=
"OperTimeShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"NumberShow"
></span>
<span
id=
"NumberShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
erp_web/pages/materials/other_out_list.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
其它出库
</title>
<title>
其它出库
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
</td>
</td>
<td>
商品信息:
</td>
<td>
商品信息:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"其它出库列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"其它出库列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:130px;"
/>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:130px;"
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:70px"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:70px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OperTimeShow"
></span>
<span
id=
"OperTimeShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"NumberShow"
></span>
<span
id=
"NumberShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/pages/materials/purchase_back_list.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
采购退货
</title>
<title>
采购退货
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
</td>
</td>
<td>
商品信息:
</td>
<td>
商品信息:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"采购退货列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"采购退货列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"padding:5px;width:170px;"
>
<td
style=
"padding:5px;width:170px;"
>
<div
class=
"org-list"
>
<div
class=
"org-list"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:130px;"
/>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:130px;"
/>
</div>
</div>
<div
class=
"add-org-btn"
>
<div
class=
"add-org-btn"
>
<img
id=
"addOrgan"
src=
"/js/easyui-1.3.5/themes/icons/edit_add.png"
<img
id=
"addOrgan"
src=
"/js/easyui-1.3.5/themes/icons/edit_add.png"
style=
"cursor: pointer;"
alt=
"增加供应商"
title=
"增加供应商"
/>
style=
"cursor: pointer;"
alt=
"增加供应商"
title=
"增加供应商"
/>
</div>
</div>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
优惠率:
</td>
<td>
优惠率:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"Discount"
name=
"Discount"
style=
"width:110px;"
/>
<input
id=
"Discount"
name=
"Discount"
style=
"width:110px;"
/>
%
%
</td>
</td>
<td>
退款优惠:
</td>
<td>
退款优惠:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"DiscountMoney"
name=
"DiscountMoney"
style=
"width:120px;"
/>
<input
id=
"DiscountMoney"
name=
"DiscountMoney"
style=
"width:120px;"
/>
</td>
</td>
<td>
优惠后金额:
</td>
<td>
优惠后金额:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
readonly=
"readonly"
style=
"width:120px;"
/>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
readonly=
"readonly"
style=
"width:120px;"
/>
</td>
</td>
<td>
本次退款:
</td>
<td>
本次退款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
data-changeamount=
"0"
style=
"width:120px;"
/>
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
data-changeamount=
"0"
style=
"width:120px;"
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td>
结算账户:
</td>
<td>
结算账户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"AccountId"
id=
"AccountId"
style=
"width:110px;"
></select>
<select
name=
"AccountId"
id=
"AccountId"
style=
"width:110px;"
></select>
<img
class=
"many-account-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
<img
class=
"many-account-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
style=
"display: none;"
/>
style=
"display: none;"
/>
</td>
</td>
<td>
本次欠款:
</td>
<td>
本次欠款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"Debt"
name=
"Debt"
readonly=
"readonly"
style=
"width:120px;"
/>
<input
id=
"Debt"
name=
"Debt"
readonly=
"readonly"
style=
"width:120px;"
/>
</td>
</td>
<td>
采购费用:
</td>
<td>
采购费用:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"OtherMoney"
name=
"OtherMoney"
style=
"width:120px;"
readonly=
"readonly"
/>
<input
id=
"OtherMoney"
name=
"OtherMoney"
style=
"width:120px;"
readonly=
"readonly"
/>
<img
class=
"other-money-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
/>
<img
class=
"other-money-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
/>
</td>
</td>
<td></td>
<td></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"width:60px;"
>
供应商:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OperTimeShow"
></span>
<span
id=
"OperTimeShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"NumberShow"
></span>
<span
id=
"NumberShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"padding:5px;width:140px;"
></td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
优惠率:
</td>
<td>
优惠率:
</td>
<td>
<td>
<span
id=
"DiscountShow"
style=
"width: 110px;"
></span>
<span
id=
"DiscountShow"
style=
"width: 110px;"
></span>
%
%
</td>
</td>
<td>
付款优惠:
</td>
<td>
付款优惠:
</td>
<td>
<td>
<span
id=
"DiscountMoneyShow"
style=
"width: 120px;"
></span>
<span
id=
"DiscountMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
优惠后金额:
</td>
<td>
优惠后金额:
</td>
<td>
<td>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
本次付款:
</td>
<td>
本次付款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"ChangeAmountShow"
></span>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td>
结算账户:
</td>
<td>
结算账户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
<td>
本次欠款:
</td>
<td>
本次欠款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"DebtShow"
></span>
<span
id=
"DebtShow"
></span>
</td>
</td>
<td>
采购费用:
</td>
<td>
采购费用:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"OtherMoneyShow"
></span>
<span
id=
"OtherMoneyShow"
></span>
</td>
</td>
<td></td>
<td></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
<table
class=
"account-dlg"
>
<tr
class=
"account-head-tmp"
>
<tr
class=
"account-head-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"accountMoneyTotalDlg"
></span></td>
<td
style=
"width:100px;"
><span
id=
"accountMoneyTotalDlg"
></span></td>
</tr>
</tr>
</table>
</table>
<table
class=
"tabs-tmp"
>
<table
class=
"tabs-tmp"
>
<tr
class=
"account-content-tmp"
>
<tr
class=
"account-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
id=
"accountDlgButtons"
>
<div
id=
"accountDlgButtons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"money-dlg"
>
<table
class=
"money-dlg"
>
<tr
class=
"money-head-tmp"
>
<tr
class=
"money-head-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"otherMoneyTotalDlg"
></span></td>
<td
style=
"width:100px;"
><span
id=
"otherMoneyTotalDlg"
></span></td>
</tr>
</tr>
</table>
</table>
<table
class=
"tabs-tmp"
>
<table
class=
"tabs-tmp"
>
<tr
class=
"money-content-tmp"
>
<tr
class=
"money-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
id=
"otherMoneyDlgBtn"
>
<div
id=
"otherMoneyDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
<div
id=
"supplierDlg"
class=
"easyui-dialog"
style=
"width:580px;padding:10px 20px"
<div
id=
"supplierDlg"
class=
"easyui-dialog"
style=
"width:580px;padding:10px 20px"
closed=
"true"
buttons=
"#supplierDlgBtn"
modal=
"true"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#supplierDlgBtn"
modal=
"true"
collapsible=
"false"
closable=
"true"
>
<form
id=
"supplierFM"
>
<form
id=
"supplierFM"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width: 80px;height: 20px"
>
名称
</td>
<td
style=
"width: 80px;height: 20px"
>
名称
</td>
<td
style=
"width: 180px;padding:1px"
>
<td
style=
"width: 180px;padding:1px"
>
<input
name=
"supplier"
id=
"supplier"
class=
"easyui-validatebox"
<input
name=
"supplier"
id=
"supplier"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 160px;height: 20px"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 160px;height: 20px"
/>
</td>
</td>
<td
style=
"width: 60px;height: 20px"
>
联系人
</td>
<td
style=
"width: 60px;height: 20px"
>
联系人
</td>
<td
style=
"width:180px;padding:1px;"
>
<td
style=
"width:180px;padding:1px;"
>
<input
name=
"contacts"
id=
"contacts"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
<input
name=
"contacts"
id=
"contacts"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
联系电话
</td>
<td>
联系电话
</td>
<td
style=
"padding:1px;"
>
<td
style=
"padding:1px;"
>
<input
name=
"phonenum"
id=
"phonenum"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
<input
name=
"phonenum"
id=
"phonenum"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
</td>
</td>
<td>
手机
</td>
<td>
手机
</td>
<td
style=
"padding:1px;"
>
<td
style=
"padding:1px;"
>
<input
name=
"telephone"
id=
"telephone"
class=
"easyui-validatebox"
<input
name=
"telephone"
id=
"telephone"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
style=
"width: 160px;height: 20px"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
电子邮箱
</td>
<td>
电子邮箱
</td>
<td
style=
"padding:1px"
>
<td
style=
"padding:1px"
>
<input
name=
"email"
id=
"email"
class=
"easyui-validatebox"
validType=
"email"
<input
name=
"email"
id=
"email"
class=
"easyui-validatebox"
validType=
"email"
style=
"width: 160px;height: 20px"
/>
style=
"width: 160px;height: 20px"
/>
</td>
</td>
<td>
传真
</td>
<td>
传真
</td>
<td
style=
"padding:1px"
>
<td
style=
"padding:1px"
>
<input
name=
"fax"
id=
"fax"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
<input
name=
"fax"
id=
"fax"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
期初应收
</td>
<td>
期初应收
</td>
<td
style=
"padding:1px"
>
<td
style=
"padding:1px"
>
<input
name=
"BeginNeedGet"
id=
"BeginNeedGet"
type=
"text"
class=
"easyui-numberbox"
<input
name=
"BeginNeedGet"
id=
"BeginNeedGet"
type=
"text"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 160px;height: 20px"
></input>
data-options=
"min:0,precision:2"
style=
"width: 160px;height: 20px"
></input>
</td>
</td>
<td>
期初应付
</td>
<td>
期初应付
</td>
<td
style=
"padding:1px"
>
<td
style=
"padding:1px"
>
<input
name=
"BeginNeedPay"
id=
"BeginNeedPay"
type=
"text"
class=
"easyui-numberbox"
<input
name=
"BeginNeedPay"
id=
"BeginNeedPay"
type=
"text"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 160px;height: 20px"
></input>
data-options=
"min:0,precision:2"
style=
"width: 160px;height: 20px"
></input>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
累计应收
</td>
<td>
累计应收
</td>
<td
style=
"padding:1px"
>
<td
style=
"padding:1px"
>
<input
name=
"AllNeedGet"
id=
"AllNeedGet"
type=
"text"
class=
"easyui-numberbox"
<input
name=
"AllNeedGet"
id=
"AllNeedGet"
type=
"text"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 160px;height: 20px"
disabled=
"true"
></input>
data-options=
"min:0,precision:2"
style=
"width: 160px;height: 20px"
disabled=
"true"
></input>
</td>
</td>
<td>
累计应付
</td>
<td>
累计应付
</td>
<td
style=
"padding:1px"
>
<td
style=
"padding:1px"
>
<input
name=
"AllNeedPay"
id=
"AllNeedPay"
type=
"text"
class=
"easyui-numberbox"
<input
name=
"AllNeedPay"
id=
"AllNeedPay"
type=
"text"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 160px;height: 20px"
disabled=
"true"
></input>
data-options=
"min:0,precision:2"
style=
"width: 160px;height: 20px"
disabled=
"true"
></input>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
纳税人识别号
</td>
<td>
纳税人识别号
</td>
<td
style=
"padding:1px"
>
<td
style=
"padding:1px"
>
<input
name=
"taxNum"
id=
"taxNum"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
<input
name=
"taxNum"
id=
"taxNum"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
</td>
</td>
<td>
税率
</td>
<td>
税率
</td>
<td
style=
"padding:1px"
>
<td
style=
"padding:1px"
>
<input
name=
"taxRate"
id=
"taxRate"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
<input
name=
"taxRate"
id=
"taxRate"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
开户行
</td>
<td>
开户行
</td>
<td
style=
"padding:1px"
>
<td
style=
"padding:1px"
>
<input
name=
"bankName"
id=
"bankName"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
<input
name=
"bankName"
id=
"bankName"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
</td>
</td>
<td>
账号
</td>
<td>
账号
</td>
<td
style=
"padding:1px"
>
<td
style=
"padding:1px"
>
<input
name=
"accountNumber"
id=
"accountNumber"
class=
"easyui-validatebox"
<input
name=
"accountNumber"
id=
"accountNumber"
class=
"easyui-validatebox"
style=
"width: 160px;height: 20px"
/>
style=
"width: 160px;height: 20px"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
地址
</td>
<td>
地址
</td>
<td
style=
"padding:1px"
colspan=
"3"
>
<td
style=
"padding:1px"
colspan=
"3"
>
<input
name=
"address"
id=
"address"
class=
"easyui-validatebox"
style=
"width: 408px;height: 20px"
/>
<input
name=
"address"
id=
"address"
class=
"easyui-validatebox"
style=
"width: 408px;height: 20px"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
备注
</td>
<td>
备注
</td>
<td
style=
"padding:1px"
colspan=
"3"
>
<td
style=
"padding:1px"
colspan=
"3"
>
<textarea
name=
"description"
id=
"description"
rows=
"2"
cols=
"2"
style=
"width: 408px;"
></textarea>
<textarea
name=
"description"
id=
"description"
rows=
"2"
cols=
"2"
style=
"width: 408px;"
></textarea>
</td>
</td>
</tr>
</tr>
</table>
</table>
</form>
</form>
</div>
</div>
<div
id=
"supplierDlgBtn"
>
<div
id=
"supplierDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"saveSupplier"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveSupplier"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelSupplier"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelSupplier"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#supplierDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#supplierDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</body>
</body>
</html>
</html>
erp_web/pages/materials/purchase_in_list.html
View file @
8c1213a6
...
@@ -75,12 +75,12 @@
...
@@ -75,12 +75,12 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
...
...
erp_web/pages/materials/retail_back_list.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
零售退货
</title>
<title>
零售退货
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
</td>
</td>
<td>
商品信息:
</td>
<td>
商品信息:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"零售退货列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"零售退货列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:40px"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:40px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;height:50px;"
>
会员卡号:
</td>
<td
style=
"width:60px;height:50px;"
>
会员卡号:
</td>
<td
style=
"padding:5px;width:200px;"
>
<td
style=
"padding:5px;width:200px;"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:130px;"
/>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:130px;"
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width: 140px;"
/>
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px;width:150px;"
></td>
<td
style=
"padding:5px;width:150px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"6"
valign=
"top"
>
<td
colspan=
"6"
valign=
"top"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
<td
colspan=
"2"
valign=
"top"
>
<td
colspan=
"2"
valign=
"top"
>
<table
width=
"100%"
class=
"retail-amount"
>
<table
width=
"100%"
class=
"retail-amount"
>
<tr>
<tr>
<td
colspan=
"2"
>
实付金额
</td>
<td
colspan=
"2"
>
实付金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
class=
"change-amount"
readonly=
"readonly"
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
class=
"change-amount"
readonly=
"readonly"
data-changeamount=
"0"
/>
data-changeamount=
"0"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
付款金额
</td>
<td
colspan=
"2"
>
付款金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<input
id=
"getAmount"
name=
"getAmount"
<input
id=
"getAmount"
name=
"getAmount"
onKeypress=
"return (/[\d.]/.test(String.fromCharCode(event.keyCode)))"
onKeypress=
"return (/[\d.]/.test(String.fromCharCode(event.keyCode)))"
class=
"get-amount"
data-changeamount=
"0"
/>
class=
"get-amount"
data-changeamount=
"0"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
找零
</td>
<td
colspan=
"2"
>
找零
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<input
id=
"backAmount"
name=
"backAmount"
class=
"back-amount"
readonly=
"readonly"
<input
id=
"backAmount"
name=
"backAmount"
class=
"back-amount"
readonly=
"readonly"
data-changeamount=
"0"
/>
data-changeamount=
"0"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
付款账户:
</td>
<td>
付款账户:
</td>
<td>
<td>
<select
name=
"AccountId"
id=
"AccountId"
style=
"width:110px;"
></select>
<select
name=
"AccountId"
id=
"AccountId"
style=
"width:110px;"
></select>
<img
class=
"many-account-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
<img
class=
"many-account-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
style=
"display: none;"
/>
style=
"display: none;"
/>
</td>
</td>
</tr>
</tr>
</table>
</table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"8"
>
<td
colspan=
"8"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:50px"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:50px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;height:50px;"
>
会员卡号:
</td>
<td
style=
"width:60px;height:50px;"
>
会员卡号:
</td>
<td
style=
"padding:5px;width:200px;"
>
<td
style=
"padding:5px;width:200px;"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:200px;"
>
<td
style=
"padding:5px;width:200px;"
>
<span
id=
"OperTimeShow"
></span>
<span
id=
"OperTimeShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:200px;"
>
<td
style=
"padding:5px;width:200px;"
>
<span
id=
"NumberShow"
></span>
<span
id=
"NumberShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px;width:150px;"
>
<td
style=
"padding:5px;width:150px;"
>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"6"
>
<td
colspan=
"6"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
<td
colspan=
"2"
valign=
"top"
>
<td
colspan=
"2"
valign=
"top"
>
<table
width=
"100%"
class=
"retail-amount-show"
>
<table
width=
"100%"
class=
"retail-amount-show"
>
<tr>
<tr>
<td
colspan=
"2"
>
实付金额
</td>
<td
colspan=
"2"
>
实付金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<span
id=
"ChangeAmountShow"
class=
"change-amount-show"
></span>
<span
id=
"ChangeAmountShow"
class=
"change-amount-show"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
付款金额
</td>
<td
colspan=
"2"
>
付款金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<span
id=
"getAmountShow"
class=
"get-amount-show"
></span>
<span
id=
"getAmountShow"
class=
"get-amount-show"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
找零
</td>
<td
colspan=
"2"
>
找零
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<span
id=
"backAmountShow"
class=
"back-amount-show"
></span>
<span
id=
"backAmountShow"
class=
"back-amount-show"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
付款账户:
</td>
<td>
付款账户:
</td>
<td
align=
"left"
style=
"width:110px;"
>
<td
align=
"left"
style=
"width:110px;"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"8"
style=
"width: 1130px; height:35px;"
>
<td
colspan=
"8"
style=
"width: 1130px; height:35px;"
>
<span
id=
"RemarkShow"
></span>
<span
id=
"RemarkShow"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/pages/materials/retail_out_list.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
零售出库
</title>
<title>
零售出库
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
</td>
</td>
<td>
商品信息:
</td>
<td>
商品信息:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"零售出库列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"零售出库列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:40px"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:40px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;height:50px;"
>
会员卡号:
</td>
<td
style=
"width:60px;height:50px;"
>
会员卡号:
</td>
<td
style=
"padding:5px;width:200px;"
>
<td
style=
"padding:5px;width:200px;"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:130px;"
/>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:130px;"
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width: 140px;"
/>
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
>
付款类型:
</td>
<td
style=
"width:70px;"
>
付款类型:
</td>
<td
style=
"padding:5px;width:150px;"
>
<td
style=
"padding:5px;width:150px;"
>
<select
name=
"payType"
id=
"payType"
style=
"width:145px;"
>
<select
name=
"payType"
id=
"payType"
style=
"width:145px;"
>
<option
value=
"现付"
>
现付
</option>
<option
value=
"现付"
>
现付
</option>
</select>
</select>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"6"
valign=
"top"
>
<td
colspan=
"6"
valign=
"top"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
<td
colspan=
"2"
valign=
"top"
>
<td
colspan=
"2"
valign=
"top"
>
<table
width=
"100%"
class=
"retail-amount"
>
<table
width=
"100%"
class=
"retail-amount"
>
<tr>
<tr>
<td
colspan=
"2"
>
实收金额
</td>
<td
colspan=
"2"
>
实收金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
class=
"change-amount"
readonly=
"readonly"
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
class=
"change-amount"
readonly=
"readonly"
data-changeamount=
"0"
/>
data-changeamount=
"0"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
收款金额
</td>
<td
colspan=
"2"
>
收款金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<input
id=
"getAmount"
name=
"getAmount"
<input
id=
"getAmount"
name=
"getAmount"
onKeypress=
"return (/[\d.]/.test(String.fromCharCode(event.keyCode)))"
onKeypress=
"return (/[\d.]/.test(String.fromCharCode(event.keyCode)))"
class=
"get-amount"
data-changeamount=
"0"
/>
class=
"get-amount"
data-changeamount=
"0"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
找零
</td>
<td
colspan=
"2"
>
找零
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<input
id=
"backAmount"
name=
"backAmount"
class=
"back-amount"
readonly=
"readonly"
<input
id=
"backAmount"
name=
"backAmount"
class=
"back-amount"
readonly=
"readonly"
data-changeamount=
"0"
/>
data-changeamount=
"0"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
收款账户:
</td>
<td>
收款账户:
</td>
<td>
<td>
<select
name=
"AccountId"
id=
"AccountId"
style=
"width:110px;"
></select>
<select
name=
"AccountId"
id=
"AccountId"
style=
"width:110px;"
></select>
<img
class=
"many-account-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
<img
class=
"many-account-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
style=
"display: none;"
/>
style=
"display: none;"
/>
</td>
</td>
</tr>
</tr>
</table>
</table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"8"
>
<td
colspan=
"8"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:50px"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:50px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;height:50px;"
>
会员卡号:
</td>
<td
style=
"width:60px;height:50px;"
>
会员卡号:
</td>
<td
style=
"padding:5px;width:200px;"
>
<td
style=
"padding:5px;width:200px;"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:200px;"
>
<td
style=
"padding:5px;width:200px;"
>
<span
id=
"OperTimeShow"
></span>
<span
id=
"OperTimeShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:200px;"
>
<td
style=
"padding:5px;width:200px;"
>
<span
id=
"NumberShow"
></span>
<span
id=
"NumberShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
付款类型:
</td>
<td
style=
"width:70px;"
>
付款类型:
</td>
<td
style=
"padding:5px;width:150px;"
>
<td
style=
"padding:5px;width:150px;"
>
<span
id=
"payTypeShow"
></span>
<span
id=
"payTypeShow"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"6"
>
<td
colspan=
"6"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
<td
colspan=
"2"
valign=
"top"
>
<td
colspan=
"2"
valign=
"top"
>
<table
width=
"100%"
class=
"retail-amount-show"
>
<table
width=
"100%"
class=
"retail-amount-show"
>
<tr>
<tr>
<td
colspan=
"2"
>
实收金额
</td>
<td
colspan=
"2"
>
实收金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<span
id=
"ChangeAmountShow"
class=
"change-amount-show"
></span>
<span
id=
"ChangeAmountShow"
class=
"change-amount-show"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
收款金额
</td>
<td
colspan=
"2"
>
收款金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<span
id=
"getAmountShow"
class=
"get-amount-show"
></span>
<span
id=
"getAmountShow"
class=
"get-amount-show"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
找零
</td>
<td
colspan=
"2"
>
找零
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<span
id=
"backAmountShow"
class=
"back-amount-show"
></span>
<span
id=
"backAmountShow"
class=
"back-amount-show"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
收款账户:
</td>
<td>
收款账户:
</td>
<td
align=
"left"
style=
"width:110px;"
>
<td
align=
"left"
style=
"width:110px;"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"8"
style=
"width: 1130px; height:35px;"
>
<td
colspan=
"8"
style=
"width: 1130px; height:35px;"
>
<span
id=
"RemarkShow"
></span>
<span
id=
"RemarkShow"
></span>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
<table
class=
"account-dlg"
>
<tr
class=
"account-head-tmp"
>
<tr
class=
"account-head-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"accountMoneyTotalDlg"
></span></td>
<td
style=
"width:100px;"
><span
id=
"accountMoneyTotalDlg"
></span></td>
</tr>
</tr>
</table>
</table>
<table
class=
"tabs-tmp"
>
<table
class=
"tabs-tmp"
>
<tr
class=
"account-content-tmp"
>
<tr
class=
"account-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
id=
"accountDlgButtons"
>
<div
id=
"accountDlgButtons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/pages/materials/sale_back_list.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
销售退货
</title>
<title>
销售退货
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
</td>
</td>
<td>
商品信息:
</td>
<td>
商品信息:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"销售退货列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"销售退货列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td>
客户:
</td>
<td>
客户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:110px;"
/>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:110px;"
/>
</td>
</td>
<td
style=
"width:70px;"
>
销售人员:
</td>
<td
style=
"width:70px;"
>
销售人员:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"Salesman"
name=
"Salesman"
style=
"width:130px;"
/>
<input
id=
"Salesman"
name=
"Salesman"
style=
"width:130px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
优惠率:
</td>
<td>
优惠率:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"Discount"
name=
"Discount"
style=
"width:110px;"
/>
<input
id=
"Discount"
name=
"Discount"
style=
"width:110px;"
/>
%
%
</td>
</td>
<td>
退款优惠:
</td>
<td>
退款优惠:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"DiscountMoney"
name=
"DiscountMoney"
style=
"width:120px;"
/>
<input
id=
"DiscountMoney"
name=
"DiscountMoney"
style=
"width:120px;"
/>
</td>
</td>
<td>
优惠后金额:
</td>
<td>
优惠后金额:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
readonly=
"readonly"
style=
"width:120px;"
/>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
readonly=
"readonly"
style=
"width:120px;"
/>
</td>
</td>
<td>
本次退款:
</td>
<td>
本次退款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
data-changeamount=
"0"
style=
"width:120px;"
/>
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
data-changeamount=
"0"
style=
"width:120px;"
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td>
结算账户:
</td>
<td>
结算账户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"AccountId"
id=
"AccountId"
style=
"width:120px;"
></select>
<select
name=
"AccountId"
id=
"AccountId"
style=
"width:120px;"
></select>
<img
class=
"many-account-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
<img
class=
"many-account-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
style=
"display: none;"
/>
style=
"display: none;"
/>
</td>
</td>
<td>
本次欠款:
</td>
<td>
本次欠款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"Debt"
name=
"Debt"
readonly=
"readonly"
style=
"width:120px;"
/>
<input
id=
"Debt"
name=
"Debt"
readonly=
"readonly"
style=
"width:120px;"
/>
</td>
</td>
<td>
销售费用:
</td>
<td>
销售费用:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"OtherMoney"
name=
"OtherMoney"
style=
"width:120px;"
readonly=
"readonly"
/>
<input
id=
"OtherMoney"
name=
"OtherMoney"
style=
"width:120px;"
readonly=
"readonly"
/>
<img
class=
"other-money-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
/>
<img
class=
"other-money-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
/>
</td>
</td>
<td></td>
<td></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
销售人员:
</td>
<td
style=
"width:70px;"
>
销售人员:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"SalesmanShow"
></span>
<span
id=
"SalesmanShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据日期:
</td>
<td
style=
"width:80px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"OperTimeShow"
></span>
<span
id=
"OperTimeShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"NumberShow"
></span>
<span
id=
"NumberShow"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
优惠率:
</td>
<td>
优惠率:
</td>
<td>
<td>
<span
id=
"DiscountShow"
style=
"width: 110px;"
></span>
<span
id=
"DiscountShow"
style=
"width: 110px;"
></span>
%
%
</td>
</td>
<td>
退款优惠:
</td>
<td>
退款优惠:
</td>
<td>
<td>
<span
id=
"DiscountMoneyShow"
style=
"width: 120px;"
></span>
<span
id=
"DiscountMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
优惠后金额:
</td>
<td>
优惠后金额:
</td>
<td>
<td>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
本次退款:
</td>
<td>
本次退款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"ChangeAmountShow"
></span>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td>
结算账户:
</td>
<td>
结算账户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
<td>
本次欠款:
</td>
<td>
本次欠款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"DebtShow"
></span>
<span
id=
"DebtShow"
></span>
</td>
</td>
<td>
销售费用:
</td>
<td>
销售费用:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"OtherMoneyShow"
></span>
<span
id=
"OtherMoneyShow"
></span>
</td>
</td>
<td></td>
<td></td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
<table
class=
"account-dlg"
>
<tr
class=
"account-head-tmp"
>
<tr
class=
"account-head-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"accountMoneyTotalDlg"
></span></td>
<td
style=
"width:100px;"
><span
id=
"accountMoneyTotalDlg"
></span></td>
</tr>
</tr>
</table>
</table>
<table
class=
"tabs-tmp"
>
<table
class=
"tabs-tmp"
>
<tr
class=
"account-content-tmp"
>
<tr
class=
"account-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
id=
"accountDlgButtons"
>
<div
id=
"accountDlgButtons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"money-dlg"
>
<table
class=
"money-dlg"
>
<tr
class=
"money-head-tmp"
>
<tr
class=
"money-head-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"otherMoneyTotalDlg"
></span></td>
<td
style=
"width:100px;"
><span
id=
"otherMoneyTotalDlg"
></span></td>
</tr>
</tr>
</table>
</table>
<table
class=
"tabs-tmp"
>
<table
class=
"tabs-tmp"
>
<tr
class=
"money-content-tmp"
>
<tr
class=
"money-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
id=
"otherMoneyDlgBtn"
>
<div
id=
"otherMoneyDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/pages/materials/sale_out_list.html
View file @
8c1213a6
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
销售出库
</title>
<title>
销售出库
</title>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- 指定以IE8的方式来渲染 -->
<!-- 指定以IE8的方式来渲染 -->
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=EmulateIE8"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
type=
"image/x-icon"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/default/easyui.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/js/easyui-1.3.5/themes/icon.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/common.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/in_out.css"
/>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/jquery-1.8.0.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/jquery.easyui.min.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/My97DatePicker/WdatePicker.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/common/common.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
<script
src=
"/js/pages/materials/in_out.js"
></script>
</head>
</head>
<body>
<body>
<!-- 查询 -->
<!-- 查询 -->
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
<div
id=
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
closable=
"false"
>
<table
id=
"searchTable"
>
<table
id=
"searchTable"
>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchNumber"
id=
"searchNumber"
style=
"width:100px;"
/>
</td>
</td>
<td>
商品信息:
</td>
<td>
商品信息:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
<input
type=
"text"
name=
"searchMaterial"
id=
"searchMaterial"
placeholder=
"名称,型号"
style=
"width:100px;"
/>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
-
</td>
<td>
-
</td>
<td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:100px;"
/>
class=
"txt Wdate"
style=
"width:100px;"
/>
</td>
</td>
<td>
</td>
<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-search"
id=
"searchBtn"
>
查询
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
iconCls=
"icon-redo"
id=
"searchResetBtn"
>
重置
</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<!-- 数据显示table -->
<!-- 数据显示table -->
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"销售出库列表"
iconCls=
"icon-list"
<div
id=
"tablePanel"
class=
"easyui-panel"
style=
"padding:1px; top:300px;"
title=
"销售出库列表"
iconCls=
"icon-list"
collapsible=
"true"
closable=
"false"
>
collapsible=
"true"
closable=
"false"
>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:130px;"
/>
<input
id=
"OrganId"
name=
"OrganId"
style=
"width:130px;"
/>
</td>
</td>
<td
style=
"width:70px;"
>
销售人员:
</td>
<td
style=
"width:70px;"
>
销售人员:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"Salesman"
name=
"Salesman"
style=
"width:130px;"
/>
<input
id=
"Salesman"
name=
"Salesman"
style=
"width:130px;"
/>
</td>
</td>
<td
style=
"width:80px;"
>
单据日期:
</td>
<td
style=
"width:80px;"
>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
<input
type=
"text"
name=
"OperTime"
id=
"OperTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
style=
"width:140px;"
readonly
/>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
<input
name=
"Number"
id=
"Number"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
readonly
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
优惠率:
</td>
<td>
优惠率:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"Discount"
name=
"Discount"
style=
"width:110px;"
/>
<input
id=
"Discount"
name=
"Discount"
style=
"width:110px;"
/>
%
%
</td>
</td>
<td>
收款优惠:
</td>
<td>
收款优惠:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"DiscountMoney"
name=
"DiscountMoney"
style=
"width:120px;"
/>
<input
id=
"DiscountMoney"
name=
"DiscountMoney"
style=
"width:120px;"
/>
</td>
</td>
<td>
优惠后金额:
</td>
<td>
优惠后金额:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
readonly=
"readonly"
style=
"width:120px;"
/>
<input
id=
"DiscountLastMoney"
name=
"DiscountLastMoney"
readonly=
"readonly"
style=
"width:120px;"
/>
</td>
</td>
<td>
本次收款:
</td>
<td>
本次收款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
data-changeamount=
"0"
style=
"width:120px;"
/>
<input
id=
"ChangeAmount"
name=
"ChangeAmount"
data-changeamount=
"0"
style=
"width:120px;"
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td>
结算账户:
</td>
<td>
结算账户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"AccountId"
id=
"AccountId"
style=
"width:120px;"
></select>
<select
name=
"AccountId"
id=
"AccountId"
style=
"width:120px;"
></select>
<img
class=
"many-account-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
<img
class=
"many-account-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
style=
"display: none;"
/>
style=
"display: none;"
/>
</td>
</td>
<td>
本次欠款:
</td>
<td>
本次欠款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"Debt"
name=
"Debt"
readonly=
"readonly"
style=
"width:120px;"
/>
<input
id=
"Debt"
name=
"Debt"
readonly=
"readonly"
style=
"width:120px;"
/>
</td>
</td>
<td>
销售费用:
</td>
<td>
销售费用:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"OtherMoney"
name=
"OtherMoney"
style=
"width:120px;"
readonly=
"readonly"
/>
<input
id=
"OtherMoney"
name=
"OtherMoney"
style=
"width:120px;"
readonly=
"readonly"
/>
<img
class=
"other-money-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
/>
<img
class=
"other-money-ico"
src=
"/js/easyui-1.3.5/themes/icons/filelist.jpg"
/>
</td>
</td>
<td>
结算天数:
</td>
<td>
结算天数:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
id=
"AccountDay"
name=
"AccountDay"
class=
"easyui-numberbox"
<input
id=
"AccountDay"
name=
"AccountDay"
class=
"easyui-numberbox"
data-options=
"validType:'length[1,3]'"
style=
"width:120px;"
/>
data-options=
"validType:'length[1,3]'"
style=
"width:120px;"
/>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
</form>
</form>
</div>
</div>
<div
id=
"dlg-buttons"
>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<table>
<tr>
<tr>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"width:60px;"
>
客户:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
销售人员:
</td>
<td
style=
"width:70px;"
>
销售人员:
</td>
<td
style=
"padding:5px;width:130px;"
>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"SalesmanShow"
></span>
<span
id=
"SalesmanShow"
></span>
</td>
</td>
<td
style=
"width:80px;"
>
单据日期:
</td>
<td
style=
"width:80px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"OperTimeShow"
></span>
<span
id=
"OperTimeShow"
></span>
</td>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"NumberShow"
></span>
<span
id=
"NumberShow"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 商品列表table -->
<!-- 商品列表table -->
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
优惠率:
</td>
<td>
优惠率:
</td>
<td>
<td>
<span
id=
"DiscountShow"
style=
"width: 110px;"
></span>
<span
id=
"DiscountShow"
style=
"width: 110px;"
></span>
%
%
</td>
</td>
<td>
收款优惠:
</td>
<td>
收款优惠:
</td>
<td>
<td>
<span
id=
"DiscountMoneyShow"
style=
"width: 120px;"
></span>
<span
id=
"DiscountMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
优惠后金额:
</td>
<td>
优惠后金额:
</td>
<td>
<td>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
<span
id=
"DiscountLastMoneyShow"
style=
"width: 120px;"
></span>
</td>
</td>
<td>
本次收款:
</td>
<td>
本次收款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"ChangeAmountShow"
></span>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td>
结算账户:
</td>
<td>
结算账户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
<td>
本次欠款:
</td>
<td>
本次欠款:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"DebtShow"
></span>
<span
id=
"DebtShow"
></span>
</td>
</td>
<td>
销售费用:
</td>
<td>
销售费用:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"OtherMoneyShow"
></span>
<span
id=
"OtherMoneyShow"
></span>
</td>
</td>
<td>
结算天数:
</td>
<td>
结算天数:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"AccountDayShow"
></span>
<span
id=
"AccountDayShow"
></span>
</td>
</td>
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
<table
class=
"account-dlg"
>
<tr
class=
"account-head-tmp"
>
<tr
class=
"account-head-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"accountMoneyTotalDlg"
></span></td>
<td
style=
"width:100px;"
><span
id=
"accountMoneyTotalDlg"
></span></td>
</tr>
</tr>
</table>
</table>
<table
class=
"tabs-tmp"
>
<table
class=
"tabs-tmp"
>
<tr
class=
"account-content-tmp"
>
<tr
class=
"account-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"account-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
id=
"accountDlgButtons"
>
<div
id=
"accountDlgButtons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"money-dlg"
>
<table
class=
"money-dlg"
>
<tr
class=
"money-head-tmp"
>
<tr
class=
"money-head-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:140px; padding:5px;"
>
结算账户
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
<td
style=
"width:100px; padding:5px;"
>
金额
</td>
</tr>
</tr>
<tr>
<tr>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:140px;text-align: center;"
>
合计:
</td>
<td
style=
"width:100px;"
><span
id=
"otherMoneyTotalDlg"
></span></td>
<td
style=
"width:100px;"
><span
id=
"otherMoneyTotalDlg"
></span></td>
</tr>
</tr>
</table>
</table>
<table
class=
"tabs-tmp"
>
<table
class=
"tabs-tmp"
>
<tr
class=
"money-content-tmp"
>
<tr
class=
"money-content-tmp"
>
<td
style=
"width:30px;"
></td>
<td
style=
"width:30px;"
></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:140px; padding:3px;"
><select
class=
"money-id-dlg"
style=
"width:140px;"
></select></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<div
id=
"otherMoneyDlgBtn"
>
<div
id=
"otherMoneyDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
src/main/java/com/jsh/erp/service/depotHead/DepotHeadService.java
View file @
8c1213a6
...
@@ -315,20 +315,25 @@ public class DepotHeadService {
...
@@ -315,20 +315,25 @@ public class DepotHeadService {
//判断用户是否已经登录过,登录过不再处理
//判断用户是否已经登录过,登录过不再处理
User
userInfo
=
userService
.
getCurrentUser
();
User
userInfo
=
userService
.
getCurrentUser
();
depotHead
.
setOperpersonname
(
userInfo
==
null
?
null
:
userInfo
.
getUsername
());
depotHead
.
setOperpersonname
(
userInfo
==
null
?
null
:
userInfo
.
getUsername
());
//构造新的编号
/**
String
dNumber
=
depotHead
.
getDefaultnumber
();
* 2019-02-02
String
number
=
dNumber
.
substring
(
0
,
12
);
//截取前缀
* 使用最新生成的唯一单据编号,理论上可以保证唯一性
String
beginTime
=
Tools
.
getNow
()
+
" 00:00:00"
;
* 保存时就不再加判断,提高程序的效率
String
endTime
=
Tools
.
getNow
()
+
" 23:59:59"
;
* */
String
newNumber
=
buildNumber
(
depotHead
.
getType
(),
depotHead
.
getSubtype
(),
beginTime
,
endTime
);
//从数据库查询最新的编号+1,这样能防止重复
// //构造新的编号
String
allNewNumber
=
number
+
newNumber
;
// String dNumber = depotHead.getDefaultnumber();
String
frontNumber
=
depotHead
.
getNumber
();
// String number = dNumber.substring(0, 12); //截取前缀
if
(
frontNumber
.
indexOf
(
number
)
>
-
1
)
{
// String beginTime = Tools.getNow() + " 00:00:00";
depotHead
.
setNumber
(
allNewNumber
);
//从后台取值
// String endTime = Tools.getNow() + " 23:59:59";
}
else
{
// String newNumber = buildNumber(depotHead.getType(), depotHead.getSubtype(), beginTime, endTime); //从数据库查询最新的编号+1,这样能防止重复
depotHead
.
setNumber
(
frontNumber
);
//从前端文本框里面获取
// String allNewNumber = number + newNumber;
}
// String frontNumber = depotHead.getNumber();
depotHead
.
setDefaultnumber
(
allNewNumber
);
//初始编号,一直都从后台取值
// if(frontNumber.indexOf(number) > -1) {
// depotHead.setNumber(allNewNumber); //从后台取值
// } else {
// depotHead.setNumber(frontNumber); //从前端文本框里面获取
// }
// depotHead.setDefaultnumber(allNewNumber); //初始编号,一直都从后台取值
depotHead
.
setCreatetime
(
new
Timestamp
(
System
.
currentTimeMillis
()));
depotHead
.
setCreatetime
(
new
Timestamp
(
System
.
currentTimeMillis
()));
depotHead
.
setStatus
(
false
);
depotHead
.
setStatus
(
false
);
depotHeadMapperEx
.
adddepotHead
(
depotHead
);
depotHeadMapperEx
.
adddepotHead
(
depotHead
);
...
...
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