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
d83c249d
Commit
d83c249d
authored
Dec 26, 2021
by
chenzhaole
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cptadv界面调整
parent
a54913ce
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
3 deletions
+24
-3
Event.js
src/model/Cptadv/Event.js
+4
-0
Opnp1.vue
src/views/Business/Cptadv/Opnp1.vue
+17
-2
index.vue
src/views/Business/Cptadv/index.vue
+3
-1
No files found.
src/model/Cptadv/Event.js
View file @
d83c249d
...
@@ -180,5 +180,8 @@ export default {
...
@@ -180,5 +180,8 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
onSeainf
(
data
)
{
console
.
log
(
'测试。。。。。。。'
,
data
)
},
}
}
\ No newline at end of file
src/views/Business/Cptadv/Opnp1.vue
View file @
d83c249d
...
@@ -233,7 +233,7 @@
...
@@ -233,7 +233,7 @@
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1
0
"
>
<c-col
:span=
"1
6
"
>
<el-form-item
label=
""
>
<el-form-item
label=
""
>
<c-input
<c-input
v-model=
"model.cpdgrp.orc.pts.extkey"
v-model=
"model.cpdgrp.orc.pts.extkey"
...
@@ -266,6 +266,20 @@
...
@@ -266,6 +266,20 @@
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-ptap
:model=
"model"
:argadr=
"
{
title: '测试角色',
grp: 'cpdgrp',
rol: 'pye',
}"
:disabled="true"
@onSeainf="onSeainf"
@onAplpDet="onPyepDet"
>
</c-ptap>
</c-col>
</c-col>
<!-- ========================右边======================= -->
<!-- ========================右边======================= -->
...
@@ -433,7 +447,7 @@
...
@@ -433,7 +447,7 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"1
0
"
>
<c-col
:span=
"1
6
"
>
<el-form-item
label=
"发报人"
>
<el-form-item
label=
"发报人"
>
<c-input
<c-input
v-model=
"model.cpdgrp.snd.pts.extkey"
v-model=
"model.cpdgrp.snd.pts.extkey"
...
@@ -1263,6 +1277,7 @@ import Api from "~/service/Api";
...
@@ -1263,6 +1277,7 @@ import Api from "~/service/Api";
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Cptadv/Event"
;
import
Event
from
"~/model/Cptadv/Event"
;
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
export
default
{
inject
:
[
"root"
],
inject
:
[
"root"
],
...
...
src/views/Business/Cptadv/index.vue
View file @
d83c249d
<
template
>
<
template
>
<c-page
title=
"汇入汇款"
>
<c-page
title=
"汇入汇款"
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
<el-form
<el-form
:model=
"model"
:model=
"model"
:rules=
"rules"
:rules=
"rules"
...
@@ -66,6 +67,7 @@ import Cnyp from "./Cnyp";
...
@@ -66,6 +67,7 @@ import Cnyp from "./Cnyp";
import
Setpan
from
"~/views/Public/Setpan"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
export
default
{
name
:
"Cptadv"
,
name
:
"Cptadv"
,
...
@@ -76,8 +78,8 @@ export default {
...
@@ -76,8 +78,8 @@ export default {
"m-coninfp"
:
Coninfp
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-doctre"
:
Doctre
,
"m-docpan"
:
Docpan
,
"m-cnyp"
:
Cnyp
,
"m-cnyp"
:
Cnyp
,
"m-ptap"
:
Ptap
,
},
},
provide
()
{
provide
()
{
return
{
return
{
...
...
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