chenrui 3 年之前
父節點
當前提交
c35d013b06
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/numsGoodsShelves/replenishmentManagement/list.vue

+ 3 - 3
src/views/numsGoodsShelves/replenishmentManagement/list.vue

@@ -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)
         }
       })