'更改饿了么名称'

This commit is contained in:
wtq
2025-12-10 16:28:35 +08:00
parent 219cedd9e4
commit 36f18ab99c
18 changed files with 38 additions and 35 deletions

View File

@@ -475,7 +475,7 @@ const order = {
/** /**
* 发票设置 饿百 * 发票设置 淘宝闪购
* @Title 批量更新门店发票设置 * @Title 批量更新门店发票设置
* @Description 批量更新门店发票设置 * @Description 批量更新门店发票设置
* @Param token header string true "认证token" * @Param token header string true "认证token"
@@ -502,7 +502,7 @@ const order = {
/** /**
* @Title 查询门店开票申请 饿百 * @Title 查询门店开票申请 淘宝闪购
* @Description 批量更新店铺开票申请 * @Description 批量更新店铺开票申请
* @Param token header string true "认证token" * @Param token header string true "认证token"
* @Param vendorId formData string true "平台ID" * @Param vendorId formData string true "平台ID"

View File

@@ -1,7 +1,7 @@
{ {
"name": "京西菜市商家版", "name": "京西菜市商家版",
"appid": "__UNI__F9A47D3", "appid": "__UNI__F9A47D3",
"description": "1、商户通过京西平台同时管理美团、饿了么、京东等多个外卖平台实现一键上架、下架、修改、删除多个平台商品2、商户通过京西平台可以同时对、美团专送、达达、顺丰同城等多个专送平台召唤偶骑手", "description": "1、商户通过京西平台同时管理美团、淘宝闪购、京东等多个外卖平台实现一键上架、下架、修改、删除多个平台商品2、商户通过京西平台可以同时对、美团专送、达达、顺丰同城等多个专送平台召唤偶骑手",
"versionName": "1.3.0", "versionName": "1.3.0",
"versionCode": 130, "versionCode": 130,
"transformPx": false, "transformPx": false,

View File

@@ -81,7 +81,7 @@
(sku.ebaiSyncStatus & 2) !== 2 && (sku.ebaiSyncStatus & 2) !== 2 &&
(sku.ebaiSyncStatus & 4) !== 4 (sku.ebaiSyncStatus & 4) !== 4
" "
>饿佰:该商品无法修改价格,请联系运营修改</view >淘宝闪购:该商品无法修改价格,请联系运营修改</view
> >
<view class="cell-top"> <view class="cell-top">
<view class="price"> <view class="price">

View File

@@ -36,7 +36,7 @@
<view class="down-app-root"> <view class="down-app-root">
<uni-title type="h2" title="菜市商家App上线" align="center" /> <uni-title type="h2" title="菜市商家App上线" align="center" />
<view class="info" <view class="info"
>京西到家商家版App全新上架系统更加稳定功能更加齐全订单通知更加及时请往手机自带应用商店搜索京西到家进行安装使用</view >京西菜市京西到家商家版App全新上架系统更加稳定功能更加齐全订单通知更加及时请往手机自带应用商店搜索京西菜市/ 京西到家进行安装使用</view
> >
<uni-title type="h3" title="苹果搜索【京西菜市】" /> <uni-title type="h3" title="苹果搜索【京西菜市】" />
<image <image
@@ -45,10 +45,12 @@
mode="widthFix" mode="widthFix"
/> />
<uni-title type="h3" title="安卓搜索【京西到家】" /> <uni-title type="h3" title="安卓搜索【京西到家】" />
<!-- https://image.jxc4.com/image/b77cc513274b89da69a9119fef43c24e.tem.jpg--> <!-- https://image.jxc4.com/image/b77cc513274b89da69a9119fef43c24e.tem.jpg
https://image.jxc4.com/image/7cf96a49690c40edced8caf4ca711b04jpg
-->
<image <image
class="img" class="img"
src="https://image.jxc4.com/image/7cf96a49690c40edced8caf4ca711b04jpg" src="https://image.jxc4.com/image/2becc3c3adfe82801a84a440af857abd.jpg"
mode="widthFix" mode="widthFix"
/> />
<view class="btn" @tap="closeDownApp">我知道了</view> <view class="btn" @tap="closeDownApp">我知道了</view>

View File

@@ -216,7 +216,7 @@ function options() {
function openAppOrApplet() { function openAppOrApplet() {
uni.jxAlert({ uni.jxAlert({
title: '提示', title: '提示',
content: '下载链接复制成功,请到浏览器进行下载,或者到手机应用商店搜索【京西菜市】进行下载!', content: '下载链接复制成功,请到浏览器进行下载,或者到手机应用商店搜索【京西菜市】/【京西到家】进行下载!',
success: () => { success: () => {
uni.setClipboardData({ uni.setClipboardData({
data: 'https://www.jxc4.com/managerApp/downApp.html' data: 'https://www.jxc4.com/managerApp/downApp.html'

View File

@@ -124,7 +124,7 @@ function userInfo() {
function downApp() { function downApp() {
uni.jxAlert({ uni.jxAlert({
title: '提示', title: '提示',
content: '下载链接复制成功,请到浏览器进行下载,或者到手机应用商店搜索【京西菜市】进行下载!', content: '下载链接复制成功,请到浏览器进行下载,或者到手机应用商店搜索【京西菜市】/【京西到家】进行下载!',
success: () => { success: () => {
uni.setClipboardData({ uni.setClipboardData({
data: 'https://www.jxc4.com/managerApp/downApp.html' data: 'https://www.jxc4.com/managerApp/downApp.html'

View File

@@ -70,7 +70,7 @@
moreColor="#e70808" moreColor="#e70808"
showGetMore showGetMore
@click="downApp" @click="downApp"
text="京西到家商家版App全新上架系统更加稳定功能更加齐全订单通知更加及时请往手机自带应用商店搜索【京西到家】进行安装使用" text="京西菜市(京西到家商家版App全新上架系统更加稳定功能更加齐全订单通知更加及时请往手机自带应用商店搜索【京西菜市】/【京西到家】进行安装使用!"
/> />
</view> </view>
</template> </template>

View File

@@ -22,7 +22,7 @@
:title=" :title="
item.vendorID == 1 item.vendorID == 1
? `【美团${item.orderDesc}】${item.userID === '0' ? '群发消息' : item.userID}` ? `【美团${item.orderDesc}】${item.userID === '0' ? '群发消息' : item.userID}`
: `【饿了么】${item.userID}` : `【淘宝闪购】${item.userID}`
" "
:avatar=" :avatar="
item.vendorID == 1 item.vendorID == 1

View File

@@ -167,7 +167,7 @@ const vendorArr = ref<Array<vendorArrType>>([
{ id: -1, name: '所有平台' }, { id: -1, name: '所有平台' },
{ id: 0, name: '京东到家' }, { id: 0, name: '京东到家' },
{ id: 1, name: '美团外卖' }, { id: 1, name: '美团外卖' },
{ id: 3, name: '饿百新零售' }, { id: 3, name: '淘宝闪购新零售' },
{ id: 5, name: '京东商城' }, { id: 5, name: '京东商城' },
{ id: 9, name: '京西商城' }, { id: 9, name: '京西商城' },
]) ])
@@ -183,7 +183,7 @@ const waybillVendorArr = ref<Array<vendorArrType>>([
{ id: -1, name: '所有配送' }, { id: -1, name: '所有配送' },
{ id: 0, name: '京东到家专送' }, { id: 0, name: '京东到家专送' },
{ id: 1, name: '美团专送' }, { id: 1, name: '美团专送' },
{ id: 3, name: '饿百专送' }, { id: 3, name: '淘宝闪购专送' },
{ id: 101, name: '达达众包' }, { id: 101, name: '达达众包' },
{ id: 102, name: '美团配送' }, { id: 102, name: '美团配送' },
{ id: 103, name: '蜂鸟配送' }, { id: 103, name: '蜂鸟配送' },

View File

@@ -14,7 +14,8 @@
} }
.icon-3 { .icon-3 {
background-image: url(https://image.jxc4.com/image/9b6dc6f925111cf1d72175df9669c738.png) /* background-image: url(https://image.jxc4.com/image/9b6dc6f925111cf1d72175df9669c738.png) */
background-image: url(https://image.jxc4.com/image/06a27a6503a6695824bf361ded5f1d45.png)
} }
.icon-4 { .icon-4 {

View File

@@ -54,7 +54,7 @@ export default {
imStatus(state: StoreInfoStoreType, getters: AnyObject) { imStatus(state: StoreInfoStoreType, getters: AnyObject) {
let str = '' let str = ''
if (getters.imMtStatus.length > 0 && !getters.imMtStatus[0].errMsg && getters.imMtStatus[0].imStatus === 0) str = '美团' if (getters.imMtStatus.length > 0 && !getters.imMtStatus[0].errMsg && getters.imMtStatus[0].imStatus === 0) str = '美团'
if (getters.imEbStatus.length > 0 && !getters.imEbStatus[0].errMsg && getters.imEbStatus[0].imStatus === 0) str = str ? str + '/饿百':'饿百' if (getters.imEbStatus.length > 0 && !getters.imEbStatus[0].errMsg && getters.imEbStatus[0].imStatus === 0) str = str ? str + '/淘宝闪购':'淘宝闪购'
return str return str
}, },

View File

@@ -120,8 +120,8 @@ export default {
async function saveInvoiceInfo() { async function saveInvoiceInfo() {
try { try {
let findItem = store.getters['storeInfo/platformInfo'].filter((item:AnyObject) => item.vendorID === 3) let findItem = store.getters['storeInfo/platformInfo'].filter((item:AnyObject) => item.vendorID === 3)
if(findItem.length === 0) return toast('未绑定饿百门店',2) if(findItem.length === 0) return toast('未绑定淘宝闪购门店',2)
// if(!ebStoreInfo || JSON.stringify(ebStoreInfo) === '{}') return toast('未绑定饿百门店') // if(!ebStoreInfo || JSON.stringify(ebStoreInfo) === '{}') return toast('未绑定淘宝闪购门店')
if(+invoice_mode_index.value) invoiceInfo.value.invoice_mode = invoice_mode_array.value[invoice_mode_index.value].value if(+invoice_mode_index.value) invoiceInfo.value.invoice_mode = invoice_mode_array.value[invoice_mode_index.value].value
if(+invoice_material_index.value) invoiceInfo.value.invoice_material = invoice_material_array.value[invoice_material_index.value].value if(+invoice_material_index.value) invoiceInfo.value.invoice_material = invoice_material_array.value[invoice_material_index.value].value
if(+invoice_class_index.value) invoiceInfo.value.invoice_class = invoice_class_array.value[invoice_class_index.value].value if(+invoice_class_index.value) invoiceInfo.value.invoice_class = invoice_class_array.value[invoice_class_index.value].value

View File

@@ -129,7 +129,7 @@
<text v-else class="printer-name">未知状态</text> <text v-else class="printer-name">未知状态</text>
</view> </view>
<view class="item" v-if="isExistEbStore"> <view class="item" v-if="isExistEbStore">
<view>饿百IM单聊状态</view> <view>淘宝闪购IM单聊状态</view>
<switch <switch
v-if="!store.getters['storeInfo/imEbStatus'][0].errMsg" v-if="!store.getters['storeInfo/imEbStatus'][0].errMsg"
:checked="imEbStoreStatus" :checked="imEbStoreStatus"
@@ -153,7 +153,7 @@
<jx-icon icon="gengduo" color="rgb(220, 220, 220)"></jx-icon> <jx-icon icon="gengduo" color="rgb(220, 220, 220)"></jx-icon>
</view> </view>
<view class="item" v-if="isExistEbStore" @tap="jumpInvoiceSet"> <view class="item" v-if="isExistEbStore" @tap="jumpInvoiceSet">
<view>发票设置饿百</view> <view>发票设置淘宝闪购</view>
<jx-icon icon="gengduo" color="rgb(220, 220, 220)"></jx-icon> <jx-icon icon="gengduo" color="rgb(220, 220, 220)"></jx-icon>
</view> </view>
</view> </view>

View File

@@ -59,7 +59,7 @@ const msgChatFn = function () {
title: title:
useData.vendorID == 1 useData.vendorID == 1
? `【美团${useData.orderDesc}${useData.userID === '0' ? '群发消息' : useData.userID}` ? `【美团${useData.orderDesc}${useData.userID === '0' ? '群发消息' : useData.userID}`
: `饿了么${useData.userID}`, : `淘宝闪购${useData.userID}`,
}) })
// 获取聊天数据 // 获取聊天数据

View File

@@ -40,7 +40,7 @@ const phoneList = ref<Array<PhoneListType>>([
}, },
{ {
icon: 'https://image.jxc4.com/image/8ac4b05dfef6b18639489d32cd421551.png', icon: 'https://image.jxc4.com/image/8ac4b05dfef6b18639489d32cd421551.png',
company: '饿佰运营', company: '淘宝闪购运营',
name: phoneData.operatorName3 || '暂无', name: phoneData.operatorName3 || '暂无',
mobild: phoneData.operatorPhone3, mobild: phoneData.operatorPhone3,
}, },

View File

@@ -262,7 +262,7 @@ function orderDetailFn() {
/*************************************************************** /***************************************************************
* 饿订单号 * 饿订单号
*/ */
const elemIDPre = computed(() => { const elemIDPre = computed(() => {
return orderData.value.vendorOrderID2 ? orderData.value.vendorOrderID2.slice(0, orderData.value.vendorOrderID2.length - 4) : '' return orderData.value.vendorOrderID2 ? orderData.value.vendorOrderID2.slice(0, orderData.value.vendorOrderID2.length - 4) : ''

View File

@@ -77,7 +77,7 @@ const printerTemplate = async function (data: AnyObject) {
.setSize(1, 2) .setSize(1, 2)
.setAlign('ct') .setAlign('ct')
.printArrayP(30) .printArrayP(30)
.print(`饿百取货码: ${tmpOrder.vendorOrderID2.slice(tmpOrder.vendorOrderID2.length - 4)}`) .print(`淘宝闪购取货码: ${tmpOrder.vendorOrderID2.slice(tmpOrder.vendorOrderID2.length - 4)}`)
} }
// 分割线 // 分割线
@@ -242,7 +242,7 @@ const printerTemplate = async function (data: AnyObject) {
.setSize(1, 2) .setSize(1, 2)
.setAlign('ct') .setAlign('ct')
.printArrayP(30) .printArrayP(30)
.print(`饿百取货码: ${tmpOrder.vendorOrderID2.slice(tmpOrder.vendorOrderID2.length - 4)}`) .print(`淘宝闪购取货码: ${tmpOrder.vendorOrderID2.slice(tmpOrder.vendorOrderID2.length - 4)}`)
} }
// 分割线 // 分割线
@@ -422,7 +422,7 @@ const printerTemplate = async function (data: AnyObject) {
.setAlign('ct') .setAlign('ct')
.setBold(true) .setBold(true)
.printArrayP(30) .printArrayP(30)
.print(`饿百取货码: ${tmpOrder.vendorOrderID2.slice(tmpOrder.vendorOrderID2.length - 4)}`) .print(`淘宝闪购取货码: ${tmpOrder.vendorOrderID2.slice(tmpOrder.vendorOrderID2.length - 4)}`)
} }
// 分割线 // 分割线
@@ -595,10 +595,10 @@ function vendorID2(vendorID: number) {
return '京东到家' return '京东到家'
case 1: case 1:
return '美团外卖' return '美团外卖'
case 2: // case 2:
return '饿了么' // return '淘宝闪购'
case 3: case 3:
return '饿百新零售' return '淘宝闪购新零售'
case 5: case 5:
return '京东商城' return '京东商城'
case 9: case 9:

View File

@@ -161,10 +161,10 @@ export default {
"-4": "已删除" "-4": "已删除"
}, },
"ebaiSupplierID": { "ebaiSupplierID": {
"2233065879": "饿百好菜", "2233065879": "淘宝闪购好菜",
"2267230126": "饿百果园", "2267230126": "淘宝闪购果园",
"1921188187760": "饿百商超", "1921188187760": "淘宝闪购商超",
"22267134648": "饿百菜市" "22267134648": "淘宝闪购菜市"
}, },
"ebaiSupplierInfo": { "ebaiSupplierInfo": {
"2233065879": { "2233065879": {
@@ -358,7 +358,7 @@ export default {
"userApplyCancelWaitMinute": 30 "userApplyCancelWaitMinute": 30
}, },
"3": { "3": {
"chineseName": "饿百新零售", "chineseName": "淘宝闪购新零售",
"userApplyCancelWaitMinute": 15 "userApplyCancelWaitMinute": 15
} }
}, },
@@ -480,8 +480,8 @@ export default {
"vendorName": { "vendorName": {
"0": "京东到家", "0": "京东到家",
"1": "美团外卖", "1": "美团外卖",
"2": "饿了么", "2": "淘宝闪购",
"3": "饿百新零售", "3": "淘宝闪购新零售",
"4": "银豹", "4": "银豹",
"5": "京东商城", "5": "京东商城",
"9": "京西商城", "9": "京西商城",