feat: There is no way the, bug #52122
This commit is contained in:
@@ -361,7 +361,7 @@
|
||||
class="common-button-primary"
|
||||
size="mini"
|
||||
style="position:absolute;top: 10px;right: 0;"
|
||||
@click="selectLaws('DTQBBHBUSS'),config.attrName = '代替企标编号'"
|
||||
@click="selectLaws('DTQBBHBUSS','代替企标编号')"
|
||||
>{{'手动查找'}}</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item label="关联文件" prop="GLWJBUSSName" class="add-form-item form-item-disabled">
|
||||
@@ -433,7 +433,7 @@
|
||||
class="common-button-primary"
|
||||
size="mini"
|
||||
style="position:absolute;top: 10px;right: 0;"
|
||||
@click="selectLaws('BDTQBBHBUSS'),config.attrName = '被代替企标编号'"
|
||||
@click="selectLaws('BDTQBBHBUSS','被代替企标编号')"
|
||||
>{{'手动查找'}}</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item label="上传时间" prop="XCSJBUSS" class="add-form-item form-item-disabled">
|
||||
@@ -813,7 +813,7 @@
|
||||
}, e => {
|
||||
})
|
||||
},
|
||||
selectLaws (type) {
|
||||
selectLaws (type,title) {
|
||||
// if (this.standNumFlag === 1) {
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
@@ -821,7 +821,7 @@
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
this.$emit('formSelectLawsCancel', this.replaceLawsNumModel,this.replaceLawType);
|
||||
this.$emit('formSelectLawsCancel', this.replaceLawsNumModel,this.replaceLawType,title);
|
||||
},
|
||||
fileUpload (type) {
|
||||
// this.fileMadel = true;//此句应在最后执行,否则会有先显示没变换的的文件列表,在显示变换了的文件列表
|
||||
|
||||
@@ -2503,6 +2503,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -1151,9 +1151,10 @@
|
||||
formChoiceZRRListCancel(type, title, id){
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType){
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType,title){
|
||||
this.replaceLawsNumModel = replaceLawsNumModel
|
||||
this.replaceLawType = replaceLawType
|
||||
this.config.attrName = title
|
||||
this.getReplaceLawsNumRow()
|
||||
},
|
||||
emitDataLoading(boo){
|
||||
@@ -1925,6 +1926,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -1197,9 +1197,10 @@
|
||||
formChoiceZRRListCancel(type, title, id){
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType){
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType,title){
|
||||
this.replaceLawsNumModel = replaceLawsNumModel
|
||||
this.replaceLawType = replaceLawType
|
||||
this.config.attrName = title
|
||||
this.getReplaceLawsNumRow()
|
||||
},
|
||||
emitDataLoading(boo){
|
||||
@@ -1982,6 +1983,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -1289,9 +1289,10 @@
|
||||
formChoiceZRRListCancel(type, title, id){
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType){
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType,title){
|
||||
this.replaceLawsNumModel = replaceLawsNumModel
|
||||
this.replaceLawType = replaceLawType
|
||||
this.config.attrName = title
|
||||
this.getReplaceLawsNumRow()
|
||||
},
|
||||
emitDataLoading(boo){
|
||||
@@ -2074,6 +2075,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -1198,9 +1198,10 @@
|
||||
formChoiceZRRListCancel(type, title, id){
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType){
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType,title){
|
||||
this.replaceLawsNumModel = replaceLawsNumModel
|
||||
this.replaceLawType = replaceLawType
|
||||
this.config.attrName = title
|
||||
this.getReplaceLawsNumRow()
|
||||
},
|
||||
emitDataLoading(boo){
|
||||
@@ -1983,6 +1984,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -1298,9 +1298,10 @@
|
||||
formChoiceZRRListCancel(type, title, id){
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType){
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType,title){
|
||||
this.replaceLawsNumModel = replaceLawsNumModel
|
||||
this.replaceLawType = replaceLawType
|
||||
this.config.attrName = title
|
||||
this.getReplaceLawsNumRow()
|
||||
},
|
||||
emitDataLoading(boo){
|
||||
@@ -2083,6 +2084,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -353,7 +353,7 @@
|
||||
class="common-button-primary"
|
||||
size="mini"
|
||||
style="position:absolute;top: 10px;right: 0;"
|
||||
@click="selectLaws('DTQBBHBUSS'),config.attrName = '代替企标编号'"
|
||||
@click="selectLaws('DTQBBHBUSS','代替企标编号')"
|
||||
>{{'手动查找'}}</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item label="采用标准" prop="CYBZ" class="add-form-item form-item-disabled">
|
||||
@@ -368,7 +368,7 @@
|
||||
class="common-button-primary"
|
||||
size="mini"
|
||||
style="position:absolute;top: 10px;right: 0;"
|
||||
@click="selectLaws('CYBZ'),config.attrName = '采用标准'"
|
||||
@click="selectLaws('CYBZ','采用标准')"
|
||||
>{{'手动查找'}}</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item label="引用标准" prop="YYBZ" class="add-form-item form-item-disabled">
|
||||
@@ -383,7 +383,7 @@
|
||||
class="common-button-primary"
|
||||
size="mini"
|
||||
style="position:absolute;top: 10px;right: 0;"
|
||||
@click="selectLaws('YYBZ'),config.attrName = '引用标准'"
|
||||
@click="selectLaws('YYBZ','引用标准')"
|
||||
>{{'手动查找'}}</el-button>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
@@ -850,7 +850,7 @@ export default {
|
||||
}, e => {
|
||||
})
|
||||
},
|
||||
selectLaws (type) {
|
||||
selectLaws (type,title) {
|
||||
// if (this.standNumFlag === 1) {
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
@@ -858,7 +858,7 @@ export default {
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
this.$emit('formSelectLawsCancel', this.replaceLawsNumModel,this.replaceLawType);
|
||||
this.$emit('formSelectLawsCancel', this.replaceLawsNumModel,this.replaceLawType,title);
|
||||
},
|
||||
fileUpload (type) {
|
||||
// this.fileMadel = true;//此句应在最后执行,否则会有先显示没变换的的文件列表,在显示变换了的文件列表
|
||||
|
||||
@@ -2463,6 +2463,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -1178,9 +1178,10 @@
|
||||
formChoiceZRRListCancel(type, title, id){
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType){
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType,title){
|
||||
this.replaceLawsNumModel = replaceLawsNumModel
|
||||
this.replaceLawType = replaceLawType
|
||||
this.config.attrName = title
|
||||
this.getReplaceLawsNumRow()
|
||||
},
|
||||
emitDataLoading(boo){
|
||||
@@ -1958,6 +1959,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -1182,9 +1182,10 @@
|
||||
formChoiceZRRListCancel(type, title, id){
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType){
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType,title){
|
||||
this.replaceLawsNumModel = replaceLawsNumModel
|
||||
this.replaceLawType = replaceLawType
|
||||
this.config.attrName = title
|
||||
this.getReplaceLawsNumRow()
|
||||
},
|
||||
emitDataLoading(boo){
|
||||
@@ -1965,6 +1966,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -1220,9 +1220,10 @@
|
||||
formChoiceZRRListCancel(type, title, id){
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType){
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType,title){
|
||||
this.replaceLawsNumModel = replaceLawsNumModel
|
||||
this.replaceLawType = replaceLawType
|
||||
this.config.attrName = title
|
||||
this.getReplaceLawsNumRow()
|
||||
},
|
||||
emitDataLoading(boo){
|
||||
@@ -2014,6 +2015,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -1566,9 +1566,10 @@
|
||||
formChoiceZRRListCancel(type, title, id){
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType){
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType,title){
|
||||
this.replaceLawsNumModel = replaceLawsNumModel
|
||||
this.replaceLawType = replaceLawType
|
||||
this.config.attrName = title
|
||||
this.getReplaceLawsNumRow()
|
||||
},
|
||||
emitDataLoading(boo){
|
||||
@@ -2362,6 +2363,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -1386,9 +1386,10 @@
|
||||
formChoiceZRRListCancel(type, title, id){
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType){
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType,title){
|
||||
this.replaceLawsNumModel = replaceLawsNumModel
|
||||
this.replaceLawType = replaceLawType
|
||||
this.config.attrName = title
|
||||
this.getReplaceLawsNumRow()
|
||||
},
|
||||
emitDataLoading(boo){
|
||||
@@ -2143,6 +2144,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -1220,9 +1220,10 @@
|
||||
formChoiceZRRListCancel(type, title, id){
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType){
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType,title){
|
||||
this.replaceLawsNumModel = replaceLawsNumModel
|
||||
this.replaceLawType = replaceLawType
|
||||
this.config.attrName = title
|
||||
this.getReplaceLawsNumRow()
|
||||
},
|
||||
emitDataLoading(boo){
|
||||
@@ -2013,6 +2014,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
@@ -1566,9 +1566,10 @@
|
||||
formChoiceZRRListCancel(type, title, id){
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType){
|
||||
formSelectLawsCancel(replaceLawsNumModel,replaceLawType,title){
|
||||
this.replaceLawsNumModel = replaceLawsNumModel
|
||||
this.replaceLawType = replaceLawType
|
||||
this.config.attrName = title
|
||||
this.getReplaceLawsNumRow()
|
||||
},
|
||||
emitDataLoading(boo){
|
||||
@@ -2360,6 +2361,7 @@
|
||||
// this.$refs.selections.selectAll(false)
|
||||
// }
|
||||
// this.sarBussionessLawsEO.replaceLawsNum = ''
|
||||
this.replaceLawsNumForm.numberName = ""
|
||||
this.replaceLawsNumModel = true
|
||||
this.replaceLawType = ''
|
||||
this.replaceLawType = type
|
||||
|
||||
Reference in New Issue
Block a user