Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
77a9b4e2
Commit
77a9b4e2
authored
May 20, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f337b144
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+6
-2
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
77a9b4e2
...
...
@@ -1962,7 +1962,7 @@
<
/div
>
<
/el-dialog
>
<
el
-
dialog
title
=
"机票今日付款查询"
width
=
"1
060px"
height
=
"8
00px"
:
visible
.
sync
=
"airPayState"
:
close
-
on
-
click
-
modal
=
"false"
center
>
<
el
-
dialog
title
=
"机票今日付款查询"
width
=
"1
260px"
height
=
"9
00px"
:
visible
.
sync
=
"airPayState"
:
close
-
on
-
click
-
modal
=
"false"
center
>
<
el
-
form
class
=
"cdForm"
label
-
width
=
"80px"
>
<
el
-
form
-
item
label
=
"付款日期"
prop
=
"picPayDate"
>
<
el
-
date
-
picker
class
=
"h34"
v
-
model
=
"picPayDate"
type
=
"daterange"
...
...
@@ -1993,7 +1993,7 @@
<
th
>
会计
<
/th
>
<
/tr
>
<
tr
v
-
for
=
"(item,index) in picPayData"
:
key
=
"index"
>
<
td
><
span
@
click
=
"goUrl
('FinancialDocumentsDetail',item.FrID,1,1
)"
style
=
"cursor: pointer; color:blur"
>
{{
item
.
FrID
}}
<
/span></
td
>
<
td
><
span
@
click
=
"goUrl
FDetail(item.FrID
)"
style
=
"cursor: pointer; color:blur"
>
{{
item
.
FrID
}}
<
/span></
td
>
<
td
>
{{
item
.
RB_BranchName
}}
<
/td
>
<
td
>
{{
item
.
CostTypeIdStr
}}
<
/td
>
<
td
>
{{
item
.
TicketNum
}}
<
/td
>
...
...
@@ -4147,6 +4147,10 @@
}
}
);
}
,
goUrlFDetail
(
id
){
let
url
=
this
.
domainManager
().
erpSiteUrl
+
"FinancialDocumentsDetail?id="
+
id
+
"&Conditon=3&pageIndex=1&tab=单据详情"
;
window
.
open
(
url
);
}
,
goUrlAdd
(
path
)
{
this
.
$router
.
push
({
name
:
path
,
...
...
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