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
b8c6e30c
Commit
b8c6e30c
authored
Jan 04, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
境外付款地区 组件回填 方法修改
parent
d47d41d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
29 deletions
+50
-29
Urpp.vue
src/views/Business/Bptopn/Urpp.vue
+49
-28
index.vue
src/views/Business/Bptopn/index.vue
+1
-1
No files found.
src/views/Business/Bptopn/Urpp.vue
View file @
b8c6e30c
...
...
@@ -791,38 +791,59 @@
<!-- ----------------------------------------------------------------------- -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"境外付款人所属国家/地区"
prop=
"bpdgrp.rec.f0103"
v-show=
"model.bpdgrp.rec.fintyp == 'F' || model.bpdgrp.rec.fintyp == 'U'"
>
<c-col
:span=
"24"
>
<c-fullbox>
<c-input
v-model=
"model.bpdgrp.rec.f0103"
maxlength=
"3"
placeholder=
"请输入境外付款人所属国家/地区"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bpdgrp.rec.f0103')"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onBptcodSelbut1"
>
<c-col
:span=
"21"
>
<el-form-item
label=
"境外付款人所属国家/地区"
prop=
"bpdgrp.rec.f0103"
v-show=
"model.bpdgrp.rec.fintyp == 'F' || model.bpdgrp.rec.fintyp == 'U'"
>
<c-input
v-model=
"model.bpdgrp.rec.f0103"
maxlength=
"3"
placeholder=
"请输入境外付款人所属国家/地区"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('bpdgrp.rec.f0103',null,null,
{ COD: 'bpdgrp.rec.f0103' },
{ COD: true },
'doxpDialog')
"
style=
"width: 100%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"3"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onBptcodSelbut1"
>
</c-button>
</
template
>
<!-- @click="
showGridPromptDialog('bptp.bptcod.selbut1',null,null,
{ COD: 'bpdgrp.rec.f0103' },
{ COD: true },
'doxpDialog')
" -->
</c-col>
</c-fullbox>
</
el-form-item
>
</
c-col
>
<el-form-item
label=
"境外付款人所属部门"
prop=
"bpdgrp.rec.f0104"
v-show=
"model.bpdgrp.rec.fintyp == 'F' || model.bpdgrp.rec.fintyp == 'U'"
>
<c-select
v-model=
"model.bpdgrp.rec.f0104"
:code=
"codes.f0104"
style=
"width: 100%"
placeholder=
"请选择境外付款人所属部门"
>
</c-select>
</el-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"境外付款人所属部门"
prop=
"bpdgrp.rec.f0104"
v-show=
"model.bpdgrp.rec.fintyp == 'F' || model.bpdgrp.rec.fintyp == 'U'"
>
<c-select
v-model=
"model.bpdgrp.rec.f0104"
:code=
"codes.f0104"
style=
"width: 100%"
placeholder=
"请选择境外付款人所属部门"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="12">
...
...
src/views/Business/Bptopn/index.vue
View file @
b8c6e30c
...
...
@@ -213,7 +213,7 @@
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:
select-ety=
"selectEty"
@
select-ety=
"selectEty"
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
...
...
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