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
2c6b924e
Commit
2c6b924e
authored
Sep 08, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bctame修改
parent
2fbc77f5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
7 deletions
+45
-7
Detp.vue
src/views/Business/Bctame/Detp.vue
+33
-3
Ovwp.vue
src/views/Business/Bctame/Ovwp.vue
+1
-1
Ptyp.vue
src/views/Business/Bctame/Ptyp.vue
+4
-3
index.vue
src/views/Business/Bctame/index.vue
+7
-0
No files found.
src/views/Business/Bctame/Detp.vue
View file @
2c6b924e
...
...
@@ -12,7 +12,17 @@
</c-col>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onColinsButtxmsel"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog(
'bctp.colins.buttxmsel',
null,
null,
{ TXT: 'bcdgrp.blk.colins' },
{ TXT: false },
'doxpDialog'
)
">
</c-button>
</c-col>
</c-col>
...
...
@@ -25,7 +35,17 @@
</c-col>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onDftinsButtxmsel"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog(
'bctp.dftins.buttxmsel',
null,
null,
{ TXT: 'bcdgrp.blk.dftins' },
{ TXT: false },
'doxpDialog'
)
">
</c-button>
</c-col>
</c-col>
...
...
@@ -48,7 +68,17 @@
</c-col>
<c-col
:span=
"1"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onOthins1Buttxmsel"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog(
'bctp.othins.buttxmsel',
null,
null,
{ TXT: 'bcdgrp.blk.othins' },
{ TXT: false },
'doxpDialog'
)
">
</c-button>
</c-col>
</c-col>
...
...
src/views/Business/Bctame/Ovwp.vue
View file @
2c6b924e
...
...
@@ -259,7 +259,7 @@
v-model=
"model.bcdgrp.blk.bcgdet"
maxlength=
"45"
show-word-limit
disabled
disabled
=
"model.bcdgrp.blk.bcgdetflg!='X'"
placeholder=
"请输入Maturity Text"
></c-input>
</el-form-item>
...
...
src/views/Business/Bctame/Ptyp.vue
View file @
2c6b924e
...
...
@@ -22,6 +22,7 @@
v-model=
"model.bcdgrp.dre.pts.extkey"
maxlength=
"50"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bcdgrp.dre.pts.extkey')"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -79,7 +80,7 @@
v-model=
"model.bcdgrp.co2.pts.extkey"
maxlength=
"50"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bcdgrp.co2.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -170,7 +171,7 @@
v-model=
"model.bcdgrp.rmi.pts.extkey"
maxlength=
"50"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bcdgrp.rmi.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -226,7 +227,7 @@
v-model=
"model.bcdgrp.drr.pts.extkey"
maxlength=
"50"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bcdgrp.drr.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
src/views/Business/Bctame/index.vue
View file @
2c6b924e
...
...
@@ -79,6 +79,13 @@
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
></c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
</div>
</c-page>
</
template
>
...
...
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