|
@@ -373,9 +373,9 @@ export default {
|
|
|
{ bizName: '已取消', bizType: 'CANCEL', countNum: null }
|
|
|
]
|
|
|
this.queryParam.bizType = 'ALL'
|
|
|
- this.tabPaneData[1].countNum = res.data.dqr || 0
|
|
|
- this.tabPaneData[2].countNum = res.data.dck || 0
|
|
|
- this.tabPaneData[3].countNum = res.data.drk || 0
|
|
|
+ this.tabPaneData[1].countNum = res.data.WAIT_CONFIRM || 0
|
|
|
+ this.tabPaneData[2].countNum = res.data.WAIT_OUT_STOCK || 0
|
|
|
+ this.tabPaneData[3].countNum = res.data.WAIT_CHECK || 0
|
|
|
this.$refs.table.refresh(true)
|
|
|
}
|
|
|
})
|