import ajax from './modules/ajax.js'
|
import pagination from './modules/pagination.js'
|
|
export default {
|
ajax,
|
pagination,
|
downUrl:'http://127.0.0.1:18000/wc2.apk',
|
path: {
|
home:'/pages/home/index',
|
login:'/pages/login/index',
|
bluetooth:'/pages/print/bluetoothConnection',
|
host:'/pages/setting/host',
|
online:'/pages/online/index',
|
bind:'/pages/bind/index',
|
bindInForLocation:'/pages/bindInForLocation/index',
|
bindContaniner:'/pages/bindContaniner/index',
|
pick:'/pages/pick/index',
|
receive:'/pages/receiveIn/index',
|
temporaryIn:'/pages/temporaryInstore/index',
|
manualOut:'/pages/manual/out',
|
unbind:'/pages/unbind/index',
|
tasks:'/pages/tasks/index',
|
notices:'/pages/notices/index',
|
fapaoIn:'/pages/fapaoInStore/index',
|
fapaoOut:'/pages/fapiaoOutStore/index',
|
slicingOn:'/pages/slicingOn/index',
|
slicingOff:'/pages/slicingOff/index',
|
plywoodBind:'/pages/plywoodBind/index',
|
plywoodInstore:'/pages/plywoodInstore/index',
|
plywoodOut:'/pages/plywoodOut/index',
|
emptyOut:'/pages/emptyOut/index',
|
rsbIn:'/pages/rsbIn/index',
|
emptyIn:'/pages/emptyIn/index',
|
rsbOut:'/pages/rsbOut/index',
|
sandingIn:'/pages/sandingInstore/index',
|
endProductIn:'/pages/endProductInstore/index',
|
innerTailBack:'/pages/innerTailBack/index',
|
unstackingIn:'/pages/unstackingInstore/index',
|
transport:'/pages/transport/index',
|
changeStore:'/pages/changeStore/index',
|
takeInStore:'/pages/takeInStore/index',
|
checkStock:'/pages/checkStock/index',
|
receiptExecution:'/pages/receiptExecution/index',
|
sortingSearch:'/pages/sortingSearch/index',
|
Outbound:'/pages/inAndOutBound/index',
|
replenishMent:'/pages/replenishMent/index',
|
sorting:'/pages/sortingSearch/index',
|
exception:'/pages/exceptionHandle/index',
|
containerHandle:'/pages/containerHandle/index',
|
bindWXJ:'/pages/bindWXJ/index',
|
containerUnBind:'/pages/containerUnBind/index',
|
oneTouchUnBind:'/pages/oneTouchUnBind/index',
|
PointHandling:'/pages/PointHandling/index',
|
emptyInCopy:'/pages/emptyInCopy/index',
|
emptyContainerReturn:'/pages/emptyContainerReturn/index',
|
writeRfid:'/pages/writeRfid/index',
|
loadingDelivery:'/pages/loadingDelivery/index',
|
materialStorage:'/pages/materialStorage/index'
|
}
|
}
|