成品页面修改

yangwl
mengjiao 4 weeks ago
parent ac4cf2debf
commit be89f332f6

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

Loading…
Cancel
Save