|
|
@ -97,7 +97,8 @@ |
|
|
|
<el-table-column v-if="!recycleMain.isRecycle" label="入库" width="100" align="center" :fixed="fixedStatusBar ? false : 'right' "> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<!-- is_storage 为空的情况下即没装盒 / 0 未入 / 1 待入 / 2 已入 / 3 待出--> |
|
|
|
<span class="row-state row-warehousing">{{ storageTxt[scope.$index] }}</span> |
|
|
|
<!-- <span class="row-state row-warehousing">{{ storageTxt[scope.$index] }}</span> --> |
|
|
|
<span :class="['row-state', 'row-warehousing', (storageTxt[scope.$index] === '已入' )? 'state-active' : '' ]">{{ storageTxt[scope.$index] }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|