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
bffe496d
Commit
bffe496d
authored
Oct 18, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI问题解决
parent
d1faa952
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
29 deletions
+20
-29
index.js
src/model/Sptsel/index.js
+1
-1
index.js
src/model/Trnrel/index.js
+1
-1
Sel.vue
src/views/Business/Cltset/Sel.vue
+8
-14
Infsea.vue
src/views/Business/Infcld/Infsea.vue
+4
-1
Menu.vue
src/views/Business/Sptsel/Menu.vue
+0
-0
index.vue
src/views/Business/Sptsel/index.vue
+6
-12
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+0
-0
No files found.
src/model/Sptsel/index.js
View file @
bffe496d
...
...
@@ -29,7 +29,7 @@ export default class Sptsel {
yptinf
:
""
,
// 退回原因 .yptinf
chkypt
:
""
,
// 云平台 .chkypt
inidatfro
:
""
,
// Date of entry of Transaction .inidatfro
inidattil
:
""
,
// Date of entry of Transaction until .inidattil
inidattil
:
new
Date
()
,
// Date of entry of Transaction until .inidattil
routxt
:
""
,
// 已转报 .routxt
dflg
:
""
,
// 国内国际标志 .dflg
chktco
:
""
,
// 网银 .chktco
...
...
src/model/Trnrel/index.js
View file @
bffe496d
...
...
@@ -6,7 +6,7 @@ export default class Trnrel {
ownref
:
""
,
// Reference .trncorco.ownref
relflg
:
""
,
// Status .trncorco.relflg
inidatfro
:
""
,
// Date of entry of Transaction .trncorco.inidatfro
inidattil
:
""
,
// Date of entry of Transaction until .trncorco.inidattil
inidattil
:
new
Date
()
,
// Date of entry of Transaction until .trncorco.inidattil
trnstm
:
""
,
// List of transaction sfor display .trncorco.trnstm
dflg
:
""
,
// 国内证标志 .trncorco.dflg
selinr
:
{},
...
...
src/views/Business/Cltset/Sel.vue
View file @
bffe496d
...
...
@@ -3,14 +3,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"包号"
prop=
"cldgrp.rec.ownref"
>
<c-input
v-model=
"model.cldgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入
Batch No.
"
disabled
>
<c-input
v-model=
"model.cldgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入
包号
"
disabled
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"汇票类型"
prop=
"cldgrp.rec.chktyp"
>
<c-select
v-model=
"model.cldgrp.rec.chktyp"
style=
"width: 100%"
placeholder=
"请输入汇票类型"
disabled
>
<c-select
v-model=
"model.cldgrp.rec.chktyp"
style=
"width: 100%"
placeholder=
"请输入汇票类型"
disabled
>
<el-option
v-for=
"item in codes.chktyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -22,22 +21,20 @@
<c-col
:span=
"11"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"托收币种金额"
prop=
"cldgrp.cbs.max.cur"
>
<c-input
v-model=
"model.cldgrp.cbs.max.cur"
style=
"width:100%"
placeholder=
"请选择托收币种金额"
disabled
>
<c-input
v-model=
"model.cldgrp.cbs.max.cur"
style=
"width:100%"
placeholder=
"请选择托收币种金额"
disabled
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
""
label-width=
"0"
prop=
"cldgrp.cbs.max.amt"
style=
"width:100%"
>
<c-input
v-model
.
number=
"model.cldgrp.cbs.max.amt"
style=
"width:100%"
placeholder=
"请输入托收余额"
disabled
></c-input>
<c-input
v-model
.
number=
"model.cldgrp.cbs.max.amt"
style=
"width:100%"
placeholder=
"请输入托收余额"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"票据类型"
prop=
"cldgrp.rec.colflg"
>
<c-select
v-model=
"model.cldgrp.rec.colflg"
style=
"width: 100%"
placeholder=
"请输入票据类型"
disabled
>
<c-select
v-model=
"model.cldgrp.rec.colflg"
style=
"width: 100%"
placeholder=
"请输入票据类型"
disabled
>
<el-option
v-for=
"item in codes.colflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -50,8 +47,7 @@
<c-col
:span=
"11"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"托收余额"
prop=
"cldgrp.cbs.opn1.cur"
>
<c-input
v-model=
"model.cldgrp.cbs.opn1.cur"
style=
"width:100%"
placeholder=
"请选择托收余额"
disabled
>
<c-input
v-model=
"model.cldgrp.cbs.opn1.cur"
style=
"width:100%"
placeholder=
"请选择托收余额"
disabled
>
</c-input>
</el-form-item>
</c-col>
...
...
@@ -77,8 +73,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"代收行名称"
prop=
"cldgrp.rec.colptynam"
>
<c-input
v-model=
"model.cldgrp.rec.colptynam"
maxlength=
"40"
placeholder=
"请输入代收行名称"
disabled
>
<c-input
v-model=
"model.cldgrp.rec.colptynam"
maxlength=
"40"
placeholder=
"请输入代收行名称"
disabled
>
</c-input>
</el-form-item>
</c-col>
...
...
@@ -182,5 +177,4 @@ export default {
}
</
script
>
<
style
>
</
style
>
src/views/Business/Infcld/Infsea.vue
View file @
bffe496d
...
...
@@ -140,7 +140,10 @@
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"150px"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align: center"
><span>
操作
</span></c-col>
</
template
>
<
template
slot-scope=
"scope"
>
<el-popover
placement=
"top-start"
title=
"历史信息"
width=
"800"
trigger=
"click"
:ref=
"'popover_' + scope.row.IDX"
>
...
...
src/views/Business/Sptsel/Menu.vue
View file @
bffe496d
This diff is collapsed.
Click to expand it.
src/views/Business/Sptsel/index.vue
View file @
bffe496d
<
template
>
<div
class=
"eContainer-search"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
tokenKey=
"modelForm"
label-width=
"120px"
size=
"small"
:validate-on-rule-change=
"false"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
tokenKey=
"modelForm"
label-width=
"120px"
size=
"small"
:validate-on-rule-change=
"false"
>
<!--
<c-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
-->
<!--
<el-tab-pane
:value=
"tabVal"
label=
"待办任务查询"
name=
"menu"
>
-->
<
!--
<c-content>
--
>
<m-menu
:model=
"model"
:codes=
"codes"
ref=
"菜单"
/>
<
!--
</c-content>
--
>
<
c-content
>
<m-menu
:model=
"model"
:codes=
"codes"
ref=
"菜单"
/>
<
/c-content
>
<!--
</el-tab-pane>
-->
<!--
</c-tabs>
-->
</el-form>
...
...
@@ -74,4 +67,5 @@ export default {
};
</
script
>
<
style
>
</
style
>
src/views/Business/Trnrel/Inftrnps.vue
View file @
bffe496d
This diff is collapsed.
Click to expand it.
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