+
+
item.vendorID === 0)
jdID = arr0.length === 0 ? '' : arr0[0].vendorStoreID
@@ -2734,16 +2734,16 @@ export default {
jxPack = arr9[0].pricePercentagePack || ''
}
// jg
- let arr5 = item.StoreMaps.filter((item) => item.vendorID === 5)
- jgID = arr5.length === 0 ? '' : arr5[0].vendorStoreID
- if (arr5.length > 0) {
- jgName = arr5[0].vendorStoreName || arr5[0].storeName
- jgStatus =
- item.status === 0
- ? '临时休息'
- : this.switchStatus(arr5[0].status)
- jgPack = arr5[0].pricePercentagePack || ''
- }
+ // let arr5 = item.StoreMaps.filter((item) => item.vendorID === 5)
+ // jgID = arr5.length === 0 ? '' : arr5[0].vendorStoreID
+ // if (arr5.length > 0) {
+ // jgName = arr5[0].vendorStoreName || arr5[0].storeName
+ // jgStatus =
+ // item.status === 0
+ // ? '临时休息'
+ // : this.switchStatus(arr5[0].status)
+ // jgPack = arr5[0].pricePercentagePack || ''
+ // }
}
// CourierMaps
let deliveryMt = ''
@@ -2791,7 +2791,7 @@ export default {
let MtbussinessStatus = ''
let EbbussinessStatus = ''
let jdbussinessStatus = ''
- let jdsbussinessStatus = ''
+ // let jdsbussinessStatus = ''
let vendorObj = {
1: '上线',
'-1': '下线',
@@ -2805,8 +2805,8 @@ export default {
MtbussinessStatus = vendorObj[itemVendorStore.isOnline + '']
if (itemVendorStore.vendorID === 3)
EbbussinessStatus = vendorObj[itemVendorStore.isOnline + '']
- if (itemVendorStore.vendorID === 5)
- jdsbussinessStatus = vendorObj[itemVendorStore.isOnline + '']
+ // if (itemVendorStore.vendorID === 5)
+ // jdsbussinessStatus = vendorObj[itemVendorStore.isOnline + '']
}
}
// arr
@@ -2878,10 +2878,10 @@ export default {
jxName,
jxStatus,
jxPack,
- jgID,
- jgName,
- jgStatus,
- jgPack,
+ // jgID,
+ // jgName,
+ // jgStatus,
+ // jgPack,
deliveryMt,
deliveryMtStatus,
deliveryMtOpenStatus,
@@ -2903,7 +2903,7 @@ export default {
jdbussinessStatus,
MtbussinessStatus,
EbbussinessStatus,
- jdsbussinessStatus
+ // jdsbussinessStatus
]
// 销量
if (this.isSearchOrderCount) {
diff --git a/src/components/system/system-tool-p.vue b/src/components/system/system-tool-p.vue
index 83f69da..e5b0032 100644
--- a/src/components/system/system-tool-p.vue
+++ b/src/components/system/system-tool-p.vue
@@ -39,7 +39,7 @@
京东
美团
饿百
- 京狗
+
提 交
diff --git a/src/config.js b/src/config.js
index 309c8ac..a6ebd73 100644
--- a/src/config.js
+++ b/src/config.js
@@ -6,8 +6,8 @@ export const backstageVer = '1.0.76'
* v1 正式服
* v2 beta
*/
-export const apiEdition = process.env.NODE_ENV === 'development' ? 'v2' : 'v2' // 这串是在线上运行的,下面改成自己判断的了,不行就换回来
-// export const apiEdition = 'v1' // 这串是开发时候用=的,下面改成自己判断的了,不行就换回来
+// export const apiEdition = process.env.NODE_ENV === 'development' ? 'v2' : 'v2' // 这串是在线上运行的,下面改成自己判断的了,不行就换回来
+export const apiEdition = 'v1' // 这串是开发时候用=的,下面改成自己判断的了,不行就换回来
@@ -40,11 +40,11 @@ export const ConVendorNameMap = new Map()
name: '淘鲜达',
nick: '淘'
})
- .set(5, {
- vendorID: 5,
- name: '京狗',
- nick: '狗'
- })
+ // .set(5, {
+ // vendorID: 5,
+ // name: '京狗',
+ // nick: '狗'
+ // })
.set(9, {
vendorID: 9,
name: '京西',
@@ -76,11 +76,11 @@ export const ConVendorName = [
name: '淘鲜达',
nick: '淘'
},
- {
- vendorID: 5,
- name: '京狗',
- nick: '狗'
- },
+ // {
+ // vendorID: 5,
+ // name: '京狗',
+ // nick: '狗'
+ // },
{
vendorID: 9,
name: '京西',
@@ -130,11 +130,11 @@ export const ConVendorNameWm = [
name: '淘鲜达',
nick: '淘'
},
- {
- vendorID: 5,
- name: '京狗',
- nick: '狗'
- },
+ // {
+ // vendorID: 5,
+ // name: '京狗',
+ // nick: '狗'
+ // },
{
vendorID: 9,
name: '京西',
diff --git a/src/pages/report/report-user/index.vue b/src/pages/report/report-user/index.vue
index f53f603..b108272 100644
--- a/src/pages/report/report-user/index.vue
+++ b/src/pages/report/report-user/index.vue
@@ -118,10 +118,12 @@ export default {
{
value: 3,
label: '饿百'
- }, {
- value: 5,
- label: '京狗'
- }],
+ },
+ // {
+ // value: 5,
+ // label: '京狗'
+ // }
+ ],
page: 1,
totalCount: 0,
dialogMsgShow: false,
diff --git a/src/pages/report/report-vip-user/index.vue b/src/pages/report/report-vip-user/index.vue
index c3b2be9..862b50f 100644
--- a/src/pages/report/report-vip-user/index.vue
+++ b/src/pages/report/report-vip-user/index.vue
@@ -249,10 +249,12 @@ export default {
{
value: 3,
label: '饿百'
- }, {
- value: 5,
- label: '京狗'
- }],
+ },
+ // {
+ // value: 5,
+ // label: '京狗'
+ // }
+ ],
page: 1,
totalCount: 0,
dialogMsgShow: false,
diff --git a/src/pages/sync/sync-jg-goods/index.vue b/src/pages/sync/sync-jg-goods/index.vue
index 22ce298..0de88fd 100644
--- a/src/pages/sync/sync-jg-goods/index.vue
+++ b/src/pages/sync/sync-jg-goods/index.vue
@@ -65,8 +65,8 @@
border
v-model="searchForm.isContinueWhenError">单个失败继续
-
-
提 交
+
+
提 交
@@ -77,7 +77,7 @@ import StoresPick from "@/components/cmp/storePick/index.vue";
import {showLoad, hideLoad} from '@/tools/loading.js'
// import {json2Excel, importExcel2} from '@/tools/excel.js'
import syncMsg from '@/tools/syncMsg'
-import {APISyncJGStoresSkus} from '@/apis/APIsync.js'
+// import {APISyncJGStoresSkus} from '@/apis/APIsync.js'
import msgWarning from '@/tools/msgwarning'
import {mapGetters} from 'vuex'
export default {
@@ -124,24 +124,24 @@ export default {
isAsync
isContinueWhenError
*/
- // 点击查询按钮
- submitForm () {
- this.$refs.searchForm.validate(async valid => {
- if (valid) {
- try {
- showLoad()
- let res = await APISyncJGStoresSkus({
- ...this.searchForm
- })
- syncMsg(res)
- } catch (e) {
- msgWarning(e)
- } finally {
- hideLoad()
- }
- }
- })
- },
+ // // 点击查询按钮
+ // submitForm () {
+ // this.$refs.searchForm.validate(async valid => {
+ // if (valid) {
+ // try {
+ // showLoad()
+ // let res = await APISyncJGStoresSkus({
+ // ...this.searchForm
+ // })
+ // syncMsg(res)
+ // } catch (e) {
+ // msgWarning(e)
+ // } finally {
+ // hideLoad()
+ // }
+ // }
+ // })
+ // },
// 修改storeIDs
updateStoreIDs (arr) {
this.searchForm.storeIDs = arr
diff --git a/src/router/index.js b/src/router/index.js
index c78b641..73083a3 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -622,14 +622,14 @@ const router = new Router({
title: '同步平台门店'
}
},
- {
- path: 'syncjggoods',
- name: 'syncjggoods',
- component: () => import('@/pages/sync/sync-jg-goods'),
- meta: {
- title: '同步京狗商品库存'
- }
- },
+ // {
+ // path: 'syncjggoods',
+ // name: 'syncjggoods',
+ // component: () => import('@/pages/sync/sync-jg-goods'),
+ // meta: {
+ // title: '同步京狗商品库存'
+ // }
+ // },
// {
// path: 'toolgroupmanager',
// name: 'ToolGroupManager',
diff --git a/src/store/index.js b/src/store/index.js
index 52f184f..f5f6f41 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -339,12 +339,12 @@ export default new Vuex.Store({
commitName:'SET_eBCategory'
}
break
- case 5:
- valueNew = {
- name:'京狗',
- commitName:'SET_jGCategory'
- }
- break
+ // case 5:
+ // valueNew = {
+ // name:'京狗',
+ // commitName:'SET_jGCategory'
+ // }
+ // break
// case 9:
// valueNew = {
// name:'京西',