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
b05c2111
Commit
b05c2111
authored
1 year ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
acbeff41
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
CostNewPriceForm.vue
...nts/TravelManager/TravelNewQuotation/CostNewPriceForm.vue
+0
-1
QuotationAduit.vue
...nents/TravelManager/TravelNewQuotation/QuotationAduit.vue
+0
-1
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+0
-2
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPriceForm.vue
View file @
b05c2111
...
...
@@ -729,7 +729,6 @@
this
.
getConvertMoney
(
this
.
teamPrice
.
NightPrice
)
+
this
.
getConvertMoney
(
this
.
teamPrice
.
VisaPrice
)
+
this
.
getConvertMoney
(
this
.
OtherPrice
.
SafeMoney
)
return
totalMoney
;
},
//获取币种对应 的人数报价
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelNewQuotation/QuotationAduit.vue
View file @
b05c2111
...
...
@@ -198,7 +198,6 @@
"travel_get_GetMyTravelInfo_V4"
,
msg
,
res
=>
{
console
.
log
(
"travel_get_GetMyTravelInfo_V4"
,
res
.
data
);
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
var
tempData
=
res
.
data
.
data
;
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
b05c2111
...
...
@@ -232,7 +232,6 @@
msg
.
TCID
=
this
.
$route
.
query
.
TCID
}
this
.
loading
=
true
;
console
.
log
(
"msg"
,
msg
);
this
.
apipost
(
"travel_get_GetMyTravelInfo_V4"
,
msg
,
...
...
@@ -309,7 +308,6 @@
}
this
.
getPostData
();
//团控列表跳转参数结束
console
.
log
(
"this.post"
,
this
.
postData
);
},
components
:
{
DirectNewQuotation
:
DirectNewQuotation
...
...
This diff is collapsed.
Click to expand it.
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