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
c7bb2fe6
Commit
c7bb2fe6
authored
Oct 21, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改名称
parent
61932bd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
Application.vue
src/components/FinancialModule/Application.vue
+6
-1
No files found.
src/components/FinancialModule/Application.vue
View file @
c7bb2fe6
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
</div>
</div>
<div
style=
"text-align:right;margin-top:20px;font-size:14px;"
>
<div
style=
"text-align:right;margin-top:20px;font-size:14px;"
>
<p
style=
"padding-bottom: 10px;"
>
会社名 成都印象之旅
</p>
<p
style=
"padding-bottom: 10px;"
>
{{companyName}}
</p>
<span>
{{data.JapNowTime}}
</span>
<span>
{{data.JapNowTime}}
</span>
</div>
</div>
<div
style=
"margin:50px 0"
>
<div
style=
"margin:50px 0"
>
...
@@ -157,6 +157,7 @@
...
@@ -157,6 +157,7 @@
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
companyName
:
'会社名 成都印象之旅'
,
loading
:
false
,
loading
:
false
,
zzType
:
1
,
zzType
:
1
,
FrId
:
0
,
FrId
:
0
,
...
@@ -245,6 +246,10 @@ export default {
...
@@ -245,6 +246,10 @@ export default {
},
err
=>
{})
},
err
=>
{})
},
},
CashListChange
(
val
){
CashListChange
(
val
){
this
.
companyName
=
"会社名 成都印象之旅"
;
if
(
val
==
11
){
this
.
companyName
=
"会社名 成都欧亚旅行社有限公司"
;
}
this
.
id
=
val
;
this
.
id
=
val
;
this
.
CashList
.
forEach
(
item
=>
{
this
.
CashList
.
forEach
(
item
=>
{
if
(
item
.
Id
==
this
.
id
){
if
(
item
.
Id
==
this
.
id
){
...
...
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