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
f2de6bc5
Commit
f2de6bc5
authored
Jun 18, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0e8bdb25
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
9 deletions
+17
-9
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+11
-7
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+3
-1
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+3
-1
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
f2de6bc5
...
...
@@ -2565,12 +2565,12 @@
</div>
</div>
<div
v-if=
"item.orderTypeName === '单团'"
style=
"color: red; cursor: pointer;
"
@
click=
"seeBJD(item.quotationUrl)"
>
查看报价单
</div>
v-if=
"item.orderTypeName === '单团'"
style=
"color: red; cursor: pointer
"
@
click=
"seeBJD(item.quotationUrl)"
>
查看报价单
</div>
</td>
<td>
<p
...
...
@@ -4719,7 +4719,11 @@ export default {
this
.
addObj
.
OpSetLossMoney
=
x
.
OpSetLossMoney
;
this
.
addMsg
=
x
;
this
.
fileFujianList
=
[{
name
:
"baojiadan"
,
url
:
x
.
QuotationUrl
}];
if
(
x
.
QuotationUrl
)
{
this
.
fileFujianList
=
[
{
name
:
"baojiadan"
,
url
:
x
.
QuotationUrl
},
];
}
console
.
log
(
4720
,
this
.
addMsg
);
this
.
addMsg
.
ScenicRefundArr
=
res
.
data
.
data
.
ScenicRefundArr
;
this
.
addMsg
.
OneSex
=
x
.
OneSex
;
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
f2de6bc5
...
...
@@ -5835,7 +5835,9 @@ export default {
let
modelPrice
=
res
.
data
.
data
.
modelPrice
;
this
.
addMsg
=
x
;
this
.
fileFujianList
=
[{
name
:
"baojiadan"
,
url
:
x
.
QuotationUrl
}];
if
(
x
.
QuotationUrl
){
this
.
fileFujianList
=
[{
name
:
"baojiadan"
,
url
:
x
.
QuotationUrl
}];
}
this
.
addObj
=
res
.
data
.
data
.
modelPrice
;
this
.
addObj
.
OrderId
=
x
.
OrderId
;
this
.
addObj
.
OpSetLossMoney
=
x
.
OpSetLossMoney
;
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
f2de6bc5
...
...
@@ -6399,7 +6399,9 @@ export default {
this
.
addObj
=
res
.
data
.
data
.
modelPrice
;
let
x
=
res
.
data
.
data
.
model
;
this
.
addMsg
=
x
;
this
.
fileFujianList
=
[{
name
:
"baojiadan"
,
url
:
x
.
QuotationUrl
}];
if
(
x
.
QuotationUrl
){
this
.
fileFujianList
=
[{
name
:
"baojiadan"
,
url
:
x
.
QuotationUrl
}];
}
this
.
addMsg
.
IsOPUpdate
=
1
;
this
.
addObj
.
OrderId
=
x
.
OrderId
;
this
.
addObj
.
OpSetLossMoney
=
x
.
OpSetLossMoney
;
...
...
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