yujian
2020-06-05 b906709157ac713aa8fc483d1a864b61946d7668
京东订单显示数据调整
1个文件已修改
8 ■■■■ 已修改文件
childPath/dingDan/jd_order.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
childPath/dingDan/jd_order.html
@@ -90,10 +90,10 @@
                                            { title: "订单号", key: mo[i].orderId, value: mo[i].orderId },
                                            { title: "商品单价", key: mo[i].price, value: "¥" + mo[i].price },
                                            { title: "商品数量", key: mo[i].skuNum, value: mo[i].skuNum },
                                            { title: "实付款", key: mo[i].actualCosPrice, value: "¥" + mo[i].actualCosPrice },
                                            { 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].commissionRate, value: mo[i].commissionRate },
                                            { title: "预估返利", key: mo[i].estimateFee, value: mo[i].estimateFee },
                                            { title: "创建时间", key: mo[i].createTime, value: mo[i].createTime },
                                            { title: "更新时间", key: mo[i].updateTime, value: mo[i].updateTime },
                                        ]
@@ -125,10 +125,10 @@
                    { 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.4rem", orderUp: "", orderDown: "" },
                    { title: "预估返利", width: "0.4rem", orderUp: "", orderDown: "" },
                    { title: "创建时间", width: "0.6rem", orderUp: "", orderDown: "" },
                    { title: "更新时间", width: "0.6rem", orderUp: "", orderDown: "" },
                ]