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
eb145c0e
Commit
eb145c0e
authored
Aug 31, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Brtudp外债远期信用证数据采集页:不报送原因加码表
parent
af79cfb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
index.js
src/config/CodeTable/index.js
+6
-0
Cfap.vue
src/views/Business/Brtudp/Cfap.vue
+4
-3
No files found.
src/config/CodeTable/index.js
View file @
eb145c0e
...
...
@@ -1734,6 +1734,12 @@ const CodeTable = {
{
label
:
"否"
,
value
:
"N"
},
{
label
:
"是"
,
value
:
"Y"
},
],
cfabrttxt
:
[
{
label
:
"转开国内信用证"
,
value
:
"转开国内信用证"
},
{
label
:
"他行代开信用证"
,
value
:
"他行代开信用证"
},
{
label
:
"开至特殊监管区境内居民客户信用证"
,
value
:
"开至特殊监管区境内居民客户信用证"
},
{
label
:
"其他"
,
value
:
"其他"
},
],
cfaflg
:
[
{
label
:
"不报送"
,
value
:
"4"
},
{
label
:
"修改"
,
value
:
"2"
},
...
...
src/views/Business/Brtudp/Cfap.vue
View file @
eb145c0e
...
...
@@ -30,9 +30,10 @@
<el-form-item
label=
"不报送原因"
prop=
"cfabrt.cfabrttxt"
>
<!--
<c-select
v-model=
"model.cfabrt.cfabrttxt"
style=
"width:100%"
placeholder=
"请选择不报送原因"
>
</c-select>
-->
<c-input
v-model=
"model.cfabrt.cfabrttxt"
style=
"width:100%"
placeholder=
"不报送原因"
:disabled=
"model.cfabrt.cfaflg!=4"
>
</c-input>
<c-select
v-model=
"model.cfabrt.cfabrttxt"
style=
"width:100%"
placeholder=
""
:disabled=
"model.cfabrt.cfaflg!=4"
:code=
"codes.cfabrttxt"
>
</c-select>
</el-form-item>
</c-col>
</div>
...
...
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