Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
isc-v3.1-tmp
isc-web-vue
Commits
64fcf3f9
Commit
64fcf3f9
authored
Oct 19, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改oftsel交易
parent
1c03a5a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
85 additions
and
12 deletions
+85
-12
Oftp13.vue
src/page/Frontend/Oftopn/views/Oftp13.vue
+0
-2
Oftp01.vue
src/page/Frontend/Oftsel/views/Oftp01.vue
+85
-10
No files found.
src/page/Frontend/Oftopn/views/Oftp13.vue
View file @
64fcf3f9
...
...
@@ -32,8 +32,6 @@
</el-select>
</el-form-item>
</c-col>
</c-col>
</el-row>
<!-- 可控展示区 -->
...
...
src/page/Frontend/Oftsel/views/Oftp01.vue
View file @
64fcf3f9
...
...
@@ -6,28 +6,103 @@
<el-row>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"报文标准"
prop=
""
style=
"width: 100%"
>
<c-select
v-model=
"model.oftp.rel.msgtyp"
style=
"width: 100%"
placeholder=
"请选择报文标准"
:code=
"codes.msgtyp3"
/>
<el-form-item
label=
"起止日期"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.oftp.rel.rsptims"
style=
"width: 100%"
></c-date-picker>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.oftp.rel.rsptime"
style=
"width: 100%"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"报文类型"
prop=
"subtype"
style=
"width: 100%"
>
<el-select
v-model=
"model.oftp.rel.mty"
placeholder=
"请选择报文类型"
>
<el-option
v-for=
"code in subtypCodes"
:key=
"code.label"
:label=
"code.label"
:value=
"code.value"
>
</el-option>
</el-select>
<el-form-item
label=
"报文标准"
style=
"width: 100%"
>
<c-select
v-model=
"model.oftp.rel.msgtyp"
style=
"width: 100%"
:code=
"codes.msgtyp3"
/>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"发报行BIC"
prop=
""
style=
"width: 100%"
>
<c-input
v-model=
"model.oftp.rel.sedbak"
style=
"width: 100%"
placeholder=
"请输入发报行BIC"
/>
<el-form-item
label=
"报文类型"
style=
"width: 100%"
>
<el-select
v-model=
"model.oftp.rel.mty"
>
<el-option
v-for=
"code in subtypCodes"
:key=
"code.label"
:label=
"code.label"
:value=
"code.value"
>
</el-option>
</el-select>
</el-form-item>
</c-col>
</c-col>
</el-row>
<!-- 可控展示区 -->
<el-row
v-show=
"searchSlot.searchToggle"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"发报行BIC"
style=
"width: 100%"
>
<c-input
v-model=
"model.oftp.rel.sedbak"
style=
"width: 100%"
/>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"收报行BIC"
style=
"width: 100%"
>
<c-input
v-model=
"model.oftp.rel.revbak"
style=
"width: 100%"
/>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"账户行BIC"
style=
"width: 100%"
>
<c-input
v-model=
"model.oftp.rel.actbic"
style=
"width: 100%"
/>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"借贷"
style=
"width: 100%"
>
<c-select
v-model=
"model.oftp.rel.dcflg"
style=
"width: 100%"
:code=
"codes.dcflg"
/>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"币种"
style=
"width: 100%"
>
<c-select
v-model=
"model.oftp.rel.cur"
style=
"width: 100%"
:code=
"codes.cur"
/>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
:label=
"$t('lc.金额区间')"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.oftp.rel.atmd"
:placeholder=
"$t('lc.请输入金额下限')"
style=
"width: 100%"
></c-input>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.oftp.rel.amtu"
:placeholder=
"$t('lc.请输入金额上限')"
style=
"width: 100%"
></c-input>
</c-col>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"20域编号"
style=
"width: 100%"
>
<c-input
v-model=
"model.oftp.rel.ref"
maxlength=
"40"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"21域编号"
style=
"width: 100%"
>
<c-input
v-model=
"model.oftp.rel.relref"
maxlength=
"40"
>
</c-input>
</el-form-item>
</c-col>
</c-col>
</el-row>
</
template
>
</c-list-search>
...
...
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