|
|
@ -297,8 +297,9 @@
|
|
|
|
<!-- <el-table-column label="入库状态" align="center" prop="status" />-->
|
|
|
|
<!-- <el-table-column label="入库状态" align="center" prop="status" />-->
|
|
|
|
<el-table-column label="入库状态" align="center" prop="status">
|
|
|
|
<el-table-column label="入库状态" align="center" prop="status">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<span v-if="scope.row.status === '0'">未进行</span>
|
|
|
|
<span v-if="scope.row.status === '0'">未入库</span>
|
|
|
|
<span v-else-if="scope.row.status === '1'">完成</span>
|
|
|
|
<span v-else-if="scope.row.status === '2'">入库进行中</span>
|
|
|
|
|
|
|
|
<span v-else-if="scope.row.status === '1'">入库完成</span>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="过账SAP状态" align="center" prop="sapStatus" width="200px">
|
|
|
|
<el-table-column label="过账SAP状态" align="center" prop="sapStatus" width="200px">
|
|
|
|