|
@@ -93,7 +93,7 @@
|
|
{
|
|
{
|
|
id: 'scanVin',
|
|
id: 'scanVin',
|
|
icon: `/static/${this.theme}/navIcon/home_icon_confirm@3x.png`,
|
|
icon: `/static/${this.theme}/navIcon/home_icon_confirm@3x.png`,
|
|
- name: '待确认',
|
|
|
|
|
|
+ name: '待补货',
|
|
url: '/pages/replenishmentManage/replenishmentList?billState=WAIT_CONFIRM',
|
|
url: '/pages/replenishmentManage/replenishmentList?billState=WAIT_CONFIRM',
|
|
target: 'page',
|
|
target: 'page',
|
|
count: 0,
|
|
count: 0,
|
|
@@ -141,7 +141,7 @@
|
|
queryByTypeSum () {
|
|
queryByTypeSum () {
|
|
shelfReplenishStateCount({}).then(res => {
|
|
shelfReplenishStateCount({}).then(res => {
|
|
if (res.data && res.status == 200) {
|
|
if (res.data && res.status == 200) {
|
|
- this.storageRacksNavList[0].count = res.data.WAIT_CONFIRM || 0
|
|
|
|
|
|
+ // this.storageRacksNavList[0].count = res.data.WAIT_CONFIRM || 0
|
|
this.storageRacksNavList[1].count = res.data.WAIT_OUT_STOCK || 0
|
|
this.storageRacksNavList[1].count = res.data.WAIT_OUT_STOCK || 0
|
|
this.storageRacksNavList[2].count = res.data.WAIT_CHECK || 0
|
|
this.storageRacksNavList[2].count = res.data.WAIT_CHECK || 0
|
|
}
|
|
}
|