fix:光芯交接记录编辑按钮错误修改
This commit is contained in:
parent
b5279f43c1
commit
8cee440559
|
|
@ -192,7 +192,7 @@
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-form>
|
</el-form>
|
||||||
<el-footer v-show="mode!=='show'">
|
<el-footer v-show="mode!=='show'">
|
||||||
<template v-if="route_code=='tuihuo'&&type==10&&mtype==10">
|
<template v-if="(route_code=='tuihuo'&&type==10&&mtype==10)||form.ticket!=null">
|
||||||
<el-button
|
<el-button
|
||||||
v-for="item in transitions"
|
v-for="item in transitions"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
|
|
@ -320,6 +320,7 @@ export default {
|
||||||
},
|
},
|
||||||
listParams:{},
|
listParams:{},
|
||||||
totalCount: 0,
|
totalCount: 0,
|
||||||
|
mtype:10,
|
||||||
deptID:'',
|
deptID:'',
|
||||||
route_code:'',
|
route_code:'',
|
||||||
codeText: "",
|
codeText: "",
|
||||||
|
|
@ -344,6 +345,10 @@ export default {
|
||||||
that.form.handle_date = that.form.send_date = this.$TOOL.dateFormat2(new Date());
|
that.form.handle_date = that.form.send_date = this.$TOOL.dateFormat2(new Date());
|
||||||
that.form.send_mgroup = that.mgroupId;
|
that.form.send_mgroup = that.mgroupId;
|
||||||
that.route_code = that.$route.path.split("/")[2];
|
that.route_code = that.$route.path.split("/")[2];
|
||||||
|
// console.log('that.route_code',that.route_code)
|
||||||
|
// console.log('that.type',that.type)
|
||||||
|
// console.log('that.mtype',that.mtype)
|
||||||
|
// console.log(that.route_code=='tuihuo'&&that.type==10&&that.mtype==10)
|
||||||
//type 10:正常交接 ;20:返工交接 ;40:报废交接
|
//type 10:正常交接 ;20:返工交接 ;40:报废交接
|
||||||
//mtype 10:正常交接 ;20:分批操作 ;30:合批操作
|
//mtype 10:正常交接 ;20:分批操作 ;30:合批操作
|
||||||
//state 10:合格;20:不合格;30:返工;34:返工完成;40:检验;50:报废
|
//state 10:合格;20:不合格;30:返工;34:返工完成;40:检验;50:报废
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue