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
e2bca89e
Commit
e2bca89e
authored
Jul 19, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
c941dfa4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
QuotationAduit.vue
...nents/TravelManager/TravelNewQuotation/QuotationAduit.vue
+2
-0
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+7
-3
No files found.
src/components/TravelManager/TravelNewQuotation/QuotationAduit.vue
View file @
e2bca89e
...
@@ -187,10 +187,12 @@
...
@@ -187,10 +187,12 @@
ID
:
configId
,
ID
:
configId
,
offerId
:
offerId
offerId
:
offerId
};
};
this
.
loading
=
true
;
this
.
apipost
(
this
.
apipost
(
"travel_get_GetMyTravelInfo_V3"
,
"travel_get_GetMyTravelInfo_V3"
,
msg
,
msg
,
res
=>
{
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
var
tempData
=
res
.
data
.
data
;
var
tempData
=
res
.
data
.
data
;
if
(
tempData
.
ID
&&
tempData
.
ID
>
0
)
{
if
(
tempData
.
ID
&&
tempData
.
ID
>
0
)
{
...
...
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
e2bca89e
...
@@ -148,11 +148,12 @@
...
@@ -148,11 +148,12 @@
//保存数据
//保存数据
SaveData
(
type
)
{
SaveData
(
type
)
{
const
data
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
$refs
[
"QuotationPrice"
].
getData
()))
const
data
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
$refs
[
"QuotationPrice"
].
getData
()))
data
.
forEach
(
x
=>
{
data
.
forEach
(
x
=>
{
x
.
dayCostPrice
.
forEach
(
y
=>
{
x
.
dayCostPrice
.
forEach
(
y
=>
{
delete
y
.
HotelList
delete
y
.
HotelList
})
})
})
})
function
getCostCurrency
(
CurrencyNumberListExt
)
{
function
getCostCurrency
(
CurrencyNumberListExt
)
{
var
currencyNumList
=
[];
var
currencyNumList
=
[];
if
(
CurrencyNumberListExt
!=
null
&&
CurrencyNumberListExt
.
length
>
0
)
{
if
(
CurrencyNumberListExt
!=
null
&&
CurrencyNumberListExt
.
length
>
0
)
{
...
@@ -166,7 +167,7 @@
...
@@ -166,7 +167,7 @@
}
}
this
.
postData
.
TravelState
=
type
;
this
.
postData
.
TravelState
=
type
;
// 线路必填
// 线路必填
if
(
!
this
.
postData
.
LineId
)
{
if
(
!
this
.
postData
.
LineId
)
{
this
.
$message
.
error
(
'请选择线路'
)
this
.
$message
.
error
(
'请选择线路'
)
return
return
}
}
...
@@ -221,10 +222,12 @@
...
@@ -221,10 +222,12 @@
offerId
:
offerId
,
offerId
:
offerId
,
IsDefault
:
1
,
IsDefault
:
1
,
};
};
this
.
loading
=
true
;
this
.
apipost
(
this
.
apipost
(
"travel_get_GetMyTravelInfo_V3"
,
"travel_get_GetMyTravelInfo_V3"
,
msg
,
msg
,
res
=>
{
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
var
tempData
=
res
.
data
.
data
;
var
tempData
=
res
.
data
.
data
;
if
(
tempData
.
ID
&&
tempData
.
ID
>
0
)
{
if
(
tempData
.
ID
&&
tempData
.
ID
>
0
)
{
...
@@ -289,4 +292,5 @@
...
@@ -289,4 +292,5 @@
DirectQuotation
:
DirectQuotation
DirectQuotation
:
DirectQuotation
}
}
};
};
</
script
>
</
script
>
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