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
4147fe27
Commit
4147fe27
authored
2 weeks ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
cf5d7d07
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
8 deletions
+5
-8
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+2
-0
OfferChange.vue
...mponents/TravelManager/TravelNewQuotation/OfferChange.vue
+3
-7
QuotationAduit.vue
...nents/TravelManager/TravelNewQuotation/QuotationAduit.vue
+0
-1
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
4147fe27
...
...
@@ -1934,6 +1934,7 @@
import
priceDialog
from
"../TravelNewQuotation/priceDialog.vue"
;
import
EditLeaveGroup
from
"./components/EditLeaveGroup.vue"
;
import
DateLimit
from
"../../public/DateLimit.vue"
;
import
comChooseTrip
from
"../../commonPage/comChooseTrip.vue"
;
export
default
{
components
:
{
commonBusInfo
,
...
...
@@ -1942,6 +1943,7 @@
priceDialog
,
EditLeaveGroup
,
DateLimit
,
comChooseTrip
,
},
provide
()
{
return
{
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelNewQuotation/OfferChange.vue
View file @
4147fe27
...
...
@@ -80,6 +80,7 @@
AssistantList
:
[],
//助理OP
PriceTeamType
:
0
,
//团队类型,
PriceTeamTypeName
:
""
,
//团队类型,
OfferArray
:[],
},
pMsg
:
{
offerId
:
0
,
...
...
@@ -127,7 +128,7 @@
this
.
haveData
=
false
;
this
.
loading
=
true
;
this
.
apipost
(
"travel_get_
GetMyTravelInfo_V5
"
,
"travel_get_
PriceOfferInfo
"
,
this
.
pMsg
,
res
=>
{
this
.
loading
=
false
;
...
...
@@ -222,9 +223,7 @@
this
.
postData
.
PriceTeamTypeName
=
tempData
.
PriceTeamTypeName
;
this
.
postData
.
PriceTeamType
=
tempData
.
PriceTeamType
;
if
(
tempData
.
OfferArray
)
{
tempData
.
OfferArray
.
forEach
(
item
=>
{
this
.
OfferArray
.
push
(
item
)
})
this
.
postData
.
OfferArray
=
tempData
.
OfferArray
;
}
this
.
haveData
=
true
;
}
else
{
...
...
@@ -242,9 +241,6 @@
if
(
this
.
$route
.
query
.
offerid
)
{
this
.
pMsg
.
offerId
=
this
.
$route
.
query
.
offerid
;
}
// if (this.$route.query.BatchNum) {
// this.pMsg.BatchNum = this.$route.query.BatchNum;
// }
this
.
getPostData
();
},
components
:
{
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelNewQuotation/QuotationAduit.vue
View file @
4147fe27
...
...
@@ -255,7 +255,6 @@
this
.
postData
.
PriceTeamType
=
tempData
.
PriceTeamType
;
if
(
tempData
.
OfferArray
)
{
this
.
postData
.
OfferArray
=
tempData
.
OfferArray
;
}
this
.
haveData
=
true
;
}
else
{
...
...
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