外购备料(离线)

This commit is contained in:
Vergil
2020-03-25 11:32:13 +08:00
parent 804829faf6
commit cd838da885

View File

@@ -84,7 +84,7 @@
<span v-if="Number(scope.row.采购计划状态)===4" type="info" size="mini">已结算</span> <span v-if="Number(scope.row.采购计划状态)===4" type="info" size="mini">已结算</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="离线备料计划编号" align="center" width="140"> <el-table-column label="离线备料号" align="center" width="140">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.离线采购计划编号 }} {{ scope.row.离线采购计划编号 }}
</template> </template>