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
4e8637b1
Commit
4e8637b1
authored
Sep 27, 2021
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cpton清算模式
parent
5c527616
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
4 deletions
+29
-4
Opnp1.vue
src/views/Business/Cptopn/Opnp1.vue
+29
-4
No files found.
src/views/Business/Cptopn/Opnp1.vue
View file @
4e8637b1
...
...
@@ -76,12 +76,13 @@
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"1
0
"
>
<el-col
:span=
"1
4
"
>
<el-form-item
label=
"汇款金额"
prop=
"cpdgrp.cbs.nom1.cur"
>
<c-select
v-model=
"model.cpdgrp.cbs.nom1.cur"
style=
"width: 100%"
placeholder=
""
>
<el-option
v-for=
"item in codes.cur"
...
...
@@ -92,7 +93,7 @@
</c-select>
</el-form-item>
</el-col>
<el-col
:span=
"1
2
"
>
<el-col
:span=
"1
0
"
>
<el-form-item
label=
""
label-width=
"15px"
prop=
"cpdgrp.cbs.nom1.amt"
>
<c-input
v-model=
"model.cpdgrp.cbs.nom1.amt"
...
...
@@ -128,7 +129,7 @@
</el-col>
<el-col
:span=
"24"
>
<el-col
:span=
"1
0
"
>
<el-col
:span=
"1
2
"
>
<el-form-item
label=
"是否需要核验"
prop=
"cpdgrp.rec.ischktyp"
>
<c-select
v-model=
"model.cpdgrp.rec.ischktyp"
...
...
@@ -145,7 +146,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"1
0"
:offset=
"2
"
>
<el-col
:span=
"1
1"
:offset=
"1
"
>
<el-form-item
label=
"预计核验日期"
label-width=
"120px"
prop=
"cpdgrp.rec.paydat"
>
<c-date-picker
type=
"date"
...
...
@@ -305,6 +306,23 @@
<el-col
:span=
"4"
:offset=
"20"
>
<c-checkbox
v-model=
"model.cpdgrp.rec.tsnflg"
>
同名划转
</c-checkbox>
</el-col>
<el-col
:span=
"18"
>
<el-form-item
label=
"清算模式"
v-if=
"model.cpdgrp.cbs.nom1.cur == 'CNY'"
>
<c-select
v-model=
"model.cptp.liqtyp"
style=
"width: 100%"
placeholder=
"请选择清算模式"
>
<el-option
v-for=
"item in liqtypOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</el-col>
</el-col>
</el-col>
...
...
@@ -1324,11 +1342,18 @@
import
Api
from
"~/service/Api"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Cptopn/Event"
;
import
Utils
from
"~/utils"
;
export
default
{
inject
:
[
'root'
],
props
:
[
"model"
,
"codes"
],
data
()
{
return
{
liqtypOptions
:[
{
value
:
'B'
,
label
:
'人行支付系统'
},
{
value
:
'C'
,
label
:
'代理行模式'
},
{
value
:
'O'
,
label
:
'Other'
},
],
};
},
methods
:
{
...
Event
},
...
...
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