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
75c24127
Commit
75c24127
authored
Oct 19, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整路由问题
parent
6c255cf7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
FTRouter.js
src/page/Frontend/FTRouter.js
+0
-0
Mainp.vue
src/page/Frontend/Msgsep/views/Mainp.vue
+15
-15
No files found.
src/page/Frontend/FTRouter.js
View file @
75c24127
This diff is collapsed.
Click to expand it.
src/page/Frontend/Msgsep/views/Mainp.vue
View file @
75c24127
...
...
@@ -6,13 +6,13 @@
<el-row>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"报文标准"
prop=
"msgtyp"
style=
"width: 100%"
>
<el-form-item
label=
"报文标准"
prop=
"
sndp.
msgtyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.sndp.msgtyp"
style=
"width: 100%"
placeholder=
"请选择货押标识"
:code=
"codes.msgtyp3"
@
change=
"getSubtyp(model.sndp.msgtyp, 'sndp.subtyp')"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"报文类型"
prop=
"s
ubtype
"
style=
"width: 100%"
>
<el-form-item
label=
"报文类型"
prop=
"s
ndp.subtyp
"
style=
"width: 100%"
>
<el-select
v-model=
"model.sndp.subtyp"
placeholder=
"请选择报文类型"
>
<el-option
v-for=
"code in subtypCodes"
:key=
"code.label"
:label=
"code.label"
:value=
"code.value"
>
</el-option>
...
...
@@ -20,7 +20,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"开立日期"
prop=
"rcvdatsta"
style=
"width: 100%"
>
<el-form-item
label=
"开立日期"
prop=
"
sndp.
rcvdatsta"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.sndp.rcvdatsta"
style=
"width: 100%"
></c-date-picker>
</c-col>
...
...
@@ -38,19 +38,19 @@
<el-row
v-show=
"searchSlot.searchToggle"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"发报行BIC"
prop=
"sndbak"
style=
"width: 100%"
>
<el-form-item
label=
"发报行BIC"
prop=
"snd
p.snd
bak"
style=
"width: 100%"
>
<c-input
v-model=
"model.sndp.sndbak"
maxlength=
"40"
placeholder=
"请输入发报行BIC"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"收报行BIC"
prop=
"revbak"
style=
"width: 100%"
>
<el-form-item
label=
"收报行BIC"
prop=
"
sndp.
revbak"
style=
"width: 100%"
>
<c-input
v-model=
"model.sndp.revbak"
maxlength=
"40"
placeholder=
"请输入收报行BIC"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"账户行BIC"
prop=
"actbic"
style=
"width: 100%"
>
<el-form-item
label=
"账户行BIC"
prop=
"
sndp.
actbic"
style=
"width: 100%"
>
<c-input
v-model=
"model.sndp.actbic"
maxlength=
"40"
placeholder=
"请输入账户行BIC"
>
</c-input>
</el-form-item>
...
...
@@ -58,19 +58,19 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"20域编号"
prop=
"ownref"
style=
"width: 100%"
>
<el-form-item
label=
"20域编号"
prop=
"
sndp.
ownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.sndp.ownref"
maxlength=
"40"
placeholder=
"请输入20域编号"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"21域编号"
prop=
"othref"
style=
"width: 100%"
>
<el-form-item
label=
"21域编号"
prop=
"
sndp.
othref"
style=
"width: 100%"
>
<c-input
v-model=
"model.sndp.othref"
maxlength=
"40"
placeholder=
"请输入21域编号"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"币种"
prop=
"cur"
style=
"width: 100%"
>
<el-form-item
label=
"币种"
prop=
"
sndp.
cur"
style=
"width: 100%"
>
<c-select
v-model=
"model.sndp.cur"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.cur"
>
</c-select>
</el-form-item>
...
...
@@ -78,20 +78,20 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"账号"
prop=
"act"
style=
"width: 100%"
>
<el-form-item
label=
"账号"
prop=
"
sndp.
act"
style=
"width: 100%"
>
<c-input
v-model=
"model.sndp.act"
maxlength=
"40"
placeholder=
"请输入账号"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"费用明细"
prop=
"dtlchg"
style=
"width: 100%"
>
<el-form-item
label=
"费用明细"
prop=
"
sndp.
dtlchg"
style=
"width: 100%"
>
<c-select
v-model=
"model.sndp.dtlchg"
style=
"width: 100%"
placeholder=
"请选择费用明细"
:code=
"codes.dtlchg"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
:label=
"$t('lc.金额区间')"
style=
"width: 100%"
>
<el-form-item
:label=
"$t('lc.金额区间')"
prop=
"sndp.amtmin"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.sndp.amtmin"
:placeholder=
"$t('lc.请输入金额下限')"
style=
"width: 100%"
></c-input>
</c-col>
...
...
@@ -106,19 +106,19 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"行内系统"
prop=
"chnipt"
style=
"width: 100%"
>
<el-form-item
label=
"行内系统"
prop=
"
sndp.
chnipt"
style=
"width: 100%"
>
<c-select
v-model=
"model.sndp.chnipt"
style=
"width: 100%"
placeholder=
"请选择行内系统"
:code=
"codes.chnipt"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"回执状态"
prop=
"rspsta"
style=
"width: 100%"
>
<el-form-item
label=
"回执状态"
prop=
"
sndp.
rspsta"
style=
"width: 100%"
>
<c-select
v-model=
"model.sndp.rspsta"
style=
"width: 100%"
placeholder=
"请选择回执状态"
:code=
"codes.rspsta"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"处理状态"
prop=
"sta"
style=
"width: 100%"
>
<el-form-item
label=
"处理状态"
prop=
"s
ndp.s
ta"
style=
"width: 100%"
>
<c-select
v-model=
"model.sndp.sta"
style=
"width: 100%"
placeholder=
"请选择处理状态"
:code=
"codes.sta1"
>
</c-select>
</el-form-item>
...
...
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