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
e1707fdf
Commit
e1707fdf
authored
Aug 15, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a88a0e5a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1008 additions
and
73 deletions
+1008
-73
addOrder.vue
src/components/SalesModule/components/addOrder.vue
+111
-68
groupOrder.vue
src/components/SalesModule/components/groupOrder.vue
+867
-0
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+30
-5
pinkDrawer.vue
src/components/common/pinkDrawer.vue
+0
-0
No files found.
src/components/SalesModule/components/addOrder.vue
View file @
e1707fdf
This diff is collapsed.
Click to expand it.
src/components/SalesModule/components/groupOrder.vue
0 → 100644
View file @
e1707fdf
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrder.vue
View file @
e1707fdf
...
@@ -1773,8 +1773,23 @@
...
@@ -1773,8 +1773,23 @@
</el-row>
</el-row>
</div>
</div>
<!-- 表格 -->
<!-- 表格 -->
<div
style=
"width: 100%; height: auto; overflow-x: auto"
class=
"ownScrollbarStyle"
>
<div
style=
"width: 100%; height: auto; overflow-x: auto"
class=
"ownScrollbarStyle"
v-loading=
"loading"
>
<table
class=
"groupTourOrderSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<groupOrder
v-if=
"userInfo.SimpleEasy==1"
:list=
"list"
:orderList=
"orderList"
:logList=
"logList"
:redBagList=
"redBagList"
:qjGroupId=
"qjGroupId"
:isShow=
"isShow"
:showID=
"showID"
:TransferMission=
"TransferMission"
:isEditOrderCreate=
"isEditOrderCreate"
@
goIisDetail=
"goIisDetail"
@
goUrlTS=
"goUrlTS"
@
goContract=
"goContract"
@
goSingleContract=
"goSingleContract"
@
goProtocol=
"goProtocol"
@
goDisclaimer=
"goDisclaimer"
@
goInvetig=
"goInvetig"
@
SpecialAPP=
"SpecialAPP"
@
deleteItem=
"deleteItem"
@
ShenQingPhoto=
"ShenQingPhoto"
@
Discount=
"Discount"
@
goUrlAdd=
"goUrlAdd"
@
getOrderGender=
"getOrderGender"
@
transfer=
"transfer"
@
getHouse=
"getHouse"
@
toTrip=
"toTrip"
@
getSalerInfo=
"getSalerInfo"
@
getLogDetail=
"getLogDetail"
@
getRemarks=
"getRemarks"
@
getDetail=
"getDetail"
@
downLoadFile=
"downLoadFile"
@
getMembersDetail=
"getMembersDetail"
@
seeBJD=
"seeBJD"
@
gotoProduct=
"gotoProduct"
@
goUrlX=
"goUrlX"
@
getOrderDetail=
"getOrderDetail"
@
goUrlHappy=
"goUrlHappy"
@
getRedBag=
"getRedBag"
@
goUrlT=
"goUrlT"
@
setChargeLoss=
"setChargeLoss"
@
goUrlSFD=
"goUrlSFD"
@
uploadFileBtn=
"uploadFileBtn"
@
childByValue=
"childByValue"
></groupOrder>
<table
v-else
class=
"groupTourOrderSearchTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<tr>
<th
width=
"210"
>
{{ $t("fnc.danhao") }}
&
{{ $t("visa.v_tuanhao") }}
</th>
<th
width=
"210"
>
{{ $t("fnc.danhao") }}
&
{{ $t("visa.v_tuanhao") }}
</th>
<th
width=
"120"
>
{{ $t("fnc.khxinxi") }}
</th>
<th
width=
"120"
>
{{ $t("fnc.khxinxi") }}
</th>
...
@@ -2707,14 +2722,15 @@
...
@@ -2707,14 +2722,15 @@
import
orderRemark
from
"../orderCommon/order-remark.vue"
;
//订单备注
import
orderRemark
from
"../orderCommon/order-remark.vue"
;
//订单备注
import
PriceDetail
from
'../orderCommon/PriceDetail.vue'
;
import
PriceDetail
from
'../orderCommon/PriceDetail.vue'
;
import
DateLimit
from
'../public/DateLimit.vue'
;
import
DateLimit
from
'../public/DateLimit.vue'
;
import
pinkDrawer
from
'.
/components
/pinkDrawer.vue'
;
import
pinkDrawer
from
'.
./common
/pinkDrawer.vue'
;
import
addOrder
from
'./components/addOrder.vue'
;
import
addOrder
from
'./components/addOrder.vue'
;
import
addConfig
from
"./components/addConfig.js"
;
import
addConfig
from
"./components/addConfig.js"
;
import
groupOrder
from
"./components/groupOrder.vue"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
selectedSpotData
:
null
,
selectedSpotData
:
null
,
showType
:
1
,
showType
:
1
,
//团信息
pickerBeginDateAfter
:
{
pickerBeginDateAfter
:
{
disabledDate
:
time
=>
{
disabledDate
:
time
=>
{
let
startTime
=
new
Date
(
this
.
msg
.
QStartDate
);
let
startTime
=
new
Date
(
this
.
msg
.
QStartDate
);
...
@@ -3063,6 +3079,7 @@
...
@@ -3063,6 +3079,7 @@
DateLimit
,
DateLimit
,
pinkDrawer
,
pinkDrawer
,
addOrder
,
addOrder
,
groupOrder
,
},
},
filters
:
{
filters
:
{
priceFormat
(
value
)
{
priceFormat
(
value
)
{
...
@@ -3096,6 +3113,7 @@
...
@@ -3096,6 +3113,7 @@
handleSaveSuccess
()
{
handleSaveSuccess
()
{
this
.
$refs
.
addOrders
.
handleDrawerClose
();
this
.
$refs
.
addOrders
.
handleDrawerClose
();
this
.
getList
();
this
.
getList
();
this
.
getCount
()
this
.
$message
.
success
(
'保存成功'
);
this
.
$message
.
success
(
'保存成功'
);
},
},
gotoProduct
(
item
)
{
gotoProduct
(
item
)
{
...
@@ -3958,6 +3976,14 @@
...
@@ -3958,6 +3976,14 @@
}
}
},
},
getDetail
(
obj
)
{
getDetail
(
obj
)
{
if
(
this
.
userInfo
.
SimpleEasy
==
1
){
this
.
OperationType
=
1
this
.
showType
=
1
obj
.
OperationType
=
1
this
.
selectedSpotData
=
obj
;
this
.
$refs
.
addOrders
.
openDrawer
(
obj
);
return
;
}
this
.
goLVurl
.
orderId
=
obj
.
orderId
;
this
.
goLVurl
.
orderId
=
obj
.
orderId
;
this
.
goLVurl
.
tcid
=
obj
.
tcid
;
this
.
goLVurl
.
tcid
=
obj
.
tcid
;
this
.
goLVurl
.
tcnum
=
obj
.
tcnum
;
this
.
goLVurl
.
tcnum
=
obj
.
tcnum
;
...
@@ -4065,7 +4091,6 @@
...
@@ -4065,7 +4091,6 @@
if
(
x
.
ClientSource
==
1
)
{
if
(
x
.
ClientSource
==
1
)
{
this
.
isPingtai
=
true
;
this
.
isPingtai
=
true
;
}
}
this
.
isShowLayer
=
true
;
this
.
isShowLayer
=
true
;
this
.
isShowHouse
=
false
;
this
.
isShowHouse
=
false
;
this
.
isShowLayerRemarks
=
false
;
this
.
isShowLayerRemarks
=
false
;
...
...
src/components/
SalesModule/components
/pinkDrawer.vue
→
src/components/
common
/pinkDrawer.vue
View file @
e1707fdf
File moved
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