@@ -1,7 +1,7 @@
<script>
export default {
globalData: {
- baseUrl: 'http://192.168.2.113:9110/saas/clz/', // 本地
+ baseUrl: 'http://192.168.2.103:9110/saas/clz/', // 本地
// baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
// baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
},
@@ -114,8 +114,6 @@
this.total = 0
this.pageNo = 1
this.getRow()
- // 获取总条数
- this.getWaitTotal()
// tabs通知swiper切换
tabsChange(index) {
@@ -194,11 +192,6 @@
_this.status = _this.total>=_this.list.length ? "nomore" : 'loadmore'
})
- // 获取待拿货数量
- async getWaitTotal(){
- const ret = await shelfTempTotalWaitQty({billStateList:['WAIT_AUDIT','AUDIT_REJECT','WAIT_OUT_WAREHOUSE']}).then(res => res.data)
- this.tabList[1].count = ret || 0
- }
}
</script>