Commit 69c62b56 by 西瓜

三书一函, 字典码框的处理

parent 9b7d524a
......@@ -775,7 +775,7 @@ export default {
}
},
methods: {
mbxz() {
mbxz () {
window.open('file/mb.xls')
},
handleRemove (file, fileList) {
......@@ -995,6 +995,7 @@ export default {
* 展示字典树弹出框
*/
showCodeTreeDialogs (value, id, codeTree) {
debugger
console.log(id)
var self = this
if (value) {
......@@ -1005,7 +1006,19 @@ export default {
self.codeTreeConfig.codeId = ''
self.codeTreeConfig.realrValueKey = id
self.codeTreeConfig.isNf = true
self.codeTreeConfig.title = '是否同意'
if (id == 'zfdw') {
self.codeTreeConfig.title = '制发单位'
} else if (id == 'jsdq') {
self.codeTreeConfig.title = '接收地区'
} else if (id == 'sftcyy') {
self.codeTreeConfig.title = '是否提出异议'
} else if (id == 'sftyyy') {
self.codeTreeConfig.title = '是否同意异议'
} else if (id == 'sfjlcxjz') {
self.codeTreeConfig.title = '是否开展行业治理'
} else if (id == 'sfkzhyzl') {
self.codeTreeConfig.title = '是否建立长效机制'
}
//延迟加载使弹框的z-index值在el-select之上
setTimeout(() => {
self.dialogCodeVisible = true
......
......@@ -207,7 +207,7 @@
<tr>
<td colspan="5" class="numcolor">(三)接收情况</td>
</tr>
<!-- 第16行 -->
<!-- 第16行 -->
<tr>
<td class="numberstyle">1</td>
<td colspan="2" class="textcolor">
......@@ -246,7 +246,7 @@
<span class="symbolstyle">*</span>接收单位:
</td>
<td colspan="2" class="nofillcontent">
<el-input
<el-input
type="text"
v-model="jsdw"
style="width: 100%"
......@@ -712,7 +712,7 @@ export default {
jssj: '',
hfqk: '',
hfxq: '',
jsdq : '',
jsdq: '',
sftcyy: '',
sftcyyStr: '',
yyxq: '',
......@@ -766,7 +766,7 @@ export default {
var query = window.location.hash.split('%')
console.log('333' + query[2].substring(2, 33))
getSsyhBybh({
ssyhbm:query[2].substring(2, 33)
ssyhbm: query[2].substring(2, 33)
}).then(res => {
if (res.code == 200) {
this.ssyhxx = res.data.ssyhxx
......@@ -973,7 +973,19 @@ export default {
self.codeTreeConfig.codeId = ''
self.codeTreeConfig.realrValueKey = id
self.codeTreeConfig.isNf = true
self.codeTreeConfig.title = ''
if (id == 'zfdw') {
self.codeTreeConfig.title = '制发单位'
} else if (id == 'jsdq') {
self.codeTreeConfig.title = '接收地区'
} else if (id == 'sftcyy') {
self.codeTreeConfig.title = '是否提出异议'
} else if (id == 'sftyyy') {
self.codeTreeConfig.title = '是否同意异议'
} else if (id == 'sfjlcxjz') {
self.codeTreeConfig.title = '是否开展行业治理'
} else if (id == 'sfkzhyzl') {
self.codeTreeConfig.title = '是否建立长效机制'
}
//延迟加载使弹框的z-index值在el-select之上
setTimeout(() => {
self.dialogCodeVisible = true
......@@ -1080,6 +1092,12 @@ export default {
}
</script>
<style lang="scss" scoped>
/deep/.el-dialog__header {
background-color: #1a81e1;
}
</style>
<style scoped>
.textcolor {
font-size: 14px;
......
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