Merge branch 'master' of ssh://193.112.35.168:29418/flqAdmin
# Conflicts:
# menu.json
| | |
| | | var thatTr = { |
| | | check: false, |
| | | td: [ |
| | | { title: "订单类型", key: mo[i].hongBaoType, value: mo[i].hongBaoType }, |
| | | { title: "订单号", key: mo[i].orderNo, value: mo[i].orderNo }, |
| | | { title: "商品图片", key: mo[i].commonOrderGoods?mo[i].commonOrderGoods.picture:"", value: mo[i].commonOrderGoods?mo[i].commonOrderGoods.picture:"", dataType: "img" }, |
| | | { title: "商品标题", key:mo[i].commonOrderGoods.goodsId, value: mo[i].commonOrderGoods.title ,dataType:'link'},
|
| | | { title: "一级分类", key:mo[i].commonOrderGoods.category1, value: mo[i].commonOrderGoods.category1},
|
| | | { title: "二级分类", key:mo[i].commonOrderGoods.category2, value: mo[i].commonOrderGoods.category2},
|
| | | { title: "三级分类", key:mo[i].commonOrderGoods.category3, value: mo[i].commonOrderGoods.category3}, |
| | | { title: "用户支付金额", key: mo[i].payment, value: "¥"+mo[i].payment }, |
| | | { title: "用户支付时间", key: mo[i].downTime, value: mo[i].downTime, "class": "font13 font-gray" }, |
| | | { title: "订单号", key: mo[i].orderNo, value: mo[i].orderNo }, |
| | | { title: "订单类型", key: mo[i].hongBaoType, value: mo[i].hongBaoType },
|
| | | { title: "支付金额", key: mo[i].payment, value: "¥"+mo[i].payment }, |
| | | { title: "支付时间", key: mo[i].downTime, value: mo[i].downTime, "class": "font13 font-gray" }, |
| | | { title: "订单状态", key: mo[i].state, value: mo[i].state }, |
| | | { title: "收货时间", key: mo[i].receiveTime, value: mo[i].receiveTime, "class": "font13 font-gray" }, |
| | | { title: "用户收益金额", key: mo[i].hongBao, value: "¥"+mo[i].hongBao }, |
| | | { title: "用户收益状态", key: mo[i].hongBaoState, value: mo[i].hongBaoState }, |
| | | { title: "用户收益时间", key: mo[i].hongBaoDate, value: mo[i].hongBaoDate, "class": "font13 font-gray" }, |
| | | { title: "用户ID", key: mo[i].userId, value: mo[i].userId }, |
| | | { title: "收益金额", key: mo[i].hongBao, value: "¥"+mo[i].hongBao }, |
| | | { title: "收益状态", key: mo[i].hongBaoState, value: mo[i].hongBaoState }, |
| | | { title: "收益时间", key: mo[i].hongBaoDate, value: mo[i].hongBaoDate, "class": "font13 font-gray" }, |
| | | { title: "用户头像", key: mo[i].userPortrait, value: mo[i].userPortrait, dataType: "img", "class": "admin-imgS" }, |
| | | { title: "用户昵称", key: mo[i].userName, value: mo[i].userName }, |
| | | { title: "间接受益人1", key: mo[i].levelOneId, value: "ID:"+mo[i].levelOneId+" ¥"+mo[i].levelOneMoney }, |
| | | { title: "间接受益人2", key: mo[i].levelTwoId, value: "ID:"+mo[i].levelTwoId+" ¥"+mo[i].levelTwoMoney }, |
| | | { title: "用户ID", key: mo[i].userId, value: mo[i].userId }, |
| | | { title: "直接邀请人", key: mo[i].levelOneId, value: "ID:"+mo[i].levelOneId+" ¥"+mo[i].levelOneMoney }, |
| | | { title: "间接邀请人", key: mo[i].levelTwoId, value: "ID:"+mo[i].levelTwoId+" ¥"+mo[i].levelTwoMoney },
|
| | | { title: "一级分类", key:mo[i].commonOrderGoods.category1, value: mo[i].commonOrderGoods.category1},
|
| | | ], |
| | | }; |
| | | // 订单类型 |
| | | if (thatTr.td[0].key == 1) { thatTr.td[0].value = "自购"; thatTr.td[0]["class"] = "font-blue"; } |
| | | else if (thatTr.td[0].key == 2) { thatTr.td[0].value = "分享"; thatTr.td[0]["class"] = "font-green"; } |
| | | else if (thatTr.td[0].key == 3) { thatTr.td[0].value = "团队"; thatTr.td[0]["class"] = "font-green"; } |
| | | if (thatTr.td[3].key == 1) { thatTr.td[3].value = "自购"; thatTr.td[3]["class"] = "font-blue"; } |
| | | else if (thatTr.td[3].key == 2) { thatTr.td[3].value = "分享"; thatTr.td[3]["class"] = "font-green"; } |
| | | else if (thatTr.td[3].key == 3) { thatTr.td[3].value = "团队"; thatTr.td[3]["class"] = "font-green"; } |
| | | //渠道标识 |
| | | |
| | | |
| | |
| | | //商品链接 |
| | | if(mo[i].sourceType==1) |
| | | { |
| | | thatTr.td[0].value=thatTr.td[0].value+"(淘宝)"; |
| | | thatTr.td[3].key="https://detail.tmall.com/item.htm?id="+thatTr.td[3].key; |
| | | thatTr.td[3].value=thatTr.td[3].value+" (淘宝)"; |
| | | thatTr.td[0].key="https://detail.tmall.com/item.htm?id="+thatTr.td[0].key; |
| | | } |
| | | else if(mo[i].sourceType==2) |
| | | { |
| | | thatTr.td[0].value=thatTr.td[0].value+"(京东)"; |
| | | thatTr.td[3].key="https://item.jd.com/"+thatTr.td[3].key+".html"; |
| | | thatTr.td[3].value=thatTr.td[3].value+" (京东)"; |
| | | thatTr.td[0].key="https://item.jd.com/"+thatTr.td[0].key+".html"; |
| | | } |
| | | else if(mo[i].sourceType==3) |
| | | { |
| | | thatTr.td[0].value=thatTr.td[0].value+"(拼多多)"; |
| | | thatTr.td[3].key="http://yangkeduo.com/goods.html?goods_id="+thatTr.td[3].key; |
| | | } |
| | | if(mo[i].otherState==1) |
| | | { |
| | | thatTr.td[7].value=thatTr.td[7].value+"(免单中)"; |
| | | thatTr.td[7]["class"] = "font-orange"; |
| | | }else if(mo[i].otherState==2) |
| | | { |
| | | thatTr.td[7].value=thatTr.td[7].value+"(免单成功)"; |
| | | thatTr.td[7]["class"] = "font-orange"; |
| | | thatTr.td[3].value=thatTr.td[3].value+" (拼多多)"; |
| | | thatTr.td[0].key="http://yangkeduo.com/goods.html?goods_id="+thatTr.td[0].key; |
| | | } |
| | | |
| | | // 订单状态 |
| | | if (thatTr.td[9].key == 1) { thatTr.td[9].value = "已付款"; thatTr.td[9]["class"] = "font-orange"; } |
| | | else if (thatTr.td[9].key == 2) { thatTr.td[9].value = "已收货"; thatTr.td[9]["class"] = "font-green"; } |
| | | else if (thatTr.td[9].key == 3) { |
| | | if (thatTr.td[6].key == 1) { thatTr.td[6].value = "已付款"; thatTr.td[6]["class"] = "font-orange"; } |
| | | else if (thatTr.td[6].key == 2) { thatTr.td[6].value = "已收货"; thatTr.td[6]["class"] = "font-green"; } |
| | | else if (thatTr.td[6].key == 3) { |
| | | var drawbackMoney=""; |
| | | if(mo[i].weiQuanBackMoney!=null&&mo[i].weiQuanBackMoney!=undefined) |
| | | { |
| | |
| | | } |
| | | } |
| | | |
| | | thatTr.td[9].value = "订单维权#"+ mo[i].weiQuanState+"#"+ drawbackMoney ; thatTr.td[9]["class"] = "font-red"; |
| | | thatTr.td[6].value = "订单维权#"+ mo[i].weiQuanState+"#"+ drawbackMoney ; thatTr.td[6]["class"] = "font-red"; |
| | | } |
| | | else if (thatTr.td[9].key == 4) { thatTr.td[9].value = "已失效"; thatTr.td[9]["class"] = "font-gray"; } |
| | | else if (thatTr.td[6].key == 4) { thatTr.td[6].value = "已失效"; thatTr.td[6]["class"] = "font-gray"; } |
| | | |
| | | if(mo[i].otherState==1)
|
| | | {
|
| | | thatTr.td[6].value=thatTr.td[6].value+"(免单中)";
|
| | | thatTr.td[6]["class"] = "font-orange";
|
| | | }else if(mo[i].otherState==2)
|
| | | {
|
| | | thatTr.td[6].value=thatTr.td[6].value+"(免单成功)";
|
| | | thatTr.td[6]["class"] = "font-orange";
|
| | | }
|
| | | |
| | | // 收益状态 |
| | | if (thatTr.td[12].key == 1) { thatTr.td[12].value = "未到账"; thatTr.td[12]["class"] = "font-orange"; } |
| | | else if (thatTr.td[12].key == 2) { thatTr.td[12].value = "已到账"; thatTr.td[12]["class"] = "font-green"; } |
| | | else if (thatTr.td[12].key == 3) { thatTr.td[12].value = "已失效"; thatTr.td[12]["class"] = "font-gray"; } |
| | | if (thatTr.td[9].key == 1) { thatTr.td[9].value = "未到账"; thatTr.td[9]["class"] = "font-orange"; } |
| | | else if (thatTr.td[9].key == 2) { thatTr.td[9].value = "已到账"; thatTr.td[9]["class"] = "font-green"; } |
| | | else if (thatTr.td[9].key == 3) { thatTr.td[9].value = "已失效"; thatTr.td[9]["class"] = "font-gray"; } |
| | | // 受益人分析 |
| | | if (!thatTr.td[17].key) { thatTr.td[17].value = "(无)"; thatTr.td[17]["class"] = "font-gray"; } |
| | | if (!thatTr.td[18].key) { thatTr.td[18].value = "(无)"; thatTr.td[18]["class"] = "font-gray"; } |
| | | if (!thatTr.td[14].key) { thatTr.td[14].value = "(无)"; thatTr.td[14]["class"] = "font-gray"; } |
| | | if (!thatTr.td[15].key) { thatTr.td[15].value = "(无)"; thatTr.td[15]["class"] = "font-gray"; }
|
| | | |
| | | if (mo[i].commonOrderGoods.category3 != null && mo[i].commonOrderGoods.category3.length > 0) {
|
| | | thatTr.td[16].value = mo[i].commonOrderGoods.category3;
|
| | | } else if (mo[i].commonOrderGoods.category2 != null && mo[i].commonOrderGoods.category2.length > 0) {
|
| | | thatTr.td[16].value = mo[i].commonOrderGoods.category2;
|
| | | } |
| | | |
| | | // 将当前行放入tr组 |
| | | mo_tr.push(thatTr); |
| | | } |
| | |
| | | // 表格头排 |
| | | adminDom.table.thead({ |
| | | th: [ |
| | | { title: "订单类型", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单号", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "商品图片", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "商品标题", width: "", orderUp: "", orderDown: "" },
|
| | | { title: "一级分类", width: "", orderUp: "", orderDown: "" },
|
| | | { title: "二级分类", width: "", orderUp: "", orderDown: "" },
|
| | | { title: "三级分类", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "用户支付金额", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "用户支付时间", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单状态", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "收货时间", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "用户收益金额", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "用户收益状态", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "用户收益时间", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "用户ID", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "用户头像", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "用户昵称", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "间接受益人1", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "间接受益人2", width: "", orderUp: "", orderDown: "" } |
| | | { title: "商品图片", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "商品标题", width: "1rem", orderUp: "", orderDown: "" }, |
| | | { title: "订单号", width: "1rem", orderUp: "", orderDown: "" }, |
| | | { title: "订单类型", width: "0.6rem", orderUp: "", orderDown: "" },
|
| | | { title: "支付金额", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "支付时间", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "订单状态", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "收货时间", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "收益金额", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "收益状态", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "收益时间", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "用户头像", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "用户昵称", width: "0.6rem", orderUp: "", orderDown: "" },
|
| | | { title: "用户ID", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "直接邀请人", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "间接邀请人", width: "0.6rem", orderUp: "", orderDown: "" },
|
| | | { title: "商品分类", width: "0.6rem", orderUp: "", orderDown: "" },
|
| | | ] |
| | | }); |
| | | // 工具栏 |
| | |
| | | var thatTr = { |
| | | check: false, |
| | | td: [ |
| | | { title: "商品标题", key:'https://item.taobao.com/item.htm?id='+mo[i].auctionId, value: mo[i].title ,dataType:'link'}, |
| | | { title: "订单类型", key: mo[i].id, value: mo[i].orderType }, |
| | | { title: "订单号", key: mo[i].orderId, value: mo[i].orderId }, |
| | | { title: "商品标题", key:'https://item.taobao.com/item.htm?id='+mo[i].auctionId, value: mo[i].title ,dataType:'link'}, |
| | | { title: "订单状态", key: mo[i].orderState, value: mo[i].orderState }, |
| | | { title: "订单创建时间", key: mo[i].createTime, value: mo[i].createTime, "class": "font13 font-gray" }, |
| | | { title: "付款金额", key: mo[i].payment, value: "¥"+mo[i].payment }, |
| | |
| | | // 表格头排 |
| | | adminDom.table.thead({ |
| | | th: [ |
| | | { title: "商品标题", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单类型", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单号", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "商品标题", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单状态", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单创建时间", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "付款金额", width: "", orderUp: "", orderDown: "" }, |
| | |
| | | var idsArray=new Array(); |
| | | for(var i=0;i<back.list.length;i++) |
| | | { |
| | | idsArray.push(back.list[i][0].key); |
| | | idsArray.push(back.list[i][1].key); |
| | | } |
| | | doui.showLoading({ content: "更新中。。。" }); |
| | | |
| | |
| | | var thatTr = { |
| | | check: false, |
| | | td: [ |
| | | { title: "商品标题", key:'https://item.taobao.com/item.htm?id='+mo[i].auctionId, value: mo[i].title ,dataType:'link'}, |
| | | { title: "订单类型", key: mo[i].id, value: mo[i].orderType }, |
| | | { title: "订单号", key: mo[i].orderId, value: mo[i].orderId }, |
| | | { title: "商品标题", key:'https://item.taobao.com/item.htm?id='+mo[i].auctionId, value: mo[i].title ,dataType:'link'}, |
| | | { title: "订单状态", key: mo[i].orderState, value: mo[i].orderState }, |
| | | { title: "订单创建时间", key: mo[i].createTime, value: mo[i].createTime, "class": "font13 font-gray" }, |
| | | { title: "付款金额", key: mo[i].payment, value: "¥"+mo[i].payment }, |
| | |
| | | // 订单号分析 |
| | | if (i >= 1) |
| | | { |
| | | if (thatTr.td[1].key == mo[i-1].orderId) { thatTr.td[1].value = "(同上)"; thatTr.td[1]["class"] = "font-gray"; } |
| | | if (thatTr.td[2].key == mo[i-1].orderId) { thatTr.td[2].value = "(同上)"; thatTr.td[1]["class"] = "font-gray"; } |
| | | } |
| | | |
| | | if(thatTr.td[7].key==null||thatTr.td[7].key==''||thatTr.td[7].key==undefined){thatTr.td[7].value="(暂无)" } |
| | |
| | | // 表格头排 |
| | | adminDom.table.thead({ |
| | | th: [ |
| | | { title: "商品标题", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单类型", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单号", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "商品标题", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单状态", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单创建时间", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "付款金额", width: "", orderUp: "", orderDown: "" }, |
| | |
| | | var idsArray=new Array(); |
| | | for(var i=0;i<back.list.length;i++) |
| | | { |
| | | idsArray.push(back.list[i][0].key); |
| | | idsArray.push(back.list[i][1].key); |
| | | } |
| | | doui.showLoading({ content: "更新中。。。" }); |
| | | |
| | |
| | | var thatTr = { |
| | | check: false, |
| | | td: [ |
| | | { title: "订单类型", key: mo[i].id, value: mo[i].orderType }, |
| | | { title: "订单号", key: mo[i].orderId, value: mo[i].orderId }, |
| | | { title: "商品标题", key:'https://item.taobao.com/item.htm?id='+mo[i].auctionId, value: mo[i].title ,dataType:'link'}, |
| | | { title: "订单号", key: mo[i].orderId, value: mo[i].orderId }, |
| | | { title: "订单类型", key: mo[i].id, value: mo[i].orderType }, |
| | | { title: "订单状态", key: mo[i].orderState, value: mo[i].orderState }, |
| | | { title: "订单创建时间", key: mo[i].createTime, value: mo[i].createTime, "class": "font13 font-gray" }, |
| | | { title: "付款金额", key: mo[i].payment, value: "¥"+mo[i].payment }, |
| | | { title: "效果预估", key: mo[i].estimate, value: "¥"+mo[i].estimate }, |
| | | |
| | | { title: "预估收入", key: mo[i].eIncome, value: "¥"+mo[i].eIncome }, |
| | | { title: "结算金额", key: mo[i].settlement, value: "¥"+mo[i].settlement }, |
| | | { title: "结算时间", key: mo[i].settlementTime, value: mo[i].settlementTime }, |
| | | |
| | | { title: "补贴金额", key: mo[i].subsidy, value: "¥"+mo[i].subsidy }, |
| | | { title: "交易ID", key: mo[i].tradeId, value: mo[i].tradeId }, |
| | | |
| | | { title: "媒体名称", key: mo[i].sourceMediaName, value: mo[i].sourceMediaName }, |
| | | { title: "媒体ID", key: mo[i].sourceMediaId, value: mo[i].sourceMediaId }, |
| | | { title: "广告位名称", key: mo[i].adPositionName, value: mo[i].adPositionName }, |
| | | { title: "广告位ID", key: mo[i].adPositionId, value: mo[i].adPositionId }, |
| | | |
| | | { title: "渠道ID", key: mo[i].relationId, value: mo[i].relationId }, |
| | | { title: "会员运营ID", key: mo[i].specialId, value: mo[i].specialId }, |
| | | { title: "统计时间", key: mo[i].createTime, value: mo[i].createTime, "class": "font13 font-gray" }, |
| | | { title: "更新时间", key: mo[i].latestUpdateTime, value: mo[i].latestUpdateTime, "class": "font13 font-gray" }, |
| | | |
| | | ], |
| | |
| | | { |
| | | if (thatTr.td[1].key == mo[i-1].orderId) { thatTr.td[1].value = "(同上)"; thatTr.td[1]["class"] = "font-gray"; } |
| | | } |
| | | |
| | | if(thatTr.td[7].key==null||thatTr.td[7].key==''||thatTr.td[7].key==undefined){thatTr.td[7].value="(暂无)" } |
| | | if(thatTr.td[8].key==null||thatTr.td[8].key==''||thatTr.td[8].key==undefined){thatTr.td[8].value="(暂无)" } |
| | | if(thatTr.td[9].key==null||thatTr.td[9].key==''||thatTr.td[9].key==undefined){thatTr.td[9].value="(暂无)" } |
| | | if(thatTr.td[10].key==null||thatTr.td[10].key==''||thatTr.td[10].key==undefined){thatTr.td[10].value="(暂无)" } |
| | | if(thatTr.td[11].key==null||thatTr.td[11].key==''||thatTr.td[11].key==undefined){thatTr.td[11].value="(暂无)" } |
| | | if(thatTr.td[12].key==null||thatTr.td[12].key==''||thatTr.td[12].key==undefined){thatTr.td[12].value="(暂无)" } |
| | | if(thatTr.td[13].key==null||thatTr.td[13].key==''||thatTr.td[13].key==undefined){thatTr.td[13].value="(暂无)" } |
| | | if(thatTr.td[14].key==null||thatTr.td[14].key==''||thatTr.td[14].key==undefined){thatTr.td[14].value="(暂无)" } |
| | | if(thatTr.td[15].key==null||thatTr.td[15].key==''||thatTr.td[15].key==undefined){thatTr.td[15].value="(暂无)" } |
| | | if(thatTr.td[16].key==null||thatTr.td[16].key==''||thatTr.td[16].key==undefined){thatTr.td[16].value="(暂无)" } |
| | | if(thatTr.td[17].key==null||thatTr.td[17].key==''||thatTr.td[17].key==undefined){thatTr.td[17].value="(暂无)" } |
| | | if(thatTr.td[18].key==null||thatTr.td[18].key==''||thatTr.td[18].key==undefined){thatTr.td[18].value="(暂无)" } |
| | | |
| | | |
| | | |
| | | |
| | | // 将当前行放入tr组 |
| | | mo_tr.push(thatTr); |
| | |
| | | // 表格头排 |
| | | adminDom.table.thead({ |
| | | th: [ |
| | | { title: "订单类型", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单号", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "商品标题", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单号", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单类型", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单状态", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单创建时间", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "付款金额", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "效果预估", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "预估收入", width: "", orderUp: "", orderDown: "" }, |
| | |
| | | { title: "广告位ID", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "渠道ID", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "会员运营ID", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "统计时间", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "更新时间", width: "", orderUp: "", orderDown: "" } |
| | | ] |
| | | }); |
| | |
| | | var idsArray=new Array(); |
| | | for(var i=0;i<back.list.length;i++) |
| | | { |
| | | idsArray.push(back.list[i][0].key); |
| | | idsArray.push(back.list[i][1].key); |
| | | } |
| | | doui.showLoading({ content: "更新中。。。" }); |
| | | |
| | |
| | | var thatTr = { |
| | | check: false, |
| | | td: [ |
| | | { title: "商品标题", key:mo[i].goodsName, value: mo[i].goodsName}, |
| | | { title: "订单号", key: mo[i].orderId, value: mo[i].orderId }, |
| | | { title: "子订单号", key: mo[i].orderItemId, value: mo[i].orderItemId }, |
| | | { title: "商品标题", key:mo[i].goodsName, value: mo[i].goodsName}, |
| | | { title: "维权金额", key: mo[i].money, value: mo[i].money }, |
| | | { title: "返还给商家金额", key: mo[i].fanMoney, value: mo[i].fanMoney}, |
| | | { title: "维权金额", key: mo[i].money, value: "¥"+ mo[i].money }, |
| | | { title: "返还给商家金额", key: mo[i].fanMoney, value: "¥"+ mo[i].fanMoney}, |
| | | { title: "维权状态", key: mo[i].state, value: mo[i].state }, |
| | | { title: "结算时间", key: mo[i].jieSuanTime, value: mo[i].jieSuanTime }, |
| | | { title: "维权时间", key: mo[i].weiQuanTime, value: mo[i].weiQuanTime }, |
| | |
| | | // 表格头排 |
| | | adminDom.table.thead({ |
| | | th: [ |
| | | { title: "商品标题", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "订单号", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "子订单号", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "商品标题", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "维权金额", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "返还给商家金额", width: "", orderUp: "", orderDown: "" }, |
| | | { title: "维权状态", width: "", orderUp: "", orderDown: "" }, |
| | |
| | | }); |
| | | </script>
|
| | |
|
| | | <style>
|
| | | .admin-table-tr {
|
| | | min-height: 0.1rem;
|
| | | }
|
| | | </style> |
| | | </head> |
| | | <body class="fontPC"> |
| | | <div class="winSizeBox"> |
| | |
| | | check: false, |
| | | td: [
|
| | | { title: "渠道名称", key: mo[i].channelName, value: mo[i].channelName },
|
| | | { title: "用户ID", key: mo[i].uid, value: mo[i].uid },
|
| | | { title: "订单号", key: mo[i].orderId, value: mo[i].orderId },
|
| | | { title: "订单日期", key: mo[i].orderDate, value: mo[i].orderDate }, |
| | | { title: "下单城市", key: mo[i].city, value: mo[i].city }, |
| | | { title: "付款金额", key: mo[i].payMoney, value: mo[i].payMoney },
|
| | | { title: "用券金额", key: mo[i].couponMoney, value: mo[i].couponMoney, },
|
| | | { title: "用户ID", key: mo[i].uid, value: mo[i].uid },
|
| | | { title: "返利金额", key: mo[i].hongbao, value: mo[i].hongbao },
|
| | | { title: "返利到账", key: mo[i].hbState, value: mo[i].hbState },
|
| | | { title: "是否结佣", key: mo[i].isSettle, value: mo[i].isSettle },
|
| | |
| | | { title: "是否使用淘客红包", key: mo[i].taokeHongBao, value: mo[i].taokeHongBao },
|
| | | { title: "是否有在会场内该门店的点击记录", key: mo[i].shopClick, value: mo[i].shopClick },
|
| | | { title: "是否领券后7天内首单", key: mo[i].recieveCoupon7DayFirstOrder, value: mo[i].recieveCoupon7DayFirstOrder },
|
| | | { title: "创建时间", key: mo[i].createTime, value: mo[i].createTime },
|
| | | { title: "更新时间", key: mo[i].updateTime, value: mo[i].updateTime },
|
| | | ] |
| | | };
|
| | | |
| | |
| | | // 表格头排 |
| | | adminDom.table.thead({ |
| | | th: [
|
| | | { title: "渠道名称", width: "1rem", orderUp: "", orderDown: "" }, |
| | | { title: "渠道名称", width: "0.8rem", orderUp: "", orderDown: "" }, |
| | | { title: "订单号", width: "0.8rem", orderUp: "", orderDown: "" }, |
| | | { title: "订单日期", width: "0.8rem", orderUp: "", orderDown: "" },
|
| | | { title: "下单城市", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "付款金额", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "用券金额", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "用户ID", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "订单号", width: "1rem", orderUp: "", orderDown: "" },
|
| | | { title: "订单日期", width: "1rem", orderUp: "", orderDown: "" },
|
| | | { title: "下单城市", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "付款金额", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "用券金额", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "返利金额", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "返利到账", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "是否结佣", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "是否新客首单", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "是否新客复购单", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "是否使用淘客红包", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "是否有在会场内该门店的点击记录", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "是否领券后7天内首单", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "创建时间", width: "1rem", orderUp: "", orderDown: "" },
|
| | | { title: "更新时间", width: "1rem", orderUp: "", orderDown: "" },
|
| | | { title: "返利金额", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "返利到账", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "是否结佣", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "是否新客首单", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "是否新客复购单", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "是否使用淘客红包", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "是否有在会场内该门店的点击记录", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "是否领券后7天内首单", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | ] |
| | | }); |
| | | |
| | |
| | | var thatTr = { |
| | | check: false, |
| | | td: [
|
| | | { title: "商品名称", key: "https://item.jd.com/" + mo[i].skuId + ".html", value: mo[i].skuName,dataType:'link' },
|
| | | { title: "订单号", key: mo[i].orderId, value: mo[i].orderId },
|
| | | { title: "商品名称", key: mo[i].skuName, value: mo[i].skuName },
|
| | | { title: "商品单价", key: mo[i].price, value: mo[i].price },
|
| | | { title: "商品单价", key: mo[i].price, value: "¥" + mo[i].price },
|
| | | { title: "商品数量", key: mo[i].skuNum, value: mo[i].skuNum },
|
| | | { title: "售后数量", key: mo[i].frozenSkuNum, value: mo[i].frozenSkuNum },
|
| | | { title: "退货数量", key: mo[i].skuReturnNum, value: mo[i].skuReturnNum },
|
| | | { title: "实际佣金", key: mo[i].actualCosPrice, value: mo[i].actualCosPrice },
|
| | | { title: "实际佣金", key: mo[i].actualCosPrice, value: "¥" + mo[i].actualCosPrice },
|
| | | { title: "佣金比例", key: mo[i].commissionRate, value: mo[i].commissionRate }, |
| | | { title: "最终比例", key: mo[i].finalRate, value: mo[i].finalRate },
|
| | | { title: "创建时间", key: mo[i].createTime, value: mo[i].createTime },
|
| | | { title: "更新时间", key: mo[i].updateTime, value: mo[i].updateTime },
|
| | | ] |
| | |
| | | // 表格头排 |
| | | adminDom.table.thead({ |
| | | th: [
|
| | | { title: "订单号", width: "1rem", orderUp: "", orderDown: "" }, |
| | | { title: "商品名称", width: "1rem", orderUp: "", orderDown: "" }, |
| | | { title: "商品单价", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "商品数量", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "售后数量", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "退货数量", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "实际佣金", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "佣金比例", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "最终比例", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "创建时间", width: "1rem", orderUp: "", orderDown: "" },
|
| | | { title: "更新时间", width: "1rem", orderUp: "", orderDown: "" },
|
| | | { title: "订单号", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "商品单价", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "商品数量", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "售后数量", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "退货数量", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "实际佣金", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "佣金比例", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "创建时间", width: "0.6rem", orderUp: "", orderDown: "" },
|
| | | { title: "更新时间", width: "0.6rem", orderUp: "", orderDown: "" },
|
| | | ] |
| | | }); |
| | | |
| | |
| | | var thatTr = { |
| | | check: false, |
| | | td: [
|
| | | { title: "订单号", key: mo[i].order_id, value: mo[i].order_id },
|
| | | { title: "商品名称", key: mo[i].goods_name, value: mo[i].goods_name },
|
| | | { title: "商品图片", key: mo[i].goods_thumbnail_url, value: mo[i].goods_thumbnail_url, dataType: "img" },
|
| | | { title: "商品名称", key: mo[i].goods_name, value: mo[i].goods_name },
|
| | | { title: "订单号", key: mo[i].order_sn, value: mo[i].order_sn },
|
| | | { title: "商品数量", key: mo[i].goods_quantity, value: mo[i].goods_quantity },
|
| | | { title: "商品价格", key: mo[i].goods_price, value: mo[i].goods_price },
|
| | | { title: "支付时间", key: mo[i].order_pay_time, value: mo[i].order_pay_time },
|
| | | { title: "实付金额", key: mo[i].order_amount, value: mo[i].order_amount },
|
| | | { title: "实际佣金", key: mo[i].promotion_amount, value: mo[i].promotion_amount },
|
| | | { title: "佣金比例", key: mo[i].promotion_rate, value: mo[i].promotion_rate }, |
| | | { title: "订单描述", key: mo[i].order_status_desc, value: mo[i].order_status_desc },
|
| | | { title: "支付时间", key: mo[i].order_pay_time, value: mo[i].order_pay_time },
|
| | | { title: "结算时间", key: mo[i].orderSorder_receive_timeettleTime, value: mo[i].order_receive_time },
|
| | | { title: "创建时间", key: mo[i].createTime, value: mo[i].createTime },
|
| | | { title: "更新时间", key: mo[i].updateTime, value: mo[i].updateTime },
|
| | | { title: "结算时间", key: mo[i].order_receive_time, value: mo[i].order_receive_time },
|
| | | ] |
| | | };
|
| | |
|
| | | thatTr.td[4].value = thatTr.td[4].value/100;
|
| | | thatTr.td[5].value = thatTr.td[5].value/100;
|
| | | thatTr.td[6].value = thatTr.td[6].value/100;
|
| | | thatTr.td[7].value = thatTr.td[7].value/1000 + "%";
|
| | | thatTr.td[7].value = thatTr.td[7].value/100;
|
| | | thatTr.td[8].value = thatTr.td[8].value/1000 + "%";
|
| | |
|
| | | // 时间分析
|
| | | if (thatTr.td[9].key && thatTr.td[9].key != "")
|
| | | if (thatTr.td[5].key && thatTr.td[5].key != "")
|
| | | {
|
| | | doui.timestampToDate({
|
| | | timestamp: thatTr.td[9].key + "000",
|
| | | success: function (timeD) { thatTr.td[9].value = timeD; }
|
| | | timestamp: thatTr.td[5].key + "000",
|
| | | success: function (timeD) { thatTr.td[5].value = timeD; }
|
| | | });
|
| | | } else {
|
| | | thatTr.td[9].value = "";
|
| | | thatTr.td[5].value = "";
|
| | | }
|
| | |
|
| | | if (thatTr.td[10].key && thatTr.td[10].key != "")
|
| | |
| | | // 表格头排 |
| | | adminDom.table.thead({ |
| | | th: [
|
| | | { title: "订单号", width: "1rem", orderUp: "", orderDown: "" }, |
| | | { title: "商品名称", width: "1rem", orderUp: "", orderDown: "" }, |
| | | { title: "商品图片", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "商品数量", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "商品价格", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "实付金额", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "实际佣金", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "佣金比例", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "订单描述", width: "0.5rem", orderUp: "", orderDown: "" },
|
| | | { title: "支付时间", width: "1rem", orderUp: "", orderDown: "" },
|
| | | { title: "结算时间", width: "1rem", orderUp: "", orderDown: "" },
|
| | | { title: "创建时间", width: "1rem", orderUp: "", orderDown: "" },
|
| | | { title: "更新时间", width: "1rem", orderUp: "", orderDown: "" },
|
| | | { title: "商品图片", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "商品名称", width: "0.8rem", orderUp: "", orderDown: "" }, |
| | | { title: "订单号", width: "0.8rem", orderUp: "", orderDown: "" },
|
| | | { title: "商品数量", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "商品价格", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "支付时间", width: "0.6rem", orderUp: "", orderDown: "" },
|
| | | { title: "实付金额", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "实际佣金", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "佣金比例", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "订单描述", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "结算时间", width: "0.6rem", orderUp: "", orderDown: "" },
|
| | | ] |
| | | }); |
| | | |
| | |
| | | str: t, |
| | | success: function(t) { |
| | | var i = t; |
| | | if (i.code == 10001)
|
| | | doui.loginOpen()
|
| | | else
|
| | | e.success(i) |
| | | }, |
| | | fail: function() { |
| | |
| | | [
|
| | | |
| | | {
|
| | | "value": "数据视图", "icon": "",
|
| | | "value": "内容运营", "icon": "",
|
| | | "child": [
|
| | | {
|
| | | "value": "用户数据", |
| | | "value": "轮播图模块", "href": "childPath/looks/swiper1.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "专题模块",
|
| | | "child": [
|
| | | {
|
| | | "value": "新增-分渠道", "href": "childPath/charts/user/newAdd.html",
|
| | | "value": "内容设置", "href": "childPath/looks/layout_1.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "新增-总计", "href": "childPath/charts/user/newAddCount.html",
|
| | | "value": "模板管理", "href": "childPath/looks/layout_location.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "下单积极性", "href": "childPath/charts/user/actived.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "90天再次活跃", "href": "childPath/charts/user/90dayActive.html",
|
| | | "value": "标签管理", "href": "childPath/looks/special_label.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "订单数据",
|
| | | "value": "标签栏引导提示", "href": "childPath/config/config_manage.html?type=versionDiff",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "热门搜索", "href": "childPath/editor/hot_search.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "动态", |
| | | "child": [
|
| | | {
|
| | | "value": "单数-分渠道", "href": "childPath/charts/dinDan/numQuDao.html",
|
| | | "value": "发圈", "href": "childPath/editor/dongTai/evaluate_list.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "单数-分类型", "href": "childPath/charts/dinDan/numFenLei.html",
|
| | | "value": "活动", "href": "childPath/looks/swiper_noback.html?id=46",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "单数-申诉", "href": "childPath/charts/dinDan/numShenShu.html",
|
| | | "value": "学院", "href": "childPath/editor/dongTai/article_collect.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "单数-维权", "href": "childPath/charts/dinDan/numWeiQuan.html",
|
| | | "value": "素材", "href": "childPath/editor/dongTai/sucai_list.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "单数-总计", "href": "childPath/charts/dinDan/numAll.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "金额-分渠道", "href": "childPath/charts/dinDan/moneyQuDao.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "金额-申诉", "href": "childPath/charts/dinDan/moneyShenShu.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "金额-维权", "href": "childPath/charts/dinDan/moneyWeiQuan.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "金额-总计", "href": "childPath/charts/dinDan/moneyAll.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "跟踪准确率", "href": "childPath/charts/dinDan/OKgaiLv.html",
|
| | | "value": "行为数据", "href": "childPath/charts/faquan/dongtai_collect.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "资金数据", |
| | | "value": "品牌",
|
| | | "child": [
|
| | | {
|
| | | "value": "用户提现金额", "href": "childPath/charts/ziJin/moneytiXian.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "用户提现次数", "href": "childPath/charts/ziJin/numtiXian.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "客服审核", "href": "childPath/charts/ziJin/keFuShenHe.html",
|
| | | "value": "店铺背景条幅", "href": "childPath/shop/brand_bg_img.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "福利/奖励数据",
|
| | | "value": "消息通知",
|
| | | "child": [
|
| | | {
|
| | | "value": "奖励券-数量", "href": "childPath/charts/prize/jiangLiNumber.html",
|
| | | "value": "推荐推送", "href": "childPath/editor/message/todayPush/today_index.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "奖励券-金额", "href": "childPath/charts/prize/jiangLiMoney.html",
|
| | | "value": "百川推送", "href": "childPath/editor/message/baiChuan.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "免单券", "href": "childPath/charts/prize/mianDanMoney.html",
|
| | | "value": "网页推送", "href": "childPath/editor/message/wangYe.html",
|
| | | "child": []
|
| | | }
|
| | | ] |
| | | },
|
| | | {
|
| | | "value": "系统消息", "href": "childPath/editor/message/zhanNeiXin.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "页面公告", "href": "childPath/editor/message/huangTiao.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "大图通知", "href": "childPath/config/config_manage.html?type=msgNotify",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "官宣任务", "href": "childPath/config/config_manage.html?type=guanXuan",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "板栗助手", "href": "childPath/config/config_manage.html?type=specialHelper",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "商品", "icon": "adminshangpinxuanzhong",
|
| | | "value": "帮助中心",
|
| | | "child": [
|
| | | {
|
| | | "value": "自家精选商品", "href": "childPath/goods/jingXuan.html",
|
| | | "value": "问答", "href": "window/mobileAdmin/helpCenter.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "淘宝",
|
| | | "value": "分类", "href": "window/mobileAdmin/helpCenterCate.html",
|
| | | "child": []
|
| | | }
|
| | | ] |
| | | },
|
| | | {
|
| | | "value": "创建分享",
|
| | | "child": [
|
| | | { |
| | | "value": "淘宝商品", "href": "childPath/config/config_manage.html?type=tbGoods",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "京东商品", "href": "childPath/config/config_manage.html?type=jdGoods",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "拼多多商品", "href": "childPath/config/config_manage.html?type=pddGoods",
|
| | | "child": []
|
| | | }
|
| | | ] |
| | | },
|
| | | {
|
| | | "value": "图片弹框", "href": "childPath/looks/indexToast.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "邀请好友图", "href": "childPath/looks/share.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "品类运营", "icon": "",
|
| | | "child": [
|
| | | { |
| | | "value": "商品分类", |
| | | "child": [
|
| | | {
|
| | | "value": "分类", "href": "childPath/goodsOpt/fenLei.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "二级分类标签", "href": "childPath/goodsOpt/fenLeiLabel.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "分类导航栏", "href": "childPath/looks/navigation.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "淘宝商品来源",
|
| | | "child": [
|
| | | {
|
| | | "value": "普通接口", "href": "childPath/goods/taobao.html",
|
| | |
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "商品设置",
|
| | | "value": "自编精选商品", "href": "childPath/goods/jingXuan.html",
|
| | | "child": [] |
| | | },
|
| | | {
|
| | | "value": "品牌",
|
| | | "child": [
|
| | | {
|
| | | "value": "商品分类", "href": "childPath/goodsOpt/fenLei.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "商品二级分类标签", "href": "childPath/goodsOpt/fenLeiLabel.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "自动入库", "href": "window/1linShi/autoInSp_index.html",
|
| | | "child": []
|
| | | }
|
| | | ] |
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "店铺", "icon": "admindianpu-copy",
|
| | | "child": [
|
| | | { |
| | | "value": "品牌", "href": "childPath/shop/brand.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "品牌分类", "href": "childPath/shop/fenLei.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "店铺查看",
|
| | | "child": [
|
| | | { |
| | | "value": "淘宝店铺", "href": "childPath/shop/taobao.html",
|
| | | "value": "品牌店铺", "href": "childPath/shop/brand.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "标签", "icon": "adminbiaoqian",
|
| | | "child": [
|
| | | {
|
| | | "value": "商品标签", "href": "window/biaoQianAdmin/allBq.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "福利/奖励", "icon": "adminfuli",
|
| | | "child": [
|
| | | {
|
| | | "value": "奖励券",
|
| | | "child": [
|
| | | { |
| | | "value": "总览", "href": "childPath/prize/RewardCouponsAll.html",
|
| | | "value": "入库管理", "href": "window/1linShi/autoInSp_index.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "统计", "href": "childPath/prize/RewardCouponsTj.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "发放", "href": "childPath/prize/RewardCoupons.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "免单券",
|
| | | "child": [
|
| | | { |
| | | "value": "总览", "href": "childPath/prize/freeCouponsAll.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "统计", "href": "childPath/prize/freeCouponsTj.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "详细使用记录", "href": "childPath/prize/freeCouponsHistory.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "APP形象", "icon": "adminpinpaixingxiang",
|
| | | "child": [
|
| | | { |
| | | "value": "弹出式广告", "href": "childPath/looks/indexToast.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "顶部导航栏", "href": "childPath/looks/navigation.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "轮播图", "href": "childPath/looks/swiper1.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "专题管理",
|
| | | "child": [
|
| | | {
|
| | | "value": "位置管理", "href": "childPath/looks/layout_location.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "内容设置", "href": "childPath/looks/layout_1.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "标签管理", "href": "childPath/looks/special_label.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | { |
| | | "value": "热门搜索", "href": "childPath/editor/hot_search.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "分享邀请", "href": "childPath/looks/share.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "交互编辑", "icon": "adminbianjiqianbixieshuru2",
|
| | | "child": [
|
| | | { |
| | | "value": "消息通知",
|
| | | "child": [
|
| | | { |
| | | "value": "小黄条公告", "href": "childPath/editor/message/huangTiao.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "今日推荐", "href": "childPath/editor/message/todayPush/today_index.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "站内信", "href": "childPath/editor/message/zhanNeiXin.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "网页推送", "href": "childPath/editor/message/wangYe.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "百川推送", "href": "childPath/editor/message/baiChuan.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "官宣任务", "href": "childPath/editor/message/guanXuan.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "返利券小助手", "href": "childPath/editor/message/zhuShou.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | { |
| | | "value": "动态", "href": "childPath/editor/dongTai/index.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "动态发圈", "href": "childPath/editor/dongTai/evaluate_list.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "动态素材", "href": "childPath/editor/dongTai/sucai_list.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "学院文章", "href": "childPath/editor/dongTai/article.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "帮助中心", |
| | | "child": [
|
| | | { |
| | | "value": "分类", "href": "window/mobileAdmin/helpCenterCate.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "问答", "href": "window/mobileAdmin/helpCenter.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | { |
| | | "value": "人工客服", "href": "window/mobileAdmin/workerAnswer.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "审核", "icon": "adminshenhe1",
|
| | | "child": [
|
| | | { |
| | | "value": "申诉订单", "href": "childPath/shenHe/dinDanYiChang.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "提现审核", "href": "childPath/shenHe/tiXian1.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "下载提现TXT", "href": "childPath/shenHe/downAutoExtractUser.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "上传微信Excel", "href": "childPath/shenHe/uploadExtractExcel.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "板栗商城订单", "href": "childPath/shenHe/shopOrder1.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "超级会员审核", "href": "childPath/shenHe/vip_audit_list.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "商城管理", "icon": "adminshenhe1",
|
| | | "value": "板栗商城管理", "icon": "adminshenhe1",
|
| | | "child": [
|
| | | {
|
| | | "value": "商品管理", "href": "childPath/mall/shop_goods.html",
|
| | |
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "红包管理", "icon": "adminshenhe1",
|
| | | "child": [
|
| | | {
|
| | | "value": "新人红包", "href":"childPath/redpack/newbies_list.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "红包管理", "href":"childPath/redpack/manage_list.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "红包扣除", "href": "childPath/redpack/deduct_list.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "红包封禁", "href": "childPath/redpack/forbid_list.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "红包设置", "href": "childPath/redpack/config_list.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "红包提现审核", "href": "childPath/redpack/redpackExchangeList.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "用户", "icon": "adminuser",
|
| | | "value": "用户运营", "icon": "",
|
| | | "child": [
|
| | | {
|
| | | "value": "用户管理", "icon": "adminuser",
|
| | | "child": [
|
| | | {
|
| | | "value": "用户数据", "href": "childPath/charts/user/userCollect.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "正常用户", "href": "childPath/user/normal.html",
|
| | | "child": []
|
| | |
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "队员关系", "href": "childPath/user/friend.html",
|
| | | "value": "虚拟用户", "href": "childPath/user/fictitious_user.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "资金记录", "href": "childPath/user/money.html",
|
| | | "value": "粉丝关系", "href": "childPath/user/friend.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "动态用户", "href": "childPath/user/dynamic_user.html",
|
| | | "value": "超级会员审核", "href": "childPath/shenHe/vip_audit_list.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "金币榜单", "href": "childPath/user/goldCoinTop.html",
|
| | | "value": "会员设置", "href": "childPath/user/vip_config_list.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "订单", "icon": "admindingdan",
|
| | | "value": "订单管理", "icon": "adminuser",
|
| | | "child": [
|
| | | {
|
| | | "value": "订单数据", "href": "childPath/charts/dinDan/orderCollect.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "订单总览", "href": "childPath/dingDan/dingDan.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "淘宝订单", "href": "childPath/dingDan/dingDan_taoBao.html",
|
| | | "value": "淘宝订单记录", "href": "childPath/dingDan/dingDan_taoBao.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "维权订单", "href": "childPath/dingDan/dingDan_taoBao_wq.html",
|
| | | "value": "淘宝维权订单记录", "href": "childPath/dingDan/dingDan_taoBao_wq.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "饿了么订单", "href": "childPath/dingDan/elme_order.html",
|
| | | "value": "饿了么订单记录", "href": "childPath/dingDan/elme_order.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "京东订单记录", "href": "childPath/dingDan/dingDan_jinDong.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "拼多多订单记录", "href": "childPath/dingDan/dingDan_pinDuoDuo.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "订单找回管理", "href": "childPath/shenHe/dinDanYiChang.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "板栗商城订单管理", "href": "childPath/shenHe/shopOrder1.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "辅助工具", "icon": "admingongju-fill",
|
| | | "value": "资金管理", "icon": "adminuser",
|
| | | "child": [
|
| | | {
|
| | | "value": "生成图片URL", "href": "childPath/tools/uploadImg.html",
|
| | | "value": "资金数据", "href": "childPath/charts/ziJin/ziJinCollect.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "转换长短链接", "href": "childPath/tools/converLink.html",
|
| | | "value": "提现审核", "href": "childPath/shenHe/tiXian1.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "资金记录", "href": "childPath/user/money_record.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "活动运营", "icon": "",
|
| | | "child": [
|
| | | {
|
| | | "value": "红包管理",
|
| | | "child": [
|
| | | {
|
| | | "value": "红包数据 日分曲线图", "href": "childPath/charts/user/redpackCollect.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "兑换审核", "href": "childPath/redpack/redpackExchangeList.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "新人红包记录", "href":"childPath/redpack/newbies_list.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "邀请红包记录","href": "childPath/redpack/manage_list.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "邀请红包阶段","href": "childPath/redpack/invite_win_list.html",
|
| | | "child": []
|
| | | },
|
| | | { |
| | | "value": "红包管控", "href": "childPath/redpack/redpackControl.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "红包设置", "href": "childPath/redpack/config_list.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "金币管理", |
| | | "child": [
|
| | | {
|
| | | "value": "金币数据 日分曲线图", "href": "childPath/charts/user/gold_coin_charts.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "金币榜单", "href": "childPath/user/goldCoinTop.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "金币记录", "href": "childPath/user/gold_coin_record.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "金币设置", "href": "childPath/config/config_manage.html?type=goldCoin",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "免单券管理",
|
| | | "child": [
|
| | | { |
| | | "value": "免单券数据 日分曲线图", "href": "childPath/charts/prize/free_coupon_collect.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "免单券记录", "href": "childPath/prize/freeCouponsHistory.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "免单券设置", "href": "childPath/config/config_manage.html?type=freeCoupon",
|
| | | "child": []
|
| | | }
|
| | | ] |
| | | },
|
| | | {
|
| | | "value": "返利奖励券管理",
|
| | | "child": [
|
| | | { |
| | | "value": "返利奖励券 日分曲线图", "href": "childPath/charts/prize/rebate_coupon.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "返利奖励券记录", "href": "childPath/prize/RewardCouponsAll.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "返利奖励券设置", "href": "childPath/config/config_manage.html?type=rebateCoupon",
|
| | | "child": []
|
| | | }
|
| | | ] |
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "系统设置", "icon": "",
|
| | | "child": [
|
| | | {
|
| | | "value": "页面文本设置", "href": "childPath/config/config_manage.html?type=pageText",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "页面链接设置", |
| | | "child": [
|
| | | {
|
| | | "value": "协议相关", "href": "childPath/config/config_manage.html?type=protocol",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "规则相关", "href": "childPath/config/config_manage.html?type=rule",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "帮助攻略相关", "href": "childPath/config/config_manage.html?type=helpStrategy",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "功能参数设置",
|
| | | "child": [
|
| | | { |
| | | "value": "订单购物车相关", "href": "childPath/config/config_manage.html?type=orderCart",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "提现相关", "href": "childPath/config/config_manage.html?type=extract",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "屏蔽控制", "href": "childPath/config/config_manage.html?type=maskControl",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "辅助工具", "icon": "",
|
| | | "child": [
|
| | | {
|
| | | "value": "生成图片URL(链接)", "href": "childPath/tools/uploadImg.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "转换短连接", "href": "childPath/tools/converLink.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "文案转链", "href": "childPath/system/convertLink.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | "value": "系统", "icon": "adminxitongpeizhi",
|
| | | "child": [
|
| | | {
|
| | | "value": "jumpDetail设置", "href": "childPath/system/jumpDetail.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "客户端网页资源", "href": "childPath/system/urlPath.html",
|
| | | "child": []
|
| | | },
|
| | | {
|
| | | "value": "系统参数设置", "href": "childPath/system/other.html",
|
| | | "child": []
|
| | | }
|
| | | ]
|