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
dcc72c44
Commit
dcc72c44
authored
Oct 09, 2017
by
季圣华
Browse files
修改财务模块
parent
e7782312
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
sql/jsh_erp.sql
View file @
dcc72c44
This diff is collapsed.
Click to expand it.
src/main/java/com/jsh/action/materials/AccountHeadAction.java
View file @
dcc72c44
...
...
@@ -79,7 +79,7 @@ public class AccountHeadAction extends BaseAction<AccountHeadModel>
accountHead
.
setBillNo
(
model
.
getBillNo
());
try
{
accountHead
.
setBillTime
(
new
Timestamp
(
Tools
.
parse
(
model
.
getBillTime
(),
"yyyy-MM-dd"
).
getTime
()));
accountHead
.
setBillTime
(
new
Timestamp
(
Tools
.
parse
(
model
.
getBillTime
(),
"yyyy-MM-dd
HH:mm:ss
"
).
getTime
()));
}
catch
(
ParseException
e
)
{
...
...
@@ -165,7 +165,7 @@ public class AccountHeadAction extends BaseAction<AccountHeadModel>
accountHead
.
setBillNo
(
model
.
getBillNo
());
try
{
accountHead
.
setBillTime
(
new
Timestamp
(
Tools
.
parse
(
model
.
getBillTime
(),
"yyyy-MM-dd"
).
getTime
()));
accountHead
.
setBillTime
(
new
Timestamp
(
Tools
.
parse
(
model
.
getBillTime
(),
"yyyy-MM-dd
HH:mm:ss
"
).
getTime
()));
}
catch
(
ParseException
e
)
{
...
...
@@ -260,7 +260,7 @@ public class AccountHeadAction extends BaseAction<AccountHeadModel>
item
.
put
(
"AccountId"
,
accountHead
.
getAccountId
()==
null
?
""
:
accountHead
.
getAccountId
().
getId
());
item
.
put
(
"AccountName"
,
accountHead
.
getAccountId
()==
null
?
""
:
accountHead
.
getAccountId
().
getName
());
item
.
put
(
"BillNo"
,
accountHead
.
getBillNo
());
item
.
put
(
"BillTime"
,
Tools
.
getC
urrentMonth
(
accountHead
.
getBillTime
()));
item
.
put
(
"BillTime"
,
Tools
.
getC
enternTime
(
accountHead
.
getBillTime
()));
item
.
put
(
"ChangeAmount"
,
accountHead
.
getChangeAmount
()==
null
?
""
:
Math
.
abs
(
accountHead
.
getChangeAmount
()));
item
.
put
(
"TotalPrice"
,
accountHead
.
getTotalPrice
()==
null
?
""
:
Math
.
abs
(
accountHead
.
getTotalPrice
()));
item
.
put
(
"Remark"
,
accountHead
.
getRemark
());
...
...
src/main/webapp/js/pages/financial/financial_base.js
View file @
dcc72c44
...
...
@@ -239,7 +239,7 @@
},
{
field
:
'
OrganId
'
,
width
:
5
,
hidden
:
true
},
{
title
:
'
单据编号
'
,
field
:
'
BillNo
'
,
width
:
140
},
{
title
:
'
单据时间
'
,
field
:
'
BillTime
'
,
width
:
1
0
0
},
{
title
:
'
单据时间
'
,
field
:
'
BillTime
'
,
width
:
1
4
0
},
{
title
:
'
合计
'
,
field
:
'
TotalPrice
'
,
width
:
80
},
{
title
:
'
备注
'
,
field
:
'
Remark
'
,
width
:
100
}
]],
...
...
@@ -274,7 +274,7 @@
//初始化表格数据-明细列表-编辑状态
function
initTableData_account
(
type
,
TotalPrice
){
$
(
'
#accountData
'
).
datagrid
({
height
:
30
0
,
height
:
28
0
,
rownumbers
:
false
,
//动画效果
animate
:
false
,
...
...
@@ -282,17 +282,14 @@
singleSelect
:
true
,
collapsible
:
false
,
selectOnCheck
:
false
,
//fitColumns:true,
//单击行是否选中
//
checkOnSelect : false,
pagination
:
tru
e
,
checkOnSelect
:
false
,
pagination
:
fals
e
,
//交替出现背景
striped
:
true
,
showFooter
:
true
,
//loadFilter: pagerFilter,
onClickRow
:
onClickRow
,
pageSize
:
50
,
pageList
:
[
50
,
100
,
150
],
columns
:[[
{
field
:
'
Id
'
,
width
:
35
,
align
:
"
center
"
,
checkbox
:
true
},
{
title
:
payTypeTitle
,
field
:
'
InOutItemId
'
,
width
:
230
,
hidden
:
itemType
,
...
...
@@ -323,7 +320,7 @@
}
}
},
{
title
:
'
金额
'
,
field
:
'
EachAmount
'
,
editor
:
'
validatebox
'
,
width
:
5
0
},
{
title
:
'
金额
'
,
field
:
'
EachAmount
'
,
editor
:
'
validatebox
'
,
width
:
7
0
},
{
title
:
'
备注
'
,
field
:
'
Remark
'
,
editor
:
'
validatebox
'
,
width
:
150
}
]],
toolbar
:[
...
...
@@ -387,7 +384,7 @@
//初始化表格数据-明细列表-查看状态
function
initTableData_account_show
(
TotalPrice
){
$
(
'
#accountDataShow
'
).
datagrid
({
height
:
30
0
,
height
:
28
0
,
rownumbers
:
true
,
//动画效果
animate
:
false
,
...
...
@@ -395,21 +392,18 @@
singleSelect
:
true
,
collapsible
:
false
,
selectOnCheck
:
false
,
//fitColumns:true,
//单击行是否选中
//
checkOnSelect : false,
pagination
:
tru
e
,
checkOnSelect
:
false
,
pagination
:
fals
e
,
//交替出现背景
striped
:
true
,
showFooter
:
true
,
//loadFilter: pagerFilter,
onClickRow
:
onClickRow
,
pageSize
:
50
,
pageList
:
[
50
,
100
,
150
],
columns
:[[
{
title
:
payTypeTitle
,
field
:
'
InOutItemName
'
,
width
:
230
,
hidden
:
itemType
},
{
title
:
'
账户名称
'
,
field
:
'
AccountName
'
,
width
:
230
,
hidden
:
moneyType
},
{
title
:
'
金额
'
,
field
:
'
EachAmount
'
,
width
:
5
0
},
{
title
:
'
金额
'
,
field
:
'
EachAmount
'
,
width
:
7
0
},
{
title
:
'
备注
'
,
field
:
'
Remark
'
,
width
:
150
}
]],
onLoadError
:
function
()
...
...
@@ -606,8 +600,8 @@
function
addAccountHead
(){
$
(
"
#clientIp
"
).
val
(
clientIp
);
$
(
'
#accountHeadFM
'
).
form
(
'
clear
'
);
var
thisDate
=
getNowFormatDate
();
//当前
日期
$
(
"
#BillTime
"
).
val
(
thisDate
);
var
thisDate
Time
=
getNowFormatDate
Time
();
//当前
时间
$
(
"
#BillTime
"
).
val
(
thisDate
Time
);
var
thisNumber
=
getNowFormatDateNum
();
//根据时间生成编号
$
(
"
#BillNo
"
).
val
(
amountNum
+
thisNumber
).
focus
();
var
addTitle
=
listTitle
.
replace
(
"
列表
"
,
"
信息
"
);
...
...
src/main/webapp/pages/financial/advance_in.jsp
View file @
dcc72c44
...
...
@@ -34,15 +34,15 @@
<tr>
<td>
单据编号:
</td>
<td>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:
6
0px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:
10
0px;"
/>
</td>
<td>
单据日期:
</td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
8
0px;"
/>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
10
0px;"
/>
</td>
<td>
-
</td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
8
0px;"
/>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
10
0px;"
/>
</td>
<td>
</td>
<td>
...
...
@@ -58,45 +58,46 @@
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:
85
0px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:
120
0px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<table>
<tr>
<td>
单据编号:
</td>
<td
style=
"padding:5px"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 110px;"
/>
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:110px;"
/>
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
></input>
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px;"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
</tr>
<tr>
<td>
付款会员:
</td>
<td
style=
"padding:5px"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:110px;"
></select>
</td>
<td>
单据备注:
</td>
<td
style=
"padding:5px"
colspan=
"5"
>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 475px;"
/>
</td>
</tr>
<tr>
<td>
单据明细:
</td>
<td
colspan=
"7"
>
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
style=
"width:60px;"
>
付款会员:
</td>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:110px;"
></select>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:170px;"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
</td>
<td
style=
"width:100px;"
></td>
</tr>
<tr>
<td
colspan=
"9"
>
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</tr>
<tr>
<td>
优惠金额:
</td>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
/>
</td>
</tr>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"
<%=
clientIp
%>
"
/>
</form>
...
...
@@ -105,45 +106,47 @@
<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"
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
</div>
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:
85
0px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:
120
0px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<tr>
<td>
单据编号:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"BillNoShow"
></span>
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"BillTimeShow"
></span>
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"ChangeAmountShow"
></span>
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"HandsPersonIdShow"
></span>
</td>
</tr>
<tr>
<td>
付款会员:
</td>
<td
style=
"padding:5px"
>
<span
id=
"OrganIdShow"
></span>
</td>
<td>
单据备注:
</td>
<td
style=
"padding:5px"
colspan=
"5"
>
<span
id=
"RemarkShow"
></span>
</td>
</tr>
<tr>
<td>
单据明细:
</td>
<td
colspan=
"7"
>
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
</table>
<table>
<tr>
<td
style=
"width:60px;"
>
付款会员:
</td>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"OrganIdShow"
></span>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"HandsPersonIdShow"
></span>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillTimeShow"
></span>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillNoShow"
></span>
</td>
<td
style=
"width:100px;"
></td>
</tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</tr>
<tr>
<td>
优惠金额:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"ChangeAmountShow"
></span>
</td>
</tr>
</table>
</div>
</body>
</html>
src/main/webapp/pages/financial/giro.jsp
View file @
dcc72c44
...
...
@@ -34,15 +34,15 @@
<tr>
<td>
单据编号:
</td>
<td>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:
6
0px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:
10
0px;"
/>
</td>
<td>
单据日期:
</td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
8
0px;"
/>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
10
0px;"
/>
</td>
<td>
-
</td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
8
0px;"
/>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
10
0px;"
/>
</td>
<td>
</td>
<td>
...
...
@@ -58,49 +58,49 @@
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:
85
0px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:
120
0px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<table>
<tr>
<td>
单据编号
:
</td>
<td
style=
"padding:5px"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'
"
style=
"width:
110px;"
/
>
</td>
<td
>
单据日期:
</td>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:1
1
0px;"
/>
</td>
<td>
经手人
:
</td>
<td
style=
"padding:5px"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId
"
style=
"width:
11
0px;"
></select
>
</td>
<td
style=
"width:
5
0px;"
></td>
<td
style=
"padding:5px
;width:110px;"
></td
>
</t
r
>
<tr
>
<td>
付款账户:
</t
d
>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:110px;"
></select
>
</td
>
<td>
实付金额:
</td
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
></input
>
</td
>
<td>
单据备注:
</td
>
<td
style=
"padding:5px"
>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 110px;"
/
>
</t
d
>
<td></td
>
<td>
</td>
</tr
>
<tr
>
<td>
单据明细:
</td>
<td
colspan=
"7"
>
<!-- 单据列表table --
>
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table
>
</td>
</tr>
<tr>
<td
style=
"width:60px;"
>
经手人
:
</td>
<td
style=
"padding:5px
;width:170px;
"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId
"
style=
"width:110px;"
></select
>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px
;width:170px;
"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd
HH:mm:ss
'})"
class=
"txt Wdate"
style=
"width:1
4
0px;"
/>
</td>
<td
style=
"width:80px;"
>
单据编号
:
</td>
<td
style=
"padding:5px
;width:170px;
"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'
"
style=
"width:
14
0px;"
/
>
</td>
<td
style=
"width:
7
0px;"
></td>
<td
style=
"padding:5px
"
>
</t
d
>
<td
style=
"width:100px;"
></td
>
</t
r
>
<tr
>
<td
colspan=
"9"
>
<!-- 单据列表table --
>
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table
>
</td
>
</tr
>
<tr
>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea
>
</td
>
</t
r
>
<tr
>
<td>
付款账户:
</td>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:110px;"
></select
>
</td>
<td>
实付金额:
</td
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
></input
>
</td>
</tr>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"
<%=
clientIp
%>
"
/>
</form>
...
...
@@ -109,49 +109,49 @@
<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"
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
</div>
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:
85
0px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:
120
0px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<tr>
<td>
单据编号
:
</td>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"BillNo
Show"
></span>
</td>
<td
>
单据日期:
</td>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"BillTimeShow"
></span>
</td>
<td>
经手人
:
</td>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"
HandsPersonId
Show"
></span>
</td>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:110px;"
>
</t
r
>
<
tr>
<td>
付款账户:
</td
>
<td
style=
"padding:5
px"
>
<span
id=
"AccountIdShow"
></span
>
</td
>
<td>
实付金额:
</td>
<td
style=
"padding:5px"
>
<span
id=
"ChangeAmountShow"
></span
>
</td>
<td>
单据备注:
</td
>
<td
style=
"padding:5px"
>
<span
id=
"RemarkShow"
></span
>
</t
d
>
<td></td
>
<td>
</td>
</tr
>
<tr
>
<td>
单据明细:
</td>
<td
colspan=
"7"
>
<!-- 单据列表table --
>
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table
>
</td>
</tr>
</table>
<table>
<tr>
<td
style=
"width:60px;"
>
经手人
:
</td>
<td
style=
"padding:5px;width:1
3
0px;"
>
<span
id=
"HandsPersonId
Show"
></span>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:1
3
0px;"
>
<span
id=
"BillTimeShow"
></span>
</td>
<td
style=
"width:80px;"
>
单据编号
:
</td>
<td
style=
"padding:5px;width:1
3
0px;"
>
<span
id=
"
BillNo
Show"
></span>
</td>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:110px;"
>
</td>
<td
style=
"width:100px;"
>
</t
d
>
</
tr>
<tr
>
<td
colspan=
"9"
style=
"width: 1130
px
;
"
>
<!-- 单据列表table --
>
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table
>
</td>
</tr
>
<tr
>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span
>
</td
>
</t
r
>
<tr
>
<td>
付款账户:
</td>
<td
style=
"padding:5px"
>
<span
id=
"AccountIdShow"
></span
>
</td>
<td>
实付金额:
</td
>
<td
style=
"padding:5px"
>
<span
id=
"ChangeAmountShow"
></span
>
</td>
</tr>
</table>
</div>
</body>
</html>
src/main/webapp/pages/financial/item_in.jsp
View file @
dcc72c44
...
...
@@ -34,15 +34,15 @@
<tr>
<td>
单据编号:
</td>
<td>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:
6
0px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:
10
0px;"
/>
</td>
<td>
单据日期:
</td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
8
0px;"
/>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
10
0px;"
/>
</td>
<td>
-
</td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
8
0px;"
/>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
10
0px;"
/>
</td>
<td>
</td>
<td>
...
...
@@ -58,51 +58,50 @@
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:
85
0px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:
120
0px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<table>
<tr>
<td>
单据编号:
</td>
<td
style=
"padding:5px"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 110px;"
/>
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:110px;"
/>
</td>
<td>
收款账户:
</td>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:110px;"
></select>
</td>
<td>
收款金额:
</td>
<td>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 60px;"
></input>
</td>
</tr>
<tr>
<td>
往来单位:
</td>
<td
style=
"padding:5px"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:110px;"
></select>
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
<td>
单据备注:
</td>
<td
style=
"padding:5px"
>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 110px;"
/>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td>
单据明细:
</td>
<td
colspan=
"7"
>
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
style=
"width:60px;"
>
往来单位:
</td>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:130px;"
></select>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:170px;"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
</td>
<td
style=
"width:100px;"
></td>
</tr>
<tr>
<td
colspan=
"9"
>
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</tr>
<tr>
<td>
收款账户:
</td>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:110px;"
></select>
</td>
<td>
收款金额:
</td>
<td>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 120px;"
/>
</td>
</tr>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"
<%=
clientIp
%>
"
/>
</form>
...
...
@@ -111,51 +110,51 @@
<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"
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
</div>
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:
85
0px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:
120
0px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<tr>
<td>
单据编号
:
</td>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"
BillNo
Show"
></span>
</td>
<td>
单据日期
:
</td>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"BillTime
Show"
></span>
</td>
<td>
收款账户
:
</td>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"
AccountId
Show"
></span>
</td>
<td>
收款金额
:
</td>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"ChangeAmount
Show"
></span>
</td>
</t
r
>
<
tr>
<td>
往来单位:
</td
>
<td
style=
"padding:5
px"
>
<span
id=
"OrganIdShow"
></span
>
</td
>
<td>
经手人:
</td>
<
td
style=
"padding:5px"
>
<
span
id=
"HandsPersonIdShow"
></span
>
</td>
<td>
单据备注:
</td
>
<td
style=
"padding:5px"
>
<span
id=
"RemarkShow"
></span
>
</t
d
>
<td></td>
<td>
</td>
</tr
>
<tr
>
<td>
单据明细:
</td>
<td
colspan=
"7"
>
<!-- 单据列表table --
>
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table
>
</td>
</tr>
</table>
<table>
<tr>
<td
style=
"width:60px;"
>
往来单位
:
</td>
<td
style=
"padding:5px;width:1
3
0px;"
>
<span
id=
"
OrganId
Show"
></span>
</td>
<td
style=
"width:70px;"
>
经手人
:
</td>
<td
style=
"padding:5px;width:1
3
0px;"
>
<span
id=
"HandsPersonId
Show"
></span>
</td>
<td
style=
"width:70px;"
>
单据日期
:
</td>
<td
style=
"padding:5px;width:1
3
0px;"
>
<span
id=
"
BillTime
Show"
></span>
</td>
<td
style=
"width:80px;"
>
单据编号
:
</td>
<td
style=
"padding:5px;width:1
4
0px;"
>
<span
id=
"BillNo
Show"
></span>
</td>
<td
style=
"width:100px;"
>
</t
d
>
</
tr>
<tr
>
<td
colspan=
"9"
style=
"width: 1130
px
;
"
>
<!-- 单据列表table --
>
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table
>
</td>
<
/tr
>
<
tr
>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span
>
</td
>
</t
r
>
<tr>
<td>
收款账户:
</td>
<td
style=
"padding:5px;"
>
<span
id=
"AccountIdShow"
></span
>
</td>
<td>
收款金额:
</td
>
<td
style=
"padding:5px;"
>
<span
id=
"ChangeAmountShow"
></span
>
</td>
</tr>
</table>
</div>
</body>
</html>
src/main/webapp/pages/financial/item_out.jsp
View file @
dcc72c44
...
...
@@ -34,15 +34,15 @@
<tr>
<td>
单据编号:
</td>
<td>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:
6
0px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:
10
0px;"
/>
</td>
<td>
单据日期:
</td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
8
0px;"
/>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
10
0px;"
/>
</td>
<td>
-
</td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
8
0px;"
/>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
10
0px;"
/>
</td>
<td>
</td>
<td>
...
...
@@ -58,51 +58,49 @@
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:
85
0px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:
120
0px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<table>
<tr>
<td>
单据编号:
</td>
<td
style=
"padding:5px"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 110px;"
/>
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:110px;"
/>
</td>
<td>
付款账户:
</td>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:110px;"
></select>
</td>
<td>
付款金额:
</td>
<td>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 60px;"
></input>
</td>
</tr>
<tr>
<td>
往来单位:
</td>
<td
style=
"padding:5px"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:110px;"
></select>
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
<td>
单据备注:
</td>
<td
style=
"padding:5px"
>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 110px;"
/>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td>
单据明细:
</td>
<td
colspan=
"7"
>
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
style=
"width:60px;"
>
往来单位:
</td>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:130px;"
></select>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:170px;"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"padding:5px"
>
</td>
<td
style=
"width:100px;"
></td>
</tr>
<tr>
<td
colspan=
"9"
>
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</tr>
<tr>
<td>
付款账户:
</td>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:110px;"
></select>
</td>
<td>
付款金额:
</td>
<td>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 120px;"
/>
</td>
</tr>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"
<%=
clientIp
%>
"
/>
</form>
...
...
@@ -111,51 +109,49 @@
<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"
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
</div>
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:
85
0px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:
120
0px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<tr>
<td>
单据编号:
</td>
<td
style=
"padding:5px;width:110px;"
>
<span
id=
"BillNoShow"
></span>
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px;width:110px;"
>
<span
id=
"BillTimeShow"
></span>
</td>
<td>
付款账户:
</td>
<td
style=
"padding:5px;width:110px;"
>
<span
id=
"AccountIdShow"
></span>
</td>
<td>
付款金额:
</td>
<td
style=
"padding:5px;width:110px;"
>
<span
id=
"ChangeAmountShow"
></span>
</td>
</tr>
<tr>
<td>
往来单位:
</td>
<td
style=
"padding:5px"
>
<span
id=
"OrganIdShow"
></span>
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px"
>
<span
id=
"HandsPersonIdShow"
></span>
</td>
<td>
单据备注:
</td>
<td
style=
"padding:5px"
>
<span
id=
"RemarkShow"
></span>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td>
单据明细:
</td>
<td
colspan=
"7"
>
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
</table>
<table>
<tr>
<td
style=
"width:60px;"
>
往来单位:
</td>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OrganIdShow"
></span>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillTimeShow"
></span>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"BillNoShow"
></span>
</td>
<td
style=
"width:70px;"
></td>
<td
style=
"width:140px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</tr>
<tr>
<td>
付款账户:
</td>
<td
style=
"padding:5px;"
>
<span
id=
"AccountIdShow"
></span>
</td>
<td>
付款金额:
</td>
<td
style=
"padding:5px;"
>
<span
id=
"ChangeAmountShow"
></span>
</td>
</tr>
</table>
</div>
</body>
</html>
src/main/webapp/pages/financial/money_in.jsp
View file @
dcc72c44
...
...
@@ -34,15 +34,15 @@
<tr>
<td>
单据编号:
</td>
<td>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:
6
0px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:
10
0px;"
/>
</td>
<td>
单据日期:
</td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
8
0px;"
/>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
10
0px;"
/>
</td>
<td>
-
</td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
8
0px;"
/>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
10
0px;"
/>
</td>
<td>
</td>
<td>
...
...
@@ -58,49 +58,46 @@
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:
85
0px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:
120
0px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<table>
<tr>
<td>
单据编号:
</td>
<td
style=
"padding:5px"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 110px;"
/>
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:110px;"
/>
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
></input>
</td>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:110px;"
></td>
</tr>
<tr>
<td>
付款单位:
</td>
<td
style=
"padding:5px"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:110px;"
></select>
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
<td>
单据备注:
</td>
<td
style=
"padding:5px"
>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 110px;"
/>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td>
单据明细:
</td>
<td
colspan=
"7"
>
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
style=
"width:60px;"
>
付款单位:
</td>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:130px;"
></select>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:170px;"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
</td>
<td
style=
"width:100px;"
></td>
</tr>
<tr>
<td
colspan=
"9"
>
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</tr>
<tr>
<td>
优惠金额:
</td>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
/>
</td>
</tr>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"
<%=
clientIp
%>
"
/>
</form>
...
...
@@ -109,49 +106,47 @@
<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"
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
</div>
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:
85
0px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:
120
0px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<tr>
<td>
单据编号:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"BillNoShow"
></span>
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"BillTimeShow"
></span>
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"ChangeAmountShow"
></span>
</td>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:120px;"
>
</tr>
<tr>
<td>
付款单位:
</td>
<td
style=
"padding:5px"
>
<span
id=
"OrganIdShow"
></span>
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px"
>
<span
id=
"HandsPersonIdShow"
></span>
</td>
<td>
单据备注:
</td>
<td
style=
"padding:5px"
>
<span
id=
"RemarkShow"
></span>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td>
单据明细:
</td>
<td
colspan=
"7"
>
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
</table>
<table>
<tr>
<td
style=
"width:60px;"
>
付款单位:
</td>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OrganIdShow"
></span>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"HandsPersonIdShow"
></span>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillTimeShow"
></span>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"BillNoShow"
></span>
</td>
<td
style=
"width:100px;"
></td>
</tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</tr>
<tr>
<td>
优惠金额:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"ChangeAmountShow"
></span>
</td>
</tr>
</table>
</div>
</body>
</html>
src/main/webapp/pages/financial/money_out.jsp
View file @
dcc72c44
...
...
@@ -34,15 +34,15 @@
<tr>
<td>
单据编号:
</td>
<td>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:
6
0px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:
10
0px;"
/>
</td>
<td>
单据日期:
</td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
8
0px;"
/>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
10
0px;"
/>
</td>
<td>
-
</td>
<td>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
8
0px;"
/>
<input
type=
"text"
name=
"searchEndTime"
id=
"searchEndTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:
10
0px;"
/>
</td>
<td>
</td>
<td>
...
...
@@ -58,49 +58,46 @@
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:
85
0px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlg"
class=
"easyui-dialog"
style=
"width:
120
0px;padding:10px 20px;top:20px"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"accountHeadFM"
method=
"post"
novalidate
>
<table>
<tr>
<td>
单据编号:
</td>
<td
style=
"padding:5px"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 110px;"
/>
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:110px;"
/>
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
></input>
</td>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:110px;"
></td>
</tr>
<tr>
<td>
收款单位:
</td>
<td
style=
"padding:5px"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:110px;"
></select>
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
<td>
单据备注:
</td>
<td
style=
"padding:5px"
>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 110px;"
/>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td>
单据明细:
</td>
<td
colspan=
"7"
>
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
style=
"width:60px;"
>
收款单位:
</td>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:130px;"
></select>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:170px;"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:110px;"
></select>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:170px;"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:140px;"
/>
</td>
<td
style=
"width:70px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:170px;"
>
<input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 140px;"
/>
</td>
<td
style=
"width:100px;"
></td>
</tr>
<tr>
<td
colspan=
"9"
>
<!-- 单据列表table -->
<table
id=
"accountData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
colspan=
"9"
>
<textarea
name=
"Remark"
id=
"Remark"
rows=
"2"
cols=
"2"
placeholder=
"暂无备注信息"
style=
"width: 1130px; height:35px;"
></textarea>
</td>
</tr>
<tr>
<td>
优惠金额:
</td>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
/>
</td>
</tr>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"
<%=
clientIp
%>
"
/>
</form>
...
...
@@ -109,49 +106,47 @@
<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"
onclick=
"javascript:$('#accountHeadDlg').dialog('close')"
>
取消
</a>
</div>
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:
85
0px;padding:10px 20px;top:20px"
<div
id=
"accountHeadDlgShow"
class=
"easyui-dialog"
style=
"width:
120
0px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<tr>
<td>
单据编号:
</td>
<td
style=
"padding:5px;width:110px;"
>
<span
id=
"BillNoShow"
></span>
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px;width:110px;"
>
<span
id=
"BillTimeShow"
></span>
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px;width:110px;"
>
<span
id=
"ChangeAmountShow"
></span>
</td>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:110px;"
>
</tr>
<tr>
<td>
收款单位:
</td>
<td
style=
"padding:5px"
>
<span
id=
"OrganIdShow"
></span>
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px"
>
<span
id=
"HandsPersonIdShow"
></span>
</td>
<td>
单据备注:
</td>
<td
style=
"padding:5px"
>
<span
id=
"RemarkShow"
></span>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td>
单据明细:
</td>
<td
colspan=
"7"
>
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
</table>
<table>
<tr>
<td
style=
"width:60px;"
>
收款单位:
</td>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"OrganIdShow"
></span>
</td>
<td
style=
"width:70px;"
>
经手人:
</td>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"HandsPersonIdShow"
></span>
</td>
<td
style=
"width:70px;"
>
单据日期:
</td>
<td
style=
"padding:5px;width:130px;"
>
<span
id=
"BillTimeShow"
></span>
</td>
<td
style=
"width:80px;"
>
单据编号:
</td>
<td
style=
"padding:5px;width:140px;"
>
<span
id=
"BillNoShow"
></span>
</td>
<td
style=
"width:100px;"
></td>
</tr>
<tr>
<td
colspan=
"9"
style=
"width: 1130px;"
>
<!-- 单据列表table -->
<table
id=
"accountDataShow"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</td>
</tr>
<tr>
<td
style=
"width:60px;"
>
单据备注:
</td>
<td
colspan=
"8"
style=
"height:35px;"
>
<span
id=
"RemarkShow"
style=
"width: 1070px; height:35px;"
></span>
</td>
</tr>
<tr>
<td>
优惠金额:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"ChangeAmountShow"
></span>
</td>
</tr>
</table>
</div>
</body>
</html>
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