diff --git a/ci/shenbeitang(2).mobileprovision b/ci/shenbeitang(2).mobileprovision deleted file mode 100644 index d1c22b2..0000000 Binary files a/ci/shenbeitang(2).mobileprovision and /dev/null differ diff --git a/ci/shenbeitang(2).p12 b/ci/shenbeitang(2).p12 deleted file mode 100644 index 299c4a5..0000000 Binary files a/ci/shenbeitang(2).p12 and /dev/null differ diff --git a/common/js/diy.js b/common/js/diy.js index c8a6c27..765bf24 100644 --- a/common/js/diy.js +++ b/common/js/diy.js @@ -264,14 +264,12 @@ export default { is_default: this.isDefault }, success: res => { - // console.log(JSON.parse(res.data.value)); - // console.log(JSON.parse(res.data.value),`diy`); if (res.code != 0 || !res.data) { if (this.$refs.loadingCover) this.$refs.loadingCover.hide(); this.diyData = {}; return; } - + let diyDatavalue = res.data; // console.log(JSON.parse(diyDatavalue.value)) //处理后台组件input输入单引号问题 -- 英文状态下 @@ -279,7 +277,6 @@ export default { if (diyDatavalue.value) { // uni.setStorageSync(this.name, diyDatavalue.value); this.diyData = JSON.parse(diyDatavalue.value); - console.log(this.diyData); this.diyData.compExtend = diyDatavalue.comp_extend; // 自定义扩展组件 this.$langConfig.title(this.diyData.global.title); this.mpCollect = this.diyData.global.mpCollect; @@ -392,7 +389,7 @@ export default { this.getDiyInfo(); this.$refs.diyGroup.$refs.ManyGoodsList[0].$refs.diyGoodsList.getGoodsList(); }) - this.$refs.uniPopupWindow.open(); + // this.$refs.uniPopupWindow.open(); } }, onReachBottom() { diff --git a/components/directionGoodsItem.vue b/components/directionGoodsItem.vue index 73b89e6..87d0e40 100644 --- a/components/directionGoodsItem.vue +++ b/components/directionGoodsItem.vue @@ -1,1191 +1,1191 @@ \ No newline at end of file diff --git a/components/payment/payment.vue b/components/payment/payment.vue index 62a02fc..5eea4f8 100644 --- a/components/payment/payment.vue +++ b/components/payment/payment.vue @@ -1,834 +1,834 @@ \ No newline at end of file diff --git a/config/componentConfig.js b/config/componentConfig.js index a1de6e5..0a4c084 100644 --- a/config/componentConfig.js +++ b/config/componentConfig.js @@ -36,12 +36,18 @@ export default { teamId = updateConfig.teamId baseURL = updateConfig.ipConfig } - console.log(`${baseURL}/api/app/checkupdate/${teamId}/${platform}/${bundleID}/${version.versionCode}`, - '################################'); - const res = await requestGet( - `${baseURL}/api/app/checkupdate/${teamId}/${platform}/${bundleID}/${version.versionCode}`).then( - res => res.data) - console.log(res); + // console.log(111, `${baseURL}/api/app/checkupdate/${teamId}/${platform}/${bundleID}/${version.versionCode}`, + // '################################'); + // const res = await requestGet( + // `${baseURL}/api/app/checkupdate/${teamId}/${platform}/${bundleID}/${version.versionCode}`).then( + // res => res.data) + + const res = await requestGet(`https://cbtadmin.jtyqt.com/api/config/checkupdate`).then( + res => { + console.log('====>', res); + return res.data + }) + const returnRes = { versionCode: '', // int 版本号 versionName: '', // String 版本名称 @@ -49,11 +55,10 @@ export default { updateType: '', // String forcibly = 强制更新, solicit = 弹窗确认更新, silent = 静默更新 downloadUrl: '' // String 版本下载链接(IOS安装包更新请放跳转store应用商店链接,安卓apk和wgt文件放文件下载链接) }; - - if (!res || !res.success) { + if (Number(res.data.versionCode) <= version.versionCode) { // 不提示 if (!isPrompt) return - if(isCustom) { + if (isCustom) { return; } // 提示 @@ -70,17 +75,16 @@ export default { normal: 'solicit', silent: 'silent' } - const versionData = res.data.version - + // const versionData = res.data.version + const versionData = res.data + // versionData.updateMode = 'force' returnRes.versionCode = Number(versionData.versionCode) returnRes.versionName = versionData.versionStr returnRes.versionInfo = versionData.changelog || '' returnRes.updateType = updateMode2Type[versionData.updateMode] ? updateMode2Type[versionData .updateMode] : 'solicit' returnRes.downloadUrl = versionData.installUrl - console.log(returnRes); - console.log(returnRes, 'returnRes'); // 兼容之前的版本 return callback && callback(returnRes); diff --git a/config/production.js b/config/production.js index 713db3b..7377d27 100644 --- a/config/production.js +++ b/config/production.js @@ -4,13 +4,11 @@ // api请求地址 // export const baseUrl = 'https://cbtadmin.jtyqt.com' -// export const baseUrl = 'https://yaochangtest.first.xinzhidi.cn'//测试地址1 -export const baseUrl = 'http://devzhiyao.zeyan.wang'//测试地址2 +export const baseUrl = 'https://cbtadmin.jtyqt.com' // 图片域名 // export const imgDomain='https://cbtadmin.jtyqt.com' -// export const imgDomain = 'https://yaochangtest.first.xinzhidi.cn'//测试地址1 -export const imgDomain = 'http://devzhiyao.zeyan.wang'//测试地址2 +export const imgDomain = 'https://cbtadmin.jtyqt.com' // 极光推送 export const PUSHCONFIG = { diff --git a/manifest.json b/manifest.json index d602711..a158e7a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "name" : "齐采药", - "appid" : "__UNI__9C80A8A", + "appid" : "__UNI__9009737", "description" : "", - "versionName" : "1.000.188", - "versionCode" : 10001234, + "versionName" : "1.000.1243", + "versionCode" : 10001243, "transformPx" : false, "app-plus" : { "compatible" : { diff --git a/page_goods/components/common-payment/common-payment.vue b/page_goods/components/common-payment/common-payment.vue index a5d1219..0278d02 100644 --- a/page_goods/components/common-payment/common-payment.vue +++ b/page_goods/components/common-payment/common-payment.vue @@ -412,7 +412,7 @@ - + - - - - - - - - + + + - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/page_goods/orderDetail/orderDetail.vue b/page_goods/orderDetail/orderDetail.vue index 33a78ba..330eded 100644 --- a/page_goods/orderDetail/orderDetail.vue +++ b/page_goods/orderDetail/orderDetail.vue @@ -1,439 +1,439 @@ \ No newline at end of file diff --git a/page_goods/orderDetail/public/js/orderMethod.js b/page_goods/orderDetail/public/js/orderMethod.js index f9e816f..474927e 100644 --- a/page_goods/orderDetail/public/js/orderMethod.js +++ b/page_goods/orderDetail/public/js/orderMethod.js @@ -10,8 +10,7 @@ export default { } else { uni.showModal({ title: '提示', - // content: '商家已将支付金额调整为' + orderData.pay_money + '元,是否继续支付?', - content: `商家已将支付金额调整为${orderData.pay_money}元,还需支付${orderData.pay.pay_money}元,是否继续支付?`, + content: '商家已将支付金额调整为' + orderData.pay_money + '元,是否继续支付?', success: res => { if (res.confirm) { this.pay(); diff --git a/page_goods/public/js/orderMethod.js b/page_goods/public/js/orderMethod.js index 474927e..f9e816f 100644 --- a/page_goods/public/js/orderMethod.js +++ b/page_goods/public/js/orderMethod.js @@ -10,7 +10,8 @@ export default { } else { uni.showModal({ title: '提示', - content: '商家已将支付金额调整为' + orderData.pay_money + '元,是否继续支付?', + // content: '商家已将支付金额调整为' + orderData.pay_money + '元,是否继续支付?', + content: `商家已将支付金额调整为${orderData.pay_money}元,还需支付${orderData.pay.pay_money}元,是否继续支付?`, success: res => { if (res.confirm) { this.pay(); diff --git a/page_salesman_index/Tobe_shipped/Tobe_shipped.vue b/page_salesman_index/Tobe_shipped/Tobe_shipped.vue index 9ca859e..7bcf0d6 100644 --- a/page_salesman_index/Tobe_shipped/Tobe_shipped.vue +++ b/page_salesman_index/Tobe_shipped/Tobe_shipped.vue @@ -1,114 +1,114 @@ diff --git a/page_salesman_index/index/beconfirmed.vue b/page_salesman_index/index/beconfirmed.vue index 3707f1a..3e46fac 100644 --- a/page_salesman_index/index/beconfirmed.vue +++ b/page_salesman_index/index/beconfirmed.vue @@ -1,453 +1,453 @@ \ No newline at end of file diff --git a/page_salesman_index/index/bereceived.vue b/page_salesman_index/index/bereceived.vue index e2cae4f..3603f38 100644 --- a/page_salesman_index/index/bereceived.vue +++ b/page_salesman_index/index/bereceived.vue @@ -1,455 +1,455 @@ \ No newline at end of file diff --git a/page_salesman_index/index/close.vue b/page_salesman_index/index/close.vue index 90af0f6..fd82754 100644 --- a/page_salesman_index/index/close.vue +++ b/page_salesman_index/index/close.vue @@ -1,461 +1,461 @@ \ No newline at end of file diff --git a/page_salesman_index/index/index.vue b/page_salesman_index/index/index.vue index 9afeb1b..52a9bd2 100644 --- a/page_salesman_index/index/index.vue +++ b/page_salesman_index/index/index.vue @@ -1,845 +1,845 @@ \ No newline at end of file diff --git a/page_salesman_index/index/received.vue b/page_salesman_index/index/received.vue index d90f975..790c4a9 100644 --- a/page_salesman_index/index/received.vue +++ b/page_salesman_index/index/received.vue @@ -1,462 +1,462 @@ \ No newline at end of file diff --git a/page_salesman_index/index/reviewed.vue b/page_salesman_index/index/reviewed.vue index 3b2eb40..603ea74 100644 --- a/page_salesman_index/index/reviewed.vue +++ b/page_salesman_index/index/reviewed.vue @@ -1,545 +1,546 @@ \ No newline at end of file diff --git a/page_salesman_index/index/shipped.vue b/page_salesman_index/index/shipped.vue index a0a9a8d..9fbd9bf 100644 --- a/page_salesman_index/index/shipped.vue +++ b/page_salesman_index/index/shipped.vue @@ -1,498 +1,498 @@ \ No newline at end of file diff --git a/page_salesman_order/Goods_received/Goods_received.vue b/page_salesman_order/Goods_received/Goods_received.vue index 04d8157..2e41c25 100644 --- a/page_salesman_order/Goods_received/Goods_received.vue +++ b/page_salesman_order/Goods_received/Goods_received.vue @@ -251,10 +251,10 @@ @click="ConfirmCharge">确认收货
去支付
确认发货
- - + + - + diff --git a/page_salesman_order/Goods_received/Goods_received_COPY原版备份.vue b/page_salesman_order/Goods_received/Goods_received_COPY原版备份.vue index 4263d72..d5f8c07 100644 --- a/page_salesman_order/Goods_received/Goods_received_COPY原版备份.vue +++ b/page_salesman_order/Goods_received/Goods_received_COPY原版备份.vue @@ -1,1121 +1,1121 @@ diff --git a/page_salesman_order/Order_details/Order_details.vue b/page_salesman_order/Order_details/Order_details.vue index d723dfe..02665f1 100644 --- a/page_salesman_order/Order_details/Order_details.vue +++ b/page_salesman_order/Order_details/Order_details.vue @@ -1,146 +1,152 @@ \ No newline at end of file diff --git a/page_salesman_order/index/index.vue b/page_salesman_order/index/index.vue index 6b8fc23..83b52b1 100644 --- a/page_salesman_order/index/index.vue +++ b/page_salesman_order/index/index.vue @@ -1,583 +1,583 @@ \ No newline at end of file diff --git a/page_salesman_order/undgbm/undgbm.vue b/page_salesman_order/undgbm/undgbm.vue index ef22130..3717926 100644 --- a/page_salesman_order/undgbm/undgbm.vue +++ b/page_salesman_order/undgbm/undgbm.vue @@ -1,500 +1,501 @@ \ No newline at end of file diff --git a/pages.json b/pages.json index a8b0f3e..d08a35a 100644 --- a/pages.json +++ b/pages.json @@ -1,2134 +1,2134 @@ { - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path": "pages/init", - "style": { - "navigationStyle": "custom" - // "enablePullDownRefresh": true - } - }, - { - "path": "pages/index/index", - "style": { - // #ifndef MP-WEIXIN - "navigationStyle": "custom", - // #endif - "enablePullDownRefresh": true, - "navigationBarTitleText": "齐采药", - "onReachBottomDistance": 2000 - } - }, - // 视频 - { - "path": "page_video/video/index", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "" - } - }, - { - "path": "page_video/videoList/search", - "style": { - "navigationBarTitleText": "搜索视频" - } - }, - { - "path": "page_video/videoList/videoDetails", - "style": { - "navigationBarTitleText": "视频详情" - } - }, - { - "path": "page_video/video/cashOut", - "style": { - "navigationBarTitleText": "提现" - } - }, - //******************商品模块(11)****************** - { - "path": "pages/goods/cart", - "style": { - // #ifndef MP-WEIXIN - // #ifdef H5 - "navigationStyle": "custom", - // #endif - // #endif - "enablePullDownRefresh": true, - "navigationBarTitleText": "购物车" - } - }, - { - "path": "pages/goods/cartCopy", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "enablePullDownRefresh": true, - "navigationBarTitleText": "购物车" - } - }, - { - "path": "pages/goods/category", - "style": { - "disableScroll": true, - // #ifndef MP-WEIXIN - "navigationStyle": "custom", - // #endif - "enablePullDownRefresh": true, - "navigationBarTitleText": "商品分类" - } - }, - //******************会员模块(20)****************** - { - "path": "pages/member/index", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "会员中心", - "enablePullDownRefresh": true - } - }, - //******************订单模块(12)****************** - { - "path": "pages/order/list", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - // 本地配送订单详情 - { - "path": "pages/order/detail_local_delivery", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "pages/member/Tobeevaluated/Evaluated", - "style": { - "navigationBarTitleText": "我的评价", - "enablePullDownRefresh": false - } - } - ], - "subPackages": [{ - //******************营销活动模块(26)****************** - "root": "pages_promotion", - "pages": [{ - "path": "point/detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "商品详情" - } - }, - //----------组合套餐模块(2)---------- - { - "path": "bundling/detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "bundling/payment", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - } - ] - }, - { - //*****************其他模块(26)****************** - "root": "pages_tool", - "pages": [{ - "path": "webview/webview", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "index/diy", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "微页面" - } - }, - //******************会员模块(20)****************** - { - "path": "member/modify_face", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/account", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/account_edit", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/apply_withdrawal", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/balance", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/balance_detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/collection", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/coupon", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "disableScroll": true - } - }, - { - "path": "member/footprint", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/level", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/level_growth_rules", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/point", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/point_detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/signin", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - // "navigationBarTitleText": "签到有礼" - } - }, - { - "path": "member/withdrawal", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/withdrawal_detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/address", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/address_edit", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/pay_password", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/cancellation", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/assets", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/cancelstatus", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/cancelsuccess", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/cancelrefuse", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "member/info", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "个人资料" - } - }, - { - "path": "member/info_edit", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - //******************登录模块****************** - { - "path": "login/find", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "" - } - }, - //******************商品模块****************** - { - "path": "goods/coupon", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "goods/coupon_receive", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "goods/evaluate", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "goods/search", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "goods/brand", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "goods/not_exist", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - //******************CMS模块(6)****************** - { - "path": "help/list", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "help/detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "notice/list", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "notice/detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "article/list", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "article/detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - //******************核销模块(4)****************** - { - "path": "verification/index", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "verification/list", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "verification/detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - //******************支付模块(2)****************** - { - "path": "pay/index", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "pay/wx_pay", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "pay/result", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "storeclose/storeclose", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - //******************订单模块(2)****************** - { - "path": "order/logistics", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "order/evaluate", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "order/refund", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "order/refund_goods_select", - "style": { - "navigationBarTitleText": "选择商品" - } - }, - { - "path": "order/refund_type_select", - "style": { - "navigationBarTitleText": "退款方式" - } - }, - { - "path": "order/refund_batch", - "style": { - "navigationBarTitleText": "退款申请" - } - }, - { - "path": "order/sales_return", - "style": { - "navigationBarTitleText": "退货申请" - } - }, - { - "path": "order/refund_select", - "style": { - "navigationBarTitleText": "退款申请" - } - }, - { - "path": "order/refund_detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "order/activist", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "退款" - } - }, - // 虚拟订单详情 - { - "path": "order/detail_virtual", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - //******************登录模块(3)****************** - { - "path": "login/login", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "登录" - } - }, - { - "path": "login/codeLogin", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "短信登录" - } - }, - { - "path": "login/register", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "注册" - } - }, - { - "path": "login/forget", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "找回密码" - } - }, - { - "path": "login/fill_info", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "完善信息" - } - }, - /*******************主页-消息*************/ - { - "path": "news/news", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "消息" - } - }, - { - "path": "news/message", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "通知消息" - } - }, - { - "path": "news/system_msg", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "系统通知" - } - }, - { - "path": "news/customers", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "在线客户" - } - }, - { - "path": "news/chat", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "客服001" - } - }, - { - "path": "lottery/lotteryList", - "style": { - "navigationBarTitleText": "活动列表", - "enablePullDownRefresh": false - } - }, - { - "path": "lottery/lottery", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "" - } - }, - { - "path": "lottery/luckyLog", - "style": { - "navigationBarTitleText": "抽奖记录" - } - }, - { - "path": "member/my_coupon", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "我的优惠券" - } - }, - { - "path": "quality_test/quality_test", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "质保查询" - } - }, - { - "path": "qualification/qualification", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "企业资质" - } - }, - { - "path": "invoice/invoice", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "我的发票" - } - }, - { - "path": "invoice/issue", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "开具发票" - } - }, - { - "path": "invoice/history", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "开票历史" - } - }, - { - "path": "invoice/detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "发票详情" - } - }, - { - "path": "invoice/orders", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "包含订单" - } - }, - { - "path": "contact_supplier/contact_supplier", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "联系供应商" - } - }, - { - "path": "invite/invite", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "邀请有礼" - } - }, - { - "path": "agreement/agreement", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "" - } - }, - { - "path": "member/account_info", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "个人信息" - } - }, - { - "path": "member/change_phone", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "更换手机号" - } - }, - { - "path": "member/change_pwd", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "修改密码" - } - }, - { - "path": "config/config", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "系统设置" - } - }, - { - "path": "config/about_us", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "关于我们" - } - }, - { - "path": "config/msg_slip", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "留言反馈" - } - }, - { - "path": "config/myTheme", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "我的主题" - } - }, - { - "path": "banking/banking", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "金融服务" - } - }, - { - "path": "find_medicine/find_medicine", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "找药服务" - } - }, - { - "path": "member/store/all_store", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "全部店铺" - } - }, - { - "path": "member/store/add_store", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "新增店铺" - } - }, - { - "path": "member/point_goodsDetail", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "商品详情" - } - }, - { - "path": "member/exchange_record", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "兑换记录" - } - }, - { - "path": "Recharge/Recharge", - "style": { - "navigationBarTitleText": "账户余额", - "enablePullDownRefresh": false - } - }, - { - "path": "details/details", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "详情", - "enablePullDownRefresh": false - } - }, - { - "path": "notes/notes", - "style": { - "navigationBarTitleText": "积分明细", - "enablePullDownRefresh": false - } - }, - { - "path": "member/pointChange", - "style": { - "navigationBarTitleText": "兑换", - "enablePullDownRefresh": false - } - }, { - "path": "logOff/logOff", - "style": { - "navigationBarTitleText": "注销账号", - "enablePullDownRefresh": false - } + "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/init", + "style": { + "navigationStyle": "custom" + // "enablePullDownRefresh": true + } + }, + { + "path": "pages/index/index", + "style": { + // #ifndef MP-WEIXIN + "navigationStyle": "custom", + // #endif + "enablePullDownRefresh": true, + "navigationBarTitleText": "齐采药", + "onReachBottomDistance": 2000 + } + }, + // 视频 + { + "path": "page_video/video/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "" + } + }, + { + "path": "page_video/videoList/search", + "style": { + "navigationBarTitleText": "搜索视频" + } + }, + { + "path": "page_video/videoList/videoDetails", + "style": { + "navigationBarTitleText": "视频详情" + } + }, + { + "path": "page_video/video/cashOut", + "style": { + "navigationBarTitleText": "提现" + } + }, + //******************商品模块(11)****************** + { + "path": "pages/goods/cart", + "style": { + // #ifndef MP-WEIXIN + // #ifdef H5 + "navigationStyle": "custom", + // #endif + // #endif + "enablePullDownRefresh": true, + "navigationBarTitleText": "购物车" + } + }, + { + "path": "pages/goods/cartCopy", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "enablePullDownRefresh": true, + "navigationBarTitleText": "购物车" + } + }, + { + "path": "pages/goods/category", + "style": { + "disableScroll": true, + // #ifndef MP-WEIXIN + "navigationStyle": "custom", + // #endif + "enablePullDownRefresh": true, + "navigationBarTitleText": "商品分类" + } + }, + //******************会员模块(20)****************** + { + "path": "pages/member/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "会员中心", + "enablePullDownRefresh": true + } + }, + //******************订单模块(12)****************** + { + "path": "pages/order/list", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + // 本地配送订单详情 + { + "path": "pages/order/detail_local_delivery", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "pages/member/Tobeevaluated/Evaluated", + "style": { + "navigationBarTitleText": "我的评价", + "enablePullDownRefresh": false + } + } + ], + "subPackages": [{ + //******************营销活动模块(26)****************** + "root": "pages_promotion", + "pages": [{ + "path": "point/detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "商品详情" + } + }, + //----------组合套餐模块(2)---------- + { + "path": "bundling/detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "bundling/payment", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + } + ] + }, + { + //*****************其他模块(26)****************** + "root": "pages_tool", + "pages": [{ + "path": "webview/webview", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "index/diy", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "微页面" + } + }, + //******************会员模块(20)****************** + { + "path": "member/modify_face", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/account", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/account_edit", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/apply_withdrawal", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/balance", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/balance_detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/collection", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/coupon", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "disableScroll": true + } + }, + { + "path": "member/footprint", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/level", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/level_growth_rules", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/point", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/point_detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/signin", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + // "navigationBarTitleText": "签到有礼" + } + }, + { + "path": "member/withdrawal", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/withdrawal_detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/address", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/address_edit", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/pay_password", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/cancellation", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/assets", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/cancelstatus", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/cancelsuccess", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/cancelrefuse", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "member/info", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "个人资料" + } + }, + { + "path": "member/info_edit", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + //******************登录模块****************** + { + "path": "login/find", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "" + } + }, + //******************商品模块****************** + { + "path": "goods/coupon", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "goods/coupon_receive", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "goods/evaluate", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "goods/search", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "goods/brand", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "goods/not_exist", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + //******************CMS模块(6)****************** + { + "path": "help/list", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "help/detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "notice/list", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "notice/detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "article/list", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "article/detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + //******************核销模块(4)****************** + { + "path": "verification/index", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "verification/list", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "verification/detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + //******************支付模块(2)****************** + { + "path": "pay/index", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "pay/wx_pay", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "pay/result", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "storeclose/storeclose", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + //******************订单模块(2)****************** + { + "path": "order/logistics", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "order/evaluate", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "order/refund", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "order/refund_goods_select", + "style": { + "navigationBarTitleText": "选择商品" + } + }, + { + "path": "order/refund_type_select", + "style": { + "navigationBarTitleText": "退款方式" + } + }, + { + "path": "order/refund_batch", + "style": { + "navigationBarTitleText": "退款申请" + } + }, + { + "path": "order/sales_return", + "style": { + "navigationBarTitleText": "退货申请" + } + }, + { + "path": "order/refund_select", + "style": { + "navigationBarTitleText": "退款申请" + } + }, + { + "path": "order/refund_detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "order/activist", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "退款" + } + }, + // 虚拟订单详情 + { + "path": "order/detail_virtual", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + //******************登录模块(3)****************** + { + "path": "login/login", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "登录" + } + }, + { + "path": "login/codeLogin", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "短信登录" + } + }, + { + "path": "login/register", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "注册" + } + }, + { + "path": "login/forget", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "找回密码" + } + }, + { + "path": "login/fill_info", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "完善信息" + } + }, + /*******************主页-消息*************/ + { + "path": "news/news", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "消息" + } + }, + { + "path": "news/message", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "通知消息" + } + }, + { + "path": "news/system_msg", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "系统通知" + } + }, + { + "path": "news/customers", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "在线客户" + } + }, + { + "path": "news/chat", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "客服001" + } + }, + { + "path": "lottery/lotteryList", + "style": { + "navigationBarTitleText": "活动列表", + "enablePullDownRefresh": false + } + }, + { + "path": "lottery/lottery", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "" + } + }, + { + "path": "lottery/luckyLog", + "style": { + "navigationBarTitleText": "抽奖记录" + } + }, + { + "path": "member/my_coupon", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "我的优惠券" + } + }, + { + "path": "quality_test/quality_test", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "质保查询" + } + }, + { + "path": "qualification/qualification", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "企业资质" + } + }, + { + "path": "invoice/invoice", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "我的发票" + } + }, + { + "path": "invoice/issue", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "开具发票" + } + }, + { + "path": "invoice/history", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "开票历史" + } + }, + { + "path": "invoice/detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "发票详情" + } + }, + { + "path": "invoice/orders", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "包含订单" + } + }, + { + "path": "contact_supplier/contact_supplier", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "联系供应商" + } + }, + { + "path": "invite/invite", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "邀请有礼" + } + }, + { + "path": "agreement/agreement", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "" + } + }, + { + "path": "member/account_info", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "个人信息" + } + }, + { + "path": "member/change_phone", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "更换手机号" + } + }, + { + "path": "member/change_pwd", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "修改密码" + } + }, + { + "path": "config/config", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "系统设置" + } + }, + { + "path": "config/about_us", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "关于我们" + } + }, + { + "path": "config/msg_slip", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "留言反馈" + } + }, + { + "path": "config/myTheme", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "我的主题" + } + }, + { + "path": "banking/banking", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "金融服务" + } + }, + { + "path": "find_medicine/find_medicine", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "找药服务" + } + }, + { + "path": "member/store/all_store", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "全部店铺" + } + }, + { + "path": "member/store/add_store", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "新增店铺" + } + }, + { + "path": "member/point_goodsDetail", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "商品详情" + } + }, + { + "path": "member/exchange_record", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "兑换记录" + } + }, + { + "path": "Recharge/Recharge", + "style": { + "navigationBarTitleText": "账户余额", + "enablePullDownRefresh": false + } + }, + { + "path": "details/details", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "详情", + "enablePullDownRefresh": false + } + }, + { + "path": "notes/notes", + "style": { + "navigationBarTitleText": "积分明细", + "enablePullDownRefresh": false + } + }, + { + "path": "member/pointChange", + "style": { + "navigationBarTitleText": "兑换", + "enablePullDownRefresh": false + } + }, { + "path": "logOff/logOff", + "style": { + "navigationBarTitleText": "注销账号", + "enablePullDownRefresh": false + } - } - ] - }, - // #ifndef MP-WEIXIN || MP-ALIPAY - { - //*****************业务员模块 (首页)****************** - "root": "page_salesman_index", - "pages": [{ - "path": "index/index", - "style": { - "navigationStyle": "custom" - } - }, - // { - // "path": "index/reviewed", - // "style": { - // "navigationStyle": "custom", - // "enablePullDownRefresh": true - // } - // }, - { - "path": "index/edit_workbench/edit_workbench", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "编辑工作台" - } - }, - { - "path": "index/top_info/revenue_overview", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "收入概览" - // "enablePullDownRefresh": true - } - }, - { - "path": "index/top_info/order_count", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "订单统计", - "enablePullDownRefresh": true - } - }, - { - "path": "index/invite", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "邀请注册" - } - }, - { - "path": "index/consultation/consultation", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "客户咨询" - } - }, - { - "path": "index/consultation/consultation_list", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "在线客服" - } - }, - { - "path": "index/goods_type/goods_type", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "商品类目", - "enablePullDownRefresh": true - } - }, - { - "path": "index/system_msg/sys_msg", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "系统消息" - } - }, - { - "path": "index/system_msg/sys_msg_detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "系统消息" - } - }, - { - "path": "index/purchase_note/purchase_note", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "采购单" - } - }, - { - "path": "index/purchase_note/increase", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "新增采购单" - } - }, - { - "path": "index/purchase_note/increase_detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "采购单详情" - } - }, - { - "path": "userCenter/changePassword", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "修改密码" - } - }, - { - "path": "userCenter/paySet", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "支付设置" - } - }, - { - "path": "userCenter/setPayPassword", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "设置支付密码" - } - }, - { - "path": "userCenter/forgetPassword", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "忘记支付密码" - } - }, - { - "path": "userCenter/payPassword", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "支付密码" - } - }, - { - "path": "userCenter/userInfo", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "个人信息" - } - }, - { - "path": "purchase_return/purchase_return", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "采购退货单" - } - }, - { - "path": "purchase_return/increase", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "新增采购退货单" - } - }, - { - "path": "purchase_return/relation_purchase", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "关联采购单" - } - }, - { - "path": "purchase_return/relation_warehousing", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "关联入库单" - } - }, - { - "path": "purchase_return/increase_detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "采购退货单详情" - } - }, - { - "path": "warehousing/warehousing", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "入库单" - } - }, - { - "path": "warehousing/increase", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "新增入库单" - } - }, - { - "path": "warehousing/increase_detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "入库单明细" - } - }, - { - "path": "outbound/warehousing", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "出库单" - } - }, - { - "path": "outbound/increase", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "新增出库单" - } - }, - { - "path": "outbound/increase_detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "出库单明细" - } - }, - { - "path": "print/print", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "选择设备" - } - }, - { - "path": "print/template", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "选择模板" - } - }, - { - "path": "warning/warning", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "商品预警", - "enablePullDownRefresh": true - } - }, - { - "path": "warning/warningDetails", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "商品预警详情" - } - }, - { - "path": "warning/warningSet", - "style": { - "navigationBarTitleText": "预警设置" - } - }, - { - "path": "warning/setSuccess", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "设置" - } - }, - { - "path": "my_commission/my_commission", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "我的佣金" - } - }, - { - "path": "income/income", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "收入概览" - } - }, - { - "path": "adminCollection/adminCollection", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "回款管理" - } - }, - { - "path": "adminCollection/details", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "回款详情" - } - }, - { - "path": "adminSalesman/adminSalesman", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "业务员管理", - "enablePullDownRefresh": true - } - }, - { - "path": "adminSalesman/addSalesman", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "新增业务员" - } - }, - { - "path": "Refund_after/Refund_after", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "退款售后", - "enablePullDownRefresh": true - } - }, - { - "path": "Order_details/Order_details", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "订单详情", - "enablePullDownRefresh": false - } - }, - { - "path": "Refund_succeeded/Refund_succeeded", - "style": { - "navigationBarTitleText": "订单详情", - "enablePullDownRefresh": false - } - }, - { - "path": "look_over/look_over", - "style": { - "navigationBarTitleText": "物流信息", - "enablePullDownRefresh": false - } - }, - { - "path": "Valet_order/Valet_order", - "style": { - "navigationBarTitleText": "代客下单", - "enablePullDownRefresh": false - } - }, - { - "path": "Customer_name/Customer_name", - "style": { - "navigationBarTitleText": "客户名称", - "enablePullDownRefresh": true - } - }, - { - "path": "Select_item/Select_item", - "style": { - "navigationBarTitleText": "选择商品", - "enablePullDownRefresh": true - } - }, - { - "path": "Commodity_list/Commodity_list", - "style": { - "navigationBarTitleText": "商品清单", - "enablePullDownRefresh": false - } - }, - { - "path": "Commodity-time/Commodity-time", - "style": { - "navigationBarTitleText": "商品清单", - "enablePullDownRefresh": false - } - }, - { - "path": "affirm_order/affirm_order", - "style": { - "navigationBarTitleText": "确认订单", - "enablePullDownRefresh": false - } - }, - { - "path": "Payment_succeeded/Payment_succeeded", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "支付成功", - "enablePullDownRefresh": false - } - }, - { - "path": "newly_increased/newly_increased", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "新增客户", - "enablePullDownRefresh": false - } - }, - { - "path": "means/means", - "style": { - "navigationBarTitleText": "资料附件", - "enablePullDownRefresh": false - } - }, - { - "path": "Select-attribution/Select-attribution", - "style": { - "navigationBarTitleText": "选择归属地区", - "enablePullDownRefresh": false - } - }, - { - "path": "Fill_address/Fill_address", - "style": { - "navigationBarTitleText": "填写地址", - "enablePullDownRefresh": false - } - }, - { - "path": "Customer_warning/Customer_warning", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "客户预警", - "enablePullDownRefresh": true - } - }, - { - "path": "deliveredsa/deliveredsa", - "style": { - "navigationBarTitleText": "订单详情" - } - }, - { - "path": "Tobe_shipped/Tobe_shipped", - "style": { - "navigationStyle": "custom", - // #ifdef H5 - "navigationBarTitleText": "订单详情", - // #endif - "enablePullDownRefresh": false - } - }, - { - "path": "Collectionto_beconfirmed/Collectionto_beconfirmed", - "style": { - "navigationBarTitleText": "待确认收款", - "enablePullDownRefresh": false - } - }, - { - "path": "Goodsto_bereceived/Goodsto_bereceived", - "style": { - "navigationBarTitleText": "待收货", - "enablePullDownRefresh": false - } - }, - { - "path": "tbereceived/tbereceived", - "style": { - "navigationBarTitleText": "订单详情", - "enablePullDownRefresh": false - } - }, - { - "path": "Custmr/Custmr", - "style": { - "navigationBarTitleText": "店铺列表", - "enablePullDownRefresh": false - } - }, - { - "path": "Details/Details", - "style": { - "navigationBarTitleText": "商品详情", - "enablePullDownRefresh": false - } - }, - { - "path": "Valet_ordertwo/Valet_ordertwo", - "style": { - "navigationBarTitleText": "代客下单", - "enablePullDownRefresh": false - } - } - ] - }, - // #endif - // #ifndef MP-WEIXIN || MP-ALIPAY - { - //*****************业务员模块 (报表)****************** - "root": "page_salesman_reportForm", - "pages": [{ - "path": "index/index", - "style": { - "navigationStyle": "custom" - } - }, - { - "path": "businessDetails/businessDetails", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "经营详情" - } - }, - { - "path": "BusinessDailyDetails/BusinessDailyDetails", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "经营日报", - "enablePullDownRefresh": false - } - }, - { - "path": "monthlymagazine/monthlymagazine", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "经营月报" - } - }, - { - "path": "Monthlyreportdetails/Monthlyreportdetails", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "经营月报" - } - }, - { - "path": "Paymentcollection/Paymentcollection", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "打款回款统计" - } - }, - { - "path": "Collectionstatistics/Collectionstatistics", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "商品销售统计" - } - }, - { - "path": "Commoditysales/Commoditysales", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "商品销售统计", - "enablePullDownRefresh": false - } - }, - { - "path": "Classificationstatistics/Classificationstatistics", - "style": { - // "navigationStyle": "custom", - "navigationStyle": "custom", - "navigationBarTitleText": "商品分类统计" - // "enablePullDownRefresh": false - } - }, - { - "path": "Salesstatistics_details/Salesstatistics_details", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "商品销售统计", - "enablePullDownRefresh": false - } - }, - { - "path": "Customer_statistics/Customer_statistics", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "客户销售统计" - // "enablePullDownRefresh": false - } - }, - { - "path": "connection_statistics/connection_statistics", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "客户销售统计", - "enablePullDownRefresh": false - } - }, - { - "path": "Customer_type/Customer_type", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "客户类型统计", - "enablePullDownRefresh": false - } - }, - { - "path": "Customer_sell_type/Customer_sell_type", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "客户类型统计", - "enablePullDownRefresh": false - } - }, - { - "path": "salesman_ranking/salesman_ranking", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "业务员排名", - "enablePullDownRefresh": false - } - }, - { - "path": "Ranking_details/Ranking_details", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "业务员排名", - "enablePullDownRefresh": false - } - }, - { - "path": "area_statistics/area_statistics", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "地区统计" - // "enablePullDownRefresh": false - } - }, - { - "path": "area_statisticses/area_statisticses", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "地区统计", - "enablePullDownRefresh": false - } - }, - { - "path": "Customer_alertdetails/Customer_alertdetails", - "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true - } - }, - { - "path": "set_up/set_up", - "style": { - "navigationBarTitleText": "设置", - "enablePullDownRefresh": false - } - }, - { - "path": "Set_successfully/Set_successfully", - "style": { - "navigationBarTitleText": "设置", - "enablePullDownRefresh": false - } - } - ] - }, - // #endif - // #ifndef MP-WEIXIN || MP-ALIPAY - { - //*****************业务员模块 (订单)****************** - "root": "page_salesman_order", - "pages": [{ - "path": "index/index", - "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true - } - }, - { - "path": "undgbm/undgbm", - "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true - } - }, - { - "path": "Order_details/Order_details", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "订单详情", - "enablePullDownRefresh": false - } - }, - { - "path": "Collection_record/Collection_record", - "style": { - "navigationBarTitleText": "收款记录", - "enablePullDownRefresh": false - } - }, - { - "path": "Customer_payment/Customer_payment", - "style": { - "navigationBarTitleText": "支付", - "enablePullDownRefresh": false - } - }, - { - "path": "Offline_transfer/Offline_transfer", - "style": { - "navigationBarTitleText": "线下转账", - "enablePullDownRefresh": false - } - }, - { - "path": "Order_status/Order_status", - "style": { - "navigationBarTitleText": "订单状态", - "enablePullDownRefresh": false - } - }, - { - "path": "Delivery_logistics/Delivery_logistics", - "style": { - "navigationBarTitleText": "发货/物流记录", - "enablePullDownRefresh": false - } - }, - { - "path": "Delivery_record/Delivery_record", - "style": { - "navigationBarTitleText": "发货/物流记录", - "enablePullDownRefresh": false - } - }, - { - "path": "Shipping_Information/Shipping_Information", - "style": { - "navigationBarTitleText": "填写发货信息", - "enablePullDownRefresh": false - } - }, - { - "path": "Goods_received/Goods_received", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "订单详情", - "enablePullDownRefresh": false - } - }, - { - "path": "undgbm/undgbm", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - }, - { - "path": "Commodity_list/Commodity_list", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - }, - { - "path": "Order_dettisl/Order_dettisl", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "订单详情", - "enablePullDownRefresh": false - } - } - ] - }, - // #endif - // #ifndef MP-WEIXIN || MP-ALIPAY - { - //*****************业务员模块 (客户)****************** - "root": "page_salesman_customer", - "pages": [{ - "path": "index/index", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "客户列表", - "enablePullDownRefresh": false - } - }, - { - "path": "Customer_details/Customer_details", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "店铺详情", - "enablePullDownRefresh": false - } - }, - { - "path": "Order_preference/Order_preference", - "style": { - "navigationBarTitleText": "订单偏好", - "enablePullDownRefresh": false - } - }, - { - "path": "Focuson_commodities/Focuson_commodities", - "style": { - "navigationBarTitleText": "关注商品", - "enablePullDownRefresh": false - } - }, - { - "path": "Page_upload/Page_upload", - "style": { - "navigationBarTitleText": "资料附件", - "enablePullDownRefresh": false - } - }, - { - "path": "Shipping_address/Shipping_address", - "style": { - "navigationBarTitleText": "收货地址", - "enablePullDownRefresh": false - } - }, - { - "path": "shipping_ress/shipping_ress", - "style": { - "navigationBarTitleText": "编辑收货地址", - "enablePullDownRefresh": false - } - }, - { - "path": "Add_deliveryaddress/Add_deliveryaddress", - "style": { - "navigationBarTitleText": "新增收货地址", - "enablePullDownRefresh": false - } - }, - { - "path": "Historicalorders/Historicalorders", - "style": { - "navigationBarTitleText": "历史订单", - "enablePullDownRefresh": true - } - }, - { - "path": "Management/Management", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "店铺管理", - "enablePullDownRefresh": true - } - }, - { - "path": "detailed/detailed", - "style": { - "navigationBarTitleText": "客户详情", - "enablePullDownRefresh": false - } - }, - { - "path": "NewStore/NewStore", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "新增店铺", - "enablePullDownRefresh": false - } - }, - { - "path": "dingdanxiangq/dingdanxiangq", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "订单详情", - "enablePullDownRefresh": false - } - }, - { - "path": "detailed/loginLog", - "style": { - "navigationBarTitleText": "登录记录", - "enablePullDownRefresh": false - } - }, { - "path": "detailed/searchLog", - "style": { - "navigationBarTitleText": "搜索记录", - "enablePullDownRefresh": false - } + } + ] + }, + // #ifndef MP-WEIXIN || MP-ALIPAY + { + //*****************业务员模块 (首页)****************** + "root": "page_salesman_index", + "pages": [{ + "path": "index/index", + "style": { + "navigationStyle": "custom" + } + }, + // { + // "path": "index/reviewed", + // "style": { + // "navigationStyle": "custom", + // "enablePullDownRefresh": true + // } + // }, + { + "path": "index/edit_workbench/edit_workbench", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "编辑工作台" + } + }, + { + "path": "index/top_info/revenue_overview", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "收入概览" + // "enablePullDownRefresh": true + } + }, + { + "path": "index/top_info/order_count", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "订单统计", + "enablePullDownRefresh": true + } + }, + { + "path": "index/invite", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "邀请注册" + } + }, + { + "path": "index/consultation/consultation", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "客户咨询" + } + }, + { + "path": "index/consultation/consultation_list", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "在线客服" + } + }, + { + "path": "index/goods_type/goods_type", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "商品类目", + "enablePullDownRefresh": true + } + }, + { + "path": "index/system_msg/sys_msg", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "系统消息" + } + }, + { + "path": "index/system_msg/sys_msg_detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "系统消息" + } + }, + { + "path": "index/purchase_note/purchase_note", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "采购单" + } + }, + { + "path": "index/purchase_note/increase", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "新增采购单" + } + }, + { + "path": "index/purchase_note/increase_detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "采购单详情" + } + }, + { + "path": "userCenter/changePassword", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "修改密码" + } + }, + { + "path": "userCenter/paySet", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "支付设置" + } + }, + { + "path": "userCenter/setPayPassword", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "设置支付密码" + } + }, + { + "path": "userCenter/forgetPassword", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "忘记支付密码" + } + }, + { + "path": "userCenter/payPassword", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "支付密码" + } + }, + { + "path": "userCenter/userInfo", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "个人信息" + } + }, + { + "path": "purchase_return/purchase_return", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "采购退货单" + } + }, + { + "path": "purchase_return/increase", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "新增采购退货单" + } + }, + { + "path": "purchase_return/relation_purchase", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "关联采购单" + } + }, + { + "path": "purchase_return/relation_warehousing", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "关联入库单" + } + }, + { + "path": "purchase_return/increase_detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "采购退货单详情" + } + }, + { + "path": "warehousing/warehousing", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "入库单" + } + }, + { + "path": "warehousing/increase", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "新增入库单" + } + }, + { + "path": "warehousing/increase_detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "入库单明细" + } + }, + { + "path": "outbound/warehousing", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "出库单" + } + }, + { + "path": "outbound/increase", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "新增出库单" + } + }, + { + "path": "outbound/increase_detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "出库单明细" + } + }, + { + "path": "print/print", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "选择设备" + } + }, + { + "path": "print/template", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "选择模板" + } + }, + { + "path": "warning/warning", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "商品预警", + "enablePullDownRefresh": true + } + }, + { + "path": "warning/warningDetails", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "商品预警详情" + } + }, + { + "path": "warning/warningSet", + "style": { + "navigationBarTitleText": "预警设置" + } + }, + { + "path": "warning/setSuccess", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "设置" + } + }, + { + "path": "my_commission/my_commission", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "我的佣金" + } + }, + { + "path": "income/income", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "收入概览" + } + }, + { + "path": "adminCollection/adminCollection", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "回款管理" + } + }, + { + "path": "adminCollection/details", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "回款详情" + } + }, + { + "path": "adminSalesman/adminSalesman", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "业务员管理", + "enablePullDownRefresh": true + } + }, + { + "path": "adminSalesman/addSalesman", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "新增业务员" + } + }, + { + "path": "Refund_after/Refund_after", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "退款售后", + "enablePullDownRefresh": true + } + }, + { + "path": "Order_details/Order_details", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "订单详情", + "enablePullDownRefresh": false + } + }, + { + "path": "Refund_succeeded/Refund_succeeded", + "style": { + "navigationBarTitleText": "订单详情", + "enablePullDownRefresh": false + } + }, + { + "path": "look_over/look_over", + "style": { + "navigationBarTitleText": "物流信息", + "enablePullDownRefresh": false + } + }, + { + "path": "Valet_order/Valet_order", + "style": { + "navigationBarTitleText": "代客下单", + "enablePullDownRefresh": false + } + }, + { + "path": "Customer_name/Customer_name", + "style": { + "navigationBarTitleText": "客户名称", + "enablePullDownRefresh": true + } + }, + { + "path": "Select_item/Select_item", + "style": { + "navigationBarTitleText": "选择商品", + "enablePullDownRefresh": true + } + }, + { + "path": "Commodity_list/Commodity_list", + "style": { + "navigationBarTitleText": "商品清单", + "enablePullDownRefresh": false + } + }, + { + "path": "Commodity-time/Commodity-time", + "style": { + "navigationBarTitleText": "商品清单", + "enablePullDownRefresh": false + } + }, + { + "path": "affirm_order/affirm_order", + "style": { + "navigationBarTitleText": "确认订单", + "enablePullDownRefresh": false + } + }, + { + "path": "Payment_succeeded/Payment_succeeded", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "支付成功", + "enablePullDownRefresh": false + } + }, + { + "path": "newly_increased/newly_increased", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "新增客户", + "enablePullDownRefresh": false + } + }, + { + "path": "means/means", + "style": { + "navigationBarTitleText": "资料附件", + "enablePullDownRefresh": false + } + }, + { + "path": "Select-attribution/Select-attribution", + "style": { + "navigationBarTitleText": "选择归属地区", + "enablePullDownRefresh": false + } + }, + { + "path": "Fill_address/Fill_address", + "style": { + "navigationBarTitleText": "填写地址", + "enablePullDownRefresh": false + } + }, + { + "path": "Customer_warning/Customer_warning", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "客户预警", + "enablePullDownRefresh": true + } + }, + { + "path": "deliveredsa/deliveredsa", + "style": { + "navigationBarTitleText": "订单详情" + } + }, + { + "path": "Tobe_shipped/Tobe_shipped", + "style": { + "navigationStyle": "custom", + // #ifdef H5 + "navigationBarTitleText": "订单详情", + // #endif + "enablePullDownRefresh": false + } + }, + { + "path": "Collectionto_beconfirmed/Collectionto_beconfirmed", + "style": { + "navigationBarTitleText": "待确认收款", + "enablePullDownRefresh": false + } + }, + { + "path": "Goodsto_bereceived/Goodsto_bereceived", + "style": { + "navigationBarTitleText": "待收货", + "enablePullDownRefresh": false + } + }, + { + "path": "tbereceived/tbereceived", + "style": { + "navigationBarTitleText": "订单详情", + "enablePullDownRefresh": false + } + }, + { + "path": "Custmr/Custmr", + "style": { + "navigationBarTitleText": "店铺列表", + "enablePullDownRefresh": false + } + }, + { + "path": "Details/Details", + "style": { + "navigationBarTitleText": "商品详情", + "enablePullDownRefresh": false + } + }, + { + "path": "Valet_ordertwo/Valet_ordertwo", + "style": { + "navigationBarTitleText": "代客下单", + "enablePullDownRefresh": false + } + } + ] + }, + // #endif + // #ifndef MP-WEIXIN || MP-ALIPAY + { + //*****************业务员模块 (报表)****************** + "root": "page_salesman_reportForm", + "pages": [{ + "path": "index/index", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "businessDetails/businessDetails", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "经营详情" + } + }, + { + "path": "BusinessDailyDetails/BusinessDailyDetails", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "经营日报", + "enablePullDownRefresh": false + } + }, + { + "path": "monthlymagazine/monthlymagazine", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "经营月报" + } + }, + { + "path": "Monthlyreportdetails/Monthlyreportdetails", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "经营月报" + } + }, + { + "path": "Paymentcollection/Paymentcollection", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "打款回款统计" + } + }, + { + "path": "Collectionstatistics/Collectionstatistics", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "商品销售统计" + } + }, + { + "path": "Commoditysales/Commoditysales", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "商品销售统计", + "enablePullDownRefresh": false + } + }, + { + "path": "Classificationstatistics/Classificationstatistics", + "style": { + // "navigationStyle": "custom", + "navigationStyle": "custom", + "navigationBarTitleText": "商品分类统计" + // "enablePullDownRefresh": false + } + }, + { + "path": "Salesstatistics_details/Salesstatistics_details", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "商品销售统计", + "enablePullDownRefresh": false + } + }, + { + "path": "Customer_statistics/Customer_statistics", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "客户销售统计" + // "enablePullDownRefresh": false + } + }, + { + "path": "connection_statistics/connection_statistics", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "客户销售统计", + "enablePullDownRefresh": false + } + }, + { + "path": "Customer_type/Customer_type", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "客户类型统计", + "enablePullDownRefresh": false + } + }, + { + "path": "Customer_sell_type/Customer_sell_type", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "客户类型统计", + "enablePullDownRefresh": false + } + }, + { + "path": "salesman_ranking/salesman_ranking", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "业务员排名", + "enablePullDownRefresh": false + } + }, + { + "path": "Ranking_details/Ranking_details", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "业务员排名", + "enablePullDownRefresh": false + } + }, + { + "path": "area_statistics/area_statistics", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "地区统计" + // "enablePullDownRefresh": false + } + }, + { + "path": "area_statisticses/area_statisticses", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "地区统计", + "enablePullDownRefresh": false + } + }, + { + "path": "Customer_alertdetails/Customer_alertdetails", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": true + } + }, + { + "path": "set_up/set_up", + "style": { + "navigationBarTitleText": "设置", + "enablePullDownRefresh": false + } + }, + { + "path": "Set_successfully/Set_successfully", + "style": { + "navigationBarTitleText": "设置", + "enablePullDownRefresh": false + } + } + ] + }, + // #endif + // #ifndef MP-WEIXIN || MP-ALIPAY + { + //*****************业务员模块 (订单)****************** + "root": "page_salesman_order", + "pages": [{ + "path": "index/index", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": true + } + }, + { + "path": "undgbm/undgbm", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": true + } + }, + { + "path": "Order_details/Order_details", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "订单详情", + "enablePullDownRefresh": false + } + }, + { + "path": "Collection_record/Collection_record", + "style": { + "navigationBarTitleText": "收款记录", + "enablePullDownRefresh": false + } + }, + { + "path": "Customer_payment/Customer_payment", + "style": { + "navigationBarTitleText": "支付", + "enablePullDownRefresh": false + } + }, + { + "path": "Offline_transfer/Offline_transfer", + "style": { + "navigationBarTitleText": "线下转账", + "enablePullDownRefresh": false + } + }, + { + "path": "Order_status/Order_status", + "style": { + "navigationBarTitleText": "订单状态", + "enablePullDownRefresh": false + } + }, + { + "path": "Delivery_logistics/Delivery_logistics", + "style": { + "navigationBarTitleText": "发货/物流记录", + "enablePullDownRefresh": false + } + }, + { + "path": "Delivery_record/Delivery_record", + "style": { + "navigationBarTitleText": "发货/物流记录", + "enablePullDownRefresh": false + } + }, + { + "path": "Shipping_Information/Shipping_Information", + "style": { + "navigationBarTitleText": "填写发货信息", + "enablePullDownRefresh": false + } + }, + { + "path": "Goods_received/Goods_received", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "订单详情", + "enablePullDownRefresh": false + } + }, + { + "path": "undgbm/undgbm", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, + { + "path": "Commodity_list/Commodity_list", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, + { + "path": "Order_dettisl/Order_dettisl", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "订单详情", + "enablePullDownRefresh": false + } + } + ] + }, + // #endif + // #ifndef MP-WEIXIN || MP-ALIPAY + { + //*****************业务员模块 (客户)****************** + "root": "page_salesman_customer", + "pages": [{ + "path": "index/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "客户列表", + "enablePullDownRefresh": false + } + }, + { + "path": "Customer_details/Customer_details", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "店铺详情", + "enablePullDownRefresh": false + } + }, + { + "path": "Order_preference/Order_preference", + "style": { + "navigationBarTitleText": "订单偏好", + "enablePullDownRefresh": false + } + }, + { + "path": "Focuson_commodities/Focuson_commodities", + "style": { + "navigationBarTitleText": "关注商品", + "enablePullDownRefresh": false + } + }, + { + "path": "Page_upload/Page_upload", + "style": { + "navigationBarTitleText": "资料附件", + "enablePullDownRefresh": false + } + }, + { + "path": "Shipping_address/Shipping_address", + "style": { + "navigationBarTitleText": "收货地址", + "enablePullDownRefresh": false + } + }, + { + "path": "shipping_ress/shipping_ress", + "style": { + "navigationBarTitleText": "编辑收货地址", + "enablePullDownRefresh": false + } + }, + { + "path": "Add_deliveryaddress/Add_deliveryaddress", + "style": { + "navigationBarTitleText": "新增收货地址", + "enablePullDownRefresh": false + } + }, + { + "path": "Historicalorders/Historicalorders", + "style": { + "navigationBarTitleText": "历史订单", + "enablePullDownRefresh": true + } + }, + { + "path": "Management/Management", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "店铺管理", + "enablePullDownRefresh": true + } + }, + { + "path": "detailed/detailed", + "style": { + "navigationBarTitleText": "客户详情", + "enablePullDownRefresh": false + } + }, + { + "path": "NewStore/NewStore", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "新增店铺", + "enablePullDownRefresh": false + } + }, + { + "path": "dingdanxiangq/dingdanxiangq", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "订单详情", + "enablePullDownRefresh": false + } + }, + { + "path": "detailed/loginLog", + "style": { + "navigationBarTitleText": "登录记录", + "enablePullDownRefresh": false + } + }, { + "path": "detailed/searchLog", + "style": { + "navigationBarTitleText": "搜索记录", + "enablePullDownRefresh": false + } - }, { - "path": "detailed/browseLog", - "style": { - "navigationBarTitleText": "浏览记录", - "enablePullDownRefresh": false - } + }, { + "path": "detailed/browseLog", + "style": { + "navigationBarTitleText": "浏览记录", + "enablePullDownRefresh": false + } - } - ] - }, - // #endif - { - //*****************用户端 原pages里分出来的(商品详情等)****************** - "root": "page_goods", - "pages": [{ - "path": "detail/detail", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "" - } - }, - { - "path": "detail/bl", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "" - } - }, - { - "path": "components/goods-detail-view/guiz", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "" - } - }, - { - "path": "detail/detailabc", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "" - } - }, - { - "path": "payment/payment", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "确认订单" - } - }, - { - "path": "orderDetail/orderDetail", - "style": { - "navigationBarTitleText": "订单详情", - "enablePullDownRefresh": true - } - }, - // 商品详情、限时折扣、预售 - { - "path": "goodsList/goodsList", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "商品列表" - } - }, - // 自提订单详情 - { - "path": "detail_pickup", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - //积分订单详情 - { - "path": "detail_point", - "style": { - // #ifdef H5 - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "seckillGoods/seckillGoods", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "今日秒杀" - } - }, - { - "path": "groupGoods/groupGoods", - "style": { - // #ifdef H5 - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "优惠团购" - } - }, - { - "path": "often/index", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "常购清单" - } - } - ] - } - // { - // "root": "page_video", - // "pages": [ - // { - // "path": "video/index", - // "style": { - // "navigationStyle": "custom", - // "navigationBarTitleText": "" - // } - // }, - // { - // "path": "videoList/search", - // "style": { - // "navigationBarTitleText": "搜索视频" - // } - // }, - // { - // "path": "videoList/videoDetails", - // "style": { - // "navigationBarTitleText": "视频详情" - // } - // }, - // { - // "path": "video/cashOut", - // "style": { - // "navigationBarTitleText": "提现" - // } - // } - // ] - // } + } + ] + }, + // #endif + { + //*****************用户端 原pages里分出来的(商品详情等)****************** + "root": "page_goods", + "pages": [{ + "path": "detail/detail", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "" + } + }, + { + "path": "detail/bl", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "" + } + }, + { + "path": "components/goods-detail-view/guiz", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "" + } + }, + { + "path": "detail/detailabc", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "" + } + }, + { + "path": "payment/payment", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "确认订单" + } + }, + { + "path": "orderDetail/orderDetail", + "style": { + "navigationBarTitleText": "订单详情", + "enablePullDownRefresh": true + } + }, + // 商品详情、限时折扣、预售 + { + "path": "goodsList/goodsList", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "商品列表" + } + }, + // 自提订单详情 + { + "path": "detail_pickup", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + //积分订单详情 + { + "path": "detail_point", + "style": { + // #ifdef H5 + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "seckillGoods/seckillGoods", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "今日秒杀" + } + }, + { + "path": "groupGoods/groupGoods", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "优惠团购" + } + }, + { + "path": "often/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "常购清单" + } + } + ] + } + // { + // "root": "page_video", + // "pages": [ + // { + // "path": "video/index", + // "style": { + // "navigationStyle": "custom", + // "navigationBarTitleText": "" + // } + // }, + // { + // "path": "videoList/search", + // "style": { + // "navigationBarTitleText": "搜索视频" + // } + // }, + // { + // "path": "videoList/videoDetails", + // "style": { + // "navigationBarTitleText": "视频详情" + // } + // }, + // { + // "path": "video/cashOut", + // "style": { + // "navigationBarTitleText": "提现" + // } + // } + // ] + // } - ], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#ffffff", - "backgroundColor": "#F7f7f7", - "backgroundColorTop": "#f7f7f7", - "backgroundColorBottom": "#f7f7f7" - }, - "tabBar": { - // #ifdef H5 - "custom": true, - // #endif - "color": "#333", - "selectedColor": "#FF0036", - "backgroundColor": "#fff", - "borderStyle": "white", - "list": [{ - "pagePath": "pages/index/index", - "text": "首页" - }, - // { - // "pagePath": "page_video/video/index", - // "text": "视频" - // }, - { - "pagePath": "pages/goods/category", - "text": "分类" - }, - { - "pagePath": "pages/goods/cart", - "text": "购物车" - }, - { - "pagePath": "pages/member/index", - "text": "个人中心" - } - ] - }, - "easycom": { - "diy-*(\\W.*)": "@/components/diy-components/diy$1.vue", - "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" - }, - "preloadRule": { - "pages/index/index": { - "network": "all", - "packages": [ - "pages_tool" - ] - } - } + ], + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#ffffff", + "backgroundColor": "#F7f7f7", + "backgroundColorTop": "#f7f7f7", + "backgroundColorBottom": "#f7f7f7" + }, + "tabBar": { + // #ifdef H5 + "custom": true, + // #endif + "color": "#333", + "selectedColor": "#FF0036", + "backgroundColor": "#fff", + "borderStyle": "white", + "list": [{ + "pagePath": "pages/index/index", + "text": "首页" + }, + { + "pagePath": "page_video/video/index", + "text": "视频" + }, + { + "pagePath": "pages/goods/category", + "text": "分类" + }, + { + "pagePath": "pages/goods/cart", + "text": "购物车" + }, + { + "pagePath": "pages/member/index", + "text": "个人中心" + } + ] + }, + "easycom": { + "diy-*(\\W.*)": "@/components/diy-components/diy$1.vue", + "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" + }, + "preloadRule": { + "pages/index/index": { + "network": "all", + "packages": [ + "pages_tool" + ] + } + } } \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 1b59c9f..98d3bd5 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,6 +1,7 @@ \ No newline at end of file diff --git a/pages_tool/invoice/invoice.vue b/pages_tool/invoice/invoice.vue index f3206ac..6d57529 100644 --- a/pages_tool/invoice/invoice.vue +++ b/pages_tool/invoice/invoice.vue @@ -37,6 +37,9 @@ 待审核 + + 申请开票 + 已开票 @@ -127,13 +130,18 @@ name: '待开票', } ], - curTab: 1 + curTab: 1, + applyTicketOrderId: 0 // 当前要开票的订单id } }, onShow() { if (this.$refs.mescroll) this.$refs.mescroll.refresh(); }, methods: { + handleApplyTicket(item) { + this.applyTicketOrderId = item.order_id; + this.show = true; + }, handleChangeTab(id) { // 点击当前tab不生效 if(this.curTab === id){ @@ -156,7 +164,8 @@ page_size: mescroll.size, order_status: "all", invoice_status: this.curTab, - invoice: 1 + // invoice: 1 + invoice: 3 // 逻辑改为已申请开票(审核中)与 未申请的都放在同一列表 }, success: res => { let newArr = []; @@ -191,16 +200,17 @@ this.dataList[index].changer = !this.dataList[index].changer; }, confirmDoInvoice() { - let arr = [] - this.dataList.forEach(item => { - if (item.changer) { - arr.push(item.order_id) - } - }) + // let arr = [] + // this.dataList.forEach(item => { + // if (item.changer) { + // arr.push(item.order_id) + // } + // }) this.$api.sendRequest({ url: "/api/order/doInvoice", data: { - order_id: arr[0] + // order_id: arr[0] + order_id: this.applyTicketOrderId }, success: res => { this.$util.showToast({ @@ -221,7 +231,7 @@ }) this.selectCurrentPage = !this.selectCurrentPage }, - invoiceShow() { + invoiceShow(orderItem) { let arr = [] this.dataList.forEach(item => { if (item.changer) { @@ -736,7 +746,8 @@ } } - .topBtn { + .topBtn, + .apply-ticket{ background-color: #21BBF3; color: #fff; padding: 5rpx 20rpx; diff --git a/pages_tool/order/refund_goods_select.vue b/pages_tool/order/refund_goods_select.vue index db195c4..df0504e 100644 --- a/pages_tool/order/refund_goods_select.vue +++ b/pages_tool/order/refund_goods_select.vue @@ -1,250 +1,250 @@ \ No newline at end of file diff --git a/pages_tool/order/refund_type_select.vue b/pages_tool/order/refund_type_select.vue index 98fe541..3eee5fd 100644 --- a/pages_tool/order/refund_type_select.vue +++ b/pages_tool/order/refund_type_select.vue @@ -1,23 +1,23 @@ \ No newline at end of file diff --git a/pages_tool/order/sales_return.vue b/pages_tool/order/sales_return.vue index 91b42a2..f0a7360 100644 --- a/pages_tool/order/sales_return.vue +++ b/pages_tool/order/sales_return.vue @@ -1,5 +1,5 @@