Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8a500b05
authored
2023-08-30 10:41:54 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
--no commit message
2 parents
9d0a6f27
dcce5acb
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
442 additions
and
310 deletions
src/views/sqcx/dydjb/components/addDydjb.vue
src/views/sqcx/sqcxjl/sqcxjl.vue
src/views/system/dymbgl/components/editDialog.vue
src/views/system/dymbgl/dymbgl.vue
src/views/workflow/components/dialog/zsdy.vue
src/views/workflow/components/dialog/zsyl.vue
src/views/workflow/components/szxx.vue
src/views/workflow/javascript/fzxxdata.js
src/views/xtjk/czrz/czrzdata.js
src/views/ywbl/ywsq/javascript/diyaq.js
src/views/ywbl/ywsq/javascript/fwsyq.js
src/views/ywbl/ywsq/javascript/selecBdcql.js
src/views/ywbl/ywsq/javascript/selectDjbbl.js
src/views/ywbl/ywsq/javascript/selectFwsyq.js
src/views/ywbl/ywsq/javascript/selectJsydsyq.js
src/views/ywbl/ywsq/javascript/selectJsydsyqhbfg.js
src/views/ywbl/ywsq/javascript/selectTdsyq.js
src/views/sqcx/dydjb/components/addDydjb.vue
View file @
8a500b0
<
template
>
<dialogBox
title=
"房屋明细查询"
@
closeDialog=
"closeDialog"
width=
"7
0
%"
:isButton=
"false"
v-model=
"myValue"
>
<dialogBox
title=
"房屋明细查询"
@
closeDialog=
"closeDialog"
width=
"7
5
%"
:isButton=
"false"
v-model=
"myValue"
>
<el-steps
:active=
"activeStep"
finish-status=
"success"
>
<el-step
title=
"条件录入"
></el-step>
<el-step
title=
"结果查询"
></el-step>
<el-step
title=
"结果展示"
></el-step>
<el-step
title=
"条件录入"
></el-step>
<el-step
title=
"结果查询"
></el-step>
<el-step
title=
"结果展示"
></el-step>
</el-steps>
<div
v-if=
"isSearch"
>
<dydjbInfo
ref=
"dydjbInfo"
/>
<dydjbInfo
ref=
"dydjbInfo"
/>
</div>
<div
class=
"jtfccx-edit"
v-else
>
<div
class=
"jtfccx-edit-con"
>
<b
class=
"title"
></b>
<el-form
:model=
"form"
label-width=
"1
2
0px"
>
<el-form
:model=
"form"
label-width=
"1
1
0px"
>
<el-row>
<el-col
:span=
"6"
>
<el-form-item
label=
"查询用途"
label-width=
"90px"
>
<el-input
v-model=
"form.djSqcxDO.cxyt"
class=
"width
200px
"
></el-input>
<el-input
v-model=
"form.djSqcxDO.cxyt"
class=
"width
100
"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-form-item
label=
"不动产权证号"
label-width=
"120px"
>
<el-input
v-model=
"form.djSqcxDO.bdcqzh"
class=
"width
200px
"
></el-input>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"不动产权证号"
>
<el-input
v-model=
"form.djSqcxDO.bdcqzh"
class=
"width
100
"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"1
2
"
>
<el-col
:span=
"1
0
"
>
<el-form-item
label=
"与产权人的关系"
>
<el-radio-group
v-model=
"form.djSqcxDO.ycqrgx"
>
<el-radio
label=
"1"
>
房屋权利人
</el-radio>
...
...
@@ -43,9 +43,9 @@
:pagination=
"false"
>
</lb-table>
<div
class=
"submit-button"
style=
"padding-bottom:50px"
>
<el-button
@
click=
"resetClick"
v-show=
"!isSearch"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"queryChick"
v-show=
"!isSearch"
>
查询
</el-button>
<el-button
@
click=
"closeDialog"
>
关闭
</el-button>
<el-button
@
click=
"resetClick"
v-show=
"!isSearch"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"queryChick"
v-show=
"!isSearch"
>
查询
</el-button>
<el-button
@
click=
"closeDialog"
>
关闭
</el-button>
</div>
</div>
</div>
...
...
@@ -53,200 +53,200 @@
</
template
>
<
script
>
import
{
addFwmxCxjgXx
,
getFwmxInfo
,
printJtcfInfo
}
from
"@/api/jtfc.js"
;
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
datas
,
sendThis
}
from
"./dydjbdata"
;
import
{
getLodop
}
from
"@/utils/LodopFuncs"
import
dydjbInfo
from
"./dydjbInfo.vue"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
computed
:
{
...
mapGetters
([
"dictData"
]),
},
components
:
{
dydjbInfo
},
props
:
{
value
:
{
type
:
Boolean
,
default
:
false
},
sqcxBsm
:
{
type
:
String
,
default
:
""
},
},
mounted
()
{
sendThis
(
this
);
},
data
()
{
return
{
activeStep
:
0
,
myValue
:
this
.
value
,
//是否查询
isSearch
:
false
,
//查询结果列表字段
cxjgColumns
:
datas
.
columns
(),
//申请人列表字段
sqrColumns
:
datas
.
sqrCol
(),
//权利人列表字段
qlrColumns
:
datas
.
qlrCol
(),
newData
:
{
sqrxm
:
""
,
sqrzjlxbm
:
""
,
sqrzjhm
:
""
,
lxdh
:
""
,
inputErr
:
false
,
},
form
:
{
djSqcxDO
:
{
ycqrgx
:
"1"
,
cxyt
:
""
,
bdcqzh
:
""
},
sqrList
:
[],
qlrList
:
[],
cxjgList
:
[],
dyjlList
:
[],
import
{
addFwmxCxjgXx
,
getFwmxInfo
,
printJtcfInfo
}
from
"@/api/jtfc.js"
;
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
datas
,
sendThis
}
from
"./dydjbdata"
;
import
{
getLodop
}
from
"@/utils/LodopFuncs"
import
dydjbInfo
from
"./dydjbInfo.vue"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
computed
:
{
...
mapGetters
([
"dictData"
]),
},
components
:
{
dydjbInfo
},
props
:
{
value
:
{
type
:
Boolean
,
default
:
false
},
sqcxBsm
:
{
type
:
String
,
default
:
""
},
},
mounted
()
{
sendThis
(
this
);
},
data
()
{
return
{
activeStep
:
0
,
myValue
:
this
.
value
,
//是否查询
isSearch
:
false
,
//查询结果列表字段
cxjgColumns
:
datas
.
columns
(),
//申请人列表字段
sqrColumns
:
datas
.
sqrCol
(),
//权利人列表字段
qlrColumns
:
datas
.
qlrCol
(),
newData
:
{
sqrxm
:
""
,
sqrzjlxbm
:
""
,
sqrzjhm
:
""
,
lxdh
:
""
,
inputErr
:
false
,
},
form
:
{
djSqcxDO
:
{
ycqrgx
:
"1"
,
cxyt
:
""
,
bdcqzh
:
""
},
sqrList
:
[],
qlrList
:
[],
cxjgList
:
[],
dyjlList
:
[],
},
};
},
watch
:
{
value
(
val
)
{
this
.
myValue
=
val
;
let
that
=
this
if
(
val
)
{
this
.
form
.
sqrList
=
[]
this
.
form
.
qlrList
=
[]
this
.
isSearch
=
false
if
(
this
.
sqcxBsm
==
""
)
{
that
.
add
(
"sqr"
);
that
.
add
(
"qlr"
);
}
else
{
that
.
loadData
();
}
}
},
};
},
watch
:
{
value
(
val
)
{
this
.
myValue
=
val
;
let
that
=
this
if
(
val
)
{
this
.
form
.
sqrList
=
[]
this
.
form
.
qlrList
=
[]
this
.
isSearch
=
false
if
(
this
.
sqcxBsm
==
""
)
{
that
.
add
(
"sqr"
);
that
.
add
(
"qlr"
);
"form.djSqcxDO.ycqrgx"
(
val
)
{
if
(
val
==
"1"
)
{
this
.
form
.
qlrList
=
_
.
cloneDeep
(
this
.
form
.
sqrList
);
}
else
{
that
.
loadData
();
this
.
form
.
qlrList
=
[];
this
.
add
(
"qlr"
);
}
},
"form.sqrList"
(
val
)
{
if
(
this
.
form
.
djSqcxDO
.
ycqrgx
==
'1'
)
{
this
.
form
.
qlrList
=
_
.
cloneDeep
(
this
.
form
.
sqrList
)
}
}
},
"form.djSqcxDO.ycqrgx"
(
val
)
{
if
(
val
==
"1"
)
{
this
.
form
.
qlrList
=
_
.
cloneDeep
(
this
.
form
.
sqrList
);
}
else
{
this
.
form
.
qlrList
=
[];
this
.
add
(
"qlr"
);
}
},
"form.sqrList"
(
val
)
{
if
(
this
.
form
.
djSqcxDO
.
ycqrgx
==
'1'
)
{
this
.
form
.
qlrList
=
_
.
cloneDeep
(
this
.
form
.
sqrList
)
}
}
},
methods
:
{
/**
* @description: closeDialog
* @author: renchao
*/
closeDialog
()
{
this
.
$emit
(
"input"
,
false
);
this
.
activeStep
=
0
;
this
.
form
=
{
djSqcxDO
:
{
ycqrgx
:
"1"
,
cxyt
:
""
,
bdcqzh
:
""
},
sqrList
:
[],
qlrList
:
[],
cxjgList
:
[],
dyjlList
:
[],
}
},
//加载详细信息
/**
* @description: 加载详细信息
* @author: renchao
*/
loadData
()
{
this
.
$startLoading
();
getFwmxInfo
({
sqcxBsm
:
this
.
sqcxBsm
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
==
200
)
{
this
.
activeStep
=
2
;
methods
:
{
/**
* @description: closeDialog
* @author: renchao
*/
closeDialog
()
{
this
.
$emit
(
"input"
,
false
);
this
.
activeStep
=
0
;
this
.
form
=
{
djSqcxDO
:
{
ycqrgx
:
"1"
,
cxyt
:
""
,
bdcqzh
:
""
},
sqrList
:
[],
qlrList
:
[],
cxjgList
:
[],
dyjlList
:
[],
}
},
//加载详细信息
/**
* @description: 加载详细信息
* @author: renchao
*/
loadData
()
{
this
.
$startLoading
();
getFwmxInfo
({
sqcxBsm
:
this
.
sqcxBsm
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
==
200
)
{
this
.
activeStep
=
2
;
this
.
isSearch
=
true
;
this
.
$nextTick
(()
=>
{
this
.
$refs
.
dydjbInfo
.
setResult
(
res
.
result
)
})
}
});
},
//查询结果
/**
* @description: 查询结果
* @author: renchao
*/
queryChick
()
{
this
.
$startLoading
();
this
.
activeStep
=
1
;
addFwmxCxjgXx
(
this
.
form
).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
==
200
)
{
this
.
activeStep
=
2
;
this
.
isSearch
=
true
;
this
.
$nextTick
(()
=>
{
this
.
$refs
.
dydjbInfo
.
setResult
(
res
.
result
)
})
this
.
$parent
.
queryClick
();
}
});
},
//重置
/**
* @description: 重置
* @author: renchao
*/
resetClick
()
{
this
.
form
.
djSqcxDO
=
{
ycqrgx
:
"1"
,
cxyt
:
""
,
bdcqzh
:
""
};
this
.
form
.
sqrList
=
_
.
cloneDeep
([
this
.
newData
]);
this
.
form
.
qlrList
=
_
.
cloneDeep
([
this
.
newData
]);
this
.
form
.
cxjgList
=
[];
this
.
form
.
dyjlList
=
[];
this
.
isSearch
=
false
;
},
/**
* @description: handleRead
* @author: renchao
*/
handleRead
(
scope
)
{
},
//添加申请人或权利人
/**
* @description: 添加申请人或权利人
* @param {*} type
* @author: renchao
*/
add
(
type
)
{
if
(
type
==
"sqr"
)
{
this
.
form
.
sqrList
.
push
(
_
.
cloneDeep
(
this
.
newData
));
}
else
{
this
.
form
.
qlrList
.
push
(
_
.
cloneDeep
(
this
.
newData
));
}
});
},
//查询结果
/**
* @description: 查询结果
* @author: renchao
*/
queryChick
()
{
this
.
$startLoading
();
this
.
activeStep
=
1
;
addFwmxCxjgXx
(
this
.
form
).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
==
200
)
{
this
.
activeStep
=
2
;
this
.
isSearch
=
true
;
this
.
$nextTick
(()
=>
{
this
.
$refs
.
dydjbInfo
.
setResult
(
res
.
result
)
})
this
.
$parent
.
queryClick
();
},
//移除申请人或权利人
/**
* @description: 移除申请人或权利人
* @param {*} index
* @param {*} row
* @param {*} type
* @author: renchao
*/
remove
(
index
,
row
,
type
)
{
if
(
type
==
"sqr"
)
{
this
.
form
.
sqrList
.
splice
(
index
,
1
);
}
else
{
this
.
form
.
qlrList
.
splice
(
index
,
1
);
}
});
},
//重置
/**
* @description: 重置
* @author: renchao
*/
resetClick
()
{
this
.
form
.
djSqcxDO
=
{
ycqrgx
:
"1"
,
cxyt
:
""
,
bdcqzh
:
""
};
this
.
form
.
sqrList
=
_
.
cloneDeep
([
this
.
newData
]);
this
.
form
.
qlrList
=
_
.
cloneDeep
([
this
.
newData
]);
this
.
form
.
cxjgList
=
[];
this
.
form
.
dyjlList
=
[];
this
.
isSearch
=
false
;
},
/**
* @description: handleRead
* @author: renchao
*/
handleRead
(
scope
)
{
},
//添加申请人或权利人
/**
* @description: 添加申请人或权利人
* @param {*} type
* @author: renchao
*/
add
(
type
)
{
if
(
type
==
"sqr"
)
{
this
.
form
.
sqrList
.
push
(
_
.
cloneDeep
(
this
.
newData
));
}
else
{
this
.
form
.
qlrList
.
push
(
_
.
cloneDeep
(
this
.
newData
));
}
},
//移除申请人或权利人
/**
* @description: 移除申请人或权利人
* @param {*} index
* @param {*} row
* @param {*} type
* @author: renchao
*/
remove
(
index
,
row
,
type
)
{
if
(
type
==
"sqr"
)
{
this
.
form
.
sqrList
.
splice
(
index
,
1
);
}
else
{
this
.
form
.
qlrList
.
splice
(
index
,
1
);
}
},
//电话号码校验
/**
* @description: 电话号码校验
* @param {*} row
* @author: renchao
*/
teltest
(
row
)
{
const
reg
=
/^1
([
38
]\d
|5
[
0-35-9
]
|7
[
3678
])\d{8}
$/
;
if
(
row
.
lxdh
==
""
||
row
.
lxdh
.
length
<=
10
||
!
reg
.
test
(
row
.
lxdh
))
{
row
.
inputErr
=
true
;
return
false
;
}
else
{
row
.
inputErr
=
false
;
return
true
;
}
},
//电话号码校验
/**
* @description: 电话号码校验
* @param {*} row
* @author: renchao
*/
teltest
(
row
)
{
const
reg
=
/^1
([
38
]\d
|5
[
0-35-9
]
|7
[
3678
])\d{8}
$/
;
if
(
row
.
lxdh
==
""
||
row
.
lxdh
.
length
<=
10
||
!
reg
.
test
(
row
.
lxdh
))
{
row
.
inputErr
=
true
;
return
false
;
}
else
{
row
.
inputErr
=
false
;
return
true
;
}
},
},
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
...
...
@@ -268,26 +268,27 @@ export default {
border-bottom
:
1px
solid
$
borderColor
;
}
.jtfccx-edit
{
@include
flex;
flex-direction
:
column
;
overflow-y
:
hidden
;
max-height
:
85vh
;
padding
:
0
2px
;
.jtfccx-edit
{
@include
flex;
flex-direction
:
column
;
overflow-y
:
hidden
;
max-height
:
85vh
;
padding
:
0
2px
;
.jtfccx-edit-con
{
flex
:
1
;
height
:
100%
;
overflow-y
:
scroll
;
}
.jtfccx-edit-con
{
flex
:
1
;
height
:
100%
;
overflow-y
:
scroll
;
}
.submit-button
{
text-align
:
center
;
height
:
52px
;
padding-top
:
10px
;
background-color
:
#fff
;
.submit-button
{
text-align
:
center
;
height
:
52px
;
padding-top
:
10px
;
background-color
:
#fff
;
}
}
}
/
deep
/
.el-dialog__headerbtn
.el-dialog__close
{
color
:
#6B7A99
!important
;
position
:
relative
;
...
...
src/views/sqcx/sqcxjl/sqcxjl.vue
View file @
8a500b0
...
...
@@ -51,7 +51,7 @@
<el-col
:span=
"12"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"handleSearch"
>
查询
</el-button>
<
el-button
@
click=
"moreQueryClick()"
>
高级查询
</el-button
>
<
!--
<el-button
@
click=
"moreQueryClick()"
>
高级查询
</el-button>
--
>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/system/dymbgl/components/editDialog.vue
View file @
8a500b0
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
29 09:22:33
* @LastEditTime: 2023-08-
30 08:40:36
-->
<
template
>
<el-form
ref=
"ruleForm"
:model=
"ruleForm"
label-width=
"100px"
:rules=
"rules"
>
...
...
@@ -160,7 +160,6 @@
this
.
ruleForm
=
item
;
this
.
editFlag
=
true
;
},
//设计打印模板
/**
* @description: 设计打印模板
* @author: renchao
...
...
@@ -169,6 +168,10 @@
let
that
=
this
;
that
.
loadStatus
=
'1'
;
let
LODOP
=
getLodop
(
document
.
getElementById
(
'LODOP_OB'
),
document
.
getElementById
(
'LODOP_EM'
));
if
([
'zsdy'
,
'zmdy'
].
includes
(
that
.
ruleForm
.
tmpno
))
{
LODOP
.
SET_PRINT_PAGESIZE
(
2
,
0
,
0
,
"B4"
);
// 设置纸张大小为 B4
LODOP
.
SET_PRINT_MODE
(
"RESELECT_ORIENT"
,
true
);
// 手动设置方向
}
LODOP
.
ADD_PRINT_DATA
(
"ProgramData"
,
this
.
ruleForm
.
tmpcontent
);
//装载模板
//窗口关闭后,回调函数中保存的设计代码
if
(
LODOP
.
CVERSION
)
...
...
@@ -185,12 +188,10 @@
that
.
ruleForm
.
tmpcontent
=
document
.
getElementById
(
"S1"
).
value
;
if
(
that
.
ruleForm
.
tmpno
==
'zsdy'
)
{
LODOP
.
ADD_PRINT_SETUP_BKIMG
(
"<img border='0' src='http://192.168.2.38:9000/bdcdj/zhengshu_image/bdcqzs2.jpg'>"
);
LODOP
.
SET_SHOW_MODE
(
"BKIMG_PRINT"
,
1
);
//打印包含背景图
LODOP
.
SET_PRINT_PAGESIZE
(
1
,
0
,
0
,
"B4"
,
1
);
}
else
if
(
that
.
ruleForm
.
tmpno
==
'zmdy'
)
{
LODOP
.
ADD_PRINT_SETUP_BKIMG
(
"<img border='0' src='http://192.168.2.38:9000/bdcdj/zhengshu_image/bdcdjzm.jpg'>"
);
LODOP
.
SET_SHOW_MODE
(
"BKIMG_PRINT"
,
1
);
//打印包含背景图
}
LODOP
.
SET_SHOW_MODE
(
"BKIMG_PRINT"
,
1
);
//打印包含背景图
that
.
loadStatus
=
'2'
;
},
1000
);
};
...
...
src/views/system/dymbgl/dymbgl.vue
View file @
8a500b0
...
...
@@ -5,7 +5,7 @@
<el-row>
<el-col
:span=
"24"
class=
"btnColRight"
>
<el-form-item>
<
el-button
type=
"primary"
@
click=
"fetchData"
>
查询
</el-button
>
<
!--
<el-button
type=
"primary"
@
click=
"fetchData"
>
查询
</el-button>
--
>
<el-button
type=
"primary"
@
click=
"openAddDialog"
>
新增
</el-button>
</el-form-item>
</el-col>
...
...
src/views/workflow/components/dialog/zsdy.vue
View file @
8a500b0
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
28 17:22:23
* @LastEditTime: 2023-08-
30 10:36:11
-->
<
template
>
<div>
...
...
@@ -154,6 +154,7 @@
drawTextOnImage
()
{
function
getByteLen
(
val
)
{
var
len
=
0
;
if
(
!
val
)
return
len
;
for
(
var
i
=
0
;
i
<
val
.
length
;
i
++
)
{
var
length
=
val
.
charCodeAt
(
i
);
if
(
length
>=
0
&&
length
<=
128
)
{
...
...
@@ -251,18 +252,18 @@
arr
.
push
(
currentLine
);
if
(
i
>
0
)
{
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
129
,
4
90
+
(
28
*
(
i
-
1
))
+
5
*
num
+
(
index
*
14
));
// 调整行高
context
.
fillText
(
line
,
129
,
4
80
+
(
26
*
(
i
-
1
))
+
5
*
num
+
(
index
*
13
));
// 调整行高
})
}
else
{
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
129
,
4
90
+
(
28
*
(
i
-
1
))
+
(
index
*
14
));
// 调整行高
context
.
fillText
(
line
,
129
,
4
80
+
(
26
*
(
i
-
1
))
+
(
index
*
13
));
// 调整行高
})
}
}
else
{
if
(
i
>
0
)
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
49
5
+
5
*
num
+
(
30
*
(
i
-
1
)));
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
49
0
+
4
*
num
+
(
24
*
(
i
-
1
)));
}
else
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
49
5
+
(
30
*
(
i
-
1
)));
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
49
0
+
(
24
*
(
i
-
1
)));
}
}
}
...
...
@@ -382,6 +383,7 @@
drawTextzmImage
()
{
function
getByteLen
(
val
)
{
var
len
=
0
;
if
(
!
val
)
return
len
;
for
(
var
i
=
0
;
i
<
val
.
length
;
i
++
)
{
var
length
=
val
.
charCodeAt
(
i
);
if
(
length
>=
0
&&
length
<=
128
)
{
...
...
@@ -494,9 +496,9 @@
}
}
else
{
if
(
i
>
0
)
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
770
,
4
50
+
5
*
num
+
(
23
*
(
i
-
1
)));
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
770
,
4
47
+
6
*
num
+
(
23
*
(
i
-
1
)));
}
else
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
770
,
4
50
+
(
23
*
(
i
-
1
)));
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
770
,
4
47
+
(
23
*
(
i
-
1
)));
}
}
}
...
...
src/views/workflow/components/dialog/zsyl.vue
View file @
8a500b0
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
28 17:18:19
* @LastEditTime: 2023-08-
30 10:33:52
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
style=
"height:720px;text-align: center;"
>
...
...
@@ -124,6 +124,7 @@
drawTextOnImage
()
{
function
getByteLen
(
val
)
{
var
len
=
0
;
if
(
!
val
)
return
len
;
for
(
var
i
=
0
;
i
<
val
.
length
;
i
++
)
{
var
length
=
val
.
charCodeAt
(
i
);
if
(
length
>=
0
&&
length
<=
128
)
{
...
...
@@ -222,18 +223,18 @@
arr
.
push
(
currentLine
);
if
(
i
>
0
)
{
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
129
,
48
5
+
(
28
*
(
i
-
1
))
+
5
*
num
+
(
index
*
14
));
// 调整行高
context
.
fillText
(
line
,
129
,
48
0
+
(
26
*
(
i
-
1
))
+
5
*
num
+
(
index
*
13
));
// 调整行高
})
}
else
{
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
129
,
48
5
+
(
28
*
(
i
-
1
))
+
(
index
*
14
));
// 调整行高
context
.
fillText
(
line
,
129
,
48
0
+
(
26
*
(
i
-
1
))
+
(
index
*
13
));
// 调整行高
})
}
}
else
{
if
(
i
>
0
)
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
49
5
+
5
*
num
+
(
25
*
(
i
-
1
)));
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
49
0
+
4
*
num
+
(
24
*
(
i
-
1
)));
}
else
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
495
+
(
2
5
*
(
i
-
1
)));
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
495
+
(
2
4
*
(
i
-
1
)));
}
}
}
...
...
@@ -353,6 +354,7 @@
drawTextzmImage
()
{
function
getByteLen
(
val
)
{
var
len
=
0
;
if
(
!
val
)
return
len
;
for
(
var
i
=
0
;
i
<
val
.
length
;
i
++
)
{
var
length
=
val
.
charCodeAt
(
i
);
if
(
length
>=
0
&&
length
<=
128
)
{
...
...
@@ -459,11 +461,11 @@
arr
.
push
(
currentLine
);
if
(
i
>
0
)
{
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
770
,
438
+
(
23
*
(
i
-
1
))
+
5
*
num
+
(
index
*
1
6
));
// 调整行高
context
.
fillText
(
line
,
770
,
438
+
(
23
*
(
i
-
1
))
+
5
*
num
+
(
index
*
1
8
));
// 调整行高
})
}
else
{
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
770
,
438
+
(
23
*
(
i
-
1
))
+
(
index
*
1
6
));
// 调整行高
context
.
fillText
(
line
,
770
,
438
+
(
23
*
(
i
-
1
))
+
(
index
*
1
8
));
// 调整行高
})
}
}
else
{
...
...
src/views/workflow/components/szxx.vue
View file @
8a500b0
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-29
09:31:1
5
* @LastEditTime: 2023-08-29
10:03:2
5
-->
<
template
>
<div
class=
"szxx"
>
...
...
@@ -136,9 +136,9 @@
store
.
dispatch
(
'user/reWorkFresh'
,
false
)
if
(
type
==
1
)
{
//证书预览
this
.
$popupDialog
(
"证书预览"
,
"workflow/components/dialog/zsyl"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"7
0
%"
,
true
);
this
.
$popupDialog
(
"证书预览"
,
"workflow/components/dialog/zsyl"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"7
6
%"
,
true
);
}
else
{
this
.
$popupDialog
(
"证书证明打印"
,
"workflow/components/dialog/zsdy"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"7
5
%"
,
true
);
this
.
$popupDialog
(
"证书证明打印"
,
"workflow/components/dialog/zsdy"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"7
6
%"
,
true
);
}
},
//再次打印
...
...
@@ -294,19 +294,19 @@
justify-content
:
flex-end
;
}
}
.box-card
{
.szxx_header
{
color
:
#303133
;
}
.box-card
{
.szxx_header
{
color
:
#303133
;
}
//
证书背景色
/
deep
/
.el-card__header
{
background-color
:
#e2dfe0
;
}
}
.bg-red
{
.szxx_header
{
color
:
#FFF
;
}
.bg-red
{
.szxx_header
{
color
:
#fff
;
}
/
deep
/
.el-card__header
{
background-color
:
rgb
(
198
,
67
,
83
);
}
...
...
src/views/workflow/javascript/fzxxdata.js
View file @
8a500b0
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
5 10:00:18
* @LastEditTime: 2023-08-2
9 12:55:07
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -40,10 +40,15 @@ class data extends filter {
}
},
{
prop
:
"qllx"
,
label
:
"权利类型"
,
label
:
"权利类型"
,
width
:
'100'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
qllx
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
qllx
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"ysxlh"
,
...
...
@@ -64,16 +69,26 @@ class data extends filter {
label
:
"义务人"
},
{
prop
:
"mj"
,
label
:
"面积(㎡)"
,
width
:
'100'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
mj
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
mj
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"zl"
,
label
:
"坐落"
,
width
:
'100'
,
showOverflowTooltip
:
true
minWidth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"fzsj"
,
...
...
@@ -130,10 +145,15 @@ class data extends filter {
label
:
"义务人"
},
{
prop
:
"mj"
,
label
:
"面积(㎡)"
,
width
:
'100'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
mj
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
mj
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"zl"
,
...
...
src/views/xtjk/czrz/czrzdata.js
View file @
8a500b0
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
5 09:06:1
9
* @LastEditTime: 2023-08-2
9 13:04:2
9
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -57,10 +57,15 @@ class data extends filter {
width
:
'112'
},
{
prop
:
"cznr"
,
label
:
"操作内容"
,
width
:
'500'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
cznr
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
cznr
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
label
:
'操作'
,
...
...
src/views/ywbl/ywsq/javascript/diyaq.js
View file @
8a500b0
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
3 14:51:40
* @LastEditTime: 2023-08-2
9 13:04:44
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -46,10 +46,15 @@ class data extends filter {
}
},
{
prop
:
"bdcqzh"
,
label
:
"不动产证明号"
,
width
:
'150'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width"
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"bdcdyh"
,
...
...
src/views/ywbl/ywsq/javascript/fwsyq.js
View file @
8a500b0
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
14 11:21:48
* @LastEditTime: 2023-08-
29 13:05:13
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -50,20 +50,30 @@ class data extends filter {
label
:
"土地证号"
,
},
{
prop
:
"qllxmc"
,
showOverflowTooltip
:
true
,
width
:
'100'
,
label
:
"权利类型"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
qllxmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width"
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
qllxmc
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"xmmc"
,
label
:
"项目名称"
,
},
{
prop
:
"zrzh"
,
label
:
"自然幢号"
,
width
:
'90'
,
showOverflowTooltip
:
true
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zrzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width"
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zrzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"jzwmc"
,
...
...
@@ -112,10 +122,16 @@ class data extends filter {
width
:
'70'
,
},
{
prop
:
"zl"
,
label
:
"自然幢坐落"
,
minWidth
:
'120'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
label
:
'操作'
,
...
...
src/views/ywbl/ywsq/javascript/selecBdcql.js
View file @
8a500b0
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
3 14:56:57
* @LastEditTime: 2023-08-2
9 13:06:12
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -45,22 +45,37 @@ class data extends filter {
}
},
{
prop
:
"qllxmc"
,
label
:
"权利类型"
,
width
:
'120'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
qllxmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width"
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
qllxmc
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
width
:
'150'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcdyh
}
placement
=
"top"
popper
-
class
=
"tooltip-width"
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcdyh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
width
:
'150'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width"
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"gyqk"
,
...
...
@@ -97,10 +112,15 @@ class data extends filter {
label
:
"用途"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
width
:
'130'
,
showOverflowTooltip
:
true
minWidth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
label
:
'操作'
,
...
...
src/views/ywbl/ywsq/javascript/selectDjbbl.js
View file @
8a500b0
...
...
@@ -78,16 +78,26 @@ class data extends filter {
width
:
'90'
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
width
:
'150'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcdyh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcdyh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
width
:
'150'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"qlrmc"
,
...
...
@@ -108,10 +118,15 @@ class data extends filter {
minWidth
:
'130'
},
{
prop
:
"zl"
,
label
:
"坐落"
,
width
:
'150'
,
showOverflowTooltip
:
true
minWidth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
label
:
'操作'
,
...
...
src/views/ywbl/ywsq/javascript/selectFwsyq.js
View file @
8a500b0
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
4 11:00:16
* @LastEditTime: 2023-08-2
9 13:08:08
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -54,20 +54,30 @@ class data extends filter {
minWidth
:
'130'
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
width
:
'150'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"gyqk"
,
label
:
"共有情况"
,
},
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
width
:
'120'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
qlrmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
qlrmc
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"qlrzjhm"
,
...
...
@@ -78,20 +88,30 @@ class data extends filter {
label
:
"权利性质"
,
},
{
prop
:
"qlytmc"
,
label
:
"用途"
,
width
:
'120'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
qlytmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
qlytmc
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"qlmjmc"
,
label
:
"面积"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
width
:
'130'
,
showOverflowTooltip
:
true
minWidth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
label
:
'操作'
,
...
...
src/views/ywbl/ywsq/javascript/selectJsydsyq.js
View file @
8a500b0
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
10 15:35:50
* @LastEditTime: 2023-08-
29 13:09:15
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -54,10 +54,15 @@ class data extends filter {
minWidth
:
'150'
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
showOverflowTooltip
:
true
,
width
:
'150'
width
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"gyqk"
,
...
...
src/views/ywbl/ywsq/javascript/selectJsydsyqhbfg.js
View file @
8a500b0
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
3 14:49:24
* @LastEditTime: 2023-08-2
9 13:09:45
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -44,16 +44,26 @@ class data extends filter {
label
:
"权利类型"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
width
:
'150'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcdyh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcdyh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
width
:
'150'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"qlrmc"
,
...
...
src/views/ywbl/ywsq/javascript/selectTdsyq.js
View file @
8a500b0
/*
* @Description: 土地所有权对象处理
* @Autor: ssq
* @LastEditTime: 2023-0
7-14 17:00:11
* @LastEditTime: 2023-0
8-29 13:10:12
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -49,16 +49,26 @@ class data extends filter {
label
:
"权利类型"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
width
:
'150'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcdyh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcdyh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
width
:
'150'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"gyqk"
,
...
...
Please
register
or
sign in
to post a comment