Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
7226ae49
Commit
7226ae49
authored
Jun 12, 2020
by
kangzhenfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
质量判定
parent
83682aa3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
index.vue
pages/produce/execute/judgment/index.vue
+10
-7
No files found.
pages/produce/execute/judgment/index.vue
View file @
7226ae49
...
...
@@ -114,7 +114,7 @@
</Form>
</div>
</div>
<div
class=
"futer flex fc-ev"
v-if=
"ranglist.length>0||fanlist.length>0||feilist.length>0"
>
<div
class=
"futer flex fc-ev"
v-if=
"
hegelist.length>0||
ranglist.length>0||fanlist.length>0||feilist.length>0"
>
<Button
class=
"button"
size=
"large"
type=
"primary"
@
click=
"sendOrder"
v-if=
"feilist.length>0"
>
送审
</Button>
<Button
class=
"button"
size=
"large"
type=
"primary"
@
click=
"submit"
v-else
>
保存
</Button>
<!-- :disabled="hegelist.length!=0&&fanlist.length!=0&&ranglist.length!=0" -->
...
...
@@ -332,19 +332,19 @@ export default {
okModal
()
{
let
unmb
=
this
.
num
;
if
(
unmb
==
1
)
{
this
.
cansol
hege
();
this
.
cansol
Rang
();
this
.
suModal
=
false
;
}
if
(
unmb
==
2
)
{
this
.
cansolf
ei
();
this
.
cansolf
an
();
this
.
suModal
=
false
;
}
if
(
unmb
==
3
)
{
this
.
cansol
Rang
();
this
.
cansol
fei
();
this
.
suModal
=
false
;
}
if
(
unmb
==
4
)
{
this
.
cansol
fan
();
if
(
unmb
==
0
)
{
this
.
cansol
hege
();
this
.
suModal
=
false
;
}
},
...
...
@@ -585,6 +585,7 @@ export default {
if
(
res
.
success
){
// this.$refs.orderSendReview.info.orderInfo.code = res.result.code
this
.
entity
.
code
=
res
.
result
.
code
this
.
entity
.
idlist
=
res
.
result
.
id
}
else
{
console
.
log
(
"获取编号失败"
)
}
...
...
@@ -600,10 +601,12 @@ export default {
// 确定送审
orderSendOk
()
{
// console.log("old->",this.entity)
let
orderids
=
[]
orderids
.
push
(
this
.
entity
.
idlist
)
console
.
log
(
"new->"
,
this
.
entity
)
let
parmese
=
{
schemaId
:
"c2e09c9b-02a9-4188-97a6-cdb68d50a64a"
,
idList
:
this
.
entity
.
orderI
ds
,
idList
:
orderi
ds
,
code
:
this
.
entity
.
code
,
operatorIdList
:
this
.
$refs
.
orderSendReview
.
returnDataList
(),
}
...
...
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