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
c5f13e9b
Commit
c5f13e9b
authored
Feb 08, 2022
by
吴佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022.02.08 wujia 必输项修改 报文切换时布局调整
parent
b18a8a21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
83 deletions
+72
-83
Pattern.js
src/model/Cptadv/Pattern.js
+1
-1
CptAdvChangePanel.vue
src/views/Business/Cptadv/CptAdvChangePanel.vue
+71
-82
No files found.
src/model/Cptadv/Pattern.js
View file @
c5f13e9b
...
...
@@ -228,7 +228,7 @@ export default {
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"cpdgrp.orc.pts.ref"
:[
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
],
"cpdgrp.pye.pts.ref"
:[
...
...
src/views/Business/Cptadv/CptAdvChangePanel.vue
View file @
c5f13e9b
...
...
@@ -358,33 +358,31 @@
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
>
<c-
col
:span=
"18"
>
<c-
fullbox
>
<el-form-item
label=
"发报行"
prop=
"cpdgrp.snd.pts.extkey"
>
<c-input
placeholder=
"请输入发报行"
v-model=
"model.cpdgrp.snd.pts.extkey"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cpdgrp.snd.pts.extkey')"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -424,7 +422,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-
col
:span=
"18"
>
<c-
fullbox
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.cpdgrp.pye.pts.extkey"
...
...
@@ -432,29 +430,26 @@
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -479,23 +474,21 @@
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
>
<c-
col
:span=
"18"
>
<c-
fullbox
>
<el-form-item
label=
"发报行"
prop=
"cpdgrp.snd.pts.extkey"
>
<c-input
placeholder=
"请输入发报行"
v-model=
"model.cpdgrp.snd.pts.extkey"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cpdgrp.snd.pts.extkey')"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
...
...
@@ -503,9 +496,8 @@
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</
template
>
</c-fullbox>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -554,7 +546,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-
col
:span=
"18"
>
<c-
fullbox
>
<el-form-item
label=
""
prop=
"cpdgrp.pye.pts.extkey"
>
<c-input
v-model=
"model.cpdgrp.pye.pts.extkey"
...
...
@@ -562,29 +554,26 @@
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</c-col>
<c-col
:span=
"24"
>
...
...
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