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
61428088
Commit
61428088
authored
Aug 26, 2022
by
taojinrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cptato/cptati/cnysel 交易bug修改
parent
f9bd5570
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
100 additions
and
131 deletions
+100
-131
Selp.vue
src/views/Business/Cnysel/Selp.vue
+7
-1
Pardet.vue
src/views/Business/Cptati/Pardet.vue
+4
-7
Opnp1.vue
src/views/Business/Cptato/Opnp1.vue
+25
-15
Pardet.vue
src/views/Business/Cptato/Pardet.vue
+44
-104
Wg.vue
src/views/Business/Cptato/Wg.vue
+2
-2
index.vue
src/views/Business/Cptato/index.vue
+18
-2
No files found.
src/views/Business/Cnysel/Selp.vue
View file @
61428088
...
...
@@ -66,7 +66,7 @@
placeholder=
"请选择Initial Code"
>
<el-option
v-for=
"item in
codes.
ownextkey"
v-for=
"item in ownextkey"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -176,6 +176,11 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{
ownextkey
:[
{
label
:
"<ALL>"
,
value
:
"<ALL>"
},
{
label
:
"00000047 ???"
,
value
:
"00000047"
},
{
label
:
"00001047 LM ADD"
,
value
:
"00001047"
},
],
stmData
:
{
columns
:
[
'0 1 "业务编号" 110'
,
...
...
@@ -188,6 +193,7 @@ export default {
],
data
:
[],
},
};
},
methods
:
{
...
Event
},
...
...
src/views/Business/Cptati/Pardet.vue
View file @
61428088
...
...
@@ -45,8 +45,7 @@
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
><span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
...
...
@@ -96,8 +95,7 @@
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
><span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
...
...
@@ -148,7 +146,7 @@
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
style=
"margin: 0 0"
...
...
@@ -221,8 +219,7 @@
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
><span
style=
"font-family: '宋体'; font-weight:bold"
>
i
</span>
</c-button>
<c-button
...
...
src/views/Business/Cptato/Opnp1.vue
View file @
61428088
...
...
@@ -100,7 +100,7 @@
v-model=
"model.cpdgrp.rec.prechkdat"
style=
"width: 100%"
placeholder=
"请选择PRECHKDAT"
:disabled=
"model.cpdgrp.rec.ischktyp == ''"
:disabled=
"model.cpdgrp.rec.ischktyp == ''
||model.cpdgrp.rec.ischktyp=='N'
"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -166,7 +166,7 @@
placeholder=
"请选择业务种类"
>
<el-option
v-for=
"item in
codes.busflg
"
v-for=
"item in
bustyp1
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -221,12 +221,11 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"汇款人名称"
prop=
"attp.orcnam"
>
<c-input
type=
"textarea"
v-model=
"model.attp.orcnam"
maxlength=
"65"
show-word-limit
placeholder=
"请输入汇款人名称"
disabled
:disabled=
"model.attp.swftyp==''"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -236,12 +235,11 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"汇款人地址"
prop=
"attp.orcadr"
>
<c-input
type=
"textarea"
v-model=
"model.attp.orcadr"
maxlength=
"265"
show-word-limit
placeholder=
"请输入汇款人地址"
:disabled=
"model.attp.swftyp==''"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -251,12 +249,11 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人名称"
prop=
"attp.pyenam"
>
<c-input
type=
"textarea"
v-model=
"model.attp.pyenam"
maxlength=
"265"
show-word-limit
placeholder=
"请输入收款人名称"
disabled
:disabled=
"model.attp.swftyp==''"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -266,12 +263,11 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人地址"
prop=
"attp.pyeadr"
>
<c-input
type=
"textarea"
v-model=
"model.attp.pyeadr"
maxlength=
"265"
show-word-limit
placeholder=
"请输入收款人地址"
disabled
:disabled=
"model.attp.swftyp==''"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -284,7 +280,7 @@
v-model=
"model.cpdgrp.rec.orcact"
maxlength=
"235"
placeholder=
"请输入汇款人帐号"
disabled
:disabled=
"model.attp.swftyp==''"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -294,11 +290,11 @@
<c-col
:span=
"20"
>
<el-form-item
label=
"汇款人"
prop=
"cpdgrp.orc.pts.extkey"
>
<c-input
:disabled=
"model.attp.swftyp == ''"
v-model=
"model.cpdgrp.orc.pts.extkey"
maxlength=
"216"
placeholder=
"请输入External Key of Address"
style=
"width: 95%"
:disabled=
"model.attp.swftyp == ''"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('cpdgrp.orc.pts.extkey')
"
...
...
@@ -489,7 +485,7 @@
placeholder=
"请选择报文类型"
>
<el-option
v-for=
"item in
codes.swftyp2
"
v-for=
"item in
swftyp
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -630,7 +626,6 @@
maxlength=
"35"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -1021,7 +1016,22 @@ export default {
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{};
return
{
bustyp1
:
[
{
label
:
"01-支付运保费"
,
value
:
"01"
},
{
label
:
"02-代理进出口"
,
value
:
"02"
},
{
label
:
"03-与特殊经济区企业资金往来"
,
value
:
"03"
},
{
label
:
"04-同一企业不同账户资金划转"
,
value
:
"04"
},
{
label
:
"05-归还国内贷款或转贷款"
,
value
:
"05"
},
{
label
:
"06-贸易深加工结转业务"
,
value
:
"06"
},
{
label
:
"07-贸易融资业务"
,
value
:
"07"
},
{
label
:
"08-其他"
,
value
:
"08"
},
],
swftyp
:[
{
label
:
"FMT100"
,
value
:
"100"
},
{
label
:
"FMT200"
,
value
:
"200"
}
]
};
},
methods
:
{
...
Event
},
created
:
function
()
{},
...
...
src/views/Business/Cptato/Pardet.vue
View file @
61428088
This diff is collapsed.
Click to expand it.
src/views/Business/Cptato/Wg.vue
View file @
61428088
...
...
@@ -37,7 +37,7 @@
<el-form-item
label=
"地区机构号"
prop=
"bopmod.ownextkey"
>
<c-select
v-model=
"model.bopmod.ownextkey"
style=
"width:100%"
placeholder=
"请选择地区机构号"
>
<el-option
v-for=
"item in
codes.
ownextkey"
v-for=
"item in ownextkey"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
@@ -111,7 +111,7 @@ export default {
mixins
:
[
commonProcess
],
data
(){
return
{
ownextkey
:[]
}
},
methods
:{...
Event
},
...
...
src/views/Business/Cptato/index.vue
View file @
61428088
<
template
>
<c-page
title=
"境内外币汇出汇款"
>
<div
class=
"eContainer"
>
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<c-function-btn
:handleSubmit=
"handleSubmit"
:handleCheck=
"handleCheck"
:handleStash=
"handleStash"
>
<el-button
size=
"small"
>
备忘录
</el-button>
<el-button
size=
"small"
>
影像信息
</el-button>
<!--
<el-button
size=
"small"
>
保存模板
</el-button>
-->
<!--
<el-button
size=
"small"
>
使用模板
</el-button>
-->
<el-button
size=
"small"
>
制裁信息
</el-button>
<!--
<el-button
size=
"small"
>
拆分报文
</el-button>
-->
<el-button
size=
"small"
>
智能提示
</el-button>
</c-function-btn>
<el-form
:model=
"model"
:rules=
"rules"
...
...
@@ -91,6 +105,8 @@ import Sbxx from "~/views/Public/Sbxx";
import
Dbe
from
"./Dbe.vue"
;
import
Dbb
from
"./Dbb.vue"
;
import
commonFuncs
from
"~/mixin/commonFuncs"
;
export
default
{
name
:
"Cptato"
,
components
:{
...
...
@@ -112,7 +128,7 @@ export default {
root
:
this
,
};
},
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
commonProcess
,
commonFuncs
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
"opnp1"
,
...
...
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