|
@@ -42,6 +42,8 @@
|
|
|
<div class="c_title"> 工单编号: {{ item.code }} </div>
|
|
<div class="c_title"> 工单编号: {{ item.code }} </div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<template v-slot:empty>
|
|
<template v-slot:empty>
|
|
|
<div class="empty">暂无领料数据</div>
|
|
<div class="empty">暂无领料数据</div>
|
|
|
</template>
|
|
</template>
|
|
@@ -50,6 +52,12 @@
|
|
|
{{ $index }} <el-tag>{{ row.rootCategoryLevelName }}</el-tag>
|
|
{{ $index }} <el-tag>{{ row.rootCategoryLevelName }}</el-tag>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <template v-slot:warehouseLeaderName="{ row }">
|
|
|
|
|
+ <span style="color: #faad14"> {{ row.warehouseLeaderName }} </span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
<template v-slot:demandQuantity="{ row }">
|
|
<template v-slot:demandQuantity="{ row }">
|
|
|
{{ row.demandQuantity }} {{ row.unit }}
|
|
{{ row.demandQuantity }} {{ row.unit }}
|
|
|
</template>
|
|
</template>
|
|
@@ -94,7 +102,9 @@
|
|
|
{
|
|
{
|
|
|
prop: 'categoryName',
|
|
prop: 'categoryName',
|
|
|
label: '名称',
|
|
label: '名称',
|
|
|
- align: 'center'
|
|
|
|
|
|
|
+ align: 'center',
|
|
|
|
|
+ minWidth: 150,
|
|
|
|
|
+ showOverflowTooltip: true
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
{
|
|
{
|
|
@@ -112,6 +122,7 @@
|
|
|
|
|
|
|
|
{
|
|
{
|
|
|
prop: 'warehouseLeaderName',
|
|
prop: 'warehouseLeaderName',
|
|
|
|
|
+ slot: 'warehouseLeaderName',
|
|
|
label: '审核人',
|
|
label: '审核人',
|
|
|
align: 'center'
|
|
align: 'center'
|
|
|
},
|
|
},
|