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
77a5ce5a
Commit
77a5ce5a
authored
3 years ago
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
复核列表优化
parent
aba1411e
master
…
bochk-demo-202202
ceb-demo-202201
development-202206
revert-594e4a5c
revert-d0d76887
train
vue-gjjs-template
No related merge requests found
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
25 deletions
+9
-25
Event.js
src/model/Trnrel/Event.js
+1
-1
index.vue
src/views/Business/Sptsel/index.vue
+2
-0
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+0
-0
index.vue
src/views/Business/Trnrel/index.vue
+6
-24
No files found.
src/model/Trnrel/Event.js
View file @
77a5ce5a
...
...
@@ -303,7 +303,7 @@ export default {
async
handleReset
(){
this
.
model
.
bchcon
=
""
;
this
.
model
.
trncorco
.
ownref
=
""
;
this
.
model
.
trncorco
.
relflg
=
"
Waiting
"
;
this
.
model
.
trncorco
.
relflg
=
""
;
this
.
model
.
usrcon
=
""
;
this
.
model
.
trncorco
.
inidatfro
=
""
;
this
.
model
.
trncorco
.
inidattil
=
""
;
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Sptsel/index.vue
View file @
77a5ce5a
...
...
@@ -3,7 +3,9 @@
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
tokenKey=
"modelForm"
label-width=
"170px"
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=
"Menu"
:isDraftBox=
"isDraftBox"
/>
</c-content>
<!--
</el-tab-pane>
-->
<!--
</c-tabs>
-->
</el-form>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Trnrel/Inftrnps.vue
View file @
77a5ce5a
This diff is collapsed.
Click to expand it.
src/views/Business/Trnrel/index.vue
View file @
77a5ce5a
...
...
@@ -84,14 +84,6 @@ export default {
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
relflg
:
[
{
label
:
"Correct"
,
value
:
"C"
},
{
label
:
"Entered"
,
value
:
"E"
},
{
label
:
"External"
,
value
:
"X"
},
{
label
:
"Picked up"
,
value
:
"P"
},
{
label
:
"Rejected"
,
value
:
"N"
},
{
label
:
"Waiting"
,
value
:
"W"
},
],
dflg
:
CodeTable
.
dflg
,
bchtyp
:
CodeTable
.
bchtyp
,
usrsort
:
CodeTable
.
usrsort
,
...
...
@@ -100,26 +92,16 @@ export default {
},
methods
:
{},
mounted
:
async
function
()
{
if
(
this
.
tag
==
"tocheck"
)
{
this
.
codes
.
relflg
=
[
{
label
:
"Correct"
,
value
:
"C"
},
{
label
:
"Entered"
,
value
:
"E"
},
{
label
:
"External"
,
value
:
"X"
},
{
label
:
"Picked up"
,
value
:
"P"
},
{
label
:
"Rejected"
,
value
:
"N"
},
{
label
:
"Waiting"
,
value
:
"W"
},
];
}
else
if
(
this
.
tag
==
"finish"
)
{
this
.
codes
.
relflg
=
[
{
label
:
"Closed"
,
value
:
"M"
},
{
label
:
"Final"
,
value
:
"F"
},
{
label
:
"Released"
,
value
:
"R"
},
];
}
console
.
log
(
"进入trnrel交易"
);
const
that
=
this
;
that
.
init
(
that
.
model
).
then
((
res
)
=>
{
//TODO 处理数据逻辑
if
(
this
.
tag
==
"finish"
)
{
if
((
res
.
data
.
trncorco_relflg
=
"W"
))
{
res
.
data
.
trncorco_relflg
=
"R"
;
}
}
that
.
model
=
Utils
.
copyValueFromVO
(
that
.
model
,
res
.
data
);
// that.$refs.inftrnps.stmData.columns=res.data.trncorco_trnstm.rows
});
...
...
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