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
e4842613
Commit
e4842613
authored
Feb 26, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘行程特色bug@’
parent
2281780f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
430 additions
and
79 deletions
+430
-79
cssReset.css
src/assets/css/cssReset.css
+1
-0
addCapitalAllocation.vue
src/components/FinancialModule/addCapitalAllocation.vue
+424
-77
travelFeature3.vue
...lmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
+5
-2
No files found.
src/assets/css/cssReset.css
View file @
e4842613
...
...
@@ -103,6 +103,7 @@ input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}
.w220
{
width
:
220px
!important
;}
.w230
{
width
:
230px
!important
;}
.w240
{
width
:
240px
!important
;}
.w250
{
width
:
250px
!important
;}
.w260
{
width
:
260px
!important
;}
.w272
{
width
:
272px
!important
;}
.w275
{
width
:
275px
!important
;}
...
...
src/components/FinancialModule/addCapitalAllocation.vue
View file @
e4842613
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
View file @
e4842613
...
...
@@ -2,7 +2,7 @@
<!--
<div
id=
'newFeatureBox'
v-if=
"!Refresh"
v-loading=
"RenderingOk"
>
-->
<div
id=
'newFeatureBox'
v-if=
"!Refresh"
>
<!-- 酒店 -->
<div
class=
"travle_page"
v-for=
"(item, index) in hotelObj.pageList"
:key=
"'hotel'+index "
v-if=
"
item ===
0"
>
<div
class=
"travle_page"
v-for=
"(item, index) in hotelObj.pageList"
:key=
"'hotel'+index "
v-if=
"
hotelObj.list.length>
0"
>
<!-- 酒店1 -->
<div
class=
"travel_hotel_1"
v-if=
"item === 0 && hotelObj.list!=null && hotelObj.list.length>0"
>
<div
class=
"hotel_1_header"
>
...
...
@@ -1354,7 +1354,8 @@
init
:
function
()
{
//初始化
let
dataList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
FeatureData
));
let
deleteDataList
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
FeatureData
.
FeatureHtmlJsonDelete
));
this
.
deleteArray
=
deleteDataList
===
""
?
this
.
deleteArray
:
deleteDataList
;
this
.
deleteArray
=
!
deleteDataList
?
[]
:
deleteDataList
;
console
.
log
(
"this.deleteArray"
,
this
.
deleteArray
)
console
.
log
(
"dataList"
,
dataList
,
!
this
.
$route
.
query
.
configId
,
dataList
.
switch4or5
)
// console.log("this.$route.query.configId && this.FeatureData.FeatureType
<
4
",this.$route.query.configId && this.FeatureData.FeatureType<4) || (this.$route.query.configId && this.FeatureData.FeatureType<4)
if (!this.$route.query.configId || (this.$route.query.configId && dataList.switch4or5) || (this.$route.query.configId && this.FeatureData.lastFeatureType<4)){
...
...
@@ -1841,6 +1842,7 @@
},
// 版块删除
bolckToDelete: function (name, index1, index2) {
console.log(name, index1)
let blockList = [];
if (name === 'hotel') {
blockList = this.hotelObj.list
...
...
@@ -1849,6 +1851,7 @@
} else if (name === 'restaurant') {
blockList = this.restaurantObj.list
}
console.log(blockList)
this.imgTopReset(name, index1, index2);
this.deleteArray.push(blockList[index1]);
console.log("
删除
",blockList[index1])
...
...
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