|
@@ -85,6 +85,11 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span>{{ scope.row.providerName }}</span>
|
|
<span>{{ scope.row.providerName }}</span>
|
|
</template>
|
|
</template>
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column label="合同状态" min-width="110px" align="center">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <span>{{ scope.row.statue }}</span>
|
|
|
|
+ </template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="备件编号" min-width="110px" align="center">
|
|
<el-table-column label="备件编号" min-width="110px" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -160,11 +165,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="零库存" min-width="110px" align="center" :formatter="isZeroStock" />
|
|
<el-table-column label="零库存" min-width="110px" align="center" :formatter="isZeroStock" />
|
|
- <el-table-column label="合同状态" min-width="110px" align="center">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <span>{{ scope.row.statue }}</span>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
|
|
+
|
|
<el-table-column label="申购状态" min-width="80px" align="center">
|
|
<el-table-column label="申购状态" min-width="80px" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span v-if="scope.row.purchase_type == 1">暂估</span>
|
|
<span v-if="scope.row.purchase_type == 1">暂估</span>
|