add:增加任务链异常处理

This commit is contained in:
2025-02-11 14:42:12 +08:00
parent 1bbf15cdb8
commit ecd727c51a
5 changed files with 66 additions and 45 deletions

View File

@@ -20,6 +20,16 @@
@keyup.enter.native="crud.toQuery"
/>
</el-form-item>
<el-form-item label="任务ID">
<label slot="label">&nbsp;&nbsp;&nbsp;ID:</label>
<el-input
v-model="query.task_id"
clearable
style="width: 180px"
placeholder="请输入任务ID"
@keyup.enter.native="crud.toQuery"
/>
</el-form-item>
<el-form-item label="载具号">
<label slot="label">&nbsp;&nbsp;&nbsp;:</label>
<el-input
@@ -227,6 +237,7 @@
</template>
</el-table-column>
<el-table-column prop="request_param" label="生成任务的请求参数" :min-width="100" show-overflow-tooltip />
<el-table-column prop="task_group_id" label="任务组ID" :min-width="flexWidth('handle_class',crud.data,'任务组ID')" />
<el-table-column v-if="false" prop="workshop_code" label="车间编码" :min-width="flexWidth('workshop_code',crud.data,'车间编码')" />
<el-table-column prop="create_name" label="创建人" :min-width="flexWidth('create_name',crud.data,'创建人')" />
<el-table-column prop="create_time" label="创建时间" :min-width="flexWidth('create_time',crud.data,'创建时间')" />