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
50cdbe58
Commit
50cdbe58
authored
May 17, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f0932a0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
MergeBillModule.vue
...ts/FinancialModule/FinancialSubmodule/MergeBillModule.vue
+12
-0
No files found.
src/components/FinancialModule/FinancialSubmodule/MergeBillModule.vue
View file @
50cdbe58
...
...
@@ -192,6 +192,7 @@
<td
height=
"34px"
class=
""
>
{{$t('fnc.hkshijian')}}
</td>
<td
height=
"34px"
colspan=
"6"
>
<span
class=
"_color_b _font_size12"
>
{{GetDetail.Merge.TradeDateV2}}
</span>
<span
class=
"_color_b _font_size12"
v-if=
"GetDetail.Merge.TransferFinanceId>0"
>
/结款调拨单:
<span
@
click=
"openAllotDetails(GetDetail.Merge.TransferFinanceId)"
style=
"cursor: pointer; color:deepskyblue"
>
{{GetDetail.Merge.TransferFinanceId}}
</span></span>
</td>
</tr>
<tr
class=
"_huik_info"
v-else-if=
"GetDetail.Type!=1&&GetDetail.Merge"
>
...
...
@@ -272,6 +273,17 @@
query
});
},
// 调拨单据详情
openAllotDetails
(
FrId
)
{
let
query
=
{
id
:
FrId
,
blank
:
"y"
,
};
this
.
$router
.
push
({
path
:
"/CapitalAllocationDetail"
,
query
});
},
},
mounted
(){
const
myDate
=
new
Date
();
...
...
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