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
5e49c2a8
Commit
5e49c2a8
authored
Aug 17, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
detopn页面小调整
parent
2928e52f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
13 deletions
+16
-13
index.js
src/config/CodeTable/index.js
+4
-1
Ovwp.vue
src/views/Business/Detame/Ovwp.vue
+7
-7
Detp1.vue
src/views/Business/Detopn/Detp1.vue
+3
-3
Ovwp.vue
src/views/Business/Detopn/Ovwp.vue
+2
-2
No files found.
src/config/CodeTable/index.js
View file @
5e49c2a8
...
...
@@ -7130,6 +7130,9 @@ const CodeTable = {
{
label
:
"MAYADD"
,
value
:
"A"
},
{
label
:
"CONFIRM"
,
value
:
"C"
},
{
label
:
"WITHOUT"
,
value
:
"W"
},
]
],
ELC022
:
[
{
label
:
"拒绝通知"
,
value
:
"ADRE"
},
],
}
export
default
CodeTable
;
src/views/Business/Detame/Ovwp.vue
View file @
5e49c2a8
...
...
@@ -34,7 +34,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"是否可以转让"
prop=
"dedgrp.rec.lcrtyp"
>
<c-select
v-model=
"model.dedgrp.rec.lcrtyp"
style=
"width: 100%"
placeholder=
"请选择"
>
<c-select
v-model=
"model.dedgrp.rec.lcrtyp"
style=
"width: 100%"
placeholder=
"请选择"
disabled
>
<el-option
v-for=
"item in codes.lcrtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -71,7 +71,7 @@
<c-col
:span=
"11"
>
<el-form-item
style=
"text-align: left"
label-width=
"5px"
prop=
"dedgrp.cbs.nom1.amt"
>
<c-input-currency
v-model=
"model.dedgrp.cbs.nom1.amt"
style=
"text-align: left; width: 100%"
<c-input-currency
v-model=
"model.dedgrp.cbs.nom1.amt"
style=
"text-align: left; width: 100%"
disabled
placeholder=
"请输入信用证金额"
@
keyup
.
enter
.
native=
"
defaultFunction(
'dedgrp.cbs.nom1.amt',
...
...
@@ -112,7 +112,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<c-form-item
label=
"上下浮动限额"
prop=
"dedgrp.rec.nomtop"
>
<c-input
v-model=
"model.dedgrp.rec.nomtop"
maxlength=
"10"
style=
"width: 100%"
<c-input
v-model=
"model.dedgrp.rec.nomtop"
maxlength=
"10"
style=
"width: 100%"
disabled
placeholder=
"请输入Amount Tolerance - Positive"
></c-input>
</c-form-item>
</c-col>
...
...
@@ -125,7 +125,7 @@
</c-col>
<c-col
:span=
"10"
>
<c-form-item
label=
""
prop=
"dedgrp.rec.nomton"
label-width=
"0"
>
<c-input
v-model=
"model.dedgrp.rec.nomton"
prop=
"dedgrp.rec.nomton"
maxlength=
"10"
style=
"width: 100%"
<c-input
v-model=
"model.dedgrp.rec.nomton"
prop=
"dedgrp.rec.nomton"
maxlength=
"10"
style=
"width: 100%"
disabled
placeholder=
"请输入Amount Tolerance - Negative"
></c-input></c-form-item>
</c-col>
</c-col>
...
...
@@ -222,7 +222,7 @@
</c-col> -->
<c-col
:span=
"24"
>
<c-form-item
label=
"有效日期"
prop=
"dedgrp.rec.expdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.expdat"
value-format=
"yyyy-MM-dd"
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.expdat"
value-format=
"yyyy-MM-dd"
disabled
placeholder=
"请选择Date"
style=
"width: 100%"
></c-date-picker>
</c-form-item>
</c-col>
...
...
@@ -264,7 +264,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"是否通过电证系统"
prop=
"dedgrp.rec.elcflg"
>
<c-select
v-model=
"model.dedgrp.rec.elcflg"
style=
"width: 100%"
placeholder=
"请选择是否通过电证系统"
>
<c-select
v-model=
"model.dedgrp.rec.elcflg"
style=
"width: 100%"
placeholder=
"请选择是否通过电证系统"
disabled
>
<el-option
v-for=
"item in codes.elcflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -331,7 +331,7 @@
title: '受益人',
grp: 'dedgrp',
rol: 'ben',
}"
:isAdrblk=
"false"
@
onSeainf=
"onSeainf"
@
onAplpDet=
"onBenpDet"
>
}"
:isAdrblk=
"false"
@
onSeainf=
"onSeainf"
@
onAplpDet=
"onBenpDet"
:disabledRef=
"true"
>
</c-ptap>
</c-col>
...
...
src/views/Business/Detopn/Detp1.vue
View file @
5e49c2a8
...
...
@@ -291,9 +291,9 @@
-->
<c-ptapdome
:disabledBankno=
"this.model.dedgrp.rec.lcrtyp
== 'I
'"
:disabledJigomc=
"this.model.dedgrp.rec.lcrtyp
== 'I
'"
:disabledDizhii=
"this.model.dedgrp.rec.lcrtyp
== 'I
'"
:disabledBankno=
"this.model.dedgrp.rec.lcrtyp
!= 'IT
'"
:disabledJigomc=
"this.model.dedgrp.rec.lcrtyp
!= 'IT
'"
:disabledDizhii=
"this.model.dedgrp.rec.lcrtyp
!= 'IT
'"
:model=
"model"
:argadr=
"
{
title: '转让行',
...
...
src/views/Business/Detopn/Ovwp.vue
View file @
5e49c2a8
...
...
@@ -482,7 +482,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"是否通知客户"
prop=
"dedgrp.rec.rejflg"
>
<c-select
v-model=
"model.dedgrp.rec.rejflg"
style=
"width: 100%"
placeholder=
"请选择是否通知客户"
>
<c-select
v-model=
"model.dedgrp.rec.rejflg"
style=
"width: 100%"
placeholder=
"请选择是否通知客户"
:code=
"codes.ELC022"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -490,7 +490,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"拒绝通知理由"
prop=
"dedgrp.blk.rejadvrsn"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.rejadvrsn"
maxlength=
"35"
show-word-limit
placeholder=
"请输入拒绝通知理由"
></c-input>
placeholder=
"请输入拒绝通知理由"
:disabled=
"model.dedgrp.rec.rejflg != 'ADRE'"
></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