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
f30906de
Commit
f30906de
authored
May 18, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
0d8c20bb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
27 deletions
+19
-27
QuotationPrice_SWT_details.vue
...Manager/TravelNewQuotation/QuotationPrice_SWT_details.vue
+6
-4
SWTAuditDan.vue
...mponents/TravelManager/TravelNewQuotation/SWTAuditDan.vue
+4
-2
newQuotation_SWT.vue
...nts/TravelManager/TravelNewQuotation/newQuotation_SWT.vue
+9
-21
No files found.
src/components/TravelManager/TravelNewQuotation/QuotationPrice_SWT_details.vue
View file @
f30906de
...
...
@@ -1208,7 +1208,7 @@
</td>
</tr>
</tbody>
<tbody>
<tbody
v-if=
"Type==1"
>
<tr>
<td
colspan=
"10"
></td>
</tr>
...
...
@@ -1244,9 +1244,7 @@
AuditContent
:
""
,
},
Id
:
0
,
//编号
LineList
:
[],
//线路列表
LineTeamList
:
[],
//系列列表
DefaultCurrencyId
:
17
,
//默认为越南盾
Type
:
0
,
//1-审核,0-查看
//基本配置
postData
:
{
Id
:
0
,
...
...
@@ -1855,6 +1853,10 @@
if
(
this
.
$route
.
query
.
Id
)
{
this
.
Id
=
this
.
$route
.
query
.
Id
;
}
if
(
this
.
$route
.
query
.
Type
)
{
this
.
Type
=
this
.
$route
.
query
.
Type
;
}
this
.
getBusTypeList
();
this
.
getData
();
},
...
...
src/components/TravelManager/TravelNewQuotation/SWTAuditDan.vue
View file @
f30906de
...
...
@@ -65,6 +65,7 @@
}
.wstRedType
{
color
:
red
;
cursor
:
pointer
;
}
</
style
>
<
template
>
...
...
@@ -170,10 +171,10 @@
</
template
>
</div>
<span
slot=
"reference"
><span
class=
"teamName"
>
团
</span>
审核状态:
<span
:class=
"{'wstRedType':item.AuditStatus==2}
"
>
{{item.AuditStatusStr}}
</span>
审核状态:
<span
style=
"cursor:pointer"
:class=
"{'wstRedType':item.AuditStatus==2}"
title=
"点击查看
"
>
{{item.AuditStatusStr}}
</span>
</span>
</el-popover>
</div>
</div>
<div
class=
"_right"
>
<div
class=
"AuditUserInfo clearfix aa"
style=
"margin-left:10px;"
>
<div
class=
"AuditDanHeader"
>
...
...
@@ -273,6 +274,7 @@
currentPage
:
1
,
Title
:
""
,
AuditStatus
:
-
1
,
//审核状态
IsQAuditStatus
:
1
,
//查询提交审核的数据
},
loading
:
true
,
//线路列表
...
...
src/components/TravelManager/TravelNewQuotation/newQuotation_SWT.vue
View file @
f30906de
...
...
@@ -59,6 +59,10 @@
text-align
:
center
;
font-size
:
14px
;
}
.wstRedType
{
color
:
red
;
cursor
:
pointer
;
}
</
style
>
<
template
>
...
...
@@ -151,27 +155,11 @@
</el-form>
</
template
>
</div>
<span
slot=
"reference"
><span
class=
"teamName"
>
团
</span>
审核状态:
<span
:class=
"{'wstRedType':item.AuditStatus==2}
"
>
{{item.AuditStatusStr}}
</span>
<span
slot=
"reference"
><span
class=
"teamName"
></span>
审核状态:
<span
style=
"cursor:pointer"
:class=
"{'wstRedType':item.AuditStatus==2}"
title=
"点击查看
"
>
{{item.AuditStatusStr}}
</span>
</span>
</el-popover>
</div>
<!-- <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.AuditStatusStr}} </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>
</div> -->
<div
class=
"_right"
>
<div
class=
"AuditUserInfo clearfix aa"
style=
"margin-left:10px;"
>
<div
class=
"AuditDanHeader"
>
...
...
@@ -182,12 +170,11 @@
<div>
{{item.CreateByName}}
</div>
</div>
</div>
<div
style=
"width:134px;"
>
<span
class=
"bianji newAopbdd"
@
click=
"goMakeQuo('QuotationPrice_SWT',item.Id)"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"
审核
"
placement=
"top-start"
<el-tooltip
class=
"item"
effect=
"dark"
content=
"
修改
"
placement=
"top-start"
popper-class=
"max-w250"
>
<i
class=
"iconfont icon-
shenpi
"
></i>
<i
class=
"iconfont icon-
bianji-smal
"
></i>
</el-tooltip>
</span>
<span
class=
"newAopbdd"
style=
"background-color:#67c23a;"
@
click=
"delQuotation(item.Id)"
>
...
...
@@ -278,6 +265,7 @@
currentPage
:
1
,
Title
:
""
,
AuditStatus
:
-
1
,
IsQAuditStatus
:
0
,
//所有的数据
},
loading
:
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