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
fc9546d3
Commit
fc9546d3
authored
Apr 06, 2023
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改二级页面的弹框赋值组件
parent
1d749d11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
21 deletions
+7
-21
Confp.vue
src/business/gitopn/views/Confp.vue
+2
-6
Ptypc.vue
src/business/gitopn/views/Ptypc.vue
+5
-15
No files found.
src/business/gitopn/views/Confp.vue
View file @
fc9546d3
...
...
@@ -46,9 +46,7 @@
v-model=
"model.gidgrp.cnr.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.cnr.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('CNR', 'B')"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -126,9 +124,7 @@
v-model=
"model.gidgrp.con.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.con.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('CON', 'B')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
src/business/gitopn/views/Ptypc.vue
View file @
fc9546d3
...
...
@@ -19,9 +19,7 @@
v-model=
"model.gidgrp.apc.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.apc.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('APC', 'C')"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -68,9 +66,7 @@
v-model=
"model.gidgrp.ctc.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ctc.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('CTC', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -120,9 +116,7 @@
v-model=
"model.gidgrp.bec.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.bec.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('BEC', 'B')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -170,9 +164,7 @@
v-model=
"model.gidgrp.iss.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.iss.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('ISS', 'B')"
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -230,9 +222,7 @@
v-model=
"model.gidgrp.ben.pts.extkey"
maxlength=
"16"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(`gidgrp.ben.pts.extkey`)
"
@
keyup
.
enter
.
native=
"queryGridEtyPromptDialogData('BEN', 'C')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
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