fix:光芯返工日志不传route

This commit is contained in:
shijing 2025-07-04 08:50:52 +08:00
parent 2703a2a1a3
commit c0ab24c25b
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
style="padding: 0"
>
<el-row>
<el-col v-if="route==null">
<el-col v-if="route==null&&!is_fix">
<el-form-item label="工艺步骤">
<el-select
v-model="form.route"

View File

@ -16,7 +16,7 @@
label-width="100px"
>
<el-row>
<el-col v-if="!hasRoute">
<el-col v-if="!hasRoute&&!is_fix">
<el-form-item label="工艺步骤" prop="route">
<el-select
v-model="form.route"