This commit is contained in:
张江玮
2023-04-06 13:32:18 +08:00
parent f8b18fdfae
commit 2fb546bc48
5 changed files with 31 additions and 22 deletions

View File

@@ -296,6 +296,7 @@
<el-table-column prop="material_code" label="物料编码" width="100" show-overflow-tooltip />
<el-table-column prop="material_name" label="物料名称" width="100" show-overflow-tooltip />
<el-table-column prop="plan_qty" label="计划数量" />
<el-table-column prop="real_qty" label="实际数量" />
<el-table-column prop="device_name" label="生产设备" width="100" show-overflow-tooltip />
<el-table-column prop="order_status" label="工单状态">
<template slot-scope="scope">
@@ -303,7 +304,6 @@
</template>
</el-table-column>
<el-table-column v-if="false" prop="produce_date" label="生产日期" width="100px" />
<el-table-column v-if="false" prop="real_qty" label="实际数量" />
<el-table-column v-if="false" prop="material_id" label="物料标识" />
<!-- <el-table-column prop="material_spec" label="物料规格" width="100" show-overflow-tooltip />-->
<el-table-column v-if="false" prop="planproducestart_date" label="计划开始时间" min-width="150" show-overflow-tooltip />