*
{{item.db_field_txt}}
@@ -208,12 +208,14 @@
+
@@ -541,7 +543,9 @@
]
},
numberFlag:false,
- itemVal:{}
+ itemVal:{},
+ contentTrees:'',
+
}
},
props:{
@@ -642,7 +646,7 @@
this.$nextTick(() => {
this.$refs.ueditor.setContent(item.itemContent)
})
- console.log('ineciem',index,item)
+ // console.log('ineciem',index,item)
},
//删除按钮
splitDelete(item,index){
@@ -660,7 +664,6 @@
//保存
splitSave(){
// console.log('vallll',this.contentList)
- console.log('formInline',this.formInline)
this.$refs.splitEditForm.validate(valid=>{
if(valid){
this.submitFlag=true
@@ -943,6 +946,9 @@
message: res.db_field_txt + this.$t('cannotEmpty'),
trigger: 'blur'
})
+
+
+
} else if (res.field_show_type === '4' || res.field_show_type === '6' ||
res.field_show_type === '5' || res.field_show_type === '7'
) {
@@ -1017,6 +1023,7 @@
getAction(this.url.getDocumentInfo, { id: item.id }).then((res) => {
if (res.success) {
this.formInline = res.result
+
// console.log('form11111',this.formInline)
}
})
@@ -1039,6 +1046,14 @@
this.formInline[value + '_id'] = id
this.formInline = { ...this.formInline }
},
+ //树结果选择
+ changeTree(value, label, extra){
+ // console.log('changeValue',value, label, extra)
+ let labelValues = label
+ labelValues.shift()
+ this.contentTrees= labelValues.join(',')
+ },
+
//正则替换小数点
limitNumber(value) {
@@ -1269,4 +1284,10 @@
}
}
}
+ .box-tree-text{
+ .ant-select-selection--multiple{
+ height: 32px;
+ overflow-y: auto;
+ }
+ }
\ No newline at end of file
diff --git a/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue b/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
index 639f7c958..01556b404 100644
--- a/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
+++ b/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
@@ -293,8 +293,21 @@
deleteNode(){
}
+ },
+ computed:{
+
},
mounted() {
+ // let widthBrown = document.documentElement.offsetWidth || document.body.offsetWidth
+ // let client = document.querySelector('.split-detail-table .ant-table-content').getBoundingClientRect()
+ // let width = widthBrown - client.left
+ // console.log('width111',width)
+ //
+ // document.querySelector('.split-detail-table .ant-table-content').style.width=width+'px'
+ // window.fullHeight = document.documentElement.clientHeight
+ // that.fullHeight = window.fullHeight
+
+
this.infoId=this.$route.query.infoId
// console.log('info',this.$route.query)
this.loadMenuData()
@@ -1092,6 +1105,7 @@
.split-detail-right{
padding-left: 20px;
flex: 1;
+
.split-detail-search-header{
margin-bottom: 20px;
.table-page-search-submitButtons{