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
038a81a2
Commit
038a81a2
authored
Jan 24, 2022
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇入汇款查询调试
parent
7851fe7d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
157 additions
and
87 deletions
+157
-87
Cnyp.vue
src/views/Business/Cptadv/Cnyp.vue
+101
-41
Opnp1.vue
src/views/Business/Cptadv/Opnp1.vue
+5
-2
index.vue
src/views/Business/Cptadv/index.vue
+6
-0
CptOpnp1Common.vue
src/views/Public/CptOpnp1Common.vue
+45
-44
No files found.
src/views/Business/Cptadv/Cnyp.vue
View file @
038a81a2
<
template
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"24
"
>
<c-row>
<c-col
:span=
"12
"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
label-width=
"160px"
>
<c-select
v-model=
"model.cnybop.cnyflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2101表"
>
</c-select>
<c-select
v-model=
"model.cnybop.cnyflg"
style=
"width: 100%"
placeholder=
"请选择是否报送跨境人民币2101表"
>
<el-option
v-for=
"item in codes.cnyflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
</c-col>
</c-row>
<c-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否报送跨境人民币2107表"
label-width=
"160px"
>
<c-select
v-model=
"model.cnybop.traflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2107表"
>
</c-select>
<c-select
v-model=
"model.cnybop.traflg"
style=
"width: 100%"
placeholder=
"请选择是否报送跨境人民币2107表"
disabled
>
<el-option
v-for=
"item in codes.traflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
</c-col>
</c-row>
<c-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否报送跨境人民币2111表"
label-width=
"160px"
>
<c-select
v-model=
"model.cnybop.outflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2111表"
>
</c-select>
<c-select
v-model=
"model.cnybop.outflg"
style=
"width: 100%"
placeholder=
"请选择是否报送跨境人民币2111表"
disabled
>
<el-option
v-for=
"item in codes.outflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
</c-col>
</c-row>
<c-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否报送跨境人民币2106表"
label-width=
"160px"
>
<c-select
v-model=
"model.cnybop.libflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2106表"
>
</c-select>
<c-select
v-model=
"model.cnybop.libflg"
style=
"width: 100%"
placeholder=
"请选择是否报送跨境人民币2106表"
disabled
>
<el-option
v-for=
"item in codes.libflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
</c-col>
</c-row>
<c-row>
<c-col
:span=
"12"
>
<el-form-item
label=
"是否报送跨境人民币2122表"
label-width=
"160px"
>
<c-select
v-model=
"model.cnybop.vouflg"
style=
"width:100%"
placeholder=
"请选择是否报送跨境人民币2122表"
>
</c-select>
<c-select
v-model=
"model.cnybop.vouflg"
style=
"width: 100%"
placeholder=
"请选择是否报送跨境人民币2122表"
disabled
>
<el-option
v-for=
"item in codes.vouflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
</c-row>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
;
import
CommonProcess
from
"~/mixin/CommonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Cptadv/Event"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Cptadv/Event"
;
export
default
{
inject
:
[
'root'
],
inject
:
[
"root"
],
mixins
:
[
CommonProcess
],
props
:[
"model"
,
"codes"
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
}
}
props
:
[
"model"
,
"codes"
],
data
()
{
return
{};
},
methods
:
{
...
Event
},
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
src/views/Business/Cptadv/Opnp1.vue
View file @
038a81a2
...
...
@@ -25,7 +25,7 @@
size=
"small"
type=
"primary"
:disabled=
"this.flag"
@
click=
"
onCptpGetref
"
@
click=
"
commonExecuteRule('cptp.getref')
"
>
获取
</c-button>
...
...
@@ -132,6 +132,7 @@
maxlength=
"3"
placeholder=
"请输入付款人常驻国家/地区代码"
style=
"width:100%"
@
keyup
.
enter
.
native=
"showGridPromptDialog('cptp.draweecountcode')"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -308,6 +309,7 @@
v-model=
"model.cpdgrp.rec.swftyp"
style=
"width: 100%"
placeholder=
"请选择报文类型"
:disabled=
"model.cpdgrp.cbs.nom1.amt === '0.000'"
@
change=
"commonExecuteRule('cpdgrp.rec.swftyp')"
>
...
...
@@ -1059,7 +1061,8 @@ export default {
},
computed
:
{
flag
()
{
return
this
.
model
.
cpdgrp
.
pye
.
pts
.
extkey
==
""
||
this
.
model
.
cpdgrp
.
rec
.
ownref
!=
""
;
return
this
.
model
.
cpdgrp
.
pye
.
pts
.
extkey
==
""
;
//return this.model.cpdgrp.pye.pts.extkey == "" || this.model.cpdgrp.rec.ownref != "";
},
},
};
...
...
src/views/Business/Cptadv/index.vue
View file @
038a81a2
...
...
@@ -33,6 +33,9 @@
<!--PD000006 -->
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<el-tab-pane
label=
"分录"
name=
"glepan"
>
<m-glepan
:model=
"model"
:codes=
"codes"
ref=
"glepan"
/>
</el-tab-pane>
<el-tab-pane
label=
"附言"
name=
"coninfp"
>
<!--PD000000 -->
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -60,6 +63,7 @@
</c-tabs>
</el-form>
</div>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
></c-grid-ety-prompt-dialog>
</c-page>
</
template
>
<
script
>
...
...
@@ -82,6 +86,7 @@ import Cnyp from "./Cnyp";
import
Doctre
from
"~/views/Public/Doctre"
;
import
Setpan
from
"~/views/Public/Setpan"
;
import
Glepan
from
"~/views/Public/Glepan"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
import
Docpan
from
"~/views/Public/Docpan"
;
import
Ptap
from
"~/views/Public/Ptap"
;
...
...
@@ -92,6 +97,7 @@ export default {
"m-opnp1"
:
Opnp1
,
"m-wg"
:
Wg
,
"m-setpan"
:
Setpan
,
"m-glepan"
:
Glepan
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
...
...
src/views/Public/CptOpnp1Common.vue
View file @
038a81a2
This diff is collapsed.
Click to expand it.
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