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
943743f8
Commit
943743f8
authored
May 11, 2026
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
111
parents
9fe5e48e
8bafe480
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
5 deletions
+50
-5
travelTeamList.vue
src/components/TravelManager/TravelTeam/travelTeamList.vue
+47
-1
index.js
src/plug/index.js
+3
-4
No files found.
src/components/TravelManager/TravelTeam/travelTeamList.vue
View file @
943743f8
...
...
@@ -139,6 +139,7 @@
<div
class=
"TC_remarkContent"
>
<div
class=
"el-col w_20"
>
<div
class=
"p20"
>
<div
class=
"mb title"
><i
class=
"iconfont icon-biaoti1"
></i><span>
{{
$t
(
'objFill.v101.baojixinx'
)
}}
</span></div>
<div
class=
"mb"
><span>
{{
item
.
GTeamName
}}
</span></div>
...
...
@@ -151,6 +152,15 @@
<div
class=
"mb"
><span
class=
"item-title"
>
{{
$t
(
'scen.sc_cp'
)
}}
:
</span><span>
{{
item
.
OutBranchName
}}
</span>
</div>
<div
class=
"mb"
>
<el-tag
type=
"success"
v-if=
"item.PriceStatus == 2"
:title=
"$t('objFill.jietuansj') + item.OutGroupAuditDate"
>
{{
$t
(
"Operation.Op_jietuan"
)
}}
</el-tag>
<el-tag
type=
"success"
v-if=
"item.PriceStatus == 5"
:title=
"$t('objFill.jietuanshz')"
style=
"background: rgb(0 128 255)"
>
{{
$t
(
"fnc.a_shezhong"
)
}}
</el-tag>
<el-tag
type=
"success"
v-if=
"item.PriceStatus == 1"
:title=
"$t('visaT.sale')"
>
{{
$t
(
"visaT.sale"
)
}}
</el-tag>
</div>
<el-button
size=
"mini"
v-if=
"item.WordUrl"
><a
:href=
"item.WordUrl"
type=
"download"
download=
""
>
{{
$t
(
'Operation.Op_downLoadword'
)
}}
</a></el-button>
</div>
...
...
@@ -564,6 +574,10 @@
<el-dropdown-item
@
click
.
native=
"goTeamBalance(item.TCID, item.OutBranchId)"
>
{{ $t("Operation.Op_shouzhiDetail") }}
</el-dropdown-item>
<el-dropdown-item
v-if=
"item.PriceStatus == 1"
@
click
.
native=
"OutGroup(item.TCID, 2, item.TravelEndAudit)"
>
{{ $t("Operation.Op_jietuan") }}
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</div>
...
...
@@ -703,6 +717,38 @@
},
methods
:
{
//结团/正常
OutGroup
(
TCID
,
Status
,
TravelEndAudit
)
{
let
msg
=
{
TCID
:
TCID
,
Status
:
Status
,
};
if
(
TravelEndAudit
==
1
)
{
let
that
=
this
;
that
.
$confirm
(
this
.
$t
(
"objFill.cituanxlykq"
),
this
.
$t
(
"tips.tips"
),
{
confirmButtonText
:
this
.
$t
(
"pub.sureBtn"
),
cancelButtonText
:
this
.
$t
(
"pub.cancelBtn"
),
type
:
"warning"
,
})
.
then
(()
=>
{
that
.
setPriceStatus
(
msg
);
})
.
catch
(()
=>
{});
}
else
{
this
.
setPriceStatus
(
msg
);
}
},
setPriceStatus
(
msg
)
{
this
.
apipost
(
"travel_post_SetPriceStatus"
,
msg
,
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
refreshPage
();
}
else
{
this
.
Info
(
res
.
data
.
message
);
}
});
},
//复制、新增报价单
NewCopyPriceSheet
(
item
,
type
)
{
this
.
gotoOffer
(
item
,
1
);
...
...
@@ -929,7 +975,7 @@
if
(
this
.
$route
.
query
)
{
if
(
this
.
$route
.
query
.
tcmun
)
{
this
.
queryMsg
.
TCNUM
=
this
.
$route
.
query
.
tcmun
;
}
else
this
.
queryMsg
.
SelectStartDate
=
nowDate
;
}
else
this
.
queryMsg
.
SelectStartDate
=
nowDate
;
}
}
};
...
...
src/plug/index.js
View file @
943743f8
...
...
@@ -122,9 +122,8 @@ export default {
let
locationName
=
window
.
location
.
hostname
;
let
isOnline
=
0
;
//0-本地测试,1-线上
let
ocrUrl
=
"http://192.168.5.46:8888"
;
domainUrl
=
"http://192.168.5.39:8083
"
//domainUrl = "http://192.168.5.46
"
domainUrl
=
"http://192.168.5.204:8046"
let
crmLocalFileStreamDownLoadUrl
=
""
;
crmLocalFileStreamDownLoadUrl
=
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://crm.oytour.com"
:
"http://testcrm.oytour.com"
;
let
javaUrldo
=
""
;
...
...
@@ -143,12 +142,12 @@ export default {
erpSiteUrl
=
"http://admin.oytour.com/#/"
;
isOnline
=
1
;
}
else
if
(
locationName
.
indexOf
(
'ys.oytour'
)
!==
-
1
)
{
domainUrl
=
"http://
testapi
.oytour.com"
;
domainUrl
=
"http://
reborn
.oytour.com"
;
mallUrl
=
"https://mallapi.oytour.com"
;
lxymallUrl
=
"https://erpmallapi.oytour.com"
;
crmUrl
=
"http://crm.oytour.com"
;
ocrUrl
=
"http://ocr.oytour.com"
;
erpSiteUrl
=
"http://
admin
.oytour.com/#/"
;
erpSiteUrl
=
"http://
ys
.oytour.com/#/"
;
isOnline
=
1
;
}
else
if
(
locationName
.
indexOf
(
'oytour'
)
!==
-
1
)
{
domainUrl
=
"http://reborn.oytour.com"
;
...
...
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