wms到货单状态判断修改2,加个冲销的状态判断

master
mengjiao 7 months ago
parent cdbf2eeaff
commit 20c2882b1f

@ -156,6 +156,7 @@
<template slot-scope="scope">
<span v-if="scope.row.orderStatus === '0'"></span>
<span v-else-if="scope.row.orderStatus === '1'">收货完成</span>
<span v-else-if="scope.row.orderStatus === '5'">冲销</span>
</template>
</el-table-column>

Loading…
Cancel
Save