Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
ed29c06a
Commit
ed29c06a
authored
Oct 17, 2022
by
“yanyuxin”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Litdav控件修改
parent
109ab914
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
Default.js
src/model/Litdav/Default.js
+1
-0
Davp.vue
src/views/Business/Litdav/Davp.vue
+8
-1
No files found.
src/model/Litdav/Default.js
View file @
ed29c06a
...
...
@@ -69,5 +69,6 @@ export default {
"lidgrp.cbs.nom1.cur"
:
Utils
.
defaultFunction
,
"brdgrp.ben.pts.nam"
:
Utils
.
defaultFunction
,
"brdgrp.rec.docprbrol"
:
Utils
.
defaultFunction
,
"brdgrp.prb.pts.ref"
:
Utils
.
defaultFunction
,
}
//你可以添加自动default处理
src/views/Business/Litdav/Davp.vue
View file @
ed29c06a
...
...
@@ -199,6 +199,7 @@
style=
"width:100%"
placeholder=
"请选择Presented by"
:code=
"codes.docprbrol"
@
change=
"selectOrCheckboxRule('brdgrp.rec.docprbrol')"
>
</c-select>
</el-form-item>
...
...
@@ -215,6 +216,7 @@
v-model=
"model.brdgrp.prb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入地址编码"
:disabled=
"model.brdgrp.rec.docprbrol != 'PRB'"
@
keyup
.
enter
.
native=
"showGridPromptDialog('brdgrp.prb.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -240,7 +242,12 @@
<el-form-item
label=
"地址信息"
prop=
"brdgrp.prb.pts.adrblk"
>
<c-input
:rows=
"4"
disabled
type=
"textarea"
v-model=
"model.brdgrp.prb.pts.adrblk"
maxlength=
"80"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
:disabled=
"model.brdgrp.rec.docprbrol != 'PRB'"
type=
"textarea"
v-model=
"model.brdgrp.prb.pts.adrblk"
maxlength=
"80"
show-word-limit
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
</el-col>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment