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
d38e6151
Commit
d38e6151
authored
Feb 12, 2019
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
d02ccad2
a5079724
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
15 deletions
+26
-15
feture2.css
src/assets/css/feture2.css
+2
-2
EasyReport.vue
src/components/FinancialModule/ReportForm/EasyReport.vue
+4
-2
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+5
-3
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+8
-7
travelFeature3.vue
...lmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
+7
-1
No files found.
src/assets/css/feture2.css
View file @
d38e6151
...
@@ -1768,7 +1768,7 @@ div{
...
@@ -1768,7 +1768,7 @@ div{
margin
:
0
0
0
20px
;
margin
:
0
0
0
20px
;
width
:
227px
;
width
:
227px
;
height
:
227px
;
height
:
227px
;
border-radius
:
50%
;
/* border-radius: 50%; */
}
}
.restaurant_1_info_2_right
>
.restaurant_1_info_2_right_top
>
div
:hover
>
.travel_toolbar
{
.restaurant_1_info_2_right
>
.restaurant_1_info_2_right_top
>
div
:hover
>
.travel_toolbar
{
display
:
block
;
display
:
block
;
...
@@ -1778,7 +1778,7 @@ div{
...
@@ -1778,7 +1778,7 @@ div{
position
:
absolute
;
position
:
absolute
;
z-index
:
3
;
z-index
:
3
;
left
:
0px
;
left
:
0px
;
top
:
-
30
px
;
top
:
-
25
px
;
}
}
.restaurant_1_info_2_right
>
.restaurant_1_info_2_right_top
>
div
>
.dragDiv
{
.restaurant_1_info_2_right
>
.restaurant_1_info_2_right_top
>
div
>
.dragDiv
{
position
:
relative
;
position
:
relative
;
...
...
src/components/FinancialModule/ReportForm/EasyReport.vue
View file @
d38e6151
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
.page_EasyReport_form
.el-date-editor.el-input
,
.page_EasyReport_form
.el-date-editor.el-input__inner
{
width
:
100%
!important
;}
.page_EasyReport_form
.el-date-editor.el-input
,
.page_EasyReport_form
.el-date-editor.el-input__inner
{
width
:
100%
!important
;}
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"page_EasyReport"
>
<div
class=
"page_EasyReport"
v-loading=
"AALloading"
>
<div
class=
"page_EasyReport_set clearfix"
>
<div
class=
"page_EasyReport_set clearfix"
>
<el-form
class=
"clearfix page_EasyReport_form"
label-width=
"110px"
>
<el-form
class=
"clearfix page_EasyReport_form"
label-width=
"110px"
>
<el-row
style=
"padding:15px 0 0 0;"
>
<el-row
style=
"padding:15px 0 0 0;"
>
...
@@ -85,6 +85,7 @@ export default {
...
@@ -85,6 +85,7 @@ export default {
pageIndex
:
1
,
pageIndex
:
1
,
multipleSort
:
false
,
multipleSort
:
false
,
loading
:
false
,
loading
:
false
,
AALloading
:
false
,
userId
:
-
2
,
userId
:
-
2
,
columns
:
[
columns
:
[
{
{
...
@@ -340,6 +341,7 @@ export default {
...
@@ -340,6 +341,7 @@ export default {
this
.
getData
()
this
.
getData
()
},
methods
:{
},
methods
:{
togbu
:
function
()
{
togbu
:
function
()
{
this
.
AALloading
=
true
let
msg
=
{
let
msg
=
{
Year
:
this
.
year
,
Year
:
this
.
year
,
sharelist
:
[],
sharelist
:
[],
...
@@ -357,7 +359,7 @@ export default {
...
@@ -357,7 +359,7 @@ export default {
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
$message
.
success
(
res
.
data
.
message
)
this
.
$message
.
success
(
res
.
data
.
message
)
}
else
{
}
else
{
this
.
loading
=
false
this
.
AAL
loading
=
false
this
.
$message
.
error
(
res
.
data
.
message
)
this
.
$message
.
error
(
res
.
data
.
message
)
}
}
})
})
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
d38e6151
...
@@ -407,7 +407,7 @@ tr._item_list td:last-child {
...
@@ -407,7 +407,7 @@ tr._item_list td:last-child {
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"page_fnDm page_RecPayQuery"
>
<div
class=
"page_fnDm page_RecPayQuery"
v-loading=
"AALloading"
>
<div
class=
"query-box"
>
<div
class=
"query-box"
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-row
style=
"padding:15px 20px 0 0;"
>
<el-row
style=
"padding:15px 20px 0 0;"
>
...
@@ -1228,7 +1228,8 @@ export default {
...
@@ -1228,7 +1228,8 @@ export default {
],
],
footer
:
[],
footer
:
[],
pageSize
:
6
,
pageSize
:
6
,
pageIndex
:
1
pageIndex
:
1
,
AALloading
:
false
,
};
};
},
},
created
()
{},
created
()
{},
...
@@ -1257,11 +1258,12 @@ export default {
...
@@ -1257,11 +1258,12 @@ export default {
});
});
},
},
togbu
:
function
()
{
togbu
:
function
()
{
this
.
AALloading
=
true
this
.
apipost
(
'financestatistics_post_InsertFinanceStatistics'
,
{},
res
=>
{
this
.
apipost
(
'financestatistics_post_InsertFinanceStatistics'
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
$message
.
success
(
res
.
data
.
message
)
this
.
$message
.
success
(
res
.
data
.
message
)
}
else
{
}
else
{
this
.
loading
=
false
this
.
AAL
loading
=
false
this
.
$message
.
error
(
res
.
data
.
message
)
this
.
$message
.
error
(
res
.
data
.
message
)
}
}
})
})
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
d38e6151
...
@@ -1494,9 +1494,9 @@
...
@@ -1494,9 +1494,9 @@
</tr>
</tr>
</table>
</table>
</div>
</div>
<span
v-if=
'item.isOwn==1 || userId==1||userId==5 || isUpdateOrder'
:style=
"
{cursor: 'pointer',color:item.isEnd===0 ? '' : '#e95252' }" @click="getOrderDetail(item)" slot="reference">
{{
item
.
income
}}
</span>
<span
v-else
>
******
</span>
</el-popover>
</el-popover>
<span
v-if=
'item.isOwn==1 || userId==1||userId==5 || isUpdateOrder'
:style=
"
{cursor: pointer,color:item.isEnd===0 ? '' : '#e95252' }" @click="getOrderDetail(item)" slot="reference">
{{
item
.
income
}}
</span>
<span
v-else
>
******
</span>
<!--
<span
v-if=
'item.isOwn!=1 && userId!=1&&userId!=5 && isUpdateOrder==false'
>
******
</span>
-->
<!--
<span
v-if=
'item.isOwn!=1 && userId!=1&&userId!=5 && isUpdateOrder==false'
>
******
</span>
-->
</td>
</td>
<td>
<td>
...
@@ -1529,7 +1529,7 @@
...
@@ -1529,7 +1529,7 @@
确认函下载
确认函下载
</span>
</span>
<i
v-if=
'item.confirmFileList.length>0&&item.commissionSharePeople !== userId'
@
click=
"deleteFile(item)"
style=
"margin-left: 5px;"
class=
"el-icon-error color999"
></i>
<i
v-if=
'item.confirmFileList.length>0&&item.commissionSharePeople !== userId'
@
click=
"deleteFile(item)"
style=
"margin-left: 5px;"
class=
"el-icon-error color999"
></i>
<el-upload
v-if=
'(item.confirmFileList.length==0&&item.isOwn==1)||userId==1||userId==5'
:http-request=
"uploadFileBtn"
:multiple=
"false"
:show-file-list=
"false"
aciton=
''
>
<el-upload
v-if=
'(item.confirmFileList.length==0&&item.isOwn==1)||userId==1||userId==5'
:http-request=
"uploadFileBtn"
:multiple=
"false"
:show-file-list=
"false"
>
<el-button
size=
"small"
type=
"danger"
@
click=
'getItem(item)'
>
上传
</el-button>
<el-button
size=
"small"
type=
"danger"
@
click=
'getItem(item)'
>
上传
</el-button>
</el-upload>
</el-upload>
</td>
</td>
...
@@ -1770,9 +1770,9 @@
...
@@ -1770,9 +1770,9 @@
<td
colspan=
"4"
align=
"center"
>
暂无数据
</td>
<td
colspan=
"4"
align=
"center"
>
暂无数据
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
<span
v-if=
'item.isEnd==0'
style=
"cursor: pointer;"
@
click=
"getOrderDetail(item)"
slot=
"reference"
>
{{item.income}}
</span>
<span
v-if=
'item.isEnd==0'
style=
"cursor: pointer;"
@
click=
"getOrderDetail(item)"
slot=
"reference"
>
{{item.income}}
</span>
<span
v-if=
'item.isEnd!=0'
style=
"cursor: pointer;color: #e95252;"
@
click=
"getOrderDetail(item)"
slot=
"reference"
>
{{item.income}}
</span>
<span
v-if=
'item.isEnd!=0'
style=
"cursor: pointer;color: #e95252;"
@
click=
"getOrderDetail(item)"
slot=
"reference"
>
{{item.income}}
</span>
</el-popover>
</el-popover>
</td>
</td>
<td>
{{item.refund}}
</td>
<td>
{{item.refund}}
</td>
...
@@ -1791,7 +1791,7 @@
...
@@ -1791,7 +1791,7 @@
确认函下载
确认函下载
</span>
</span>
<i
v-if=
'item.confirmFileList.length>0&&item.commissionSharePeople !== userId'
@
click=
"deleteFile(item)"
style=
"margin-left: 5px;"
class=
"el-icon-error color999"
></i>
<i
v-if=
'item.confirmFileList.length>0&&item.commissionSharePeople !== userId'
@
click=
"deleteFile(item)"
style=
"margin-left: 5px;"
class=
"el-icon-error color999"
></i>
<el-upload
v-if=
'(item.confirmFileList.length==0&&item.isOwn==1)||userId==1||userId==5'
:http-request=
"uploadFileBtn"
:multiple=
"false"
:show-file-list=
"false"
aciton=
''
>
<el-upload
v-if=
'(item.confirmFileList.length==0&&item.isOwn==1)||userId==1||userId==5'
:http-request=
"uploadFileBtn"
:multiple=
"false"
:show-file-list=
"false"
>
<el-button
size=
"small"
type=
"danger"
@
click=
'getItem(item)'
>
上传
</el-button>
<el-button
size=
"small"
type=
"danger"
@
click=
'getItem(item)'
>
上传
</el-button>
</el-upload>
</el-upload>
</td>
</td>
...
@@ -3491,6 +3491,7 @@ export default {
...
@@ -3491,6 +3491,7 @@ export default {
);
);
},
},
getOrderDetail
(
obj
)
{
getOrderDetail
(
obj
)
{
console
.
log
(
obj
)
this
.
apipost
(
this
.
apipost
(
"Financial_post_GetOrderFinanceList"
,
"Financial_post_GetOrderFinanceList"
,
{
OrderId
:
obj
.
orderId
,
OrderResource
:
8
},
{
OrderId
:
obj
.
orderId
,
OrderResource
:
8
},
...
...
src/components/newTravelmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
View file @
d38e6151
...
@@ -1408,6 +1408,11 @@
...
@@ -1408,6 +1408,11 @@
}
}
}
}
}
}
let
json
=
this
.
FeatureData
.
FeatureHtmlJson
?
JSON
.
parse
(
JSON
.
stringify
(
this
.
FeatureData
.
FeatureHtmlJson
))
:
''
;
// console.log("jsonjsonjson",json)
this
.
hotelObj
.
title
=
json
.
hotelObj
.
title
.
first
?
json
.
hotelObj
.
title
:
this
.
hotelObj
.
title
;
this
.
restaurantObj
.
title
=
json
.
restaurantObj
.
title
?
json
.
restaurantObj
.
title
:
this
.
restaurantObj
.
title
;
this
.
viewSpotObj
.
title
=
json
.
viewSpotObj
.
title
?
json
.
viewSpotObj
.
title
:
this
.
viewSpotObj
.
title
;
},
},
// 酒店图片拖拽
// 酒店图片拖拽
onHotelDragstop
(
x
,
y
){
onHotelDragstop
(
x
,
y
){
...
@@ -1854,7 +1859,8 @@
...
@@ -1854,7 +1859,8 @@
watch
:{
watch
:{
FeatureData
:{
FeatureData
:{
handler
:
function
(
val
,
oldVal
)
{
handler
:
function
(
val
,
oldVal
)
{
console
.
log
(
'2019年1月31日16:38:08'
,
oldVal
)
console
.
log
(
'2019年2月12日10:53:11'
,
oldVal
)
console
.
log
(
'2019年2月12日10:53:22'
,
val
)
if
(
this
.
ReadOnly
)
return
;
if
(
this
.
ReadOnly
)
return
;
if
(
val
&&
this
.
oldVal
!=
null
)
{
if
(
val
&&
this
.
oldVal
!=
null
)
{
// console.log("watch_if_FeatureData",11111)
// console.log("watch_if_FeatureData",11111)
...
...
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