Commit a0a836d7 authored by 华国豪's avatar 华国豪 🙄

'行程特色'

parent c459db12
...@@ -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', '销售财务单据', item)"> <td colspan="5" style="height: 40px;cursor: pointer;" @click="goUrlSFD('SalesFinancialDetail', '销售财务单据', childItem)">
<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">
......
...@@ -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;
......
...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment