|
@@ -52,7 +52,7 @@
|
|
|
<el-button size="mini" @click="handleComplete">4. 完成备料</el-button>
|
|
|
</el-row>
|
|
|
|
|
|
- <!-- <el-row :gutter="10" style="margin-bottom: 10px">
|
|
|
+ <el-row :gutter="10" style="margin-bottom: 10px">
|
|
|
<el-col :span="24">
|
|
|
<span>
|
|
|
订单数量:
|
|
@@ -65,7 +65,7 @@
|
|
|
<span style="margin-left: 4px" v-else>0</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
|
- </el-row> -->
|
|
|
+ </el-row>
|
|
|
|
|
|
<el-table
|
|
|
:data="tableList"
|
|
@@ -280,9 +280,9 @@ export default {
|
|
|
this.loading = false
|
|
|
}
|
|
|
)
|
|
|
- // API.bladeStatistics(this.queryParams).then((res) => {
|
|
|
- // this.statisticsData = res.data.data
|
|
|
- // })
|
|
|
+ API.bladeStatistics(this.queryParams).then((res) => {
|
|
|
+ this.statisticsData = res.data.data
|
|
|
+ })
|
|
|
},
|
|
|
handleQuery() {
|
|
|
this.queryParams.pageNum = 1
|