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
0f973b19
Commit
0f973b19
authored
Dec 03, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
15409a74
3af399a7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
2434 additions
and
1062 deletions
+2434
-1062
check-versions.js
build/check-versions.js
+0
-5
BuyingType.vue
src/components/Buying/BuyingType.vue
+0
-1
addFinancialProcess.vue
src/components/FinancialModule/addFinancialProcess.vue
+121
-67
HotelContract.vue
src/components/Hotel/HotelContract.vue
+0
-1
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+1
-1
leaderTotalTable.vue
src/components/LeaderManagement/leaderTotalTable.vue
+1
-1
bookDinnerStatisticsDetails.vue
src/components/Restaurant/bookDinnerStatisticsDetails.vue
+1
-0
ActivityStatistics.vue
src/components/SalesModule/ActivityStatistics.vue
+0
-6
yingyanMap.vue
src/components/SalesModule/yingyanMap.vue
+1317
-962
XProcessmanagement.vue
src/components/administrative/XProcessmanagement.vue
+421
-0
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+15
-16
groundOperation2.vue
src/components/dmc/manager/groundOperation2.vue
+542
-0
config.js
src/router/config.js
+13
-0
team.js
src/store/actions/team.js
+2
-2
No files found.
build/check-versions.js
View file @
0f973b19
...
...
@@ -39,16 +39,11 @@ module.exports = function () {
}
if
(
warnings
.
length
)
{
console
.
log
(
''
)
console
.
log
(
chalk
.
yellow
(
'To use this template, you must update following to modules:'
))
console
.
log
()
for
(
let
i
=
0
;
i
<
warnings
.
length
;
i
++
)
{
const
warning
=
warnings
[
i
]
console
.
log
(
' '
+
warning
)
}
console
.
log
()
process
.
exit
(
1
)
}
}
src/components/Buying/BuyingType.vue
View file @
0f973b19
...
...
@@ -314,7 +314,6 @@ export default {
getGoodsTypeManager
()
{
this
.
apipost
(
"Shop_post_GetCommodityCategoryList"
,{
Name
:
""
,
ParentId
:
0
},
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
console
.
log
(
res
.
data
.
data
)
this
.
GoodsTypeList
=
res
.
data
.
data
;
}
else
{
this
.
Error
(
res
.
data
.
message
);
...
...
src/components/FinancialModule/addFinancialProcess.vue
View file @
0f973b19
This diff is collapsed.
Click to expand it.
src/components/Hotel/HotelContract.vue
View file @
0f973b19
...
...
@@ -350,7 +350,6 @@
})
});
this
.
list
=
list
;
console
.
log
(
this
.
list
,
'list'
);
this
.
$forceUpdate
();
}
}
else
{
...
...
src/components/Hotel/roomReservationsDetails.vue
View file @
0f973b19
...
...
@@ -627,7 +627,7 @@
this
.
list
[
this
.
findex
].
HotelOrderList
[
this
.
childIndex
].
OrderDetailsList
.
forEach
((
subItem
,
subIndex
)
=>
{
//判断是否有库存价格
if
(
subIndex
==
1
&&
ckedObj
.
CostPrice
>
0
)
{
if
(
subIndex
==
1
&&
ckedObj
.
CostPrice
>
0
&&
ckedObj
.
Inventory
>
0
)
{
subItem
.
IsHaveStockPrice
=
1
;
}
else
{
subItem
.
IsHaveStockPrice
=
0
;
...
...
src/components/LeaderManagement/leaderTotalTable.vue
View file @
0f973b19
...
...
@@ -304,7 +304,7 @@ export default {
.leaderTotalTable
tr
td
.pHouseStyle
{
border-bottom
:
1px
solid
#ccc
;
height
:
20px
;
line-height
:
20px
;}
.leaderTotalTable
tr
td
.pHouseStyle
:last-child
{
border-bottom
:
none
;}
.leaderTotalTable
tr
td
.pDateStyle
{
border-bottom
:
1px
solid
#ccc
;
height
:
20px
;
line-height
:
20px
;
margin-top
:
0
;}
.leaderTotalTable
tr
td
.pMsgStyle
{
;
padding
:
0
10px
;
line-height
:
20px
;}
.leaderTotalTable
tr
td
.pMsgStyle
{
padding
:
0
10px
;
line-height
:
20px
;}
.leaderTotalTable
tr
td
.link
p
:hover
{
text-decoration
:
underline
;
cursor
:
pointer
;}
.leaderTotalTable
tr
td
.phoverStype
:hover
{
text-decoration
:
underline
;
cursor
:
pointer
;}
.dmcTotalTable_tripDetails
{
padding
:
0
;
box-shadow
:
0px
1px
3px
0px
#dedede
;
max-height
:
400px
;
overflow-y
:
auto
;}
...
...
src/components/Restaurant/bookDinnerStatisticsDetails.vue
View file @
0f973b19
...
...
@@ -127,6 +127,7 @@
{{(childItem.PeopleNum-childItem.Discount)*childItem.PeoplePrice}}
</td>
<td>
<!--返佣-->
<el-input
class=
'w50 tcenter'
@
input=
'calculationPrice(subItem)'
v-model=
'childItem.DiscountPrice'
@
keyup
.
native=
"checkInteger(childItem,'DiscountPrice')"
></el-input>
%
</td>
...
...
src/components/SalesModule/ActivityStatistics.vue
View file @
0f973b19
...
...
@@ -127,13 +127,10 @@ export default {
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
"res"
,
res
);
this
.
Actitylist
=
res
.
data
.
data
;
if
(
this
.
Actitylist
.
length
>
0
){
this
.
msg
.
CouponId
=
this
.
Actitylist
[
0
].
Id
;
}
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
);
}
...
...
@@ -149,7 +146,6 @@ export default {
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
list
=
res
.
data
.
data
.
pageData
;
this
.
total
=
res
.
data
.
data
.
count
;
}
else
{
...
...
@@ -167,9 +163,7 @@ export default {
this
.
msg
.
pageIndex
=
1
;
this
.
currentPage
=
1
;
},
},
mounted
()
{
this
.
GetActity
();
let
userInfo
=
this
.
getLocalStorage
();
...
...
src/components/SalesModule/yingyanMap.vue
View file @
0f973b19
This diff is collapsed.
Click to expand it.
src/components/administrative/XProcessmanagement.vue
0 → 100644
View file @
0f973b19
This diff is collapsed.
Click to expand it.
src/components/dmc/manager/dmcTotalTable.vue
View file @
0f973b19
...
...
@@ -406,7 +406,7 @@
{{
$t
(
'ground.cituanhuidai'
)
}}
</td>
</tr>
<tr>
<tr
style=
"display:none;"
>
<td
style=
"text-align:right;width:80px;"
>
{{
$t
(
'ground.dingfangstatus'
)
}}
:
</td>
<td>
<el-select
v-model=
"NumObj.IsBookTeam"
>
...
...
@@ -416,7 +416,6 @@
</el-select>
</td>
</tr>
<tr>
<td
style=
"text-align:right;"
>
{{
$t
(
'pub.pubRemark'
)
}}
:
</td>
<td>
...
...
@@ -428,13 +427,13 @@
{{
$t
(
'ground.cibeizhu'
)
}}
.
</td>
</tr>
<tr>
<tr
style=
"display:none;"
>
<td
style=
"text-align:right;"
>
{{
$t
(
'ground.gysbeizhu'
)
}}
:
</td>
<td>
<el-input
class=
'mt10'
v-model=
'NumObj.SupplierRemarks'
type=
'textarea'
></el-input>
</td>
</tr>
<tr>
<tr
style=
"display:none;"
>
<td
colspan=
"2"
>
{{
$t
(
'ground.cibeizhuchaxun'
)
}}
.
</td>
...
...
@@ -503,23 +502,23 @@
<td
colspan=
"23"
style=
"text-align: left!important;padding:0 20px;"
>
<div
class=
"link"
>
<p
@
click=
"getJourney(item)"
style=
"padding-top:4px;"
>
{{
item
.
Title
}}
</p>
<div
v-if=
"outItem.PriceCommonList[index].DMCNum && outItem.PriceCommonList[index].DMCNum!=''"
class=
"colorE95252"
style=
"padding-top:5px;
"
>
{{
$t
(
'op.DJBZTH'
)
}}
:
{{
outItem
.
PriceCommonList
[
index
].
DMCNum
}}
<div
class=
"colorE95252"
style=
"padding-top:5px;
padding-bottom:4px;font-size:13px;"
>
{{
$t
(
'op.DJBZTH'
)
}}
:
<span
style=
"font-weight:bold"
>
{{
outItem
.
PriceCommonList
[
index
].
DMCNum
}}
</span>
</div>
<div
v-show=
"outItem.PriceCommonList[index].OPInnerRemark!=''"
class=
"colorE95252"
style=
"padding-top:5px;
"
>
{{
$t
(
'Operation.Op_remark'
)
}}
:
{{
outItem
.
PriceCommonList
[
index
].
OPInnerRemark
}}
</div>
style=
"padding-top:5px;
padding-bottom:4px;font-size:13px;"
>
{{
$t
(
'Operation.Op_remark'
)
}}
:
{{
outItem
.
PriceCommonList
[
index
].
OPInnerRemark
}}
</div>
<div
v-show=
"outItem.PriceCommonList[index].OPRemark!=''"
class=
"colorE95252"
style=
"padding-top:5px;
"
>
{{
$t
(
'Operation.Op_duiwaiRemark'
)
}}
:
{{
outItem
.
PriceCommonList
[
index
].
OPRemark
}}
</div>
<div
v-show=
"outItem.PriceCommonList[
0
].DMCRemark!=''"
class=
"colorE95252"
style=
"padding-top:5px;padding-bottom:4px;
"
>
{{
$t
(
'Operation.Op_dijieRemark'
)
}}
:
{{
outItem
.
PriceCommonList
[
index
].
DMCRemark
}}
style=
"padding-top:5px;
padding-bottom:4px;font-size:13px;"
>
{{
$t
(
'Operation.Op_duiwaiRemark'
)
}}
:
{{
outItem
.
PriceCommonList
[
index
].
OPRemark
}}
</div>
<div
v-show=
"outItem.PriceCommonList[
index
].DMCRemark!=''"
class=
"colorE95252"
style=
"padding-top:5px;padding-bottom:4px;
font-size:13px;"
>
{{
$t
(
'Operation.Op_dijieRemark'
)
}}
:
{{
outItem
.
PriceCommonList
[
index
].
DMCRemark
}}
</div>
<div
v-show=
"outItem.PriceCommonList[
0
].SupplierRemarks!=''"
class=
"colorE95252"
style=
"padding-top:5px;padding-bottom:4px;"
>
{{
$t
(
'ground.gysbeizhu'
)
}}
:
{{
outItem
.
PriceCommonList
[
index
].
SupplierRemarks
}}
<div
v-show=
"outItem.PriceCommonList[
index
].SupplierRemarks!=''"
class=
"colorE95252"
style=
"padding-top:5px;padding-bottom:4px;
font-size:13px;
"
>
{{
$t
(
'ground.gysbeizhu'
)
}}
:
{{
outItem
.
PriceCommonList
[
index
].
SupplierRemarks
}}
</div>
<div
v-show=
"outItem.PriceCommonList[
0
].SupplierToDmcRemarks!=''"
class=
"colorE95252"
style=
"padding-top:5px;padding-bottom:4px;"
>
{{
$t
(
'ground.gysduindibeizhu'
)
}}
:
{{
outItem
.
PriceCommonList
[
index
].
SupplierToDmcRemarks
}}
<div
v-show=
"outItem.PriceCommonList[
index
].SupplierToDmcRemarks!=''"
class=
"colorE95252"
style=
"padding-top:5px;padding-bottom:4px;
font-size:13px;
"
>
{{
$t
(
'ground.gysduindibeizhu'
)
}}
:
{{
outItem
.
PriceCommonList
[
index
].
SupplierToDmcRemarks
}}
</div>
</div>
</td>
...
...
src/components/dmc/manager/groundOperation2.vue
0 → 100644
View file @
0f973b19
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
0f973b19
...
...
@@ -641,6 +641,14 @@ export default {
title
:
'联盟管理'
},
},
{
path
:
'/XProcessmanagement'
,
//联盟管理
name
:
'XProcessmanagement'
,
component
:
resolve
=>
require
([
'@/components/administrative/XProcessmanagement'
],
resolve
),
meta
:
{
title
:
'流程管理'
},
},
{
path
:
'/custumerXzCertification'
,
//客户实名认证
name
:
'custumerXzCertification'
,
...
...
@@ -3727,6 +3735,11 @@ export default {
name
:
'groundOperation'
,
component
:
resolve
=>
require
([
'@/components/dmc/manager/groundOperation'
],
resolve
),
},
{
path
:
'/groundOperation2'
,
name
:
'groundOperation2'
,
component
:
resolve
=>
require
([
'@/components/dmc/manager/groundOperation2'
],
resolve
),
},
{
path
:
'/newFeature'
,
name
:
'newFeature'
,
...
...
src/store/actions/team.js
View file @
0f973b19
...
...
@@ -209,7 +209,7 @@ export function addTeamMembers({ state }, teamId, accounts) {
teamId
:
teamId
,
accounts
:
accounts
,
done
:
(
err
,
obj
)
=>
{
console
.
log
(
obj
)
}
})
}
...
...
@@ -227,7 +227,7 @@ export function removeTeamMembers({ state }, teamId, accounts) {
teamId
:
teamId
,
accounts
:
accounts
,
done
:
(
err
,
obj
)
=>
{
console
.
log
(
obj
)
}
})
}
...
...
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