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
760f11ec
Commit
760f11ec
authored
Feb 09, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
d935730b
cd0841cb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
86 additions
and
88 deletions
+86
-88
CptAdvChangePanel.vue
src/views/Business/Cptadv/CptAdvChangePanel.vue
+1
-1
Sbxx.vue
src/views/Business/Cptadv/Sbxx.vue
+5
-1
CptOpnp1Common.vue
src/views/Business/Cptopn/CptOpnp1Common.vue
+80
-86
No files found.
src/views/Business/Cptadv/CptAdvChangePanel.vue
View file @
760f11ec
...
...
@@ -423,7 +423,7 @@
<c-col
:span=
"24"
>
<c-fullbox>
<el-form-item
label=
""
>
<el-form-item
label=
""
prop=
"cpdgrp.pye.pts.extkey"
>
<c-input
v-model=
"model.cpdgrp.pye.pts.extkey"
placeholder=
"请输入收款人客户号"
...
...
src/views/Business/Cptadv/Sbxx.vue
View file @
760f11ec
...
...
@@ -86,7 +86,7 @@
<c-input-currency
v-model=
"model.bopmod.outchargeamt"
style=
"text-align: right;"
placeholder=
"请输入国外银行扣费(涉外收入申报专用)"
:disabled=
"!model.bopmod.basflg"
:disabled=
"!model.bopmod.basflg
|| model.bopmod.szflg === '2' || model.bopmod.szflg === '3'
"
@
keyup
.
enter
.
native=
"defaultFunction('bopmod.outchargeamt', model.bopmod.outchargeamt)"
></c-input-currency>
</c-col>
...
...
@@ -232,6 +232,10 @@ export default {
methods
:{...
Event
,
handelSelChange
(){
//控制checkbox的逻辑
if
(
this
.
model
.
bopmod
.
szflg
==
'3'
){
this
.
model
.
bopmod
.
basflg
=
false
;
}
},
},
created
:
function
(){
...
...
src/views/Business/Cptopn/CptOpnp1Common.vue
View file @
760f11ec
...
...
@@ -206,7 +206,8 @@
<c-col
:span=
"24"
>
<c-fullbox>
<el-form-item
label=
"发报行"
prop=
"cpdgrp.snd.pts.extkey"
>
<c-input
placeholder=
"请输入发报行"
disabled
v-model=
"model.cpdgrp.snd.pts.extkey"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cpdgrp.snd.pts.extkey')"
></c-input>
<c-input
placeholder=
"请输入发报行"
disabled
v-model=
"model.cpdgrp.snd.pts.extkey"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cpdgrp.snd.pts.extkey')"
></c-input>
</el-form-item>
<
template
slot=
"footer"
>
...
...
@@ -402,33 +403,30 @@
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
>
<c-
col
:span=
"18"
>
<c-
fullbox
>
<el-form-item
label=
"发报行"
prop=
"cpdgrp.snd.pts.extkey"
>
<c-input
placeholder=
"请输入发报行"
v-model=
"model.cpdgrp.snd.pts.extkey"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cpdgrp.snd.pts.extkey')"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
<c-input
placeholder=
"请输入发报行"
disabled
v-model=
"model.cpdgrp.snd.pts.extkey"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cpdgrp.snd.pts.extkey')"
></c-input>
</el-form-item>
</c-col>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -468,37 +466,37 @@
</c-col>
<c-col
:span=
"24"
>
<c-
col
:span=
"18"
>
<c-
fullbox
>
<el-form-item
label=
""
>
<c-input
v-model=
"model.cpdgrp.pye.pts.extkey"
placeholder=
"请输入收款人客户号"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cpdgrp.pye.pts.extkey')
"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -522,33 +520,30 @@
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
>
<c-
col
:span=
"18"
>
<c-
fullbox
>
<el-form-item
label=
"发报行"
prop=
"cpdgrp.snd.pts.extkey"
>
<c-input
placeholder=
"请输入发报行"
v-model=
"model.cpdgrp.snd.pts.extkey"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cpdgrp.snd.pts.extkey')"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
<c-input
placeholder=
"请输入发报行"
disabled
v-model=
"model.cpdgrp.snd.pts.extkey"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cpdgrp.snd.pts.extkey')"
></c-input>
</el-form-item>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
disabled
>
详情
</c-button>
</
template
>
</c-fullbox>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -597,27 +592,27 @@
</c-col>
<c-col
:span=
"24"
>
<c-
col
:span=
"18"
>
<c-
fullbox
>
<el-form-item
label=
""
prop=
"cpdgrp.pye.pts.extkey"
>
<c-input
v-model=
"model.cpdgrp.pye.pts.extkey"
placeholder=
"请输入收款人客户号"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cpdgrp.pye.pts.extkey')
"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<el-form-item
label=
""
label-width=
"15px"
>
<c-col
:span=
"12"
>
<
template
slot=
"footer"
>
<c-button
style=
"margin:0 10px 0 10;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
</c-col>
<c-col
:span=
"12"
>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onSndpDet"
...
...
@@ -625,9 +620,8 @@
>
详情
</c-button>
</c-col>
</el-form-item>
</c-col>
</
template
>
</c-fullbox>
</c-col>
<c-col
:span=
"24"
>
...
...
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