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
805bce14
Commit
805bce14
authored
Feb 19, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增价格变更审核
parent
3cc9069f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
21 deletions
+29
-21
changePriceAudit.vue
src/components/dmc/manager/changePriceAudit.vue
+29
-21
No files found.
src/components/dmc/manager/changePriceAudit.vue
View file @
805bce14
...
...
@@ -71,13 +71,13 @@
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('visaT.Applicant')+'/'+$t('objFill.shengqirq')"
width=
"200"
>
<
template
slot-scope=
"scope"
>
<p>
{{
scope
.
row
.
BranchAppl
yName
}}
</p>
<p>
{{
scope
.
row
.
BranchApply
Time
}}
</p>
<p>
{{
scope
.
row
.
CreateB
yName
}}
</p>
<p>
{{
scope
.
row
.
Create
Time
}}
</p>
</
template
>
</el-table-column>
<el-table-column
prop=
"OPName"
:label=
"$t('objFill.v101.dmc.shengqyy')"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
BranchApplyResion
}}
{{
scope
.
row
.
ChangeRemark
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"PriceTeamTypeName"
:label=
"$t('objFill.v101.commissonBill.col.t3')"
width=
"130"
>
...
...
@@ -85,12 +85,24 @@
<template
v-if=
"scope.row.TeamTypeName"
>
{{
scope
.
row
.
TeamTypeName
}}
</
template
>
</template>
</el-table-column>
<el-table-column
prop=
"OldBranchName"
:label=
"$t('objFill.v101.dmc.yuanchutgs')"
width=
"130"
></el-table-column>
<el-table-column
prop=
"NewBranchName"
:label=
"$t('objFill.v101.dmc.xinchutgs')"
width=
"130"
></el-table-column>
<el-table-column
prop=
"B2BPrice"
:label=
"$t('Operation.Op_fellow')"
width=
"130"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
B2BPrice
}}
=>
<font
style=
"color:red"
>
{{
scope
.
row
.
NewB2BPrice
}}
</font>
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"B2CPrice"
:label=
"$t('Operation.Op_direct')"
width=
"130"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
B2CPrice
}}
=>
<font
style=
"color:red;"
>
{{
scope
.
row
.
NewB2CPrice
}}
</font>
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('fnc.shzhuangtai')"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<span
:style=
"
{'color':scope.row.
BranchAuditState==3?'red':scope.row.BranchAuditState
==2?'#33B3FF':'blue'}">
{{
scope
.
row
.
BranchAuditState
Str
}}
<span
:style=
"
{'color':scope.row.
ChangePriceStatus==3?'red':scope.row.ChangePriceStatus
==2?'#33B3FF':'blue'}">
{{
scope
.
row
.
ChangePriceStatus
Str
}}
</span>
</
template
>
</el-table-column>
...
...
@@ -98,11 +110,11 @@
<
template
slot-scope=
"scope"
>
<div
class=
"_icon_btn"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.shenhe')"
placement=
"top"
v-if=
"scope.row.
BranchAuditState
==1"
>
v-if=
"scope.row.
ChangePriceStatus
==1"
>
<i
v-loading=
"loading"
class=
"iconfont icon-ico_commodity_defaul"
@
click=
"shenhei(scope.row)"
></i>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.bohui')"
placement=
"top"
v-if=
"scope.row.
BranchAuditState
==1"
>
v-if=
"scope.row.
ChangePriceStatus
==1"
>
<i
class=
"iconfont icon-shenhebohui"
@
click=
"bohui(scope.row)"
></i>
</el-tooltip>
</div>
...
...
@@ -276,7 +288,7 @@
cancelButtonText
:
this
.
$t
(
'pub.cancelBtn'
),
type
:
'warning'
}).
then
(()
=>
{
this
.
groupAudit
(
2
,
item
.
TC
ID
)
this
.
groupAudit
(
2
,
item
.
ID
)
}).
catch
(()
=>
{
});
...
...
@@ -290,7 +302,7 @@
type
:
'warning'
}).
then
(()
=>
{
//掉接口
this
.
groupAudit
(
3
,
this
.
dataRow
.
TC
ID
)
this
.
groupAudit
(
3
,
this
.
dataRow
.
ID
)
}).
catch
(()
=>
{
});
...
...
@@ -300,18 +312,14 @@
this
.
cancelOrderDialog
=
true
return
},
groupAudit
(
type
,
TC
ID
,
name
,
length
)
{
let
m
sg
=
{
TCID
:
TC
ID
,
BranchAuditState
:
type
,
BranchAuditRemark
:
this
.
cancelRemark
groupAudit
(
type
,
ID
,
name
,
length
)
{
let
postM
sg
=
{
ID
:
ID
,
ChangePriceStatus
:
type
,
AuditContent
:
this
.
cancelRemark
}
this
.
loading
=
true
this
.
apipost
(
"travel_post_AuditTravelPriceChange"
,
{
TCID
:
TCID
,
BranchAuditState
:
type
,
BranchAuditRemark
:
this
.
cancelRemark
},
res
=>
{
this
.
apipost
(
"travel_post_AuditTravelPriceChange"
,
postMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
!
name
)
{
this
.
cancelOrderDialog
=
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