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
883edd39
Commit
883edd39
authored
Sep 01, 2021
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
面函显示调整
parent
50749992
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.js
src/config/CodeTable/index.js
+4
-4
Detp.vue
src/views/Business/Ditopn/Detp.vue
+2
-2
No files found.
src/config/CodeTable/index.js
View file @
883edd39
...
@@ -4925,8 +4925,8 @@ const CodeTable = {
...
@@ -4925,8 +4925,8 @@ const CodeTable = {
{
label
:
"Error"
,
value
:
"E"
},
{
label
:
"Error"
,
value
:
"E"
},
],
],
shppar
:[
shppar
:[
{
label
:
"不允许"
,
value
:
"
N
"
},
{
label
:
"不允许"
,
value
:
"
禁止
"
},
{
label
:
"允许"
,
value
:
"
Y
"
},
{
label
:
"允许"
,
value
:
"
允许
"
},
],
],
shwfil
:[
shwfil
:[
{
label
:
"No"
,
value
:
""
},
{
label
:
"No"
,
value
:
""
},
...
@@ -5730,8 +5730,8 @@ const CodeTable = {
...
@@ -5730,8 +5730,8 @@ const CodeTable = {
// {label:"send as MT999",value:"SWT999" },
// {label:"send as MT999",value:"SWT999" },
],
],
litameadv
:[
litameadv
:[
{
label
:
"无特殊规定"
,
value
:
"
1
"
},
{
label
:
"无特殊规定"
,
value
:
"
无特殊规定
"
},
{
label
:
"有特殊规定,条件为:"
,
value
:
"
2
"
},
{
label
:
"有特殊规定,条件为:"
,
value
:
"
有特殊规定,条件为:
"
},
],
],
swttlx
:[
swttlx
:[
{
label
:
"需要加押的SWIFT报文(MT999)"
,
value
:
"M"
},
{
label
:
"需要加押的SWIFT报文(MT999)"
,
value
:
"M"
},
...
...
src/views/Business/Ditopn/Detp.vue
View file @
883edd39
...
@@ -86,8 +86,8 @@
...
@@ -86,8 +86,8 @@
<el-form-item
label=
"转运"
prop=
"didgrp.rec.shptrs"
>
<el-form-item
label=
"转运"
prop=
"didgrp.rec.shptrs"
>
<c-select
v-model=
"model.didgrp.rec.shptrs"
style=
"width:100%"
placeholder=
"请选择"
:disabled=
"model.didgrp.rec.mytype == 'F'"
>
<c-select
v-model=
"model.didgrp.rec.shptrs"
style=
"width:100%"
placeholder=
"请选择"
:disabled=
"model.didgrp.rec.mytype == 'F'"
>
<el-option
label=
"不允许"
value=
"
1
"
></el-option>
<el-option
label=
"不允许"
value=
"
禁止
"
></el-option>
<el-option
label=
"允许"
value=
"
2
"
></el-option>
<el-option
label=
"允许"
value=
"
允许
"
></el-option>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
...
...
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