|
@@ -493,16 +493,7 @@
|
|
|
{{ scope.row.maxBuyNum }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="examineOrderNums" label="已审订单数" align="left">
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ scope.row.examineOrderNums }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column prop="orderNums" label="已下订单数" align="left">
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ scope.row.orderNums }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+
|
|
|
<el-table-column prop="materialName" label="物料名称" align="left">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.materialName }}
|
|
@@ -518,6 +509,17 @@
|
|
|
{{ scope.row.limitQty }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="orderNums" label="已下订单数" align="left">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ scope.row.orderNums }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column prop="examineOrderNums" label="已审订单数" align="left">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ scope.row.examineOrderNums }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+
|
|
|
</el-table>
|
|
|
<el-table
|
|
|
v-else
|