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
be15878d
Commit
be15878d
authored
Jul 28, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
4b0f8344
802e715a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
OneClickDocumentPreparation.vue
...ents/SalesVisa/components/OneClickDocumentPreparation.vue
+10
-6
CharterPreview.vue
src/components/busManagement/BookAcar/CharterPreview.vue
+1
-1
No files found.
src/components/SalesVisa/components/OneClickDocumentPreparation.vue
View file @
be15878d
...
...
@@ -47,7 +47,7 @@
<el-tooltip
class=
"item"
effect=
"dark"
content=
"只有签证、保险、服务共用凭证"
placement=
"top"
>
<i
class=
"el-icon-info"
style=
"margin-left: 2px;cursor: pointer;"
></i>
</el-tooltip>
开启
凭证
共用:
开启共用:
</span>
<el-switch
style=
"margin-left: 15px;"
...
...
@@ -265,13 +265,15 @@ export default {
OrderIdStr
:
''
,
AuditId
:
''
,
detailList
:[],
vorcherInos
:[]
vorcherInos
:[],
Is_Merge
:
0
},
addMsg
:{
OrderIdStr
:
''
,
AuditId
:
''
,
detailList
:[],
vorcherInos
:[]
vorcherInos
:[],
Is_Merge
:
0
},
ClientTypeList
:
[],
ClientAccountListS
:
[],
...
...
@@ -370,8 +372,10 @@ export default {
OrderIdStr
:
this
.
addMsg
.
OrderIdStr
,
AuditId
:
this
.
addMsg
.
AuditId
,
detailList
:
[],
vorcherInos
:
[]
vorcherInos
:
[],
Is_Merge
:
0
}
msg
.
Is_Merge
=
this
.
SwitchStatus
==
true
?
1
:
0
this
.
addMsg
.
detailList
.
forEach
(
x
=>
{
let
obj
=
{
TemplateId
:
x
.
TemplateId
,
...
...
@@ -676,8 +680,8 @@ export default {
.proofList-box
{
display
:
flex
;
flex-direction
:
column
;
margin-left
:
5px
;
margin-bottom
:
3px
;
padding
:
5px
0
0
0
;
border-bottom
:
1px
dashed
#eee
;
}
.d-flex
{
min-width
:
240px
;
...
...
src/components/busManagement/BookAcar/CharterPreview.vue
View file @
be15878d
...
...
@@ -278,7 +278,7 @@
</h3>
<div
class=
"listone-form"
>
<el-image
v-if=
"detailsObj.ImageList"
class=
"listone-img"
:src=
"detailsObj.ImageList[0]"
fit=
"cover"
style=
"max-height:
50
px;"
>
style=
"max-height:
88
px;"
>
<div
slot=
"placeholder"
class=
"image-slot"
>
<span>
加载中
<span
class=
"dot"
>
...
</span>
...
...
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