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
977df1cf
Commit
977df1cf
authored
Aug 17, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtudp/betsnd国家代码?去除弹框
parent
66d14bec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
Libp.vue
src/views/Business/Betsnd/Libp.vue
+2
-2
Conp.vue
src/views/Business/Brtudp/Conp.vue
+11
-5
No files found.
src/views/Business/Betsnd/Libp.vue
View file @
977df1cf
...
...
@@ -72,13 +72,13 @@
@
keyup
.
enter
.
native=
"eventFunction('cnybop.cnylib.sforeigncountrycode')"
></c-input>
<template
slot=
"footer"
>
<!-- @click="showGridPromptDialog('cnybop.libcty.selbut1',null,null,
{TXT:'cnybop.cnylib.sforeigncountrycode'},{TXT:false},'doxpDialog')" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog('cnybop.libcty.selbut1',null,null,
{TXT:'cnybop.cnylib.sforeigncountrycode'},{TXT:false},'doxpDialog')
"
@
click=
"
onLibctySelbut1
"
>
<!-- @click="onLibctySelbut1" -->
?
</c-button>
</
template
>
...
...
src/views/Business/Brtudp/Conp.vue
View file @
977df1cf
...
...
@@ -246,14 +246,15 @@
v-model=
"model.cfabrt.recgrp.bas.crehqcode"
maxlength=
"3"
placeholder=
"请输入债权人总部所在国家(地区)代码"
@
keyup
.
enter
.
native=
"eventFunction('cfabrt.recgrp.bas.crehqcode')"
></c-input>
<template
slot=
"footer"
>
<!-- @click="
onCouselCrehqselbut
" -->
<!-- @click="
showGridPromptDialog('cfabrt.recp.pubp.cousel.crehqselbut', null, null,
{TXT: 'cfabrt.recgrp.bas.crehqcode'}, {TXT: false},'doxpDialog')
" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog('cfabrt.recp.pubp.cousel.crehqselbut', null, null,
{TXT: 'cfabrt.recgrp.bas.crehqcode'}, {TXT: false},'doxpDialog')
"
@
click=
"
onCouselCrehqselbut
"
>
?
</c-button>
...
...
@@ -271,14 +272,15 @@
v-model=
"model.cfabrt.recgrp.bas.opercode"
maxlength=
"3"
placeholder=
"请输入债权人经营地所在国家(地区)代码"
@
keyup
.
enter
.
native=
"eventFunction('cfabrt.recgrp.bas.opercode')"
></c-input>
<
template
slot=
"footer"
>
<!-- @click="
onCouselOperselbut
" -->
<!-- @click="
showGridPromptDialog('cfabrt.recp.pubp.cousel.operselbut', null, null,
{TXT: 'cfabrt.recgrp.bas.opercode'}, {TXT: false},'doxpDialog')
" -->
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog('cfabrt.recp.pubp.cousel.operselbut', null, null,
{TXT: 'cfabrt.recgrp.bas.opercode'}, {TXT: false},'doxpDialog')
"
@
click=
"
onCouselOperselbut
"
>
?
</c-button>
...
...
@@ -364,7 +366,11 @@ export default {
data
()
{
return
{}
},
methods
:
{
...
Event
},
methods
:
{
...
Event
,
crehqcodeEvent
(){
}
},
created
:
function
()
{},
}
</
script
>
...
...
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