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
b1d6e225
Commit
b1d6e225
authored
Apr 21, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部分问题
parent
c9c5d6e6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
110 additions
and
51 deletions
+110
-51
App.vue
src/App.vue
+51
-44
HomeNavLeft.vue
src/components/HomeNav/HomeNavLeft.vue
+2
-2
Agreement.vue
src/components/guestManagement/Agreement.vue
+29
-5
ticketOrder.vue
src/components/guestManagement/ticketOrder.vue
+10
-0
index.vue
src/views/index.vue
+18
-0
No files found.
src/App.vue
View file @
b1d6e225
...
...
@@ -5,59 +5,56 @@
</
template
>
<
script
>
export
default
{
data
()
{
return
{
}
data
()
{
return
{};
},
mounted
()
{
if
(
!
this
.
getLocalStorage
())
{
this
.
$router
.
push
({
path
:
'/login'
})
}
else
{
path
:
"/login"
,
})
;
}
else
{
this
.
$router
.
push
({
name
:
"Home"
name
:
"Home"
,
});
}
},
methods
:
{
}
}
methods
:
{},
};
</
script
>
<
style
>
@import
'./assets/css/tablevoerride.css'
;
@import
'./assets/global/font.css'
;
@import
'//at.alicdn.com/t/font_1627123_thgo3iypqwi.css'
;
@import
url('//at.alicdn.com/t/font_1627123_grz80mbm3sv.css')
;
@import
"./assets/css/tablevoerride.css"
;
@import
"./assets/global/font.css"
;
@import
"//at.alicdn.com/t/font_1627123_thgo3iypqwi.css"
;
@import
url("//at.alicdn.com/t/font_1627123_grz80mbm3sv.css")
;
/* @import './assets/css/common.css'; */
@import
'./assets/css/init.css'
;
@import
"./assets/css/init.css"
;
body
,
html
{
body
,
html
{
padding
:
0px
;
margin
:
0px
;
font-family
:
'微软雅黑'
,
' Microsoft YaHei'
,
'PingFang'
,
'PingFangR'
;
font-family
:
"微软雅黑"
,
" Microsoft YaHei"
,
"PingFang"
,
"PingFangR"
;
-webkit-font-smoothing
:
antialiased
;
height
:
100%
;
}
#app
{
#app
{
height
:
100%
;
}
.el-scrollbar
{
.el-scrollbar
{
height
:
100%
;
}
.el-scrollbar__wrap
{
.el-scrollbar__wrap
{
overflow
:
auto
!important
;
width
:
100%
;
height
:
100%
height
:
100%
;
}
.el-scrollbar__view
{
.el-scrollbar__view
{
width
:
100%
;
height
:
100%
;
}
.page-component-up
{
.page-component-up
{
position
:
fixed
;
right
:
calc
(
8.3%
-
60px
);
bottom
:
150px
;
...
...
@@ -65,29 +62,39 @@ body,html{
height
:
90px
;
z-index
:
2000
;
}
.page-component-up
img
{
.page-component-up
img
{
width
:
38px
;
height
:
38px
;
}
.page-component-up
i
{
background-color
:
#fff
;
cursor
:
pointer
;
transition
:
.3s
;
/* box-shadow: 0 0 6px rgba(0,0,0,.12); */
z-index
:
5
;
border
:
1px
solid
#ddd
;
box-sizing
:
border-box
;
line-height
:
40px
;
text-align
:
center
;
display
:
inline-block
;
.page-component-up
i
{
background-color
:
#fff
;
cursor
:
pointer
;
transition
:
0.3s
;
/* box-shadow: 0 0 6px rgba(0,0,0,.12); */
z-index
:
5
;
border
:
1px
solid
#ddd
;
box-sizing
:
border-box
;
line-height
:
40px
;
text-align
:
center
;
display
:
inline-block
;
}
.page-component-up
i
{
font-size
:
36px
;
color
:
#bbb
;
}
.page-component-up
i
:hover
{
background-color
:
#ef4455
;
border
:
1px
solid
#ec3346
;
}
.page-component-up
:hover
i
{
color
:
#f1f1f1
;
}
.page-component-up
i
{
font-size
:
36px
;
color
:
#bbb
;}
.page-component-up
i
:hover
{
background-color
:
#EF4455
;
border
:
1px
solid
#ec3346
;
.el-form-item
.el-form-item__label
{
color
:
#3d3b4f
!important
;
}
.page-component-up
:hover
i
{
color
:
#F1f1f1
;
.el-button
[
class
*=
"el-icon-"
]
+
span
{
margin-left
:
5px
;
font-family
:
"perfectFont"
;
}
</
style
>
src/components/HomeNav/HomeNavLeft.vue
View file @
b1d6e225
...
...
@@ -48,10 +48,10 @@
}
.home-nav
.home-menu
.home-menu-item.active
>
div
{
/* font-weight: bold; */
color
:
#
3d3b4
f
;
color
:
#
ff
f
;
opacity
:
1
;
transition
:
all
linear
0.2s
;
background-color
:
#
f4f5f9
;
background-color
:
#
409efe
;
/* border-radius: 19px 0 0 19px; */
}
.home-nav
.home-menu
.home-menu-item
>
div
.iconfont
{
...
...
src/components/guestManagement/Agreement.vue
View file @
b1d6e225
...
...
@@ -3,7 +3,7 @@
<
template
>
<div
class=
"Business"
>
<div
class=
"add-Enclosure"
>
<el-button
icon=
"el-icon-plus"
class=
"crm-btn query-btn crm-btn-mini
margin-right0"
@
click=
"addBusiness"
>
创建订单
</el-button>
<el-button
plain
icon=
"el-icon-plus"
type=
"primary"
size=
"mini"
class=
"
margin-right0"
@
click=
"addBusiness"
>
创建订单
</el-button>
</div>
<el-table
v-loading=
"loading"
...
...
@@ -15,7 +15,7 @@
row-class-name=
"font-size-12"
>
<el-table-column
prop=
"BusinessName"
label=
"
商机名称
"
label=
"
订单号
"
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<p
@
click=
"openDetails(scope)"
class=
"font-color-link cp"
>
{{
scope
.
row
.
BusinessName
}}
</p>
...
...
@@ -23,17 +23,41 @@
</el-table-column>
<el-table-column
prop=
"BudgetPrice"
label=
"
商机
金额"
label=
"
订单
金额"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"CustomerName"
label=
"
客户名称
"
label=
"
实收
"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"BusinessStatusStr"
label=
"商机阶段"
label=
"退款"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"手续费"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"待收"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"成本"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"出票状态"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"客户需求"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"操作"
show-overflow-tooltip
>
</el-table-column>
</el-table>
...
...
src/components/guestManagement/ticketOrder.vue
0 → 100644
View file @
b1d6e225
<
template
>
</
template
>
<
script
>
export
default
{};
</
script
>
<
style
>
</
style
>
src/views/index.vue
View file @
b1d6e225
...
...
@@ -89,6 +89,10 @@
<div
v-if=
"dialogBusinessVisible"
>
<addBusinessBox
:name=
"dialogBusinessVisibleName"
:ID=
"BusinessId"
:CustomerId=
"CustomerId"
:ContactId=
"ContactId"
type=
"1"
:isGuest=
"isGuest"
/>
</div>
<!-- 添加机票订单 -->
<div
v-if=
"dialogTicketOrderVisible"
>
<ticketOrder
:name=
"dialogTicketOrderVisibleName"
:ID=
"TicketOrderID"
:GuestId=
"GuestId"
type=
"1"
/>
</div>
<!-- 客户信息抽屉 -->
<el-drawer
:with-header=
"false"
...
...
@@ -208,6 +212,7 @@ import contractInfoBox from "../components/contractManagement/contractInfoBox";
import
businessInfoBox
from
"../components/businessManagement/businessInfoBox"
;
import
sceneBox
from
"../components/dialogModel/sceneBox"
;
import
sceneEditBox
from
"../components/dialogModel/sceneEditBox"
;
import
ticketOrder
from
"../components/guestManagement/ticketOrder"
;
export
default
{
components
:
{
HomeNavLeft
,
...
...
@@ -226,6 +231,7 @@ export default {
businessInfoBox
,
sceneBox
,
sceneEditBox
,
ticketOrder
,
},
data
()
{
return
{
...
...
@@ -242,6 +248,8 @@ export default {
url
:
""
,
showViewer
:
false
,
dialogBusinessVisible
:
false
,
dialogTicketOrderVisibleName
:
"新建商机"
,
dialogTicketOrderVisible
:
false
,
CustomerId
:
0
,
ContactId
:
0
,
drawer
:
false
,
...
...
@@ -273,6 +281,8 @@ export default {
sceneDataList
:
[],
SceneName
:
""
,
SceneID
:
0
,
TicketOrderID
:
0
,
GuestId
:
0
,
};
},
mounted
()
{
...
...
@@ -298,6 +308,14 @@ export default {
this
.
MsgBus
.
$on
(
"closeBusinessDialogBox"
,
function
()
{
$this
.
dialogBusinessVisible
=
false
;
});
this
.
MsgBus
.
$on
(
"addTicketOrderBoxOpen"
,
function
(
GuestId
)
{
$this
.
GuestId
=
GuestId
;
$this
.
dialogTicketOrderVisible
=
true
;
this
.
dialogTicketOrderVisibleName
=
"新建订单"
;
});
this
.
MsgBus
.
$on
(
"closeTicketOrderDialogBox"
,
function
()
{
$this
.
dialogTicketOrderVisible
=
false
;
});
this
.
MsgBus
.
$on
(
"closeCustomerDialogBox"
,
function
()
{
$this
.
dialogCustomerVisible
=
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