给采购和销售单据支持分批操作

This commit is contained in:
季圣华
2021-09-25 22:10:07 +08:00
parent 1604a3fde5
commit 89574dfc39
8 changed files with 66 additions and 17 deletions

View File

@@ -107,7 +107,8 @@
<template slot="customRenderStatus" slot-scope="status">
<a-tag v-if="status == '0'" color="red">未审核</a-tag>
<a-tag v-if="status == '1'" color="green">已审核</a-tag>
<a-tag v-if="status == '2'" color="blue">已转采购</a-tag>
<a-tag v-if="status == '2'" color="cyan">完成采购</a-tag>
<a-tag v-if="status == '3'" color="blue">部分采购</a-tag>
</template>
</a-table>
</div>