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
cb9f1615
Commit
cb9f1615
authored
Jan 25, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇出汇款相关调整
parent
fe91e259
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
22 deletions
+44
-22
Pattern.js
src/model/Cptopn/Pattern.js
+1
-1
AdditionalInfo.vue
src/views/Business/Cptopn/AdditionalInfo.vue
+13
-6
index.vue
src/views/Business/Cptopn/index.vue
+28
-13
CptOpnp1Common.vue
src/views/Public/CptOpnp1Common.vue
+2
-2
No files found.
src/model/Cptopn/Pattern.js
View file @
cb9f1615
...
@@ -160,7 +160,7 @@ export default {
...
@@ -160,7 +160,7 @@ export default {
{
max
:
32
,
message
:
"长度不能超过32"
}
{
max
:
32
,
message
:
"长度不能超过32"
}
],
],
"cptp.reconebchnam"
:[
"cptp.reconebchnam"
:[
{
type
:
"string"
,
required
:
tru
e
,
message
:
"必输项"
},
{
type
:
"string"
,
required
:
fals
e
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
{
max
:
35
,
message
:
"长度不能超过35"
}
],
],
...
...
src/views/Business/Cptopn/AdditionalInfo.vue
View file @
cb9f1615
...
@@ -2,25 +2,26 @@
...
@@ -2,25 +2,26 @@
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"24"
v-if=
"false"
>
<c-col
:span=
"24"
v-if=
"false"
>
<el-form-item
label=
"汇款人名称"
>
<el-form-item
label=
"汇款人名称"
prop=
"orcnam"
>
<c-input
<c-input
v-model=
"model.
cptp.
orcnam"
v-model=
"model.orcnam"
maxlength=
"16"
maxlength=
"16"
placeholder=
""
placeholder=
""
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"收款人名称"
>
<el-form-item
label=
"收款人名称"
prop=
"pyenam"
>
<c-input
<c-input
v-model=
"model.
cptp.
pyenam"
v-model=
"model.pyenam"
placeholder=
""
placeholder=
""
@
blur=
"pyenamEvent"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"清算费用锁定服务"
>
<el-form-item
label=
"清算费用锁定服务"
prop=
"cptp.qsfysd"
>
<c-select
<c-select
v-model=
"model.cptp.qsfysd"
v-model=
"model.cptp.qsfysd"
style=
"width: 100%"
style=
"width: 100%"
...
@@ -71,7 +72,13 @@ export default {
...
@@ -71,7 +72,13 @@ export default {
}
}
}
}
},
},
methods
:
{
...
Event
,
methods
:
{
...
Event
,
pyenamEvent
()
{
this
.
executeRule
(
"pyenam"
).
then
(
res
=>
{
})
}
},
},
created
:
function
()
{},
created
:
function
()
{},
};
};
...
...
src/views/Business/Cptopn/index.vue
View file @
cb9f1615
<
template
>
<
template
>
<c-page
title=
"汇出汇款"
>
<c-page
title=
"汇出汇款"
>
<div
class=
"eContainer"
>
<div
class=
"eContainer"
>
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<el-form
<c-function-btn
:model=
"model"
:handleSubmit=
"handleSubmit"
:rules=
"rules"
:handleCheck=
"handleCheck"
ref=
"modelForm"
:handleStash=
"handleStash"
label-width=
"150px"
>
size=
"small"
<el-button
size=
"small"
>
备忘录
</el-button>
:validate-on-rule-change=
"false"
<el-button
size=
"small"
>
影像信息
</el-button>
>
<!--
<el-button
size=
"small"
>
保存模板
</el-button>
-->
<el-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<!--
<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"
ref=
"modelForm"
label-width=
"150px"
size=
"small"
>
<c-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"汇款信息"
name=
"opnp1"
>
<el-tab-pane
label=
"汇款信息"
name=
"opnp1"
>
<!--PD000020 -->
<!--PD000020 -->
<c-content>
<c-content>
...
@@ -84,8 +97,8 @@
...
@@ -84,8 +97,8 @@
<!--
<el-tab-pane
label=
"Payment 202 PYE USD"
name=
"Payment202"
>
<!--
<el-tab-pane
label=
"Payment 202 PYE USD"
name=
"Payment202"
>
<m-Payment202
:model=
"model"
:codes=
"codes"
/>
<m-Payment202
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
-->
</el-tab-pane>
-->
</
el
-tabs>
</
c
-tabs>
</el-form>
</el-form>
</div>
</div>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
></c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref=
"etyDialog"
:promptData=
"promptData"
v-on:select-ety=
"selectEty"
></c-grid-ety-prompt-dialog>
...
@@ -118,6 +131,8 @@ import Glepan from "~/views/Public/Glepan"
...
@@ -118,6 +131,8 @@ import Glepan from "~/views/Public/Glepan"
import
Setpan
from
"~/views/Public/Setpan"
import
Setpan
from
"~/views/Public/Setpan"
import
Docpan
from
"~/views/Public/Docpan"
import
Docpan
from
"~/views/Public/Docpan"
import
CommonFuncs
from
"~/mixin/CommonFuncs"
;
export
default
{
export
default
{
name
:
'Cptopn'
,
name
:
'Cptopn'
,
components
:
{
components
:
{
...
@@ -144,7 +159,7 @@ export default {
...
@@ -144,7 +159,7 @@ export default {
root
:
this
root
:
this
}
}
},
},
mixins
:
[
CommonProcess
],
// 里面包含了Default、Check等的公共处理
mixins
:
[
CommonProcess
,
CommonFuncs
],
// 里面包含了Default、Check等的公共处理
data
()
{
data
()
{
return
{
return
{
tabVal
:
"opnp1"
,
tabVal
:
"opnp1"
,
...
...
src/views/Public/CptOpnp1Common.vue
View file @
cb9f1615
...
@@ -1999,13 +1999,13 @@
...
@@ -1999,13 +1999,13 @@
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"收款
�'
接参与者名称"
>
<el-form-item
label=
"收款接参与者名称"
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
v-model=
"model.cptp.reconebchnam"
v-model=
"model.cptp.reconebchnam"
maxlength=
"35"
maxlength=
"35"
show-word-limit
show-word-limit
placeholder=
"请输入收款
�'
接参与者名称"
placeholder=
"请输入收款接参与者名称"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
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