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
66d14bec
Commit
66d14bec
authored
Aug 17, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtudp的Add.Amount.part是否高亮可显
parent
9c8f23b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.js
src/model/Brtudp/index.js
+1
-0
Payp.vue
src/views/Business/Brtudp/Payp.vue
+2
-2
No files found.
src/model/Brtudp/index.js
View file @
66d14bec
...
...
@@ -49,6 +49,7 @@ export default class Brtudp {
totcur
:
""
,
// Total Amount Claimed .brdgrp.rec.totcur
totamt
:
""
,
// Total Amount to be Paid .brdgrp.rec.totamt
mattxtflg
:
""
,
//brdgrp.rec.mattxtflg maturityDate是否高亮可显字段
acpnowflg
:
""
,
//brdgrp.rec.acpnowflg Doc. Amount Part 金额是否高亮可显
},
cbs
:
{
max
:
{
...
...
src/views/Business/Brtudp/Payp.vue
View file @
66d14bec
...
...
@@ -190,7 +190,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"aamset.utlamt"
>
<c-input
v-model=
"model.aamset.utlamt"
placeholder=
"请输入单据金额"
:disabled=
"model.
oldbrdgrp.rec.predat
==''"
></c-input>
<c-input
v-model=
"model.aamset.utlamt"
placeholder=
"请输入单据金额"
:disabled=
"model.
brdgrp.rec.acpnowflg
==''"
></c-input>
</el-form-item>
</c-col>
<!-- Add.Amount.Part 附加金额 -->
...
...
@@ -203,7 +203,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"aamset.utlamt2"
>
<c-input
v-model=
"model.aamset.utlamt2"
placeholder=
"请输入附加金额"
:disabled=
"model.
oldbrdgrp.rec.predat
==''"
></c-input>
<c-input
v-model=
"model.aamset.utlamt2"
placeholder=
"请输入附加金额"
:disabled=
"model.
brdgrp.rec.acpnowflg
==''"
></c-input>
</el-form-item>
</c-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