add:手持海柔出入库顺序表2

This commit is contained in:
zhangzq
2024-01-24 09:49:39 +08:00
parent 2f933a6709
commit 48a45ba56d
5 changed files with 12 additions and 3 deletions

View File

@@ -91,6 +91,7 @@
<el-table-column show-overflow-tooltip min-width="120" prop="material_code" label="物料编码" />
<el-table-column show-overflow-tooltip min-width="120" prop="material_name" label="物料名称" />
<el-table-column show-overflow-tooltip min-width="120" prop="material_spec" label="物料规格" />
<el-table-column show-overflow-tooltip min-width="120" prop="lock_type" label="锁定类型" />
<el-table-column show-overflow-tooltip min-width="120" prop="workprocedure_id" label="所属工序" >
<template slot-scope="scope">
{{ getprocedurename(scope.row) }}