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
50716234
Commit
50716234
authored
Apr 21, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整部分样式与功能
parent
35b8eb2a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1030 additions
and
475 deletions
+1030
-475
Agreement.vue
src/components/guestManagement/Agreement.vue
+1
-1
guestManagement.vue
src/components/guestManagement/guestManagement.vue
+557
-466
ticketOrder.vue
src/components/guestManagement/ticketOrder.vue
+470
-6
index.vue
src/views/index.vue
+2
-2
No files found.
src/components/guestManagement/Agreement.vue
View file @
50716234
...
...
@@ -97,7 +97,7 @@ export default {
},
addBusiness
()
{
let
$this
=
this
;
this
.
MsgBus
.
$emit
(
"add
Business
BoxOpen"
,
$this
.
ID
,
0
,
true
);
this
.
MsgBus
.
$emit
(
"add
TicketOrder
BoxOpen"
,
$this
.
ID
,
0
,
true
);
},
guanlian
()
{},
jiechuguanlian
()
{},
...
...
src/components/guestManagement/guestManagement.vue
View file @
50716234
This diff is collapsed.
Click to expand it.
src/components/guestManagement/ticketOrder.vue
View file @
50716234
This diff is collapsed.
Click to expand it.
src/views/index.vue
View file @
50716234
...
...
@@ -248,7 +248,7 @@ export default {
url
:
""
,
showViewer
:
false
,
dialogBusinessVisible
:
false
,
dialogTicketOrderVisibleName
:
"新建
商机
"
,
dialogTicketOrderVisibleName
:
"新建
机票订单
"
,
dialogTicketOrderVisible
:
false
,
CustomerId
:
0
,
ContactId
:
0
,
...
...
@@ -311,7 +311,7 @@ export default {
this
.
MsgBus
.
$on
(
"addTicketOrderBoxOpen"
,
function
(
GuestId
)
{
$this
.
GuestId
=
GuestId
;
$this
.
dialogTicketOrderVisible
=
true
;
this
.
dialogTicketOrderVisibleName
=
"新建订单"
;
this
.
dialogTicketOrderVisibleName
=
"新建
机票
订单"
;
});
this
.
MsgBus
.
$on
(
"closeTicketOrderDialogBox"
,
function
()
{
$this
.
dialogTicketOrderVisible
=
false
;
...
...
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