From d65a3fe4074b6cd1a63c3138dc41e016ff03f5d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com>
Date: Sat, 14 Jan 2017 03:54:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=B6=E6=AC=BE=E3=80=81?=
=?UTF-8?q?=E4=BB=98=E6=AC=BE=E3=80=81=E6=94=B6=E5=85=A5=E3=80=81=E6=94=AF?=
=?UTF-8?q?=E5=87=BA=E3=80=81=E8=BD=AC=E8=B4=A6=E4=BA=94=E5=BC=A0=E5=8D=95?=
=?UTF-8?q?=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
WebRoot/pages/financial/giro.jsp | 1856 ++++++++++++------------
WebRoot/pages/financial/item_in.jsp | 41 +-
WebRoot/pages/financial/item_out.jsp | 41 +-
WebRoot/pages/financial/money_in.jsp | 1867 ++++++++++++-------------
WebRoot/pages/financial/money_out.jsp | 1867 ++++++++++++-------------
5 files changed, 2827 insertions(+), 2845 deletions(-)
diff --git a/WebRoot/pages/financial/giro.jsp b/WebRoot/pages/financial/giro.jsp
index 5be78fb4..169f7c58 100644
--- a/WebRoot/pages/financial/giro.jsp
+++ b/WebRoot/pages/financial/giro.jsp
@@ -1,935 +1,921 @@
-<%@page import="com.jsh.util.Tools"%>
-<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
-<%
- String path = request.getContextPath();
- String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
- String clientIp = Tools.getCurrentUserIP();
-%>
-
-
-
- 转账单
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | 单据编号: |
-
-
- |
- 单据日期: |
-
-
- |
- 账户: |
-
-
- |
- 金额: |
-
-
- |
-
-
- | 单位: |
-
-
- |
- 经手人: |
-
-
- |
- 备注: |
-
-
- |
- |
- |
-
-
- | 单据明细: |
-
-
-
- |
-
-
-
-
-
-
-
+<%@page import="com.jsh.util.Tools"%>
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
+<%
+ String path = request.getContextPath();
+ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+ String clientIp = Tools.getCurrentUserIP();
+%>
+
+
+
+ 转账单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 单据编号: |
+
+
+ |
+ 单据日期: |
+
+
+ |
+ 经手人: |
+
+
+ |
+ |
+
+ |
+
+ | 付款账户: |
+
+
+ |
+ 实付金额: |
+
+
+ |
+ 单据备注: |
+
+
+ |
+ |
+ |
+
+
+ | 单据明细: |
+
+
+
+ |
+
+
+
+
+
+
+
diff --git a/WebRoot/pages/financial/item_in.jsp b/WebRoot/pages/financial/item_in.jsp
index cf257664..a05c7839 100644
--- a/WebRoot/pages/financial/item_in.jsp
+++ b/WebRoot/pages/financial/item_in.jsp
@@ -27,11 +27,11 @@