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
22e9ed9b
Commit
22e9ed9b
authored
Jun 11, 2021
by
1377875331@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trnrel页面表头定义
parent
854557dc
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
2 deletions
+27
-2
index.js
src/config/CodeTable/index.js
+7
-1
index.vue
src/views/Business/Ditopn/index.vue
+1
-0
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+18
-0
index.vue
src/views/Business/Trnrel/index.vue
+1
-1
No files found.
src/config/CodeTable/index.js
View file @
22e9ed9b
...
...
@@ -4417,9 +4417,15 @@ const CodeTable = {
{
label
:
"SENT"
,
value
:
"S"
},
],
relflg
:[
{
label
:
"Preliminary"
,
value
:
"P"
},
{
label
:
"Closed"
,
value
:
"M"
},
{
label
:
"Correct"
,
value
:
"C"
},
{
label
:
"Entered"
,
value
:
"E"
},
{
label
:
"External"
,
value
:
"X"
},
{
label
:
"Final"
,
value
:
"F"
},
{
label
:
"Picked up"
,
value
:
"P"
},
{
label
:
"Rejected"
,
value
:
"N"
},
{
label
:
"Released"
,
value
:
"R"
},
{
label
:
"Waiting"
,
value
:
"W"
},
],
relgrp
:[
{
label
:
"Authorized"
,
value
:
"A"
},
...
...
src/views/Business/Ditopn/index.vue
View file @
22e9ed9b
...
...
@@ -166,6 +166,7 @@ export default {
tratyp
:
CodeTable
.
tratyp
,
dspflg
:
CodeTable
.
dspflg
,
inflev
:
CodeTable
.
inflev
,
apftxt
:
CodeTable
.
apftxt
,
nonrevflg1
:
CodeTable
.
nonrevflg1
,
curtxt
:
CodeTable
.
curtxt
},
...
...
src/views/Business/Trnrel/Inftrnps.vue
View file @
22e9ed9b
...
...
@@ -240,6 +240,24 @@ export default {
return
{
stmData
:
{
columns
:
[
"10 1
\"
TRN
\"
50 1 tdViewTypeEdit:0 3 ATPTXT"
,
"11 2:1
\"
Own Reference
\"
112"
,
"17 2:2
\"
Addtional Text
\"
112"
,
"12 3
\"
Cur
\"
37"
,
"13 4
\"
Relevant Amount
\"
101 2 8:1 2 5"
,
"14 5
\"
Entry
\"
104 20 DateTime 1"
,
"9 6:1
\"
Req
\"
39"
,
"2 6:2
\"
Sig
\"
35"
,
"6 8:1
\"
Rq0
\"
40"
,
"3 8:2
\"
Rel0
\"
40"
,
"7 9:1
\"
Rq1
\"
40"
,
"4 9:2
\"
Rel1
\"
40"
,
"8 10:1
\"
Rq2
\"
40"
,
"5 10:2
\"
Rel2
\"
40"
,
"15 13
\"
Branch
\"
142"
,
"16 11:1
\"
User
\"
62"
,
"18 11:2
\"\"
62"
,
"0 12
\"
Status
\"
54 1 tdViewTypeEdit:0 1 RELSTA"
],
data
:
[
]
...
...
src/views/Business/Trnrel/index.vue
View file @
22e9ed9b
...
...
@@ -70,7 +70,7 @@ export default {
that
.
init
(
that
.
model
).
then
(
res
=>
{
//TODO 处理数据逻辑
that
.
model
=
Utils
.
copyValueFromVO
(
that
.
model
,
res
.
data
)
that
.
$refs
.
inftrnps
.
stmData
.
columns
=
res
.
data
.
trncorco_trnstm
.
rows
//
that.$refs.inftrnps.stmData.columns=res.data.trncorco_trnstm.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