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
fukai
vue-gjjs
Commits
a7e2500f
Commit
a7e2500f
authored
Mar 02, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
码表显示问题
parent
08a31462
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
index.js
src/config/CodeTable/index.js
+6
-1
index.js
src/model/Gitfre/index.js
+1
-0
Gitfrep1.vue
src/views/Business/Gitfre/Gitfrep1.vue
+6
-3
No files found.
src/config/CodeTable/index.js
View file @
a7e2500f
...
...
@@ -7286,7 +7286,12 @@ const CodeTable = {
{
label
:
"保函(标准)"
,
value
:
"STD"
},
{
label
:
"见索即付保函"
,
value
:
"DGAR"
},
{
label
:
"备用信用证"
,
value
:
"STBY"
},
{
label
:
"其他"
,
value
:
"DEPU"
},
{
label
:
"其他"
,
value
:
"UNDK"
},
],
legfrm3
:
[
{
label
:
"见索即付保函"
,
value
:
"DGAR"
},
{
label
:
"备用信用证"
,
value
:
"STBY"
},
{
label
:
"Undertaking (for example guarantee, surety)"
,
value
:
"DEPU"
},
],
deloric
:
[
{
label
:
"用集合"
,
value
:
"COLL"
},
...
...
src/model/Gitfre/index.js
View file @
a7e2500f
...
...
@@ -30,6 +30,7 @@ export default class Gitfre{
gartyp
:
""
,
// Type of Undertaking .gidgrp.rec.gartyp
expdat
:
""
,
// Valid until .gidgrp.rec.expdat
liadat
:
""
,
// Liability until .gidgrp.rec.liadat
purpos
:
""
,
},
cbs
:{
max
:{
...
...
src/views/Business/Gitfre/Gitfrep1.vue
View file @
a7e2500f
...
...
@@ -128,13 +128,14 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"目的信息"
prop=
"gidgrp.rec.purpos"
>
<c-
inpu
t
<c-
selec
t
disabled
v-model=
"model.gidgrp.rec.purpos"
style=
"width: 100%"
placeholder=
"请选择目的信息"
:code=
"codes.purpos"
>
</c-
inpu
t>
</c-
selec
t>
</el-form-item>
</c-col>
...
...
@@ -502,7 +503,9 @@ export default {
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{};
return
{
codes
:{...
CodeTable
}
};
},
methods
:
{
...
Event
,
async
flg
()
{
...
...
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