'!'
This commit is contained in:
@@ -496,15 +496,15 @@ function useGlobalFunc() {
|
||||
const storeMaps = computed(() => {
|
||||
return store.state.storeInfo.allStoreInfo
|
||||
})
|
||||
function isTxd() {
|
||||
let state = false
|
||||
storeMaps.value.StoreMaps.forEach((item: AnyObject) => {
|
||||
if (item.vendorID == 16) {
|
||||
state = true
|
||||
}
|
||||
})
|
||||
return state
|
||||
}
|
||||
// function isTxd() {
|
||||
// let state = false
|
||||
// storeMaps.value.StoreMaps.forEach((item: AnyObject) => {
|
||||
// if (item.vendorID == 16) {
|
||||
// state = true
|
||||
// }
|
||||
// })
|
||||
// return state
|
||||
// }
|
||||
//#endregion
|
||||
|
||||
/**
|
||||
@@ -653,7 +653,7 @@ function useGlobalFunc() {
|
||||
wholeCalcPrice, // 格式化今日订单数据
|
||||
singleCalcPrice, // 格式化今日订单数据
|
||||
setPrinterStatus, // 查询打印机状态并连接
|
||||
isTxd, // 判断是否有淘鲜达
|
||||
// isTxd, // 判断是否有淘鲜达
|
||||
getMtStoreIMStatus, // 获取美团IM单聊状态
|
||||
isExistPlatformID, // 是否含有平台门店
|
||||
analyEmoji, // 解析emoji表情
|
||||
|
||||
Reference in New Issue
Block a user