Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
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
华国豪
CRM
Commits
10f0de8b
Commit
10f0de8b
authored
Apr 29, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e44ed297
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
16 deletions
+47
-16
ticketOrder.vue
src/components/guestManagement/ticketOrder.vue
+46
-15
index.vue
src/views/index.vue
+1
-1
No files found.
src/components/guestManagement/ticketOrder.vue
View file @
10f0de8b
...
...
@@ -180,13 +180,32 @@
letter-spacing
:
2px
;
}
.Credentials-box
{
display
:
flex
;
flex-wrap
:
wrap
;
/* display: flex; */
}
.Credentials-box
.el-image
{
width
:
100px
;
height
:
100px
;
margin-right
:
20px
;
width
:
80px
;
height
:
80px
;
margin-right
:
10px
;
margin-bottom
:
10px
;
}
.Credentials-text
{
display
:
flex
;
align-items
:
flex-start
;
}
.Credentialstext-box
{
flex-grow
:
1
;
display
:
flex
;
flex-direction
:
column
;
}
.Credentialstext-box
p
{
margin-bottom
:
10px
;
color
:
#409efe
;
}
.Credentialsimg-box
{
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
}
</
style
>
<
template
>
...
...
@@ -201,7 +220,7 @@
</div>
<div
class=
"form-box"
v-if=
"show"
>
<el-form
:model=
"form"
ref=
"form"
class=
"MyEditForm"
:rules=
"rules"
>
<p
class=
"form-box-tit"
v-if=
"name!='操作日志'&&name!='凭
据
图'"
><span
class=
"radius"
></span>
<p
class=
"form-box-tit"
v-if=
"name!='操作日志'&&name!='凭
证
图'"
><span
class=
"radius"
></span>
{{
name
!=
'修改出票状态'
?
' 基本信息'
:
' 上传'
+
text
+
'凭证'
}}
</p>
<el-row
:gutter=
"30"
v-if=
"name=='新建机票订单'||name=='编辑机票订单'"
>
<el-col
:span=
"8"
>
...
...
@@ -322,14 +341,26 @@
</el-col>
</el-row>
</el-form>
<div
v-if=
"name=='凭据图'"
class=
"Credentials-box"
>
<el-image
v-for=
"(items,index) in obj.TicketVoucherList"
:key=
"index"
:src=
"domainManager().ViittoFileUrl+items"
>
</el-image>
<el-image
v-for=
"(items,index) in obj.CancelVoucherList"
:key=
"index"
:src=
"domainManager().ViittoFileUrl+items"
>
</el-image>
<div
v-if=
"name=='凭证图'"
class=
"Credentials-box"
>
<div
class=
"Credentials-text"
>
<div
class=
"Credentialstext-box"
>
<p>
熔断凭证
</p>
<div
class=
"Credentialsimg-box"
>
<el-image
v-for=
"(items,index) in obj.CancelVoucherList"
:key=
"index"
:src=
"domainManager().ViittoFileUrl+items"
></el-image>
</div>
</div>
<div
class=
"Credentialstext-box"
>
<p>
取消凭证
</p>
<div
class=
"Credentialsimg-box"
>
<el-image
v-for=
"(items,index) in obj.TicketVoucherList"
:key=
"index"
:src=
"domainManager().ViittoFileUrl+items"
>
</el-image>
</div>
</div>
</div>
</div>
<div
v-if=
"name=='操作日志'"
>
<div
v-for=
"(item,index) in logData"
:key=
"index"
>
...
...
@@ -507,7 +538,7 @@ export default {
if
(
this
.
name
==
'编辑订单金额'
){
this
.
width
=
"600px"
}
if
(
this
.
name
==
'凭
据
图'
){
if
(
this
.
name
==
'凭
证
图'
){
this
.
width
=
"600px"
}
let
$this
=
this
;
...
...
src/views/index.vue
View file @
10f0de8b
...
...
@@ -346,7 +346,7 @@
$this
.
dialogTicketOrderVisible
=
true
;
});
this
.
MsgBus
.
$on
(
"CredentialsOrderTicketOrderBoxOpen"
,
function
(
GuestId
,
obj
)
{
$this
.
dialogTicketOrderVisibleName
=
"凭
据
图"
;
$this
.
dialogTicketOrderVisibleName
=
"凭
证
图"
;
$this
.
GuestId
=
GuestId
;
$this
.
obj
=
obj
;
$this
.
dialogTicketOrderVisible
=
true
;
...
...
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