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
d65a3fe4
Commit
d65a3fe4
authored
Jan 14, 2017
by
季圣华
Browse files
修改收款、付款、收入、支出、转账五张单据
parent
eb1fa7f3
Changes
5
Show whitespace changes
Inline
Side-by-side
WebRoot/pages/financial/giro.jsp
View file @
d65a3fe4
...
@@ -27,11 +27,11 @@
...
@@ -27,11 +27,11 @@
<div
id =
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
<div
id =
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
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:60px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:60px;"
/>
</td>
</td>
<td>
单据
时间
:
</td>
<td>
单据
日期
:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:80px;"
/>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:80px;"
/>
</td>
</td>
...
@@ -59,33 +59,32 @@
...
@@ -59,33 +59,32 @@
<table>
<table>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td
style=
"padding:5px"
><input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 120px;"
/>
<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>
<td>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:1
2
0px;"
/>
<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>
<td>
经手人
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:120px;"
></select>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
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>
</td>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:110px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td>
单位
:
</td>
<td>
付款账户
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"OrganId"
id=
"Organ
Id"
style=
"width:1
2
0px;"
></select>
<select
id=
"AccountId"
name=
"Account
Id"
style=
"width:1
1
0px;"
></select>
</td>
</td>
<td>
经手人
:
</td>
<td>
实付金额
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId
"
style=
"width:1
2
0px;"
></
selec
t>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2
"
style=
"width:
1
10px;"
></
inpu
t>
</td>
</td>
<td>
备注:
</td>
<td>
单据
备注:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 1
2
0px;"
/>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 1
1
0px;"
/>
</td>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
...
@@ -110,32 +109,30 @@
...
@@ -110,32 +109,30 @@
<table>
<table>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td
style=
"padding:5px;width:1
2
0px;"
>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"BillNoShow"
></span>
<span
id=
"BillNoShow"
></span>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px;width:1
2
0px;"
>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"BillTimeShow"
></span>
<span
id=
"BillTimeShow"
></span>
</td>
</td>
<td>
账户:
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px;width:120px;"
>
<td
style=
"padding:5px;width:110px;"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"HandsPersonIdShow"
></span>
</td>
<td>
金额:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:110px;"
>
</tr>
</tr>
<tr>
<tr>
<td>
单位
:
</td>
<td>
付款账户
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"
Organ
IdShow"
></span>
<span
id=
"
Account
IdShow"
></span>
</td>
</td>
<td>
经手人
:
</td>
<td>
实付金额
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"HandsPersonId
Show"
></span>
<span
id=
"ChangeAmount
Show"
></span>
</td>
</td>
<td>
备注:
</td>
<td>
单据
备注:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"RemarkShow"
></span>
<span
id=
"RemarkShow"
></span>
</td>
</td>
...
@@ -170,7 +167,6 @@
...
@@ -170,7 +167,6 @@
initSelectInfo_person
();
//经手人信息
initSelectInfo_person
();
//经手人信息
initSystemData_account
();
//账户数据
initSystemData_account
();
//账户数据
initSelectInfo_account
();
//账户信息
initSelectInfo_account
();
//账户信息
initSupplier
();
//供应商
initTableData
();
initTableData
();
ininPager
();
ininPager
();
initForm
();
initForm
();
...
@@ -214,16 +210,6 @@
...
@@ -214,16 +210,6 @@
}
}
}
}
//初始化单位信息
function
initSupplier
()
{
$
(
'
#OrganId
'
).
combobox
({
url
:
"
<%=
path
%>
/supplier/findBySelect_sup.action
"
,
valueField
:
'
id
'
,
textField
:
'
supplier
'
});
}
//获取财务员
//获取财务员
function
initSystemData_person
()
function
initSystemData_person
()
{
{
...
@@ -653,7 +639,7 @@
...
@@ -653,7 +639,7 @@
BillTime
:
$
.
trim
(
$
(
"
#BillTime
"
).
val
()),
BillTime
:
$
.
trim
(
$
(
"
#BillTime
"
).
val
()),
AccountId
:
$
.
trim
(
$
(
"
#AccountId
"
).
val
()),
AccountId
:
$
.
trim
(
$
(
"
#AccountId
"
).
val
()),
ChangeAmount
:
$
.
trim
(
$
(
"
#ChangeAmount
"
).
val
()),
ChangeAmount
:
$
.
trim
(
$
(
"
#ChangeAmount
"
).
val
()),
OrganId
:
$
(
'
#OrganId
'
).
combobox
(
'
getValue
'
),
//
OrganId: $('#OrganId').combobox('getValue'),
HandsPersonId
:
$
.
trim
(
$
(
"
#HandsPersonId
"
).
val
()),
HandsPersonId
:
$
.
trim
(
$
(
"
#HandsPersonId
"
).
val
()),
Remark
:
$
.
trim
(
$
(
"
#Remark
"
).
val
()),
Remark
:
$
.
trim
(
$
(
"
#Remark
"
).
val
()),
clientIp
:
'
<%=
clientIp
%>
'
clientIp
:
'
<%=
clientIp
%>
'
...
...
WebRoot/pages/financial/item_in.jsp
View file @
d65a3fe4
...
@@ -27,11 +27,11 @@
...
@@ -27,11 +27,11 @@
<div
id =
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
<div
id =
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
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:60px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:60px;"
/>
</td>
</td>
<td>
单据
时间
:
</td>
<td>
单据
日期
:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:80px;"
/>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:80px;"
/>
</td>
</td>
...
@@ -59,33 +59,34 @@
...
@@ -59,33 +59,34 @@
<table>
<table>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td
style=
"padding:5px"
><input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 120px;"
/>
<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>
<td>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:1
2
0px;"
/>
<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>
<td>
收款
账户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:1
2
0px;"
></select>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:1
1
0px;"
></select>
</td>
</td>
<td>
金额:
</td>
<td>
收款
金额:
</td>
<td>
<td>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 60px;"
></input>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 60px;"
></input>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
单位:
</td>
<td>
往来
单位:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:1
2
0px;"
></select>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:1
1
0px;"
></select>
</td>
</td>
<td>
经手人:
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:1
2
0px;"
></select>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:1
1
0px;"
></select>
</td>
</td>
<td>
备注:
</td>
<td>
单据
备注:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 1
2
0px;"
/>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 1
1
0px;"
/>
</td>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
...
@@ -110,24 +111,24 @@
...
@@ -110,24 +111,24 @@
<table>
<table>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td
style=
"padding:5px;width:1
2
0px;"
>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"BillNoShow"
></span>
<span
id=
"BillNoShow"
></span>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px;width:1
2
0px;"
>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"BillTimeShow"
></span>
<span
id=
"BillTimeShow"
></span>
</td>
</td>
<td>
账户:
</td>
<td>
收款
账户:
</td>
<td
style=
"padding:5px;width:1
2
0px;"
>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
<td>
金额:
</td>
<td>
收款
金额:
</td>
<td
style=
"padding:5px;width:1
2
0px;"
>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"ChangeAmountShow"
></span>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
单位:
</td>
<td>
往来
单位:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
...
@@ -135,7 +136,7 @@
...
@@ -135,7 +136,7 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"HandsPersonIdShow"
></span>
<span
id=
"HandsPersonIdShow"
></span>
</td>
</td>
<td>
备注:
</td>
<td>
单据
备注:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"RemarkShow"
></span>
<span
id=
"RemarkShow"
></span>
</td>
</td>
...
...
WebRoot/pages/financial/item_out.jsp
View file @
d65a3fe4
...
@@ -27,11 +27,11 @@
...
@@ -27,11 +27,11 @@
<div
id =
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
<div
id =
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
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:60px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:60px;"
/>
</td>
</td>
<td>
单据
时间
:
</td>
<td>
单据
日期
:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:80px;"
/>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:80px;"
/>
</td>
</td>
...
@@ -59,33 +59,34 @@
...
@@ -59,33 +59,34 @@
<table>
<table>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td
style=
"padding:5px"
><input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 120px;"
/>
<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>
<td>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:1
2
0px;"
/>
<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>
<td>
付款
账户:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:1
2
0px;"
></select>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:1
1
0px;"
></select>
</td>
</td>
<td>
金额:
</td>
<td>
付款
金额:
</td>
<td>
<td>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 60px;"
></input>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 60px;"
></input>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
单位:
</td>
<td>
往来
单位:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:1
2
0px;"
></select>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:1
1
0px;"
></select>
</td>
</td>
<td>
经手人:
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:1
2
0px;"
></select>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:1
1
0px;"
></select>
</td>
</td>
<td>
备注:
</td>
<td>
单据
备注:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 1
2
0px;"
/>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 1
1
0px;"
/>
</td>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
...
@@ -110,24 +111,24 @@
...
@@ -110,24 +111,24 @@
<table>
<table>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td
style=
"padding:5px;width:1
2
0px;"
>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"BillNoShow"
></span>
<span
id=
"BillNoShow"
></span>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px;width:1
2
0px;"
>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"BillTimeShow"
></span>
<span
id=
"BillTimeShow"
></span>
</td>
</td>
<td>
账户:
</td>
<td>
付款
账户:
</td>
<td
style=
"padding:5px;width:1
2
0px;"
>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"AccountIdShow"
></span>
<span
id=
"AccountIdShow"
></span>
</td>
</td>
<td>
金额:
</td>
<td>
付款
金额:
</td>
<td
style=
"padding:5px;width:1
2
0px;"
>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"ChangeAmountShow"
></span>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
单位:
</td>
<td>
往来
单位:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
...
@@ -135,7 +136,7 @@
...
@@ -135,7 +136,7 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"HandsPersonIdShow"
></span>
<span
id=
"HandsPersonIdShow"
></span>
</td>
</td>
<td>
备注:
</td>
<td>
单据
备注:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"RemarkShow"
></span>
<span
id=
"RemarkShow"
></span>
</td>
</td>
...
...
WebRoot/pages/financial/money_in.jsp
View file @
d65a3fe4
...
@@ -27,11 +27,11 @@
...
@@ -27,11 +27,11 @@
<div
id =
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
<div
id =
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
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:60px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:60px;"
/>
</td>
</td>
<td>
单据
时间
:
</td>
<td>
单据
日期
:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:80px;"
/>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:80px;"
/>
</td>
</td>
...
@@ -59,33 +59,32 @@
...
@@ -59,33 +59,32 @@
<table>
<table>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td
style=
"padding:5px"
><input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 120px;"
/>
<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>
<td>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:1
2
0px;"
/>
<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>
<td>
优惠金额
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:120px;"
></select>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
></input>
</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>
</td>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:110px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td>
单位:
</td>
<td>
付款
单位:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:1
2
0px;"
></select>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:1
1
0px;"
></select>
</td>
</td>
<td>
经手人:
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:1
2
0px;"
></select>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:1
1
0px;"
></select>
</td>
</td>
<td>
备注:
</td>
<td>
单据
备注:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 1
2
0px;"
/>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 1
1
0px;"
/>
</td>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
...
@@ -117,17 +116,15 @@
...
@@ -117,17 +116,15 @@
<td
style=
"padding:5px;width:120px;"
>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"BillTimeShow"
></span>
<span
id=
"BillTimeShow"
></span>
</td>
</td>
<td>
账户:
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"AccountIdShow"
></span>
</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>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:120px;"
>
</tr>
</tr>
<tr>
<tr>
<td>
单位:
</td>
<td>
付款
单位:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
...
@@ -135,7 +132,7 @@
...
@@ -135,7 +132,7 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"HandsPersonIdShow"
></span>
<span
id=
"HandsPersonIdShow"
></span>
</td>
</td>
<td>
备注:
</td>
<td>
单据
备注:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"RemarkShow"
></span>
<span
id=
"RemarkShow"
></span>
</td>
</td>
...
...
WebRoot/pages/financial/money_out.jsp
View file @
d65a3fe4
...
@@ -27,11 +27,11 @@
...
@@ -27,11 +27,11 @@
<div
id =
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
closable=
"false"
>
<div
id =
"searchPanel"
class=
"easyui-panel"
style=
"padding:3px;"
title=
"查询窗口"
iconCls=
"icon-search"
collapsible=
"true"
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:60px;"
/>
<input
type=
"text"
name=
"searchBillNo"
id=
"searchBillNo"
style=
"width:60px;"
/>
</td>
</td>
<td>
单据
时间
:
</td>
<td>
单据
日期
:
</td>
<td>
<td>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:80px;"
/>
<input
type=
"text"
name=
"searchBeginTime"
id=
"searchBeginTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:80px;"
/>
</td>
</td>
...
@@ -59,33 +59,32 @@
...
@@ -59,33 +59,32 @@
<table>
<table>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td
style=
"padding:5px"
><input
name=
"BillNo"
id=
"BillNo"
class=
"easyui-validatebox"
data-options=
"required:true,validType:'length[2,30]'"
style=
"width: 120px;"
/>
<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>
<td>
单据日期:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
name=
"BillTime"
id=
"BillTime"
onClick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
class=
"txt Wdate"
style=
"width:1
2
0px;"
/>
<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>
<td>
优惠金额
:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
id=
"AccountId"
name=
"AccountId"
style=
"width:120px;"
></select>
<input
type=
"text"
name=
"ChangeAmount"
id=
"ChangeAmount"
class=
"easyui-numberbox"
data-options=
"min:0,precision:2"
style=
"width: 110px;"
></input>
</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>
</td>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:110px;"
></td>
</tr>
</tr>
<tr>
<tr>
<td>
单位:
</td>
<td>
收款
单位:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:1
2
0px;"
></select>
<select
name=
"OrganId"
id=
"OrganId"
style=
"width:1
1
0px;"
></select>
</td>
</td>
<td>
经手人:
</td>
<td>
经手人:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:1
2
0px;"
></select>
<select
name=
"HandsPersonId"
id=
"HandsPersonId"
style=
"width:1
1
0px;"
></select>
</td>
</td>
<td>
备注:
</td>
<td>
单据
备注:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 1
2
0px;"
/>
<input
name=
"Remark"
id=
"Remark"
class=
"easyui-validatebox"
style=
"width: 1
1
0px;"
/>
</td>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
...
@@ -110,24 +109,22 @@
...
@@ -110,24 +109,22 @@
<table>
<table>
<tr>
<tr>
<td>
单据编号:
</td>
<td>
单据编号:
</td>
<td
style=
"padding:5px;width:1
2
0px;"
>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"BillNoShow"
></span>
<span
id=
"BillNoShow"
></span>
</td>
</td>
<td>
单据日期:
</td>
<td>
单据日期:
</td>
<td
style=
"padding:5px;width:1
2
0px;"
>
<td
style=
"padding:5px;width:1
1
0px;"
>
<span
id=
"BillTimeShow"
></span>
<span
id=
"BillTimeShow"
></span>
</td>
</td>
<td>
账户:
</td>
<td>
优惠金额:
</td>
<td
style=
"padding:5px;width:120px;"
>
<td
style=
"padding:5px;width:110px;"
>
<span
id=
"AccountIdShow"
></span>
</td>
<td>
金额:
</td>
<td
style=
"padding:5px;width:120px;"
>
<span
id=
"ChangeAmountShow"
></span>
<span
id=
"ChangeAmountShow"
></span>
</td>
</td>
<td
style=
"width:50px;"
></td>
<td
style=
"padding:5px;width:110px;"
>
</tr>
</tr>
<tr>
<tr>
<td>
单位:
</td>
<td>
收款
单位:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"OrganIdShow"
></span>
<span
id=
"OrganIdShow"
></span>
</td>
</td>
...
@@ -135,7 +132,7 @@
...
@@ -135,7 +132,7 @@
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"HandsPersonIdShow"
></span>
<span
id=
"HandsPersonIdShow"
></span>
</td>
</td>
<td>
备注:
</td>
<td>
单据
备注:
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<span
id=
"RemarkShow"
></span>
<span
id=
"RemarkShow"
></span>
</td>
</td>
...
...
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