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
40b69927
authored
2022-08-31 09:10:00 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:其他及附记模板
1 parent
25df053f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
src/views/system/qtjfjmb/components/editDialog.vue
src/views/system/qtjfjmb/components/editDialog.vue
View file @
40b6992
<
template
>
<dialogBox
title=
"其他及附记模板"
@
submitForm=
"submitForm"
width=
"60%"
loadingText=
"正在提交中..."
@
closeDialog=
"closeDialog"
:saveloding=
"saveloding"
v-model=
"
v
alue"
>
:saveloding=
"saveloding"
v-model=
"
myV
alue"
>
<div
class=
"qtjfjmb-edit-title"
>
<b>
权利信息
</b>
</div>
...
...
@@ -28,14 +28,17 @@
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"打印模板"
prop=
"dymbbs"
>
<el-input
v-model=
"ruleForm.dymbbs"
></el-input>
<el-select
v-model=
"ruleForm.dymbbs"
class=
"width100"
placeholder=
"请选择"
>
<el-option
v-for=
"item in options"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"权利其他状况模板"
prop=
"qlqtz
tmb
"
>
<el-input
type=
"textarea"
:rows=
"3"
placeholder=
"请输入内容"
v-model=
"ruleForm.qlqtz
tmb
"
>
<el-form-item
label=
"权利其他状况模板"
prop=
"qlqtz
k
"
>
<el-input
type=
"textarea"
:rows=
"3"
placeholder=
"请输入内容"
v-model=
"ruleForm.qlqtz
k
"
>
</el-input>
</el-form-item>
</el-col>
...
...
@@ -123,6 +126,9 @@ export default {
}
},
watch
:
{
value
(
val
)
{
this
.
myValue
=
val
},
details
:
{
handler
(
newValue
,
oldValue
)
{
this
.
ruleForm
=
newValue
...
...
@@ -134,15 +140,15 @@ export default {
data
()
{
return
{
saveloding
:
false
,
myValue
:
this
.
value
,
n
:
0
,
ruleForm
:
{
qllx
:
''
,
qllxmc
:
''
,
bdcqzlx
:
''
,
dymbbs
:
''
,
qlqtz
tmb
:
''
,
qlqtz
k
:
''
,
firstreg
:
''
,
fjmb2
:
''
},
options
:
[],
rules
:
{
...
...
Please
register
or
sign in
to post a comment