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
c11cb735
Commit
c11cb735
authored
Jun 17, 2021
by
1377875331@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
面函显示多条数据
parent
1ae2f004
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
10 deletions
+31
-10
index.js
src/config/CodeTable/index.js
+6
-6
Docpan.vue
src/views/Business/Ditopn/Docpan.vue
+22
-3
index.vue
src/views/Business/Ditopn/index.vue
+3
-1
No files found.
src/config/CodeTable/index.js
View file @
c11cb735
...
...
@@ -5383,12 +5383,12 @@ const CodeTable = {
{
label
:
"INI Files"
,
value
:
"INI"
},
],
uiltxt
:[
{
label
:
"English"
,
value
:
"EN"
},
{
label
:
"Italian"
,
value
:
"IT"
},
{
label
:
"French"
,
value
:
"FR"
},
{
label
:
"Chinese"
,
value
:
"CN"
},
{
label
:
"German"
,
value
:
"DE"
},
{
label
:
"Spanish"
,
value
:
"SP"
},
{
label
:
"E
N E
nglish"
,
value
:
"EN"
},
{
label
:
"I
T I
talian"
,
value
:
"IT"
},
{
label
:
"F
R F
rench"
,
value
:
"FR"
},
{
label
:
"C
N C
hinese"
,
value
:
"CN"
},
{
label
:
"
DE
German"
,
value
:
"DE"
},
{
label
:
"S
P S
panish"
,
value
:
"SP"
},
],
unttyp
:[
{
label
:
"Constant"
,
value
:
"CONST"
},
...
...
src/views/Business/Ditopn/Docpan.vue
View file @
c11cb735
...
...
@@ -7,9 +7,27 @@
</el-col>
<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].docsnf"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.docsnf"
: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].docuil"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.uiltxt"
: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].apf"
style=
"width:100%"
placeholder=
"请选择"
>
<c-select
v-model=
"model.trnmod.trndoc.doceot[scope.row.index].apf"
disabled
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.apftxt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -130,11 +148,12 @@ export default {
return
{
stmData
:
{
columns
:
[
//注释的已改成静态
"role 收报人"
,
"pandsc 描述"
,
"cortyp 类型"
,
"docsnf 报文格式"
,
"docuil 语言"
,
//
"docsnf 报文格式",
//
"docuil 语言",
//"apf 传送方式"
],
data
:
[
...
...
src/views/Business/Ditopn/index.vue
View file @
c11cb735
...
...
@@ -170,7 +170,9 @@ export default {
nonrevflg1
:
CodeTable
.
nonrevflg1
,
curtxt
:
CodeTable
.
curtxt
,
litameadv
:
CodeTable
.
litameadv
,
avbby0
:
CodeTable
.
avbby0
avbby0
:
CodeTable
.
avbby0
,
uiltxt
:
CodeTable
.
uiltxt
,
docsnf
:
CodeTable
.
docsnf
,
},
}
},
...
...
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