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
44ca2cbd
Commit
44ca2cbd
authored
May 18, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
236a381e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
71 additions
and
62 deletions
+71
-62
QuotationPrice_SWT_details.vue
...Manager/TravelNewQuotation/QuotationPrice_SWT_details.vue
+7
-29
SWTAuditDan.vue
...mponents/TravelManager/TravelNewQuotation/SWTAuditDan.vue
+35
-26
newQuotation_SWT.vue
...nts/TravelManager/TravelNewQuotation/newQuotation_SWT.vue
+29
-7
No files found.
src/components/TravelManager/TravelNewQuotation/QuotationPrice_SWT_details.vue
View file @
44ca2cbd
...
...
@@ -36,27 +36,6 @@
float
:
left
;
padding-left
:
5px
;
}
.QuotationPrice_SWT_details
.saveArea
{
position
:
fixed
;
z-index
:
999
;
width
:
60px
;
height
:
auto
;
padding-bottom
:
10px
;
right
:
30px
;
bottom
:
20%
;
border-radius
:
4px
;
background-color
:
#e95252
;
}
.QuotationPrice_SWT_details
.toTop
{
width
:
100%
;
height
:
40px
;
text-align
:
center
;
line-height
:
40px
;
color
:
#fff
;
}
.quotationSaveBtn
{
width
:
45px
;
height
:
45px
;
...
...
@@ -77,10 +56,6 @@
</
style
>
<
template
>
<div
class=
"QuotationPrice_SWT_details clearfix"
v-loading=
"loading"
>
<div
class=
"saveArea"
>
<div
class=
"toTop"
><i
class=
"iconfont icon-huidaodingbu"
></i></div>
</div>
<div>
<table
class=
"swttable"
>
<tbody
title=
"线路.系列.团名"
>
...
...
@@ -1235,20 +1210,23 @@
</tbody>
<tbody>
<tr>
<td>
<td
colspan=
"10"
></td>
</tr>
<tr>
<td
colspan=
"10"
>
<el-radio
v-model=
"AuditMsg.AuditStatus"
:label=
"1"
>
通过
</el-radio>
<el-radio
v-model=
"AuditMsg.AuditStatus"
:label=
"2"
>
拒绝
</el-radio>
</td>
</tr>
<tr>
<td>
<td
colspan=
"10"
>
<el-input
type=
"textarea"
:rows=
"2"
placeholder=
"请输入内容"
v-model=
"AuditMsg.AuditContent"
>
</el-input>
</td>
</tr>
<tr>
<td>
<button
class=
"
hollowFixed
Btn"
@
click=
"AduitSWT()"
>
审核
</button>
<td
colspan=
"10"
style=
"text-align:center;"
>
<button
class=
"
normal
Btn"
@
click=
"AduitSWT()"
>
审核
</button>
</td>
</tr>
</tbody>
...
...
src/components/TravelManager/TravelNewQuotation/SWTAuditDan.vue
View file @
44ca2cbd
...
...
@@ -59,7 +59,13 @@
text-align
:
center
;
font-size
:
14px
;
}
.Swt_creatName
{
width
:
40px
;
text-align
:
center
;
}
.wstRedType
{
color
:
red
;
}
</
style
>
<
template
>
<div
class=
"flexOne quoTation"
>
...
...
@@ -137,7 +143,7 @@
</div>
</div>
<div
class=
"_left"
style=
"padding-left:10px"
>
<div
style=
"margin: 0 13px 0 10px;"
class=
"newQuostayDays"
>
<div
class=
"newQuostayDays"
>
出发日期
{{
item
.
StartDateStr
}}
</div>
</div>
...
...
@@ -147,45 +153,48 @@
</div>
<div
class=
"_cent"
>
<div
style=
"margin: 0 13px 0 10px;"
class=
"newQuostayDays"
>
审核状态:
{{
item
.
AuditStatusStr
}}
</div>
</div>
<template
v-if=
"item.AuditStatus>-1"
>
<div
class=
"_cent"
>
<div
style=
"margin: 0 13px 0 10px;"
class=
"newQuostayDays"
>
审核人:
{{
item
.
AuditMan
}}
</div>
</div>
<div
class=
"_cent"
>
<div
style=
"margin: 0 13px 0 10px;"
class=
"newQuostayDays"
>
审核时间:
{{
item
.
AuditTimeStr
}}
</div>
</div>
<div
class=
"_cent"
>
<div
style=
"margin: 0 13px 0 10px;"
class=
"newQuostayDays"
>
意见:
{{
item
.
AuditContent
}}
</div>
<el-popover
width=
"400"
trigger=
"click"
>
<div
class=
"mainPopDiv"
>
<template
v-if=
"item.AuditStatus>-1"
>
<el-form
label-width=
"100px"
>
<el-form-item
label=
"审核人"
style=
"margin-bottom:0;"
>
{{
item
.
AuditMan
}}
</el-form-item>
<el-form-item
label=
"审核时间"
style=
"margin-bottom:0;"
>
{{
item
.
AuditTimeStr
}}
</el-form-item>
<el-form-item
label=
"意见"
style=
"margin-bottom:0;"
>
{{
item
.
AuditContent
}}
</el-form-item>
</el-form>
</
template
>
</div>
<span
slot=
"reference"
><span
class=
"teamName"
>
团
</span>
审核状态:
<span
:class=
"{'wstRedType':item.AuditStatus==2}"
>
{{item.AuditStatusStr}}
</span>
</span>
</el-popover>
</div>
</
template
>
<div
class=
"_right"
>
<div
class=
"AuditUserInfo clearfix aa"
style=
"margin-left:10px;"
>
<div
class=
"AuditDanHeader"
>
<img
v-if=
"item.CreateUserPhoto"
:src=
"item.CreateUserPhoto"
alt=
""
>
<img
v-else
src=
"../../../assets/img/default_head_img.jpg"
alt=
""
>
</div>
<div
class=
"
AU
_creatName"
>
<div>
{{item.CreateByName}}
</div>
<div
class=
"
Swt
_creatName"
>
{{item.CreateByName}}
</div>
</div>
<div
style=
"width:134px;"
>
<span
class=
"bianji newAopbdd"
@
click=
"goMakeQuo('QuotationPrice_SWT_details',item.Id,1)"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')
"
placement=
"top-start"
<el-tooltip
class=
"item"
effect=
"dark"
content=
"审核
"
placement=
"top-start"
popper-class=
"max-w250"
>
<i
class=
"iconfont icon-
bianji-smal
"
></i>
<i
class=
"iconfont icon-
shenpi
"
></i>
</el-tooltip>
</span>
<span
class=
"
QT-delete newAopbdd
"
@
click=
"goMakeQuo('QuotationPrice_SWT_details',item.Id,0)"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')
"
placement=
"top-start"
<span
class=
"
newAopbdd"
style=
"background-color:#67c23a;
"
@
click=
"goMakeQuo('QuotationPrice_SWT_details',item.Id,0)"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"详情
"
placement=
"top-start"
popper-class=
"max-w250"
>
<i
class=
"iconfont icon-
shanchu
"
></i>
<i
class=
"iconfont icon-
biaoge
"
></i>
</el-tooltip>
</span>
</div>
...
...
src/components/TravelManager/TravelNewQuotation/newQuotation_SWT.vue
View file @
44ca2cbd
...
...
@@ -126,7 +126,7 @@
</div>
</div>
<div
class=
"_left"
style=
"padding-left:10px"
>
<div
style=
"margin: 0 13px 0 10px;"
class=
"newQuostayDays"
>
<div
class=
"newQuostayDays"
>
出发日期
{{
item
.
StartDateStr
}}
</div>
</div>
...
...
@@ -135,6 +135,28 @@
{{
item
.
DayNum
}}
天
</div>
</div>
<div
class=
"_cent"
>
<el-popover
width=
"400"
trigger=
"click"
>
<div
class=
"mainPopDiv"
>
<template
v-if=
"item.AuditStatus>-1"
>
<el-form
label-width=
"100px"
>
<el-form-item
label=
"审核人"
style=
"margin-bottom:0;"
>
{{
item
.
AuditMan
}}
</el-form-item>
<el-form-item
label=
"审核时间"
style=
"margin-bottom:0;"
>
{{
item
.
AuditTimeStr
}}
</el-form-item>
<el-form-item
label=
"意见"
style=
"margin-bottom:0;"
>
{{
item
.
AuditContent
}}
</el-form-item>
</el-form>
</
template
>
</div>
<span
slot=
"reference"
><span
class=
"teamName"
>
团
</span>
审核状态:
<span
:class=
"{'wstRedType':item.AuditStatus==2}"
>
{{item.AuditStatusStr}}
</span>
</span>
</el-popover>
</div>
<!-- <div class="_cent">
<div style="margin: 0 13px 0 10px;" class="newQuostayDays">
审核人: {{item.AuditMan}} </div>
</div>
...
...
@@ -149,7 +171,7 @@
<div class="_cent">
<div style="margin: 0 13px 0 10px;" class="newQuostayDays">
意见: {{item.AuditContent}} </div>
</div>
</div>
-->
<div
class=
"_right"
>
<div
class=
"AuditUserInfo clearfix aa"
style=
"margin-left:10px;"
>
<div
class=
"AuditDanHeader"
>
...
...
@@ -163,15 +185,15 @@
<div
style=
"width:134px;"
>
<span
class=
"bianji newAopbdd"
@
click=
"goMakeQuo('QuotationPrice_SWT',item.Id)"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')
"
placement=
"top-start"
<el-tooltip
class=
"item"
effect=
"dark"
content=
"审核
"
placement=
"top-start"
popper-class=
"max-w250"
>
<i
class=
"iconfont icon-
bianji-smal
"
></i>
<i
class=
"iconfont icon-
shenpi
"
></i>
</el-tooltip>
</span>
<span
class=
"
QT-delete newAopbdd
"
@
click=
"delQuotation(item.Id)"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')
"
placement=
"top-start"
<span
class=
"
newAopbdd"
style=
"background-color:#67c23a;
"
@
click=
"delQuotation(item.Id)"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"详情
"
placement=
"top-start"
popper-class=
"max-w250"
>
<i
class=
"iconfont icon-
shanchu
"
></i>
<i
class=
"iconfont icon-
biaoge
"
></i>
</el-tooltip>
</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