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