关联模块-回显
This commit is contained in:
@@ -2263,6 +2263,7 @@
|
||||
}
|
||||
this.modalShowFlag1 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideCancel(){
|
||||
this.modalShowFlag1 = false
|
||||
@@ -2282,6 +2283,7 @@
|
||||
}
|
||||
this.modalShowFlag2 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideBusVsCancel(){
|
||||
this.modalShowFlag2 = false
|
||||
@@ -2301,6 +2303,7 @@
|
||||
}
|
||||
this.modalShowFlag3 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideCarVsCancel(){
|
||||
this.modalShowFlag3 = false
|
||||
|
||||
@@ -2383,19 +2383,6 @@
|
||||
}
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideBusVs (checkedIds, checkedData,isShow,isLoadChild,topId) {
|
||||
if(checkedData) {
|
||||
if(checkedData.length > 0){
|
||||
this.form.VPPSBMBUSS = checkedData.map(item => item.code).join(",")
|
||||
this.form.VPPSCNBUSS = checkedData.map(item => item.chineseName).join(",")
|
||||
}else {
|
||||
this.form.VPPSBMBUSS = checkedData.code
|
||||
this.form.VPPSCNBUSS = checkedData.chineseName
|
||||
}
|
||||
}
|
||||
this.modalShowFlag2 = false
|
||||
this.$forceUpdate()
|
||||
},
|
||||
popoverHide (checkedIds, checkedData,isShow,isLoadChild,topId) {
|
||||
if(checkedData) {
|
||||
if (checkedData.length > 0) {
|
||||
@@ -2414,6 +2401,7 @@
|
||||
}
|
||||
this.modalShowFlag1 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideCancel(){
|
||||
this.modalShowFlag1 = false
|
||||
@@ -2433,6 +2421,7 @@
|
||||
}
|
||||
this.modalShowFlag2 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideBusVsCancel(){
|
||||
this.modalShowFlag2 = false
|
||||
@@ -2452,6 +2441,7 @@
|
||||
}
|
||||
this.modalShowFlag3 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideCarVsCancel(){
|
||||
this.modalShowFlag3 = false
|
||||
|
||||
@@ -2274,19 +2274,6 @@
|
||||
}
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideBusVs (checkedIds, checkedData,isShow,isLoadChild,topId) {
|
||||
if(checkedData) {
|
||||
if(checkedData.length > 0){
|
||||
this.form.VPPSBMBUSS = checkedData.map(item => item.code).join(",")
|
||||
this.form.VPPSCNBUSS = checkedData.map(item => item.chineseName).join(",")
|
||||
}else {
|
||||
this.form.VPPSBMBUSS = checkedData.code
|
||||
this.form.VPPSCNBUSS = checkedData.chineseName
|
||||
}
|
||||
}
|
||||
this.modalShowFlag2 = false
|
||||
this.$forceUpdate()
|
||||
},
|
||||
popoverHide (checkedIds, checkedData,isShow,isLoadChild,topId) {
|
||||
if(checkedData) {
|
||||
if (checkedData.length > 0) {
|
||||
@@ -2305,6 +2292,7 @@
|
||||
}
|
||||
this.modalShowFlag1 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideCancel(){
|
||||
this.modalShowFlag1 = false
|
||||
@@ -2324,6 +2312,7 @@
|
||||
}
|
||||
this.modalShowFlag2 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideBusVsCancel(){
|
||||
this.modalShowFlag2 = false
|
||||
@@ -2343,6 +2332,7 @@
|
||||
}
|
||||
this.modalShowFlag3 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideCarVsCancel(){
|
||||
this.modalShowFlag3 = false
|
||||
|
||||
@@ -2638,6 +2638,7 @@
|
||||
}
|
||||
this.modalShowFlag1 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideCancel(){
|
||||
this.modalShowFlag1 = false
|
||||
@@ -2657,6 +2658,7 @@
|
||||
}
|
||||
this.modalShowFlag2 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideBusVsCancel(){
|
||||
this.modalShowFlag2 = false
|
||||
@@ -2676,6 +2678,7 @@
|
||||
}
|
||||
this.modalShowFlag3 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideCarVsCancel(){
|
||||
this.modalShowFlag3 = false
|
||||
|
||||
@@ -2261,19 +2261,6 @@
|
||||
}
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideBusVs (checkedIds, checkedData,isShow,isLoadChild,topId) {
|
||||
if(checkedData) {
|
||||
if(checkedData.length > 0){
|
||||
this.form.VPPSBMBUSS = checkedData.map(item => item.code).join(",")
|
||||
this.form.VPPSCNBUSS = checkedData.map(item => item.chineseName).join(",")
|
||||
}else {
|
||||
this.form.VPPSBMBUSS = checkedData.code
|
||||
this.form.VPPSCNBUSS = checkedData.chineseName
|
||||
}
|
||||
}
|
||||
this.modalShowFlag2 = false
|
||||
this.$forceUpdate()
|
||||
},
|
||||
popoverHide (checkedIds, checkedData,isShow,isLoadChild,topId) {
|
||||
if(checkedData) {
|
||||
if (checkedData.length > 0) {
|
||||
@@ -2292,6 +2279,7 @@
|
||||
}
|
||||
this.modalShowFlag1 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideCancel(){
|
||||
this.modalShowFlag1 = false
|
||||
@@ -2311,6 +2299,7 @@
|
||||
}
|
||||
this.modalShowFlag2 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideBusVsCancel(){
|
||||
this.modalShowFlag2 = false
|
||||
@@ -2330,6 +2319,7 @@
|
||||
}
|
||||
this.modalShowFlag3 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideCarVsCancel(){
|
||||
this.modalShowFlag3 = false
|
||||
|
||||
@@ -2640,6 +2640,7 @@
|
||||
}
|
||||
this.modalShowFlag1 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideCancel(){
|
||||
this.modalShowFlag1 = false
|
||||
@@ -2659,6 +2660,7 @@
|
||||
}
|
||||
this.modalShowFlag2 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideBusVsCancel(){
|
||||
this.modalShowFlag2 = false
|
||||
@@ -2678,6 +2680,7 @@
|
||||
}
|
||||
this.modalShowFlag3 = false
|
||||
this.$forceUpdate()
|
||||
this.formKey++
|
||||
},
|
||||
popoverHideCarVsCancel(){
|
||||
this.modalShowFlag3 = false
|
||||
|
||||
Reference in New Issue
Block a user