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 @@
-
-
-
-
-
-
-
-
- {{ item.goods_name }}
-
-
- 产地:{{ item.address }}
- 规格:{{ item.spec_name||'-' }}
- 执行标准:{{ item.execu_content.title }}
- 生产企业:{{ item.business }}
-
-
-
-
- ¥
-
- {{
- parseFloat(showPrice(item))
- .toFixed(2)
- .split('.')[0]
- }}
-
- .
-
- {{
- parseFloat(showPrice(item))
- .toFixed(2)
- .split('.')[1]
- }}
-
- /{{ item.unit ? item.unit : '件' }}
-
-
-
-
{{ item.label_name }}
-
-
-
-
-
-
-
-
- {{ item.cart_num || 0 }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 购买数量
-
- (每人限购{{ limitNumber }}件)
-
-
+
+
+
+
+
+
+ {{ item.goods_name }}
+
+
+ 产地:{{ item.address }}
+ 规格:{{ item.spec_name||'-' }}
+ 执行标准:{{ item.execu_content.title }}
+ 生产企业:{{ item.business }}
+
+
+
+
+ ¥
+
+ {{
+ parseFloat(showPrice(item))
+ .toFixed(2)
+ .split('.')[0]
+ }}
+
+ .
+
+ {{
+ parseFloat(showPrice(item))
+ .toFixed(2)
+ .split('.')[1]
+ }}
+
+ /{{ item.unit ? item.unit : '件' }}
+
+
+
+
{{ item.label_name }}
+
+
+
+
+
+
+
+
+ {{ item.cart_num || 0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 购买数量
+
+ (每人限购{{ limitNumber }}件)
+
+
- ({{ goods_Item_Detail.minBuy }}件起售,限购{{
- goods_Item_Detail.maxBuy
- }}件)
-
-
- (限购{{ goods_Item_Detail.maxBuy }}件)
-
-
- ({{ goods_Item_Detail.minBuy }}件起售)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ ({{ goods_Item_Detail.minBuy }}件起售,限购{{
+ goods_Item_Detail.maxBuy
+ }}件)
+
+
+ (限购{{ goods_Item_Detail.maxBuy }}件)
+
+
+ ({{ goods_Item_Detail.minBuy }}件起售)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
-
+
-
-
-
-
-
-
-
-
-
-
- 限时折扣
-
- 已售{{ goodsSkuDetail.sale_num }}{{ goodsSkuDetail.unit }}
-
-
-
-
-
- 距结束仅剩
-
-
-
-
-
-
-
-
-
-
-
- 秒杀价
- ¥
-
- {{
- parseFloat(seckillInfo.seckill_price)
- .toFixed(2)
- .split('.')[0]
- }}
-
-
- .{{
- parseFloat(seckillInfo.seckill_price)
- .toFixed(2)
- .split('.')[1]
- }}
-
-
-
- 原价
-
-
-
-
-
-
- 限时秒杀
-
-
-
-
-
-
-
-
-
-
-
- 拼团价
- ¥
-
- {{
- parseFloat(pintuanInfo.pintuan_price)
- .toFixed(2)
- .split('.')[0]
- }}
-
-
- .{{
- parseFloat(pintuanInfo.pintuan_price)
- .toFixed(2)
- .split('.')[1]
- }}
-
-
-
- 原价
-
-
-
-
-
-
- 距结束仅剩
-
-
-
-
-
-
-
-
-
-
-
- ¥0
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 限时折扣
+
+ 已售{{ goodsSkuDetail.sale_num }}{{ goodsSkuDetail.unit }}
+
+
+
+
+
+ 距结束仅剩
+
+
+
+
+
+
+
+
+
+
+
+ 秒杀价
+ ¥
+
+ {{
+ parseFloat(seckillInfo.seckill_price)
+ .toFixed(2)
+ .split('.')[0]
+ }}
+
+
+ .{{
+ parseFloat(seckillInfo.seckill_price)
+ .toFixed(2)
+ .split('.')[1]
+ }}
+
+
+
+ 原价
+
+
+
+
+
+
+ 限时秒杀
+
+
+
+
+
+
+
+
+
+
+
+ 拼团价
+ ¥
+
+ {{
+ parseFloat(pintuanInfo.pintuan_price)
+ .toFixed(2)
+ .split('.')[0]
+ }}
+
+
+ .{{
+ parseFloat(pintuanInfo.pintuan_price)
+ .toFixed(2)
+ .split('.')[1]
+ }}
+
+
+
+ 原价
+
+
+
+
+
+
+ 距结束仅剩
+
+
+
+
+
+
+
+
+
+
+
+ ¥0
+
+
+
- 原价:¥{{ goodsSkuDetail.price }}
-
-
-
-
-
- {{ goodsSkuDetail.goods_name }}
-
-
-
- 分享
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 每满1元送1积分
- 1袋整倍起订
-
-
- 运费:{{ goodsSkuDetail.is_free_shipping? '包邮' : '自费' }}
-
-
-
-
-
- 产地:{{ goodsSkuDetail.address }}
-
-
-
-
-
- 生产企业:{{ goodsSkuDetail.business }}
-
-
-
-
- 执行标准:{{ goodsSkuDetail.execu_content.title }}
-
-
-
-
-
- 规格:{{ goodsSkuDetail.spec_name||'-' }}
-
-
- 商品编号:{{ goodsSkuDetail.goods_code }}
-
-
-
-
-
-
-
-
-
- 领券
-
-
- {{ item.coupon_name }}
-
-
-
-
-
-
-
- 配送
-
-
-
- {{ goodsSkuDetail.express_info.template_name }}
-
-
-
-
-
-
- 选择
-
-
- {{ item.spec_name }}/{{ item.spec_value_name }}
-
-
-
-
-
-
- 促销
- 满减
- {{ manjian.manjian_name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 组合套餐
- {{ bundling[0].bl_name }}
-
-
-
-
-
-
-
-
-
+
+ {{ goodsSkuDetail.goods_name }}
+
+
+
+ 分享
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 每满1元送1积分
+ 1袋整倍起订
+
+
+ 运费:{{ goodsSkuDetail.is_free_shipping? '包邮' : '自费' }}
+
+
+
+
+
+ 产地:{{ goodsSkuDetail.address }}
+
+
+
+
+
+ 生产企业:{{ goodsSkuDetail.business }}
+
+
+
+
+ 执行标准:{{ goodsSkuDetail.execu_content.title }}
+
+
+
+
+
+ 规格:{{ goodsSkuDetail.spec_name||'-' }}
+
+
+ 商品编号:{{ goodsSkuDetail.goods_code }}
+
+
+
+
+
+
+
+
+
+ 领券
+
+
+ {{ item.coupon_name }}
+
+
+
+
+
+
+
+ 配送
+
+
+
+ {{ goodsSkuDetail.express_info.template_name }}
+
+
+
+
+
+
+ 选择
+
+
+ {{ item.spec_name }}/{{ item.spec_value_name }}
+
+
+
+
+
+
+ 促销
+ 满减
+ {{ manjian.manjian_name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 组合套餐
+ {{ bundling[0].bl_name }}
+
+
+
+
+
+
+
+
+
-
-
- {{ $lang('common.currencySymbol') }}
-
-
- {{ goodsSkuDetail.price }}
-
-
-
- {{ goodsSkuDetail.goods_name }}
-
-
-
-
-
-
+
+ {{ $lang('common.currencySymbol') }}
+
+
+ {{ goodsSkuDetail.price }}
+
+
+
+ {{ goodsSkuDetail.goods_name }}
+
+
+
+
+
+
-
-
- {{ $lang('common.currencySymbol') }}
-
-
- {{ item.price }}
-
-
-
- {{ item.sku_name }}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
- 套餐价
-
- {{ $lang('common.currencySymbol') }}
-
-
- {{ item.bl_price }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 套餐价
+
+ {{ $lang('common.currencySymbol') }}
+
+
+ {{ item.bl_price }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ 有效期:{{ $util.timeStampTurnTime(item.end_time) }}
+
+
+ 有效期:领取之日起{{ item.fixed_term }}天内有效
+
+
+ 有效期:长期有效
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
待支付
待发货
{{ orderData.order_status_name }}
- ({{ orderData.promotion_status_name }})
-
-
- 预计{{ $util.timeStampTurnTime(orderData.predict_delivery_time, true) }}日后发货
-
- 订单关闭原因:{{ orderData.close_cause }}
-
-
-
- 剩余时间:
-
-
-
-
-
-
-
-
-
-
-
- {{ orderData.name }} {{ orderData.mobile }}
-
-
- 收货地址:{{ orderData.full_address }} {{ orderData.address }}
-
-
-
-
- 送达时间:
-
- {{ orderData.buyer_ask_delivery_time.indexOf('-') != -1 ? orderData.buyer_ask_delivery_time : $util.timeStampTurnTime(orderData.buyer_ask_delivery_time) }}
-
-
-
- 送达时间:
- 立即送达
-
-
-
- 配送员:
- {{ orderData.package_list.deliverer }}
-
-
- 外卖电话:
- {{ orderData.package_list.deliverer_mobile }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ({{ orderData.promotion_status_name }})
+
+
+ 预计{{ $util.timeStampTurnTime(orderData.predict_delivery_time, true) }}日后发货
+
+ 订单关闭原因:{{ orderData.close_cause }}
+
+
+
+ 剩余时间:
+
+
+
+
+
+
+
+
+
+
+
+ {{ orderData.name }} {{ orderData.mobile }}
+
+
+ 收货地址:{{ orderData.full_address }} {{ orderData.address }}
+
+
+
+
+ 送达时间:
+
+ {{ orderData.buyer_ask_delivery_time.indexOf('-') != -1 ? orderData.buyer_ask_delivery_time : $util.timeStampTurnTime(orderData.buyer_ask_delivery_time) }}
+
+
+
+ 送达时间:
+ 立即送达
+
+
+
+ 配送员:
+ {{ orderData.package_list.deliverer }}
+
+
+ 外卖电话:
+ {{ orderData.package_list.deliverer_mobile }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- {{ orderData.delivery_store_name }}
-
-
-
-
- 营业时间:{{ orderData.delivery_store_info.open_date }}
- 地址:{{ orderData.delivery_store_info.full_address }}
-
-
-
-
-
- 当前无自提门店
-
-
-
-
- 预留手机
-
-
-
- 提货时间
-
-
-
-
-
-
-
-
- 提货码:
- {{ orderData.delivery_code }}
-
- 复制
-
-
-
-
-
-
-
-
-
-
-
- 预留手机
- {{ orderData.mobile }}
-
-
-
-
-
-
-
-
-
-
-
-
-
+ {{ orderData.delivery_store_name }}
+
+
+
+
+ 营业时间:{{ orderData.delivery_store_info.open_date }}
+ 地址:{{ orderData.delivery_store_info.full_address }}
+
+
+
+
+
+ 当前无自提门店
+
+
+
+
+ 预留手机
+
+
+
+ 提货时间
+
+
+
+
+
+
+
+
+ 提货码:
+ {{ orderData.delivery_code }}
+
+ 复制
+
+
+
+
+
+
+
+
+
+
+
+ 预留手机
+ {{ orderData.mobile }}
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ goodsItem.sku_name }}
仅退货-{{goodsItem.refund_status_name}}
-
-
-
- {{ x.spec_value_name }}
- {{ i < goodsItem.sku_spec_format.length - 1 ? '; ' : '' }}
-
-
-
-
-
-
- {{ $lang('common.currencySymbol') }}
-
- {{
- parseFloat(goodsItem.price)
- .toFixed(2)
- .split('.')[0]
- }}
-
-
- .{{
- parseFloat(goodsItem.price)
- .toFixed(2)
- .split('.')[1]
- }}
-
-
-
-
-
- {{goodsItem.delivery_status_name}}
-
-
-
-
-
- {{ goodsItem.num }}
-
-
-
-
-
-
-
-
- {{ item.value.title }}:
-
-
-
-
-
-
-
- {{ item.val }}
-
-
-
-
-
-
-
-
-
-
-
-
- 订单编号:
-
- {{ orderData.order_no }}
- 复制
-
-
-
- 订单交易号:
-
- {{ orderData.out_trade_no }}
-
-
-
- 创建时间:
-
- {{ $util.timeStampTurnTime(orderData.create_time) }}
-
-
-
- 关闭时间:
-
- {{ $util.timeStampTurnTime(orderData.close_time) }}
-
-
-
-
-
- 支付方式:
-
- {{ orderData.pay_type_name }}
-
-
-
- 支付时间:
-
- {{ $util.timeStampTurnTime(orderData.pay_time) }}
-
-
-
-
- 配送方式:
-
- {{ orderData.delivery_type_name }}
-
-
-
- 买家留言:
-
- {{ orderData.buyer_message }}
-
-
-
- 活动优惠:
-
- {{ orderData.promotion_type_name }}
-
-
-
-
-
-
- 发票类型:
-
- {{ orderData.invoice_type == 1 ? '纸质发票' : '电子发票' }}
-
-
-
- 发票抬头类型:
-
- {{ orderData.invoice_title_type == 1 ? '个人' : '企业' }}
-
-
-
- 发票抬头:
-
- {{ orderData.invoice_title }}
-
-
-
-
- 发票内容:
-
- {{ orderData.invoice_content }}
-
-
-
- 发票邮寄地址:
-
- {{ orderData.invoice_full_address }}
-
-
-
- 发票接收邮件:
-
- {{ orderData.invoice_email }}
-
-
-
-
-
-
- {{ item.value.title }}:
-
-
-
-
-
-
- {{ item.val }}
-
-
-
-
-
-
-
-
- 联系客服
-
-
-
-
-
-
-
-
-
-
- 请将条形码或二维码出示给核销员
-
-
-
- {{ orderData.virtual_code }}
- 复制
-
-
-
-
- 核销信息
-
- 核销次数
-
-
- 剩余{{ orderData.virtual_goods.verify_total_count - orderData.virtual_goods.verify_use_num }}次/共{{ orderData.virtual_goods.verify_total_count }}次
-
-
-
-
- 有效期
-
- {{ $util.timeStampTurnTime(orderData.virtual_goods.expire_time) }}
- 永久有效
-
-
-
-
-
- 核销记录
-
-
-
- 核销人
-
- {{ item.verifier_name }}
-
-
-
- 核销时间
-
- {{ $util.timeStampTurnTime(item.verify_time) }}
-
-
-
-
- 暂无核销记录
-
-
-
-
-
- 卡密信息
-
-
- 卡号:
-
- {{ item.card_info.cardno }}
- 复制
-
-
-
- 密码:
-
- {{ item.card_info.password }}
- 复制
-
-
-
-
-
-
-
-
-
- 商品金额
-
-
- {{ $lang('common.currencySymbol') }}
- {{ orderData.goods_money }}
-
-
-
+
+
+
+ {{ x.spec_value_name }}
+ {{ i < goodsItem.sku_spec_format.length - 1 ? '; ' : '' }}
+
+
+
+
+
+
+ {{ $lang('common.currencySymbol') }}
+
+ {{
+ parseFloat(goodsItem.price)
+ .toFixed(2)
+ .split('.')[0]
+ }}
+
+
+ .{{
+ parseFloat(goodsItem.price)
+ .toFixed(2)
+ .split('.')[1]
+ }}
+
+
+
+
+
+ {{goodsItem.delivery_status_name}}
+
+
+
+
+
+ {{ goodsItem.num }}
+
+
+
+
+
+
+
+
+ {{ item.value.title }}:
+
+
+
+
+
+
+
+ {{ item.val }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 订单编号:
+
+ {{ orderData.order_no }}
+ 复制
+
+
+
+ 订单交易号:
+
+ {{ orderData.out_trade_no }}
+
+
+
+ 创建时间:
+
+ {{ $util.timeStampTurnTime(orderData.create_time) }}
+
+
+
+ 关闭时间:
+
+ {{ $util.timeStampTurnTime(orderData.close_time) }}
+
+
+
+
+
+ 支付方式:
+
+ {{ orderData.pay_type_name }}
+
+
+
+ 支付时间:
+
+ {{ $util.timeStampTurnTime(orderData.pay_time) }}
+
+
+
+
+ 配送方式:
+
+ {{ orderData.delivery_type_name }}
+
+
+
+ 买家留言:
+
+ {{ orderData.buyer_message }}
+
+
+
+ 活动优惠:
+
+ {{ orderData.promotion_type_name }}
+
+
+
+
+
+
+ 发票类型:
+
+ {{ orderData.invoice_type == 1 ? '纸质发票' : '电子发票' }}
+
+
+
+ 发票抬头类型:
+
+ {{ orderData.invoice_title_type == 1 ? '个人' : '企业' }}
+
+
+
+ 发票抬头:
+
+ {{ orderData.invoice_title }}
+
+
+
+
+ 发票内容:
+
+ {{ orderData.invoice_content }}
+
+
+
+ 发票邮寄地址:
+
+ {{ orderData.invoice_full_address }}
+
+
+
+ 发票接收邮件:
+
+ {{ orderData.invoice_email }}
+
+
+
+
+
+
+ {{ item.value.title }}:
+
+
+
+
+
+
+ {{ item.val }}
+
+
+
+
+
+
+
+
+ 联系客服
+
+
+
+
+
+
+
+
+
+
+ 请将条形码或二维码出示给核销员
+
+
+
+ {{ orderData.virtual_code }}
+ 复制
+
+
+
+
+ 核销信息
+
+ 核销次数
+
+
+ 剩余{{ orderData.virtual_goods.verify_total_count - orderData.virtual_goods.verify_use_num }}次/共{{ orderData.virtual_goods.verify_total_count }}次
+
+
+
+
+ 有效期
+
+ {{ $util.timeStampTurnTime(orderData.virtual_goods.expire_time) }}
+ 永久有效
+
+
+
+
+
+ 核销记录
+
+
+
+ 核销人
+
+ {{ item.verifier_name }}
+
+
+
+ 核销时间
+
+ {{ $util.timeStampTurnTime(item.verify_time) }}
+
+
+
+
+ 暂无核销记录
+
+
+
+
+
+ 卡密信息
+
+
+ 卡号:
+
+ {{ item.card_info.cardno }}
+ 复制
+
+
+
+ 密码:
+
+ {{ item.card_info.password }}
+ 复制
+
+
+
+
+
+
+
+
+
+ 商品金额
+
+
+ {{ $lang('common.currencySymbol') }}
+ {{ orderData.goods_money }}
+
+
+
已付金额
@@ -455,124 +455,124 @@
-
-
- 运费
-
-
- {{ $lang('common.currencySymbol') }}
- {{ orderData.delivery_money }}
-
-
-
-
- 会员卡
-
-
- {{ $lang('common.currencySymbol') }}
- {{ orderData.member_card_money }}
-
-
-
-
-
- 税费
- ({{ orderData.invoice_rate }}%)
-
-
-
- +
- {{ $lang('common.currencySymbol') }}
- {{ orderData.invoice_money }}
-
-
-
-
- 发票邮寄费
-
-
- +
- {{ $lang('common.currencySymbol') }}
- {{ orderData.invoice_delivery_money }}
-
-
-
-
- 订单调整
-
-
- -
- +
- {{ $lang('common.currencySymbol') }}
- {{ orderData.adjust_money | abs }}
-
-
-
-
- 优惠
-
-
- -
- {{ $lang('common.currencySymbol') }}
- {{ orderData.promotion_money }}
-
-
-
-
- 优惠券
-
-
- -
- {{ $lang('common.currencySymbol') }}
- {{ orderData.coupon_money }}
-
-
-
-
- 使用余额
-
-
- -
- {{ $lang('common.currencySymbol') }}
- {{ orderData.balance_money }}
-
-
-
-
- 积分抵扣
-
-
- -
- {{ $lang('common.currencySymbol') }}
- {{ orderData.point_money }}
-
-
-
-
-
-
- 特批价
-
-
- -
- {{ $lang('common.currencySymbol') }}
- {{ orderData.sales_money }}
-
-
-
-
-
- 总计金额:
-
- {{ $lang('common.currencySymbol') }}
- {{ payInfo.total_money }}
-
-
-
-
-
-
-
+
+
+ 运费
+
+
+ {{ $lang('common.currencySymbol') }}
+ {{ orderData.delivery_money }}
+
+
+
+
+ 会员卡
+
+
+ {{ $lang('common.currencySymbol') }}
+ {{ orderData.member_card_money }}
+
+
+
+
+
+ 税费
+ ({{ orderData.invoice_rate }}%)
+
+
+
+ +
+ {{ $lang('common.currencySymbol') }}
+ {{ orderData.invoice_money }}
+
+
+
+
+ 发票邮寄费
+
+
+ +
+ {{ $lang('common.currencySymbol') }}
+ {{ orderData.invoice_delivery_money }}
+
+
+
+
+ 订单调整
+
+
+ -
+ +
+ {{ $lang('common.currencySymbol') }}
+ {{ orderData.adjust_money | abs }}
+
+
+
+
+ 优惠
+
+
+ -
+ {{ $lang('common.currencySymbol') }}
+ {{ orderData.promotion_money }}
+
+
+
+
+ 优惠券
+
+
+ -
+ {{ $lang('common.currencySymbol') }}
+ {{ orderData.coupon_money }}
+
+
+
+
+ 使用余额
+
+
+ -
+ {{ $lang('common.currencySymbol') }}
+ {{ orderData.balance_money }}
+
+
+
+
+ 积分抵扣
+
+
+ -
+ {{ $lang('common.currencySymbol') }}
+ {{ orderData.point_money }}
+
+
+
+
+
+
+ 特批价
+
+
+ -
+ {{ $lang('common.currencySymbol') }}
+ {{ orderData.sales_money }}
+
+
+
+
+
+ 总计金额:
+
+ {{ $lang('common.currencySymbol') }}
+ {{ payInfo.total_money }}
+
+
+
+
+
+
+
-
+
-
-
- 评价
- 追评
-
-
-
+
+
+ 评价
+ 追评
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
\ 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 @@
-
-
-
-
-
-
-
-
-
订单状态
-
-
{{data.order_status_name}}
-
![]()
-
-
-
- 订单编号{{data.order_no}}
- 下单时间{{data.create_time | time}}
-
-
-
-
{{data.nickname}}{{data.store_type}}
-
-
{{data.pay_type_name}}
-
-
-
-
-
-
店铺名称:{{data.store_name}}
-
-
-
- {{data.address}}
-
- {{data.full_address}}
- {{data.name}} {{data.mobile}}
-
-
-
-
收货地址:
-
- {{data.name}}{{data.mobile}}
- {{data.full_address}}
-
-
-
-
-
-
-
商品清单
-
-
{{data.goods_num}}件
-
![]()
-
-
-
-
-
-
-
订单金额
-
¥{{data.order_money}}
-
-
-
商品金额
-
¥{{data.goods_money}}
-
-
-
订单调整
-
¥{{data.adjust_money}}
-
-
-
特批优惠
-
¥{{data.sales_money}}
-
-
-
运费
-
¥{{data.delivery_money}}
-
-
-
优惠卷
-
-¥{{data.coupon_money}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
收款记录
-
-
-
-
-
+
+
+
+
+
+
+
+
+
订单状态
+
+
{{data.order_status_name}}
+
![]()
+
+
+
+ 订单编号{{data.order_no}}
+ 下单时间{{data.create_time | time}}
+
+
+
+
{{data.nickname}}{{data.store_type}}
+
+
{{data.pay_type_name}}
+
+
+
+
+
+
店铺名称:{{data.store_name}}
+
+
+
+ {{data.address}}
+
+ {{data.full_address}}
+ {{data.name}} {{data.mobile}}
+
+
+
+
收货地址:
+
+ {{data.name}}{{data.mobile}}
+ {{data.full_address}}
+
+
+
+
+
+
+
商品清单
+
+
{{data.goods_num}}件
+
![]()
+
+
+
+
+
+
+
订单金额
+
¥{{data.order_money}}
+
+
+
商品金额
+
¥{{data.goods_money}}
+
+
+
订单调整
+
¥{{data.adjust_money}}
+
+
+
特批优惠
+
¥{{data.sales_money}}
+
+
+
运费
+
¥{{data.delivery_money}}
+
+
+
优惠卷
+
-¥{{data.coupon_money}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
收款记录
+
+
+
+
+
暂无收款记录{{data.pay.pay_status}}
已支付
@@ -116,1528 +116,1528 @@
未支付
-
-
-
-
- 订单留言
- {{data.buyer_message}}
-
-
-
-
- 配送方式
- {{data.delivery_type_name}}
-
-
-
-
发票信息
-
- 未开票
- 已开票
-
-
-
-
-
-
-
-
-
-
-
- 修改运费
-
- 运费:
- ¥50.00
-
-
- 请填写修改后运费
-
-
-
-
-
- 申请特批价
- 订单价格:¥50.00
-
-
- 特批价是指通过客户与业务员之间得沟通后,同意对本地订单总价进行优惠,在此修改优惠后得订单总价
-
-
-
-
-
-
- 填写发货信息
-
-
-
-
-
-
-
-
{{item.goods_name}}
-
-
编号:{{item.order_no}}
-
-
-
-
-
-
-
-
-
-
-
当前价:¥{{item.price}}/袋
-
×{{item.num}}
-
-
-
-
-
-
-
-
- 物流公司:
-
{{listname}}
-
请选择物流公司
-
-
-
-
-
- 快递单号
-
-
-
+
+
+
+
+
订单留言
+
{{data.buyer_message}}
+
+
+
+
+ 配送方式
+ {{data.delivery_type_name}}
+
+
+
+
发票信息
+
+ 未开票
+ 已开票
+
+
+
+
+
+
+
+
+
+
+
+ 修改运费
+
+ 运费:
+ ¥50.00
+
+
+ 请填写修改后运费
+
+
+
+
+
+ 申请特批价
+ 订单价格:¥50.00
+
+
+ 特批价是指通过客户与业务员之间得沟通后,同意对本地订单总价进行优惠,在此修改优惠后得订单总价
+
+
+
+
+
+
+ 填写发货信息
+
+
+
+
+
+
+
+
{{item.goods_name}}
+
+
编号:{{item.order_no}}
+
+
+
+
+
+
+
+
+
+
+
当前价:¥{{item.price}}/袋
+
×{{item.num}}
+
+
+
+
+
+
+
+
+ 物流公司:
+
{{listname}}
+
请选择物流公司
+
+
+
+
+
+ 快递单号
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- 再次订购
-
- 确认发货
- 确认收货
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 再次订购
+
+ 确认发货
+ 确认收货
+
+
+
+
+
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 @@
-
-
-
- 特批价|代开
-
-
- 首单
-
-
- 订单编号: {{item.order_no}}
- {{item.order_status_name}}
-
-
-
- 客户名称{{item.nickname}}
-
- 普通订单
- 门店订单
- 本地配送订单
- 虚拟订单
-
- 代客下单
-
-
- 下单时间{{item.create_time | time}}{{item.time}}
-
+
+
+
+ 特批价|代开
+
+
+ 首单
+
+
+ 订单编号: {{item.order_no}}
+ {{item.order_status_name}}
+
+
+
+ 客户名称{{item.nickname}}
+
+ 普通订单
+ 门店订单
+ 本地配送订单
+ 虚拟订单
+
+ 代客下单
+
+
+ 下单时间{{item.create_time | time}}{{item.time}}
+
支付状态{{item.pay_status_name}}
剩余未支付金额{{item.pay.pay_money}}
-
- 合计{{item.goods_num}}件商品,
- 订单金额¥{{item.sales_money}}
- 订单金额¥{{item.order_money}}
- (待确认)
- (已收款)
-
-
- 新增收款
- 确认收款
- 再次订购
-
-
-
-
+
+ 合计{{item.goods_num}}件商品,
+ 订单金额¥{{item.sales_money}}
+ 订单金额¥{{item.order_money}}
+ (待确认)
+ (已收款)
+
+
+ 新增收款
+ 确认收款
+ 再次订购
+
+
+
+
\ 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 @@
-
-
-
- 特批价|代开
-
-
- 首单
-
-
- 订单编号: {{item.order_no}}
- {{item.order_status_name}}
-
-
-
- 客户名称{{item.nickname}}
-
- 普通订单
- 门店订单
- 本地配送订单
- 虚拟订单
-
- 代客下单
-
-
- 下单时间{{item.create_time | time}}{{item.time}}
-
-
- 合计{{item.goods_num}}件商品,
- 订单金额¥{{item.sales_money}}
- 订单金额¥{{item.order_money}}
- (待确认)
- (已收款)
-
-
- 新增收款
- 确认收款
- 再次订购
-
-
-
-
+
+
+
+ 特批价|代开
+
+
+ 首单
+
+
+ 订单编号: {{item.order_no}}
+ {{item.order_status_name}}
+
+
+
+ 客户名称{{item.nickname}}
+
+ 普通订单
+ 门店订单
+ 本地配送订单
+ 虚拟订单
+
+ 代客下单
+
+
+ 下单时间{{item.create_time | time}}{{item.time}}
+
+
+ 合计{{item.goods_num}}件商品,
+ 订单金额¥{{item.sales_money}}
+ 订单金额¥{{item.order_money}}
+ (待确认)
+ (已收款)
+
+
+ 新增收款
+ 确认收款
+ 再次订购
+
+
+
+
\ 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 @@
-
-
-
- 特批价|代开
-
-
- 首单
-
-
- 订单编号: {{item.order_no}}
- {{item.order_status_name}}
-
-
-
- 客户名称{{item.nickname}}
-
- 普通订单
- 门店订单
- 本地配送订单
- 虚拟订单
-
- 代客下单
-
-
- 下单时间{{item.create_time | time}}{{item.time}}
-
-
- 合计{{item.goods_num}}件商品,
- 订单金额¥{{item.sales_money}}
- 订单金额¥{{item.order_money}}
- (待确认)
- (已收款)
-
-
- 新增收款
- 确认收款
- 再次订购
-
-
-
-
+
+
+
+ 特批价|代开
+
+
+ 首单
+
+
+ 订单编号: {{item.order_no}}
+ {{item.order_status_name}}
+
+
+
+ 客户名称{{item.nickname}}
+
+ 普通订单
+ 门店订单
+ 本地配送订单
+ 虚拟订单
+
+ 代客下单
+
+
+ 下单时间{{item.create_time | time}}{{item.time}}
+
+
+ 合计{{item.goods_num}}件商品,
+ 订单金额¥{{item.sales_money}}
+ 订单金额¥{{item.order_money}}
+ (待确认)
+ (已收款)
+
+
+ 新增收款
+ 确认收款
+ 再次订购
+
+
+
+
\ 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 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ nickname }}
-
-
-
-
-
-
- {{ item.value | filterCo }}
- {{ item.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ item.con | filterCount }}
-
-
{{ item.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ nickname }}
+
+
+
+
+
+
+ {{ item.value | filterCo }}
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.con | filterCount }}
+
+
{{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
-
-
-
- 特批价|代开
-
-
- 首单
-
-
- 订单编号: {{item.order_no}}
- {{item.order_status_name}}
-
-
-
- 客户名称{{item.nickname}}
-
- 普通订单
- 门店订单
- 本地配送订单
- 虚拟订单
-
- 代客下单
-
-
- 下单时间{{item.create_time | time}}{{item.time}}
-
-
- 合计{{item.goods_num}}件商品,
- 订单金额¥{{item.sales_money}}
- 订单金额¥{{item.order_money}}
- (待确认)
- (已收款)
-
-
- 新增收款
- 确认收款
- 再次订购
-
-
-
-
+
+
+
+ 特批价|代开
+
+
+ 首单
+
+
+ 订单编号: {{item.order_no}}
+ {{item.order_status_name}}
+
+
+
+ 客户名称{{item.nickname}}
+
+ 普通订单
+ 门店订单
+ 本地配送订单
+ 虚拟订单
+
+ 代客下单
+
+
+ 下单时间{{item.create_time | time}}{{item.time}}
+
+
+ 合计{{item.goods_num}}件商品,
+ 订单金额¥{{item.sales_money}}
+ 订单金额¥{{item.order_money}}
+ (待确认)
+ (已收款)
+
+
+ 新增收款
+ 确认收款
+ 再次订购
+
+
+
+
\ 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 @@
-
-
-
- 特批价|代开
-
-
- 首单
-
-
- 订单编号: {{item.order_no}}
-
- 待支付
- 待审核
-
-
-
-
-
- 客户名称{{item.nickname}}
-
- 普通订单
- 门店订单
- 本地配送订单
- 虚拟订单
-
- 代客下单
-
-
- 下单时间{{item.create_time | time}}{{item.time}}
-
+
+
+
+ 特批价|代开
+
+
+ 首单
+
+
+ 订单编号: {{item.order_no}}
+
+ 待支付
+ 待审核
+
+
+
+
+
+ 客户名称{{item.nickname}}
+
+ 普通订单
+ 门店订单
+ 本地配送订单
+ 虚拟订单
+
+ 代客下单
+
+
+ 下单时间{{item.create_time | time}}{{item.time}}
+
支付状态{{item.pay_status_name}}
剩余未支付金额{{item.pay.pay_money}}
-
- 合计{{item.goods_num}}件商品,
- 订单金额¥{{item.sales_money}}
- 订单金额¥{{item.order_money}}
- (待确认)
- (已收款)
-
-
-
+
+ 合计{{item.goods_num}}件商品,
+ 订单金额¥{{item.sales_money}}
+ 订单金额¥{{item.order_money}}
+ (待确认)
+ (已收款)
+
+
+
新增收款
确认收款
- 再次订购
-
-
+ 再次订购
+
+
-
+
\ 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 @@
-
-
-
- 特批价|代开
-
-
- 首单
-
-
- 订单编号: {{item.order_no}}
- {{item.order_status_name}}
-
-
-
- 客户名称{{item.nickname}}
-
- 普通订单
- 门店订单
- 本地配送订单
- 虚拟订单
-
- 代客下单
-
-
- 下单时间{{item.create_time | time}}{{item.time}}
-
-
- 合计{{item.goods_num}}件商品,
- 订单金额¥{{item.sales_money}}
- 订单金额¥{{item.order_money}}
- (待确认)
- (已收款)
-
-
- 新增收款
- 确认收款
+
+
+
+ 特批价|代开
+
+
+ 首单
+
+
+ 订单编号: {{item.order_no}}
+ {{item.order_status_name}}
+
+
+
+ 客户名称{{item.nickname}}
+
+ 普通订单
+ 门店订单
+ 本地配送订单
+ 虚拟订单
+
+ 代客下单
+
+
+ 下单时间{{item.create_time | time}}{{item.time}}
+
+
+ 合计{{item.goods_num}}件商品,
+ 订单金额¥{{item.sales_money}}
+ 订单金额¥{{item.order_money}}
+ (待确认)
+ (已收款)
+
+
+ 新增收款
+ 确认收款
-
- 再次订购
-
-
+
+ 再次订购
+
+
-
+
\ 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 @@
-
-
-
-
-
-
-
-
订单状态
-
-
{{data.order_status_name}}
-
![]()
-
-
-
- 订单编号{{data.order_no}}
- 下单时间{{data.create_time | time}}
-
-
-
-
{{data.nickname}}{{data.store_type}}
-
-
{{data.pay_type_name}}
-
-
-
-
-
-
店铺名称:{{data.store_name}}
-
-
-
- {{data.site_name}}
-
- {{data.full_address}}
- {{data.name}} {{data.mobile}}
-
-
-
-
收货地址:
-
- {{data.name}}{{data.mobile}}
- {{data.full_address}}
-
-
-
-
-
-
商品清单
-
-
{{data.goods_num}}件
-
![]()
-
-
-
-
-
-
订单金额
-
¥{{data.order_money}}
-
-
-
商品金额
-
¥{{data.goods_money}}
-
-
-
订单调整
-
¥{{data.adjust_money}}
-
-
-
特批优惠
-
-¥{{data.sales_money}}
-
-
-
运费
-
¥{{data.delivery_money}}
-
-
-
优惠卷
-
¥{{data.coupon_money}}
-
-
-
-
-
-
-
-
-
-
收款记录
-
-
-
-
-
-
支付中
-
未支付
-
部分支付
-
已支付
-
暂无收款记录
-
-
-
-
-
- 订单留言
- {{data.buyer_message}}
- 暂未留言
-
-
- {{data.remark}}
-
-
- 配送方式
- {{data.delivery_type_name}}
-
-
-
-
发票信息
-
- 不开发票
- 已开发票
-
-
-
-
-
-
-
-
-
-
- 修改运费
-
- 运费:
- ¥50.00
-
-
- 请填写修改后运费
-
-
-
-
-
- 申请特批价
- 订单价格:¥50.00
-
-
- 特批价是指通过客户与业务员之间得沟通后,同意对本地订单总价进行优惠,在此修改优惠后得订单总价
-
-
-
-
-
-
-
- 再次订购
-
-
-
+
+
+
+
+
+
+
+
订单状态
+
+
{{data.order_status_name}}
+
![]()
+
+
+
+ 订单编号{{data.order_no}}
+ 下单时间{{data.create_time | time}}
+
+
+
+
{{data.nickname}}{{data.store_type}}
+
+
{{data.pay_type_name}}
+
+
+
+
+
+
店铺名称:{{data.store_name}}
+
+
+
+ {{data.site_name}}
+
+ {{data.full_address}}
+ {{data.name}} {{data.mobile}}
+
+
+
+
收货地址:
+
+ {{data.name}}{{data.mobile}}
+ {{data.full_address}}
+
+
+
+
+
+
商品清单
+
+
{{data.goods_num}}件
+
![]()
+
+
+
+
+
+
订单金额
+
¥{{data.order_money}}
+
+
+
商品金额
+
¥{{data.goods_money}}
+
+
+
订单调整
+
¥{{data.adjust_money}}
+
+
+
特批优惠
+
-¥{{data.sales_money}}
+
+
+
运费
+
¥{{data.delivery_money}}
+
+
+
优惠卷
+
¥{{data.coupon_money}}
+
+
+
+
+
+
+
+
+
+
收款记录
+
+
+
+
+
+
支付中
+
未支付
+
部分支付
+
已支付
+
暂无收款记录
+
+
+
+
+
+ 订单留言
+ {{data.buyer_message}}
+ 暂未留言
+
+
+ {{data.remark}}
+
+
+ 配送方式
+ {{data.delivery_type_name}}
+
+
+
+
发票信息
+
+ 不开发票
+ 已开发票
+
+
+
+
+
+
+
+
+
+
+ 修改运费
+
+ 运费:
+ ¥50.00
+
+
+ 请填写修改后运费
+
+
+
+
+
+ 申请特批价
+ 订单价格:¥50.00
+
+
+ 特批价是指通过客户与业务员之间得沟通后,同意对本地订单总价进行优惠,在此修改优惠后得订单总价
+
+
+
+
+
+
+
+ 再次订购
+
+
+
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 @@
-
-
-
-
-
-
-
-
-
订单状态
-
-
-
{{data.order_status_name}}
-
![]()
-
-
-
- 订单编号{{data.order_no}}
- 下单时间{{data.create_time | time}}
-
-
-
-
{{data.nickname}}{{data.store_type}}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
订单状态
+
+
+
{{data.order_status_name}}
+
![]()
+
+
+
+ 订单编号{{data.order_no}}
+ 下单时间{{data.create_time | time}}
+
+
+
+
{{data.nickname}}{{data.store_type}}
+
+
{{ (data.pay.pay_status == 0 && data.pay.pay_money > 0 && data.pay.received_money > 0) ? '部分支付' : '未支付' }}
-
支付中
+
支付中
已取消支付
-
+
{{data.pay_type_name}}
-
-
-
-
-
-
店铺名称:{{data.store_name}}
-
-
-
- {{data.address}}
-
- {{data.full_address}}
- {{data.name}} {{data.mobile}}
-
-
-
-
收货地址:
-
- {{data.name}}{{data.mobile}}
- {{data.full_address}}
-
-
-
-
-
-
商品清单
-
-
{{data.goods_num}}件
-
![]()
-
-
-
-
-
-
订单金额
-
¥{{data.order_money}}
-
-
-
商品金额
-
¥{{data.goods_money}}
-
-
-
订单调整
-
¥{{data.adjust_money}}
-
-
-
特批优惠
-
¥{{data.sales_money}}
-
-
-
运费
-
¥{{data.delivery_money}}
-
-
-
优惠卷
-
-¥{{data.coupon_money}}
-
-
-
-
-
-
![]()
- 修改运费
-
-
-
-
![]()
- 修改特批价
-
-
-
-
-
-
-
收款记录
-
-
-
已关闭
-
待确认
-
已确认
-
- 待支付
-
支付中
-
未支付
-
部分支付
-
已支付
-
-
暂无收款记录
-
-
-
-
+
+
+
+
+
+
店铺名称:{{data.store_name}}
+
+
+
+
{{data.address}}
+
+ {{data.full_address}}
+ {{data.name}} {{data.mobile}}
+
+
+
+
收货地址:
+
+ {{data.name}}{{data.mobile}}
+ {{data.full_address}}
+
+
+
+
+
+
商品清单
+
+
{{data.goods_num}}件
+
![]()
+
+
+
+
+
+
订单金额
+
¥{{data.order_money}}
+
+
+
商品金额
+
¥{{data.goods_money}}
+
+
+
订单调整
+
¥{{data.adjust_money}}
+
+
+
特批优惠
+
¥{{data.sales_money}}
+
+
+
运费
+
¥{{data.delivery_money}}
+
+
+
优惠卷
+
-¥{{data.coupon_money}}
+
+
+
+
+
+
![]()
+ 修改运费
+
+
+
+
![]()
+ 修改特批价
+
+
+
+
+
+
+
收款记录
+
+
+
已关闭
+
待确认
+
已确认
+
+ 待支付
+
支付中
+
未支付
+
部分支付
+
已支付
+
+
暂无收款记录
+
+
+
+
订单总额
@@ -155,1105 +161,1025 @@
¥{{data.pay.pay_money}}
-
-
-
- 订单留言
- {{data.buyer_message}}
-
-
-
-
- 配送方式
- {{data.delivery_type_name}}
-
-
-
-
发票信息
-
- 未开票
- 已开票
-
-
-
-
-
-
-
-
-
-
- 修改运费
-
- 运费:
- ¥{{data.delivery_money}}
-
-
-
-
- 修改运费:
-
-
- 元
-
- 请填写修改后运费
-
-
-
-
-
- 申请特批价
- 订单价格:¥{{data.order_money}}
-
- *特批价
-
-
- 元
-
-
-
-
- 特批价是指通过客户与业务员之间得沟通后,同意对本地订单总价进行优惠,在此修改优惠后得订单总价
-
-
-
-
- 再次订购
- 取消订单
- 确认收货
- 去支付
- 确认发货
-
-
-
-
-
-
-
-
- 审核
-
-
-
-
-
-
-
- 取消
- 确定
-
-
-
-
-
-
- 填写发货信息
-
-
-
-
-
-
-
-
{{item.goods_name}}
-
-
编号:{{item.order_no}}
-
-
-
-
-
-
-
-
-
-
-
当前价:¥{{item.price}}/袋
-
×{{item.num}}
-
-
-
-
-
-
-
-
- 物流公司:
-
{{listname}}
-
请选择物流公司
-
-
-
-
-
- 快递单号
-
-
-
+
+
+ 订单留言
+ {{data.buyer_message}}
+
+
+
+
+ 配送方式
+ {{data.delivery_type_name}}
+
+
+
+
发票信息
+
+ 未开票
+ 已开票
+
+
+
+
+
+
+
+
+
+
+ 修改运费
+
+ 运费:
+ ¥{{data.delivery_money}}
+
+
+
+
+ 修改运费:
+
+
+ 元
+
+ 请填写修改后运费
+
+
+
+
+
+ 申请特批价
+ 订单价格:¥{{data.order_money}}
+
+ *特批价
+
+
+ 元
+
+
+
+
+ 特批价是指通过客户与业务员之间得沟通后,同意对本地订单总价进行优惠,在此修改优惠后得订单总价
+
+
+
+
+ 再次订购
+ 取消订单
+ 确认收货
+ 去支付
+ 确认发货
+
+
+
+
+
+
+
+
+ 审核
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+ 填写发货信息
+
+
+
+
+
+
+
+
{{item.goods_name}}
+
+
编号:{{item.order_no}}
+
+
+
+
+
+
+
+
+
+
+
当前价:¥{{item.price}}/袋
+
×{{item.num}}
+
+
+
+
+
+
+
+
+ 物流公司:
+
{{listname}}
+
请选择物流公司
+
+
+
+
+
+ 快递单号
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
- ¥{{data.order_money}}
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
-
- 取消
- 支付
-
-
-
-
-
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+ ¥{{data.order_money}}
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+ 取消
+ 支付
+
+
+
+
+
+
+
+
+
\ 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 @@
-
-
-
- 特批价|代开
-
-
- 首单
-
-
- 订单编号: {{item.order_no}}
- {{item.order_status_name}}
-
-
- 客户名称{{item.nickname}}
-
- 普通订单
- 门店订单
- 本地配送订单
- 虚拟订单
-
- 代客下单
-
-
- 下单时间{{item.create_time | time}}{{item.time}}
-
+
+
+
+ 特批价|代开
+
+
+ 首单
+
+
+ 订单编号: {{item.order_no}}
+ {{item.order_status_name}}
+
+
+ 客户名称{{item.nickname}}
+
+ 普通订单
+ 门店订单
+ 本地配送订单
+ 虚拟订单
+
+ 代客下单
+
+
+ 下单时间{{item.create_time | time}}{{item.time}}
+
支付状态{{item.pay_status_name}}
- 剩余未支付金额{{item.pay.pay_money}}
+ 剩余未支付金额{{item.pay.pay_money}}
+
+
+ 合计{{item.goods_num}}件商品,
+ 订单金额¥{{item.sales_money}}
+ 订单金额¥{{item.order_money}}
+ (待收款)
+ (已收款)
-
- 合计{{item.goods_num}}件商品,
- 订单金额¥{{item.sales_money}}
- 订单金额¥{{item.order_money}}
- (待收款)
- (已收款)
-
-
- 新增收款
-
-
- 确认收款
- 再次订购
-
-
-
-
+
+ 新增收款
+
+
+ 确认收款
+ 再次订购
+
+
+
+
\ 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 @@
+
@@ -91,6 +92,9 @@
import diyJs from '@/common/js/diy.js';
import indexJs from './public/js/index.js';
import APPUpdate from '@/config/appUpdate.js';
+ import {
+ getCurrentNo
+ } from '@/config/appUpdate.js'
export default {
components: {
uniPopup
@@ -108,7 +112,8 @@
},
site_tel: '',
diyGlobalData: {},
- floatData: {}
+ floatData: {},
+
};
},
onLoad() {
@@ -123,15 +128,28 @@
// true 没有新版本的时候有提示,默认:false
APPUpdate(true, true);
// #endif
-
+
},
onHide() {
uni.$emit('videoStop')
},
onShow() {
// uni.$emit('videoStart')
+ this.getSystem()
},
methods: {
+ getSystem() {
+ //#ifdef APP-PLUS
+ getCurrentNo(({
+ versionCode,
+ versionName
+ }) => {
+ console.log('========versionCode', versionName);
+ console.log('========versionCode', versionCode);
+
+ })
+ //#endif
+ },
goRouter(data) {
uni.navigateTo({
url: data.link.wap_url
diff --git a/pages/init.vue b/pages/init.vue
index 8bdad64..599d978 100644
--- a/pages/init.vue
+++ b/pages/init.vue
@@ -5,7 +5,7 @@
- 跳过{{ time }}s
+ 跳过{{ time }}s
\ 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 @@
-
-
-
- 共{{refund_data.length}}件商品
-
-
-
-
-
-
-
-
-
-
- {{item.sku_name}}
-
-
-
-
-
-
-
-
- 全选
-
-
-
-
-
- 下一步
- 请选择商品
-
-
-
-
+
+
+
+ 共{{refund_data.length}}件商品
+
+
+
+
+
+
+
+
+
+
+ {{item.sku_name}}
+
+
+
+
+
+
+
+
+ 全选
+
+
+
+
+
+ 下一步
+ 请选择商品
+
+
+
+
\ 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 @@
-
-
-
-
-
-
- 退款无需退货
- 没收到货,或与卖家协商同意无需退货只退款
-
-
-
+
+
+
+
+
+
+ 退款无需退货
+ 没收到货,或与卖家协商同意无需退货只退款
+
+
+
-
-
- 退货退款
- 已收到货,需退还收到的货物
-
-
-
+
+
+ 退货退款
+ 已收到货,需退还收到的货物
+
+
+
@@ -27,108 +27,108 @@
-
+
-
+
-
-
+
+
\ 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 @@
-
+