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
Mar 25, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
cf5d7d07
Hide 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 @@
...
@@ -1934,6 +1934,7 @@
import
priceDialog
from
"../TravelNewQuotation/priceDialog.vue"
;
import
priceDialog
from
"../TravelNewQuotation/priceDialog.vue"
;
import
EditLeaveGroup
from
"./components/EditLeaveGroup.vue"
;
import
EditLeaveGroup
from
"./components/EditLeaveGroup.vue"
;
import
DateLimit
from
"../../public/DateLimit.vue"
;
import
DateLimit
from
"../../public/DateLimit.vue"
;
import
comChooseTrip
from
"../../commonPage/comChooseTrip.vue"
;
export
default
{
export
default
{
components
:
{
components
:
{
commonBusInfo
,
commonBusInfo
,
...
@@ -1942,6 +1943,7 @@
...
@@ -1942,6 +1943,7 @@
priceDialog
,
priceDialog
,
EditLeaveGroup
,
EditLeaveGroup
,
DateLimit
,
DateLimit
,
comChooseTrip
,
},
},
provide
()
{
provide
()
{
return
{
return
{
...
...
src/components/TravelManager/TravelNewQuotation/OfferChange.vue
View file @
4147fe27
...
@@ -80,6 +80,7 @@
...
@@ -80,6 +80,7 @@
AssistantList
:
[],
//助理OP
AssistantList
:
[],
//助理OP
PriceTeamType
:
0
,
//团队类型,
PriceTeamType
:
0
,
//团队类型,
PriceTeamTypeName
:
""
,
//团队类型,
PriceTeamTypeName
:
""
,
//团队类型,
OfferArray
:[],
},
},
pMsg
:
{
pMsg
:
{
offerId
:
0
,
offerId
:
0
,
...
@@ -127,7 +128,7 @@
...
@@ -127,7 +128,7 @@
this
.
haveData
=
false
;
this
.
haveData
=
false
;
this
.
loading
=
true
;
this
.
loading
=
true
;
this
.
apipost
(
this
.
apipost
(
"travel_get_
GetMyTravelInfo_V5
"
,
"travel_get_
PriceOfferInfo
"
,
this
.
pMsg
,
this
.
pMsg
,
res
=>
{
res
=>
{
this
.
loading
=
false
;
this
.
loading
=
false
;
...
@@ -222,9 +223,7 @@
...
@@ -222,9 +223,7 @@
this
.
postData
.
PriceTeamTypeName
=
tempData
.
PriceTeamTypeName
;
this
.
postData
.
PriceTeamTypeName
=
tempData
.
PriceTeamTypeName
;
this
.
postData
.
PriceTeamType
=
tempData
.
PriceTeamType
;
this
.
postData
.
PriceTeamType
=
tempData
.
PriceTeamType
;
if
(
tempData
.
OfferArray
)
{
if
(
tempData
.
OfferArray
)
{
tempData
.
OfferArray
.
forEach
(
item
=>
{
this
.
postData
.
OfferArray
=
tempData
.
OfferArray
;
this
.
OfferArray
.
push
(
item
)
})
}
}
this
.
haveData
=
true
;
this
.
haveData
=
true
;
}
else
{
}
else
{
...
@@ -242,9 +241,6 @@
...
@@ -242,9 +241,6 @@
if
(
this
.
$route
.
query
.
offerid
)
{
if
(
this
.
$route
.
query
.
offerid
)
{
this
.
pMsg
.
offerId
=
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
();
this
.
getPostData
();
},
},
components
:
{
components
:
{
...
...
src/components/TravelManager/TravelNewQuotation/QuotationAduit.vue
View file @
4147fe27
...
@@ -255,7 +255,6 @@
...
@@ -255,7 +255,6 @@
this
.
postData
.
PriceTeamType
=
tempData
.
PriceTeamType
;
this
.
postData
.
PriceTeamType
=
tempData
.
PriceTeamType
;
if
(
tempData
.
OfferArray
)
{
if
(
tempData
.
OfferArray
)
{
this
.
postData
.
OfferArray
=
tempData
.
OfferArray
;
this
.
postData
.
OfferArray
=
tempData
.
OfferArray
;
}
}
this
.
haveData
=
true
;
this
.
haveData
=
true
;
}
else
{
}
else
{
...
...
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