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
Expand all
Hide whitespace changes
Inline
Side-by-side
WebRoot/pages/financial/giro.jsp
View file @
d65a3fe4
This diff is collapsed.
Click to expand it.
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
This diff is collapsed.
Click to expand it.
WebRoot/pages/financial/money_out.jsp
View file @
d65a3fe4
This diff is collapsed.
Click to expand it.
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