fix:光芯交接记录编辑按钮错误修改

This commit is contained in:
shijing 2025-08-29 14:55:51 +08:00
parent b5279f43c1
commit 8cee440559
1 changed files with 6 additions and 1 deletions

View File

@ -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: