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
f24ce74e
Commit
f24ce74e
authored
Jun 09, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
7d479422
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
514 additions
and
512 deletions
+514
-512
directCustomerList.vue
...mponents/DirectCustomer/components/directCustomerList.vue
+1
-1
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+0
-2
HotelSure.vue
src/components/Hotel/DiDa/HotelSure.vue
+0
-1
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+19
-17
addAutorelease.vue
src/components/activity/components/addAutorelease.vue
+494
-483
AllianceContract.vue
src/components/administrative/AllianceContract.vue
+0
-1
AliOssUploader.vue
src/components/common/AliOssUploader.vue
+0
-2
changeOffer.vue
src/components/commonPage/changeOffer.vue
+0
-1
comChooseTrip.vue
src/components/commonPage/comChooseTrip.vue
+0
-1
productOrderList.vue
src/components/orderCommon/productOrderList.vue
+0
-3
No files found.
src/components/DirectCustomer/components/directCustomerList.vue
View file @
f24ce74e
...
@@ -422,7 +422,7 @@
...
@@ -422,7 +422,7 @@
}
,
}
,
$route
:{
$route
:{
handler
(
val
,
oldVal
)
{
handler
(
val
,
oldVal
)
{
console
.
log
(
val
,
'-----'
)
}
,
}
,
deep
:
true
,
deep
:
true
,
immediate
:
true
,
immediate
:
true
,
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
f24ce74e
...
@@ -3141,8 +3141,6 @@
...
@@ -3141,8 +3141,6 @@
this
.
czmsgState
=
true
;
this
.
czmsgState
=
true
;
}
}
if
(
this
.
czmsg
.
ClientID
&&
this
.
czmsg
.
ClientID
>
0
){
if
(
this
.
czmsg
.
ClientID
&&
this
.
czmsg
.
ClientID
>
0
){
console
.
log
(
'1:'
+
this
.
czmsg
.
ClientType
);
console
.
log
(
'2:'
+
this
.
czmsg
.
ClientID
);
this
.
msg
.
IsPublic
=
1
;
this
.
msg
.
IsPublic
=
1
;
this
.
msg
.
ClientType
=
this
.
czmsg
.
ClientType
;
this
.
msg
.
ClientType
=
this
.
czmsg
.
ClientType
;
this
.
msg
.
ClientID
=
this
.
czmsg
.
ClientID
;
this
.
msg
.
ClientID
=
this
.
czmsg
.
ClientID
;
...
...
src/components/Hotel/DiDa/HotelSure.vue
View file @
f24ce74e
...
@@ -1007,7 +1007,6 @@
...
@@ -1007,7 +1007,6 @@
this
.
params
,
this
.
params
,
res
=>
{
res
=>
{
this
.
loading
=
false
;
this
.
loading
=
false
;
console
.
log
(
"GetDiDaPriceConfirm"
,
res
.
data
);
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
.
data
.
PriceDetails
;
this
.
dataList
=
res
.
data
.
data
.
PriceDetails
;
this
.
roomRateDetails
=
res
.
data
.
data
.
PriceDetails
.
HotelList
[
0
];
this
.
roomRateDetails
=
res
.
data
.
data
.
PriceDetails
.
HotelList
[
0
];
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
f24ce74e
...
@@ -1674,7 +1674,7 @@
...
@@ -1674,7 +1674,7 @@
<el-form-item
:label=
"$t('salesModule.CustomFrom')"
prop=
"ClientSource"
>
<el-form-item
:label=
"$t('salesModule.CustomFrom')"
prop=
"ClientSource"
>
<!--票务修改平台 -->
<!--票务修改平台 -->
<el-select
v-model=
"addMsg.ClientSource"
filterable
:placeholder=
"$t('pub.pleaseSel')"
<el-select
v-model=
"addMsg.ClientSource"
filterable
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"get
typechange(),getTotalPrice()"
:disabled=
"addMsg.OutBranchId&&addMsg.OutBranchId!=1245"
>
@
change=
"get
TotalPrice()"
:disabled=
"addMsg.OutBranchId!=1245"
>
<el-option
v-for=
"item in ddlyList"
:label=
"item.Name"
:value=
"item.Id"
:key=
"item.Id"
>
<el-option
v-for=
"item in ddlyList"
:label=
"item.Name"
:value=
"item.Id"
:key=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
...
@@ -2543,7 +2543,7 @@
...
@@ -2543,7 +2543,7 @@
</td>
</td>
<td
class=
"RL-BTNlist"
rowspan=
"2"
>
<td
class=
"RL-BTNlist"
rowspan=
"2"
>
<el-button-group
v-if=
"isShow === true"
>
<el-button-group
v-if=
"isShow === true"
>
<el-tooltip
v-if=
" ConfigData.Config.IsCurrentMaxStartData == 0 || IsSupperOrderEdit"
class=
"item"
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
>
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
>
<el-button
type=
"primary"
style=
"background-color: #00c6ff !important;border-color: #00c6ff;"
<el-button
type=
"primary"
style=
"background-color: #00c6ff !important;border-color: #00c6ff;"
icon=
"iconfont icon-bianji-smal"
@
click=
"getDetail(childItem)"
></el-button>
icon=
"iconfont icon-bianji-smal"
@
click=
"getDetail(childItem)"
></el-button>
...
@@ -4780,7 +4780,7 @@
...
@@ -4780,7 +4780,7 @@
this
.
apipost
(
this
.
apipost
(
"sellorder_post_GetOrderEntity"
,
{
"sellorder_post_GetOrderEntity"
,
{
ID
:
obj
.
OrderId
,
ID
:
obj
.
OrderId
,
IsDealDiscount
:
1
IsDealDiscount
:
1
},
},
(
res
)
=>
{
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
@@ -4789,7 +4789,7 @@
...
@@ -4789,7 +4789,7 @@
this
.
addObj
=
res
.
data
.
data
.
modelPrice
;
this
.
addObj
=
res
.
data
.
data
.
modelPrice
;
let
x
=
res
.
data
.
data
.
model
;
let
x
=
res
.
data
.
data
.
model
;
this
.
addMsg
=
x
;
this
.
addMsg
=
x
;
this
.
DealDiscountMoney
=
this
.
addMsg
.
DiscountMoney
+
this
.
addMsg
.
RedEnvelopeMoney
;
this
.
DealDiscountMoney
=
this
.
addMsg
.
DiscountMoney
+
this
.
addMsg
.
RedEnvelopeMoney
;
this
.
LessNPrice
=
this
.
addMsg
.
LessMaxPrice
;
//先初始化 最高少价
this
.
LessNPrice
=
this
.
addMsg
.
LessMaxPrice
;
//先初始化 最高少价
this
.
LessNAvgPrice
=
this
.
addMsg
.
LessMaxAvgPrice
;
this
.
LessNAvgPrice
=
this
.
addMsg
.
LessMaxAvgPrice
;
if
(
this
.
addMsg
.
IsLessPrice
==
1
)
{
if
(
this
.
addMsg
.
IsLessPrice
==
1
)
{
...
@@ -5518,19 +5518,21 @@
...
@@ -5518,19 +5518,21 @@
return
;
return
;
}
}
}
}
var
oldUnitPrice
=
this
.
addMsg
.
TC_Price
;
let
userInfo
=
this
.
getLocalStorage
();
if
(
this
.
addMsg
.
GroupType
!=
5
)
{
if
(
userInfo
!=
null
&&
userInfo
.
EmployeeId
!=
1
)
{
//印象票务
if
(
this
.
addMsg
.
GroupType
!=
5
)
{
if
(
this
.
addMsg
.
OutBranchId
&&
this
.
addMsg
.
OutBranchId
==
1245
)
{
//印象票务
if
(
this
.
addMsg
.
CustomerType
==
3
||
this
.
addMsg
.
CustomerType
==
4
)
{
if
(
this
.
addMsg
.
OutBranchId
&&
this
.
addMsg
.
OutBranchId
==
1245
)
{
if
(
this
.
addMsg
.
PlatformPriceList
&&
this
if
(
this
.
addMsg
.
CustomerType
==
3
||
this
.
addMsg
.
CustomerType
==
4
)
{
.
addMsg
.
PlatformPriceList
.
length
>
0
)
{
if
(
this
.
addMsg
.
PlatformPriceList
&&
this
var
platFormObj
=
this
.
addMsg
.
PlatformPriceList
.
find
(
qitem
=>
{
.
addMsg
.
PlatformPriceList
.
length
>
0
)
{
return
qitem
.
ItemId
==
this
.
addMsg
.
ClientSource
var
platFormObj
=
this
.
addMsg
.
PlatformPriceList
.
find
(
qitem
=>
{
});
return
qitem
.
ItemId
==
this
.
addMsg
.
ClientSource
if
(
platFormObj
)
{
});
this
.
addMsg
.
TC_Price
=
platFormObj
.
ItemPrice
;
if
(
platFormObj
)
{
this
.
addMsg
.
Unit_Price
=
platFormObj
.
ItemPrice
;
this
.
addMsg
.
TC_Price
=
platFormObj
.
ItemPrice
;
this
.
addMsg
.
Unit_Price
=
platFormObj
.
ItemPrice
;
}
}
}
}
}
}
}
...
...
src/components/activity/components/addAutorelease.vue
View file @
f24ce74e
This diff is collapsed.
Click to expand it.
src/components/administrative/AllianceContract.vue
View file @
f24ce74e
...
@@ -397,7 +397,6 @@ export default {
...
@@ -397,7 +397,6 @@ export default {
clickSetAdmin
(
obj
){
clickSetAdmin
(
obj
){
this
.
dialogFormVisible
=
true
this
.
dialogFormVisible
=
true
this
.
addType
=
2
this
.
addType
=
2
console
.
log
(
obj
)
let
list
=
obj
.
CustomerChildrenIds
.
split
(
','
)
let
list
=
obj
.
CustomerChildrenIds
.
split
(
','
)
this
.
addMsg
=
{
this
.
addMsg
=
{
...
JSON
.
parse
(
JSON
.
stringify
(
obj
)),
...
JSON
.
parse
(
JSON
.
stringify
(
obj
)),
...
...
src/components/common/AliOssUploader.vue
View file @
f24ce74e
...
@@ -102,7 +102,6 @@ export default {
...
@@ -102,7 +102,6 @@ export default {
file
,
file
,
{
{
progress
:
function
*
(
p
)
{
progress
:
function
*
(
p
)
{
console
.
log
(
'进度:'
,
Math
.
round
(
p
*
100
)
+
'%'
);
const
speeds
=
calculator
(
p
);
const
speeds
=
calculator
(
p
);
that
.
speed
=
that
.
formatSpeed
(
speeds
);
that
.
speed
=
that
.
formatSpeed
(
speeds
);
that
.
handleProgress
(
p
);
that
.
handleProgress
(
p
);
...
@@ -133,7 +132,6 @@ export default {
...
@@ -133,7 +132,6 @@ export default {
})
})
},
},
handleProgress
(
p
)
{
handleProgress
(
p
)
{
console
.
log
(
p
)
const
now
=
Date
.
now
()
const
now
=
Date
.
now
()
const
loaded
=
p
.
loaded
const
loaded
=
p
.
loaded
const
total
=
p
.
total
const
total
=
p
.
total
...
...
src/components/commonPage/changeOffer.vue
View file @
f24ce74e
...
@@ -134,7 +134,6 @@
...
@@ -134,7 +134,6 @@
},
},
methods
:
{
methods
:
{
selectChange
(
item
)
{
selectChange
(
item
)
{
console
.
log
(
"this.sChangeRemark"
,
this
.
sChangeRemark
);
item
.
ChangeRemarks
=
this
.
sChangeRemark
;
item
.
ChangeRemarks
=
this
.
sChangeRemark
;
},
},
getHotel
(
subItem
,
HotelId
)
{
getHotel
(
subItem
,
HotelId
)
{
...
...
src/components/commonPage/comChooseTrip.vue
View file @
f24ce74e
...
@@ -266,7 +266,6 @@
...
@@ -266,7 +266,6 @@
watch
:
{
watch
:
{
priceObj
:
{
priceObj
:
{
handler
:
function
(
val
,
oldVal
)
{
handler
:
function
(
val
,
oldVal
)
{
console
.
log
(
"w_priceObj"
,
this
.
priceObj
);
this
.
resetPageIndex
();
this
.
resetPageIndex
();
},
},
deep
:
true
deep
:
true
...
...
src/components/orderCommon/productOrderList.vue
View file @
f24ce74e
...
@@ -1198,9 +1198,6 @@
...
@@ -1198,9 +1198,6 @@
getJourney
(
id
,
TCID
,
title
)
{
getJourney
(
id
,
TCID
,
title
)
{
var
that
=
this
;
var
that
=
this
;
this
.
tripTitle
=
title
;
this
.
tripTitle
=
title
;
console
.
log
(
"id"
,
id
);
console
.
log
(
"TCID"
,
TCID
);
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
that
.
$refs
.
comTeam
.
GetTrip
(
id
,
TCID
,
2
);
that
.
$refs
.
comTeam
.
GetTrip
(
id
,
TCID
,
2
);
});
});
...
...
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