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
a0a836d7
Commit
a0a836d7
authored
Jan 31, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'行程特色'
parent
c459db12
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+1
-1
VEditDiv.vue
...wTravelmanager/TravelGroupControl/TravelTemp/VEditDiv.vue
+1
-1
travelFeature3.vue
...lmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
+2
-5
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
a0a836d7
...
@@ -1690,7 +1690,7 @@
...
@@ -1690,7 +1690,7 @@
<span
class=
"RL-redType RL-remarkCon"
>
{{
childItem
.
OP_Remarks
?
childItem
.
OP_Remarks
:
'无'
}}
</span>
<span
class=
"RL-redType RL-remarkCon"
>
{{
childItem
.
OP_Remarks
?
childItem
.
OP_Remarks
:
'无'
}}
</span>
</div>
</div>
</td>
</td>
<td
colspan=
"5"
style=
"height: 40px;cursor: pointer;"
@
click=
"goUrlSFD('SalesFinancialDetail', '销售财务单据',
i
tem)"
>
<td
colspan=
"5"
style=
"height: 40px;cursor: pointer;"
@
click=
"goUrlSFD('SalesFinancialDetail', '销售财务单据',
childI
tem)"
>
<div>
<div>
<span>
财务单据:
</span>
<span>
财务单据:
</span>
<span
v-for=
"(item2,index2) in childItem.FinanceList"
:key=
"index2"
>
<span
v-for=
"(item2,index2) in childItem.FinanceList"
:key=
"index2"
>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelTemp/VEditDiv.vue
View file @
a0a836d7
...
@@ -28,7 +28,7 @@ export default {
...
@@ -28,7 +28,7 @@ export default {
changeText
:
function
()
{
changeText
:
function
()
{
// let sel = window.getSelection()
// let sel = window.getSelection()
// let offset = sel.anchorOffset
// let offset = sel.anchorOffset
//
this.$emit("input", this.$el.innerText);
this
.
$emit
(
"input"
,
this
.
$el
.
innerText
);
// setTimeout( () => {
// setTimeout( () => {
// var range = sel.getRangeAt(0)
// var range = sel.getRangeAt(0)
// var textNode = range.startContainer;
// var textNode = range.startContainer;
...
...
src/components/newTravelmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
View file @
a0a836d7
...
@@ -1823,7 +1823,7 @@
...
@@ -1823,7 +1823,7 @@
}
}
this
.
imgTopReset
(
name
,
index1
,
index2
);
this
.
imgTopReset
(
name
,
index1
,
index2
);
this
.
deleteArray
.
push
(
blockList
[
index1
]);
this
.
deleteArray
.
push
(
blockList
[
index1
]);
//
console.log("删除",blockList[index1])
console
.
log
(
"删除"
,
blockList
[
index1
])
blockList
.
splice
(
index1
,
1
);
blockList
.
splice
(
index1
,
1
);
this
.
pageCount
(
name
)
this
.
pageCount
(
name
)
},
},
...
@@ -1839,6 +1839,7 @@
...
@@ -1839,6 +1839,7 @@
basicData
:
travelFeature2
,
basicData
:
travelFeature2
,
deleteArray
:
this
.
deleteArray
deleteArray
:
this
.
deleteArray
}
}
console
.
log
(
obj
)
return
obj
;
return
obj
;
},
},
// 设置编辑状态
// 设置编辑状态
...
@@ -1855,16 +1856,12 @@
...
@@ -1855,16 +1856,12 @@
handler
:
function
(
val
,
oldVal
)
{
handler
:
function
(
val
,
oldVal
)
{
if
(
this
.
ReadOnly
)
return
;
if
(
this
.
ReadOnly
)
return
;
if
(
val
&&
this
.
oldVal
!=
null
)
{
if
(
val
&&
this
.
oldVal
!=
null
)
{
console
.
log
(
"wa1111oldVal"
,
oldVal
)
console
.
log
(
"wa1111aval"
,
val
)
// console.log("watch_if_FeatureData",11111)
// console.log("watch_if_FeatureData",11111)
this
.
newVal
=
JSON
.
parse
(
JSON
.
stringify
(
val
));
this
.
newVal
=
JSON
.
parse
(
JSON
.
stringify
(
val
));
this
.
Refresh
=
true
;
this
.
Refresh
=
true
;
this
.
theFirstTime
=
false
this
.
theFirstTime
=
false
return
return
}
else
{
}
else
{
console
.
log
(
"wa2222oldVal"
,
oldVal
)
console
.
log
(
"wa2222aval"
,
val
)
// console.log("watch_else_FeatureData",333)
// console.log("watch_else_FeatureData",333)
this
.
oldVal
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
FeatureData
));
this
.
oldVal
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
FeatureData
));
this
.
init
()
this
.
init
()
...
...
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