This commit is contained in:
wtq
2025-12-10 17:28:34 +08:00
parent 6bc72db0ee
commit 0a518e1537
17 changed files with 37 additions and 34 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -14,7 +14,8 @@
}
.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 {

View File

@@ -55,7 +55,7 @@ export default {
imStatus(state: StoreInfoStoreType, getters: AnyObject) {
let 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
},

View File

@@ -120,8 +120,8 @@ export default {
async function saveInvoiceInfo() {
try {
let findItem = store.getters['storeInfo/platformInfo'].filter((item:AnyObject) => item.vendorID === 3)
if(findItem.length === 0) return toast('未绑定饿百门店',2)
// if(!ebStoreInfo || JSON.stringify(ebStoreInfo) === '{}') return toast('未绑定饿百门店')
if(findItem.length === 0) return toast('未绑定淘宝闪购门店',2)
// 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_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

View File

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

View File

@@ -60,7 +60,7 @@ const msgChatFn = function () {
title:
useData.vendorID == 1
? `【美团${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',
company: '饿佰运营',
company: '淘宝闪购运营',
name: phoneData.operatorName3 || '暂无',
mobild: phoneData.operatorPhone3,
},

View File

@@ -77,7 +77,7 @@ const printerTemplate = async function (data: AnyObject) {
.setSize(1, 2)
.setAlign('ct')
.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)
.setAlign('ct')
.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')
.setBold(true)
.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 '京东到家'
case 1:
return '美团外卖'
case 2:
return '饿了么'
// case 2:
// return '淘宝闪购'
case 3:
return '饿百新零售'
return '淘宝闪购新零售'
case 5:
return '京东商城'
case 9:

View File

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