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
21fe5662
Commit
21fe5662
authored
Jul 26, 2021
by
1377875331@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
面函显示
parent
f0de7afd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
1 deletions
+34
-1
index.js
src/config/CodeTable/index.js
+24
-0
Docpan.vue
src/views/Business/Ditopn/Docpan.vue
+10
-1
No files found.
src/config/CodeTable/index.js
View file @
21fe5662
...
...
@@ -1720,6 +1720,30 @@ const CodeTable = {
{
label
:
"面函"
,
value
:
"LET"
},
{
label
:
"SWIFT报文"
,
value
:
"SWT"
},
],
doceotCortyp
:[
{
label
:
"<FMT>"
,
value
:
"FMT"
},
{
label
:
"Bolero"
,
value
:
"BOL"
},
{
label
:
"Bolero Att."
,
value
:
"BOA"
},
{
label
:
"DTA/EA"
,
value
:
"DTE"
},
{
label
:
"DTA/LCR"
,
value
:
"DTA"
},
{
label
:
"DTAUS/IZV"
,
value
:
"LZV"
},
{
label
:
"Fax"
,
value
:
"FAX"
},
{
label
:
"File Att."
,
value
:
"FIL"
},
{
label
:
"lmage"
,
value
:
"IMG"
},
{
label
:
"lnternal"
,
value
:
"INT"
},
{
label
:
"Letter"
,
value
:
"LET"
},
{
label
:
"Memo"
,
value
:
"MEM"
},
{
label
:
"Paper Docs."
,
value
:
"DOC"
},
{
label
:
"RTGSplus"
,
value
:
"RTG"
},
{
label
:
"Registration"
,
value
:
"RIM"
},
{
label
:
"SWIFT"
,
value
:
"SWT"
},
{
label
:
"TCO Att."
,
value
:
"TCA"
},
{
label
:
"Target"
,
value
:
"TAR"
},
{
label
:
"Telex"
,
value
:
"TLX"
},
{
label
:
"TradeConnect"
,
value
:
"TCO"
},
{
label
:
"eMail"
,
value
:
"EML"
},
{
label
:
"eMail Att."
,
value
:
"EMA"
}
],
cot
:[
{
label
:
"Character"
,
value
:
"C"
},
{
label
:
"Relative Date"
,
value
:
"R"
},
...
...
src/views/Business/Ditopn/Docpan.vue
View file @
21fe5662
...
...
@@ -9,6 +9,15 @@
<c-istream-table-docpan
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
label=
"报文格式"
>
<template
slot-scope=
"scope"
>
<c-select
v-model=
"model.trnmod.trndoc.doceot[scope.row.index].cortyp"
style=
"width:100%"
disabled
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.doceotCortyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"报文格式"
>
<
template
slot-scope=
"scope"
>
<c-select
v-model=
"model.trnmod.trndoc.doceot[scope.row.index].docsnf"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.docsnf"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
...
...
@@ -172,7 +181,7 @@ export default {
//注释的已改成静态
"role 收报人"
,
"pandsc 描述"
,
"cortyp 类型"
,
//
"cortyp 类型",
//"docsnf 报文格式",
//"docuil 语言",
//"apf 传送方式"
...
...
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