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
0c23d2db
Commit
0c23d2db
authored
Dec 16, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇款优化
parent
d255189b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
66 additions
and
54 deletions
+66
-54
Opnp1.vue
src/views/Business/Cptati/Opnp1.vue
+2
-2
index.vue
src/views/Business/Cptati/index.vue
+8
-0
Opnp1.vue
src/views/Business/Cptato/Opnp1.vue
+10
-0
index.vue
src/views/Business/Cptato/index.vue
+35
-17
Opnp1.vue
src/views/Business/Cptopn/Opnp1.vue
+4
-4
index.vue
src/views/Business/Cptopn/index.vue
+7
-31
No files found.
src/views/Business/Cptati/Opnp1.vue
View file @
0c23d2db
...
...
@@ -109,8 +109,8 @@
'attp.selbut1',
null,
null,
{
TXT
: 'attp.country' },
{
TXT: fals
e },
{
COD
: 'attp.country' },
{
COD: tru
e },
'doxpDialog'
)
">
...
...
src/views/Business/Cptati/index.vue
View file @
0c23d2db
...
...
@@ -72,6 +72,14 @@
>
</c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"doxpDialog"
:isPty=
"false"
:promptData=
"promptData"
@
select-ety=
"selectMsg"
>
</c-grid-ety-prompt-dialog>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<c-function-btn
:handleSubmit=
"handleSubmit"
...
...
src/views/Business/Cptato/Opnp1.vue
View file @
0c23d2db
...
...
@@ -211,6 +211,16 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"
showGridPromptDialog(
'attp.selbut',
null,
null,
{ COD: 'attp.paycountcode' },
{ COD: true },
'doxpDialog'
)
"
>
</c-button>
</
template
>
...
...
src/views/Business/Cptato/index.vue
View file @
0c23d2db
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
"境内外币汇出汇款"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
size=
"small"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
size=
"small"
>
<c-tabs
ref=
"elment"
:value=
"tabVal"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"业务信息"
name=
"ovwp"
>
<c-content>
...
...
@@ -38,23 +44,37 @@
<!-- 报文和面函 -->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<c-content>
<!--PD000000 -->
<!--PD000000 -->
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<c-content>
<!--附件 -->
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content
>
>
<!--附件 -->
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content
>
>
</el-tab-pane>
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
>
<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>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
</c-function-btn>
</c-page>
</div>
...
...
@@ -67,7 +87,7 @@ import CodeTable from "~/config/CodeTable";
import
Cptato
from
"~/model/Cptato"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
import
Check
from
'~/model/Cptato/Check'
import
Check
from
"~/model/Cptato/Check"
;
import
Pattern
from
"~/model/Cptato/Pattern"
;
import
Default
from
"~/model/Cptato/Default"
;
...
...
@@ -100,7 +120,7 @@ export default {
root
:
this
,
};
},
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"ovwp"
,
...
...
@@ -116,12 +136,11 @@ export default {
},
methods
:
{
myTabClick
(
tab
)
{
this
.
tabClick
(
tab
)
this
.
tabClick
(
tab
)
;
/**
* do it yourself
**/
}
* do it yourself
**/
},
},
created
:
async
function
()
{
console
.
log
(
"进入cptato交易"
);
...
...
@@ -140,5 +159,4 @@ export default {
};
</
script
>
<
style
>
</
style
>
src/views/Business/Cptopn/Opnp1.vue
View file @
0c23d2db
...
...
@@ -160,11 +160,11 @@
<c-col
:span=
"11"
>
<el-form-item
label=
"预计核验日期"
prop=
"cpdgrp.rec.p
ay
dat"
prop=
"cpdgrp.rec.p
rechk
dat"
>
<c-date-picker
type=
"date"
v-model=
"model.cpdgrp.rec.p
ay
dat"
v-model=
"model.cpdgrp.rec.p
rechk
dat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
""
...
...
@@ -345,8 +345,8 @@
'cptp.selbut1',
null,
null,
{
TXT
: 'cptp.payeecountcode' },
{
TXT: fals
e },
{
COD
: 'cptp.payeecountcode' },
{
COD: tru
e },
'doxpDialog'
)
"
...
...
src/views/Business/Cptopn/index.vue
View file @
0c23d2db
...
...
@@ -44,48 +44,25 @@
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"申报信息"
name=
"cnyp"
>
<c-content>
<m-cnyp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--
<el-tab-pane
label=
"境内汇款申请书-基础信息"
name=
"dbe"
v-if=
"model.bopmod.szflg === '2' && model.bopmod.basflg"
>
<m-dbe
:model=
"model"
:codes=
"codes"
></m-dbe>
</el-tab-pane>
-->
<!--
<el-tab-pane
label=
"境外汇款申请书-基础信息"
name=
"dbb"
v-if=
"model.bopmod.szflg === '1' && model.bopmod.basflg"
>
<m-dbb
:model=
"model"
:codes=
"codes"
></m-dbb>
</el-tab-pane>
-->
<!--
<el-tab-pane
label=
"2111跨境支出信息"
name=
"outp"
v-if=
"model.cnybop.outflg === '1'"
>
<m-outp
:model=
"model"
:codes=
"codes"
></m-outp>
</el-tab-pane>
-->
<el-tab-pane
label=
"报文/面函"
name=
"docpan"
>
<!--PD000529 -->
<m-docpan
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"附件信息"
name=
"doctre"
>
<!--PD000546 -->
<m-doctre
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<c-grid-ety-prompt-dialog
...
...
@@ -125,7 +102,7 @@ import Check from "~/model/Cptopn/Check";
import
Ovwp
from
"./Ovwp"
;
import
Addbcb
from
"./Addbcb.vue"
;
import
Cnyp
from
"./Cnyp.vue"
import
Cnyp
from
"./Cnyp.vue"
;
import
Doctre
from
"~/views/Public/Doctre"
;
import
Glepan
from
"~/views/Public/Glepan"
;
...
...
@@ -142,7 +119,6 @@ export default {
"m-docpan"
:
Docpan
,
"m-doctre"
:
Doctre
,
"m-cnyp"
:
Cnyp
,
},
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