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
696ff8c4
Commit
696ff8c4
authored
Dec 20, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待经办查询表调整
parent
6770493c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
18 deletions
+17
-18
Select.vue
src/components/Select.vue
+1
-1
Menu.vue
src/views/Business/Sptsel/Menu.vue
+16
-17
No files found.
src/components/Select.vue
View file @
696ff8c4
...
...
@@ -2,7 +2,7 @@
<el-select
:id=
"id"
v-model=
"model"
v-bind=
"attrs"
v-bind=
"
$
attrs"
v-on=
"$listeners"
v-bind:disabled=
"isDisable"
:clearable=
"clearable"
...
...
src/views/Business/Sptsel/Menu.vue
View file @
696ff8c4
...
...
@@ -80,7 +80,7 @@
</c-col>
<c-col
:span=
"8"
v-show=
"searchSlot.searchToggle"
>
<el-form-item
label=
"来源"
style=
"width: 100%"
prop=
"sourceModel"
>
<
c
-select
<
el
-select
v-model=
"sourceModel"
style=
"width: 70%"
placeholder=
"请选择来源"
...
...
@@ -94,7 +94,7 @@
:value=
"item.value"
>
</el-option>
</
c
-select>
</
el
-select>
</el-form-item>
</c-col>
</el-row>
...
...
@@ -193,7 +193,6 @@
<el-form-item
label=
""
style=
"width:100%;height: 36.8px;margin:0 0 0 0"
>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
style=
"text-align:center"
>
<c-checkbox
v-model=
"model.chkypt"
>
云平台
</c-checkbox>
...
...
@@ -376,26 +375,26 @@ export default {
stmData
:
{
columns
:
[
'4 1 "交易代码" 70 '
,
'5 2 "业务编号"
12
0'
,
'6 3 "交易名称" 1
1
0'
,
'5 2 "业务编号"
23
0'
,
'6 3 "交易名称" 1
4
0'
,
'1 4 "状态" 60 1 tdViewTypeEdit:0 1 SPT:STA'
,
'1
8
5 "报文类型" 100'
,
'1
9 6 "对方银行BIC" 9
0'
,
'7 7 "创建时间" 1
01
20 DateTime 1'
,
'
20
8 "币种" 50'
,
'2
1
9 "金额" 69 2 8 1 16'
,
'1
7
5 "报文类型" 100'
,
'1
8 6 "对方银行BIC" 11
0'
,
'7 7 "创建时间" 1
60
20 DateTime 1'
,
'
19
8 "币种" 50'
,
'2
0
9 "金额" 69 2 8 1 16'
,
// "20 7 \"Cur\" 30",
// "21 8 \"Amt\" 69 2 8 1 16",
// "1 9 \"Status\" 60 1 tdViewTypeEdit:0 1 SPT:STA",
'8 10 "创建人" 80'
,
'
15
11 "当前操作柜员" 100'
,
'
17
12 "当前组别" 100'
,
'
16
13 "上次操作柜员" 100'
,
'
1 14 "来源" 50'
,
//新加列,值暂设为第一个
'
3
11 "当前操作柜员" 100'
,
'
3
12 "当前组别" 100'
,
'
3
13 "上次操作柜员" 100'
,
'
3 14 "来源" 50'
,
'3 15 "提示" 50 1 20:0 1 FormatINFDSP'
,
// "19 15 \"Key\" 90",
'
10
16 "提示信息" 300'
,
'
3
16 "提示信息" 300'
,
],
data
:
[],
},
...
...
@@ -480,10 +479,10 @@ export default {
let
set
=
new
Set
(
val
);
this
.
sourceData
.
forEach
(
element
=>
{
if
(
set
.
has
(
element
.
value
)){
this
.
model
[
element
.
value
]
=
"t"
;
this
.
model
[
element
.
value
]
=
true
;
}
else
{
this
.
model
[
element
.
value
]
=
""
;
this
.
model
[
element
.
value
]
=
false
;
}
});
}
...
...
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