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
bc8085ea
authored
2023-06-06 13:28:57 +0800
by
单帅旗
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改:权利人信息保存字段名称修改
1 parent
4bca63a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
src/views/workflow/components/dialog/addQlr.vue
src/views/workflow/components/dialog/addQlr.vue
View file @
bc8085e
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:39:47
-->
...
...
@@ -58,12 +58,12 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"国家/地区"
>
<el-input
v-model=
"ruleForm.gj
dq
"
></el-input>
<el-input
v-model=
"ruleForm.gj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"户籍所在省市"
>
<el-input
v-model=
"ruleForm.szss"
></el-input>
<el-input
v-model=
"ruleForm.
hj
szss"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -107,7 +107,7 @@
</el-col>
<el-col
:span=
"16"
>
<el-form-item
label=
"代理机构"
>
<el-input
v-model=
"ruleForm.dljg"
></el-input>
<el-input
v-model=
"ruleForm.dl
r
jg"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -115,12 +115,12 @@
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"联系电话"
>
<el-input
v-model=
"ruleForm.
lx
dh"
maxlength=
"11"
oninput=
"value=value.replace(/[^\d]/g,'')"
></el-input>
<el-input
v-model=
"ruleForm.
dlr
dh"
maxlength=
"11"
oninput=
"value=value.replace(/[^\d]/g,'')"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"代理人姓名"
>
<el-input
v-model=
"ruleForm.dlr
xm
"
></el-input>
<el-input
v-model=
"ruleForm.dlr
mc
"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -164,18 +164,19 @@
dh
:
""
,
xb
:
""
,
frmc
:
""
,
gj
dq
:
""
,
szss
:
""
,
gj
:
""
,
hj
szss
:
""
,
txdz
:
""
,
yb
:
""
,
fzjg
:
""
,
dzyj
:
""
,
qlbl
:
""
,
gzdw
:
""
,
dljg
:
""
,
dlr
xm
:
""
,
dl
r
jg
:
""
,
dlr
mc
:
""
,
dlrzjlx
:
""
,
dlrzjh
:
""
,
dlrdh
:
""
,
},
rules
:
{
sqrlx
:
[{
required
:
true
,
message
:
"权利人类型"
,
trigger
:
"change"
}],
...
...
Please
register
or
sign in
to post a comment