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
6e0fc221
Commit
6e0fc221
authored
Jun 10, 2021
by
1377875331@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sptsel页面表头定义
parent
b5a0b4cb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
2 deletions
+20
-2
Docpan.vue
src/views/Business/Ditopn/Docpan.vue
+1
-1
Menu.vue
src/views/Business/Sptsel/Menu.vue
+18
-0
index.vue
src/views/Business/Sptsel/index.vue
+1
-1
No files found.
src/views/Business/Ditopn/Docpan.vue
View file @
6e0fc221
...
...
@@ -10,7 +10,7 @@
<el-table-column
label=
"传送方式"
>
<template
slot-scope=
"scope"
>
<!--
<c-select
v-model=
"model.trnmod_trndoc_doceot[scope.$index]"
style=
"width:100%"
placeholder=
"请选择"
>
-->
<c-select
v-model=
"model.trnmod.trndoc.doceot[scope.row.index].apf
lab1
"
style=
"width:100%"
placeholder=
"请选择"
>
<c-select
v-model=
"model.trnmod.trndoc.doceot[scope.row.index].apf"
style=
"width:100%"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.apftxt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
src/views/Business/Sptsel/Menu.vue
View file @
6e0fc221
...
...
@@ -183,6 +183,24 @@ export default {
return
{
stmData
:
{
columns
:
[
"4 1
\"
TRN
\"
50 "
,
"5 2
\"
Reference
\"
150"
,
"6 3
\"
Name
\"
110"
,
"18 5
\"
MT
\"
100"
,
"7 6
\"
Creation
\"
101 20 DateTime 1"
,
"20 7
\"
Cur
\"
30"
,
"21 8
\"
Amt
\"
69 2 8 1 16"
,
"1 9
\"
Status
\"
60 1 tdViewTypeEdit:0 1 SPT:STA"
,
"20 7
\"
Cur
\"
30"
,
"21 8
\"
Amt
\"
69 2 8 1 16"
,
"1 9
\"
Status
\"
60 1 tdViewTypeEdit:0 1 SPT:STA"
,
"8 10
\"
By User
\"
66"
,
"15 11
\"
Work User
\"
76"
,
"17 12
\"
Work Branch
\"
126"
,
"16 13
\"
Last User
\"
76"
,
"3 14
\"
Info
\"
50 1 20:0 1 FormatINFDSP"
,
"19 15
\"
Key
\"
90"
,
"10 16
\"
Infotext
\"
500"
],
data
:
[
]
...
...
src/views/Business/Sptsel/index.vue
View file @
6e0fc221
...
...
@@ -50,7 +50,7 @@ export default {
that
.
init
(
that
.
model
).
then
(
res
=>
{
//TODO 处理数据逻辑
that
.
model
=
Utils
.
copyValueFromVO
(
that
.
model
,
res
.
data
)
that
.
$refs
.
Menu
.
stmData
.
columns
=
res
.
data
.
sptstm
.
rows
;
//
that.$refs.Menu.stmData.columns = res.data.sptstm.rows;
})
}
}
...
...
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