|
@@ -65,11 +65,11 @@
|
|
|
dispName: '全部',
|
|
|
status: 'ALL'
|
|
|
},
|
|
|
- {
|
|
|
- dispName: '待确认',
|
|
|
- status: 'WAIT_CONFIRM',
|
|
|
- count: 0
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // dispName: '待确认',
|
|
|
+ // status: 'WAIT_CONFIRM',
|
|
|
+ // count: 0
|
|
|
+ // },
|
|
|
{
|
|
|
dispName: '待出库',
|
|
|
status: 'WAIT_OUT_STOCK',
|
|
@@ -235,9 +235,9 @@
|
|
|
queryByTypeSum (flag) {
|
|
|
shelfReplenishStateCount({}).then(res => {
|
|
|
if (res.data && res.status == 200) {
|
|
|
- this.tabList[1].count = res.data.WAIT_CONFIRM || 0
|
|
|
- this.tabList[2].count = res.data.WAIT_OUT_STOCK || 0
|
|
|
- this.tabList[3].count = res.data.WAIT_CHECK || 0
|
|
|
+ // this.tabList[1].count = res.data.WAIT_CONFIRM || 0
|
|
|
+ this.tabList[1].count = res.data.WAIT_OUT_STOCK || 0
|
|
|
+ this.tabList[2].count = res.data.WAIT_CHECK || 0
|
|
|
if(!flag){
|
|
|
this.getRow(1)
|
|
|
}
|