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