|
@@ -148,6 +148,8 @@ export default {
|
|
|
//监听pda扫码开单
|
|
//监听pda扫码开单
|
|
|
listenPDAkd(){
|
|
listenPDAkd(){
|
|
|
|
|
|
|
|
|
|
+ var pages = getCurrentPages()
|
|
|
|
|
+ let currentRoute = pages[pages.length-1].route;
|
|
|
//PDA扫码开单前准备好所有花材,首页已经有加载不再需要
|
|
//PDA扫码开单前准备好所有花材,首页已经有加载不再需要
|
|
|
if(currentRoute != 'admin/home/workbench'){
|
|
if(currentRoute != 'admin/home/workbench'){
|
|
|
allProduct().then(res=>{
|
|
allProduct().then(res=>{
|