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
897c388f
Commit
897c388f
authored
Nov 19, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工艺克隆 、工时提交 bug
parent
9f452c28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
index.vue
pages/produce/execute/taskTime/index.vue
+2
-1
add.vue
pages/technology/add.vue
+8
-7
No files found.
pages/produce/execute/taskTime/index.vue
View file @
897c388f
...
...
@@ -69,7 +69,7 @@
</p>
</Card>
<a
class=
"gs_card gs_add"
@
click=
"addItem"
v-show=
"this.waitHours != 0"
>
<a
class=
"gs_card gs_add"
@
click=
"addItem"
v-show=
"this.waitHours != 0
&&topInfoShow.subWorkHourStatus!=1
"
>
<Icon
type=
"ios-add"
style=
"vertical-align: middle"
/>
</a>
</div>
...
...
@@ -299,6 +299,7 @@ export default {
}).
then
((
res
)
=>
{
if
(
res
.
success
)
{
this
.
$Message
.
success
(
"已提交"
);
this
.
Initload
();
this
.
laodHorse
();
}
else
{
this
.
$Message
.
error
(
"提交失败..."
);
...
...
pages/technology/add.vue
View file @
897c388f
...
...
@@ -280,11 +280,11 @@ export default {
},
// 克隆工艺
getcloneData
()
{
let
parmese
=
{
headerId
:
this
.
eid
,
code
:
this
.
entity
.
code
,
};
Api
.
getCloneHeader
(
parmese
)
//
let parmese = {
//
headerId: this.eid,
//
code: this.entity.code,
//
};
Api
.
getCloneHeader
(
this
.
entity
)
.
then
((
r
)
=>
{
if
(
r
.
success
)
{
this
.
$Message
.
success
(
"克隆成功"
);
...
...
@@ -328,9 +328,10 @@ export default {
}).
then
((
r
)
=>
{
this
.
entity
=
r
.
result
;
this
.
entity
.
isEffect
=
parseInt
(
r
.
result
.
isEffect
);
this
.
entity
.
id
=
0
;
this
.
getCodNumber
();
//this.entity.id = 0;
});
this
.
getCodNumber
();
},
getCodNumber
()
{
Api
.
getCodeNumber
({
...
...
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