Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
njzsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐州
njzsb
Commits
f5f6602f
Commit
f5f6602f
authored
Dec 19, 2022
by
houyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
28fe0159
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
Fstzs_Yjk.jsp
WebRoot/WEB-INF/pages/fstzs/Fstzs_Yjk.jsp
+8
-1
No files found.
WebRoot/WEB-INF/pages/fstzs/Fstzs_Yjk.jsp
View file @
f5f6602f
<
%@
page
language=
"java"
pageEncoding=
"UTF-8"
isELIgnored=
"false"
%
>
<
%@
page
language=
"java"
pageEncoding=
"UTF-8"
isELIgnored=
"false"
%
>
<
%@
include
file=
"/common/header.jsp"
%
>
<
%@
include
file=
"/common/header.jsp"
%
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<style>
.to_path
{
color
:
blue
;
text-decoration
:
revert
!important
;
}
</style>
<title>
非税借口同步信息管理
</title>
<title>
非税借口同步信息管理
</title>
<
%@
include
file=
"/common/jsLib.jsp"
%
>
<
%@
include
file=
"/common/jsLib.jsp"
%
>
<script>
<script>
...
@@ -58,7 +65,7 @@
...
@@ -58,7 +65,7 @@
{
field
:
'yjje'
,
title
:
'金额'
,
width
:
100
},
{
field
:
'yjje'
,
title
:
'金额'
,
width
:
100
},
{
field
:
'pjdm'
,
title
:
'票据代码'
,
width
:
100
},
{
field
:
'pjdm'
,
title
:
'票据代码'
,
width
:
100
},
{
field
:
'dzph'
,
title
:
'票据号码'
,
width
:
100
,
formatter
:
function
(
value
,
row
,
index
){
{
field
:
'dzph'
,
title
:
'票据号码'
,
width
:
100
,
formatter
:
function
(
value
,
row
,
index
){
return
"<a target='_black' href='"
+
row
.
pjUrl
+
"'>"
+
value
+
"<b></b></a>"
return
"<a
class='to_path'
target='_black' href='"
+
row
.
pjUrl
+
"'>"
+
value
+
"<b></b></a>"
}},
}},
{
field
:
'isKp'
,
title
:
'开票状态'
,
width
:
100
,
formatter
:
function
(
value
,
row
,
index
){
{
field
:
'isKp'
,
title
:
'开票状态'
,
width
:
100
,
formatter
:
function
(
value
,
row
,
index
){
if
(
value
==
0
)
return
"未开票"
;
if
(
value
==
0
)
return
"未开票"
;
...
...
Write
Preview
Markdown
is supported
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