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
64e596d3
Commit
64e596d3
authored
May 06, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
16596122
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
18 deletions
+21
-18
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+21
-13
confirmationOrderDownLoad.vue
src/components/confirmationOrderDownLoad.vue
+0
-5
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
64e596d3
...
@@ -1156,7 +1156,8 @@
...
@@ -1156,7 +1156,8 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('salesModule.SSPT')"
prop=
"BrandId"
v-show=
"addMsg.ClientSource == 1|| addMsg.ClientSource == 4"
>
<el-form-item
:label=
"$t('salesModule.SSPT')"
prop=
"BrandId"
v-show=
"addMsg.ClientSource == 1|| addMsg.ClientSource == 4"
>
<el-select
v-model=
"addMsg.BrandId"
:disabled=
"false"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
v-model=
"addMsg.BrandId"
:disabled=
"false"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
v-for=
"item in ssptList"
:label=
"item.brandName"
:value=
"item.dictId"
:key=
"item.dictId"
>
<el-option
v-for=
"item in ssptList"
:label=
"item.brandName"
:value=
"item.dictId"
:key=
"item.dictId"
>
</el-option>
</el-option>
...
@@ -1164,7 +1165,8 @@
...
@@ -1164,7 +1165,8 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('tips.jiaoyifangshi')"
prop=
"TradeWay"
v-show=
"addMsg.ClientSource == 1|| addMsg.ClientSource == 4"
>
<el-form-item
:label=
"$t('tips.jiaoyifangshi')"
prop=
"TradeWay"
v-show=
"addMsg.ClientSource == 1|| addMsg.ClientSource == 4"
>
<el-select
v-model=
"addMsg.TradeWay"
:disabled=
"addMsg.OrderForm !== 4 ? true : false"
filterable
<el-select
v-model=
"addMsg.TradeWay"
:disabled=
"addMsg.OrderForm !== 4 ? true : false"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
v-for=
"item in jyfsList"
:label=
"item.Name"
:value=
"item.Id"
:key=
"item.Id"
>
<el-option
v-for=
"item in jyfsList"
:label=
"item.Name"
:value=
"item.Id"
:key=
"item.Id"
>
...
@@ -1668,8 +1670,9 @@
...
@@ -1668,8 +1670,9 @@
<tbody
v-for=
"(item, index) in list"
:key=
"index"
>
<tbody
v-for=
"(item, index) in list"
:key=
"index"
>
<tr>
<tr>
<td
rowspan=
"3"
style=
"position: relative;"
>
<td
rowspan=
"3"
style=
"position: relative;"
>
<span
class=
"TC_neibu"
style=
"float: inherit;margin-left: 5px;margin-right: 5px;position: absolute;top: 10px;left:3px"
v-if=
"item.standardCurrencyName"
<span
class=
"TC_neibu"
:class=
"
{'TCneibu':item.standardCurrencyName=='人民币','TCb2b':item.standardCurrencyName=='日元',
style=
"float: inherit;margin-left: 5px;margin-right: 5px;position: absolute;top: 10px;left:3px"
v-if=
"item.standardCurrencyName"
:class=
"
{'TCneibu':item.standardCurrencyName=='人民币','TCb2b':item.standardCurrencyName=='日元',
'TCb2c':item.standardCurrencyName=='新台币','AppPlat':item.standardCurrencyName=='',
'TCb2c':item.standardCurrencyName=='新台币','AppPlat':item.standardCurrencyName=='',
'otherPlat':item.standardCurrencyName=='',}">
{{
item
.
standardCurrencyName
}}
结算
</span>
'otherPlat':item.standardCurrencyName=='',}">
{{
item
.
standardCurrencyName
}}
结算
</span>
<p
v-if=
"item.isChargeLossOrders == 1"
style=
"color: red"
>
<p
v-if=
"item.isChargeLossOrders == 1"
style=
"color: red"
>
...
@@ -2432,7 +2435,7 @@
...
@@ -2432,7 +2435,7 @@
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
pagesTitle
:
'跟团游订单'
,
pagesTitle
:
'跟团游订单'
,
SpecialAppShow
:
false
,
SpecialAppShow
:
false
,
SpecialAppMsg
:
{
SpecialAppMsg
:
{
ApplyReason
:
""
,
ApplyReason
:
""
,
...
@@ -2893,12 +2896,17 @@
...
@@ -2893,12 +2896,17 @@
},
},
//跳转至领取合同
//跳转至领取合同
goContract
(
item
,
sItem
)
{
goContract
(
item
,
sItem
)
{
let
cid
=
0
;
if
(
sItem
&&
sItem
.
id
)
{
cid
=
sItem
.
id
;
}
let
routeData
=
this
.
$router
.
resolve
({
let
routeData
=
this
.
$router
.
resolve
({
name
:
"TravelContractNew"
,
name
:
"TravelContractNew"
,
query
:
{
query
:
{
TCID
:
item
.
tcid
,
TCID
:
item
.
tcid
,
guestId
:
sItem
.
guestId
,
guestId
:
sItem
.
guestId
,
orderID
:
item
.
orderId
,
orderID
:
item
.
orderId
,
Id
:
cid
,
blank
:
"y"
,
blank
:
"y"
,
},
},
});
});
...
@@ -4797,10 +4805,10 @@
...
@@ -4797,10 +4805,10 @@
this
.
userId
=
this
.
getLocalStorage
().
EmployeeId
;
this
.
userId
=
this
.
getLocalStorage
().
EmployeeId
;
if
(
this
.
$route
.
query
.
id
)
{
if
(
this
.
$route
.
query
.
id
)
{
this
.
msg
.
tempOrderId
=
this
.
$route
.
query
.
id
;
this
.
msg
.
tempOrderId
=
this
.
$route
.
query
.
id
;
}
else
if
(
this
.
$route
.
query
.
crmOrderObj
)
{
}
else
if
(
this
.
$route
.
query
.
crmOrderObj
)
{
let
crmOrderObj
=
JSON
.
parse
(
this
.
$route
.
query
.
crmOrderObj
)
let
crmOrderObj
=
JSON
.
parse
(
this
.
$route
.
query
.
crmOrderObj
)
this
.
msg
.
tempOrderId
=
crmOrderObj
.
OrderId
this
.
msg
.
tempOrderId
=
crmOrderObj
.
OrderId
}
else
if
(
this
.
$route
.
query
.
OrderId
)
{
}
else
if
(
this
.
$route
.
query
.
OrderId
)
{
this
.
msg
.
tempOrderId
=
this
.
$route
.
query
.
OrderId
this
.
msg
.
tempOrderId
=
this
.
$route
.
query
.
OrderId
}
else
{
}
else
{
this
.
msg
.
QStartDate
=
new
Date
().
Format
(
"yyyy-MM-dd"
);
this
.
msg
.
QStartDate
=
new
Date
().
Format
(
"yyyy-MM-dd"
);
...
...
src/components/confirmationOrderDownLoad.vue
View file @
64e596d3
...
@@ -1587,9 +1587,6 @@
...
@@ -1587,9 +1587,6 @@
if
(
jin
.
length
>
0
)
{
if
(
jin
.
length
>
0
)
{
details
=
jin
details
=
jin
}
}
// else if (jiu.length > 0) {
// // details = jiu
// }
else
if
(
dadian
.
length
>
0
)
{
else
if
(
dadian
.
length
>
0
)
{
details
=
dadian
details
=
dadian
}
else
if
(
jiao
.
length
>
0
)
{
}
else
if
(
jiao
.
length
>
0
)
{
...
@@ -1649,9 +1646,7 @@
...
@@ -1649,9 +1646,7 @@
this
.
$set
(
this
.
tripList
,
j
,
x
)
this
.
$set
(
this
.
tripList
,
j
,
x
)
x
.
dateTime
=
this
.
setDate
(
j
);
x
.
dateTime
=
this
.
setDate
(
j
);
})
})
},
},
//上移下移(IsUp:0上移,1下移)
//上移下移(IsUp:0上移,1下移)
MoveItem
(
item
,
subIndex
,
IsUp
)
{
MoveItem
(
item
,
subIndex
,
IsUp
)
{
var
currentItem
=
this
.
editForm
.
travelOrderFlightList
[
subIndex
];
var
currentItem
=
this
.
editForm
.
travelOrderFlightList
[
subIndex
];
...
...
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