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
6f8c5215
Commit
6f8c5215
authored
Sep 15, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cctset修改
parent
244c5b7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
11 deletions
+57
-11
Incp.vue
src/views/Business/Cctset/Incp.vue
+41
-9
index.vue
src/views/Business/Cctset/index.vue
+16
-2
No files found.
src/views/Business/Cctset/Incp.vue
View file @
6f8c5215
...
...
@@ -237,28 +237,60 @@
</c-form-item>
</c-col>
<c-col
:span=
"2
1
"
>
<c-col
:span=
"2
4
"
>
<c-form-item
label=
"付款人常驻国家(地区)代码"
prop=
"cnybop.cnyinc.spayercountrycode"
>
<c-input
v-model=
"model.cnybop.cnyinc.spayercountrycode"
maxlength=
"3"
placeholder=
""
></c-input>
<c-fullbox>
<c-input
v-model=
"model.cnybop.cnyinc.spayercountrycode"
maxlength=
"3"
placeholder=
""
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cnybop.cnyinc.spayercountrycode')
"
></c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog(
'cnybop.inccty.selbut1',
null,
null,
{ COD: 'cnybop.cnyinc.spayercountrycode' },
{ COD: true },
'doxpDialog'
)
"
>
</c-button>
</
template
>
</c-fullbox>
</c-form-item>
</c-col>
<c-col
:span=
"3"
>
<
!-- <
c-col :span="3">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@
click=
"onIncctySelbut1"
@click="
showGridPromptDialog(
'cnybop.inccty.selbut1',
null,
null,
{ COD: 'cnybop.cnyinc.spayercountrycode' },
{ COD: true },
'doxpDialog'
)
"
>
</c-button>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<c-form-item
label=
"付款行SWIFT BIC"
prop=
"cnybop.cnyinc.sswiftbic"
>
...
...
src/views/Business/Cctset/index.vue
View file @
6f8c5215
...
...
@@ -106,6 +106,20 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
></c-grid-ety-prompt-dialog>
</div>
</
template
>
<
script
>
...
...
@@ -124,7 +138,7 @@ import Trap from "./Trap";
import
Docpan1
from
"./Docpan1"
;
import
Basp2
from
"./Basp2"
;
import
Basp3
from
"./Basp3"
;
import
Incp
from
"./Incp"
import
Incp
from
"./Incp"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Doctre
from
"~/views/Public/Doctre"
;
...
...
@@ -149,7 +163,7 @@ export default {
"m-engp"
:
Engp
,
"m-basp2"
:
Basp2
,
"m-basp3"
:
Basp3
,
"m-incp"
:
Incp
,
"m-incp"
:
Incp
,
},
provide
()
{
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