diff --git a/common/getCdnUrl.js b/common/getCdnUrl.js
index 28da543..7fb21f9 100644
--- a/common/getCdnUrl.js
+++ b/common/getCdnUrl.js
@@ -1,9 +1,9 @@
export default (path)=> {
// return `/sta_back/images/${path}`
- return `https://oms.jtrs56.com/static/sapp/images/${path}`
+ return `https://oms.tanex56.com/static/sapp/images/${path}`
}
export const getCdnRoot = (path)=> {
// return `/static/${path}`
- return `https://oms.jtrs56.com/static/sapp/${path}`
+ return `https://oms.tanex56.com/static/sapp/${path}`
}
\ No newline at end of file
diff --git a/pages/bill/detail.vue b/pages/bill/detail.vue
index ee2dfaa..1e8603e 100644
--- a/pages/bill/detail.vue
+++ b/pages/bill/detail.vue
@@ -4,55 +4,61 @@
-
-
+
- 账单编号
- {{info.settleBillNo}}
+ 账单编号:
+ {{info.settleBillNo}}
- 出账日期
- {{info.settleStartDate}}
+ 账单日期:
+ {{info.createTime}}
- 总票数
- {{info.sendPieceSum}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- 总件数
- {{info.pieceNumber}}
-
-
- 总重量
- {{info.feeWeight}}
-
-
- 应付金额
- ¥{{info.recMoney}}
-
-
- 已付金额
- ¥{{info.recedMoney}}
-
-
- 开票状态
+
+ 支付状态:
- 未开票
- 已开票
- 部分开票
+ 未付款
+ 已付款
+ 部分付款
+
-
- 支付状态
- 已支付
-
+
- 支付金额
+ 待支付:
-
-
-
-
-
+
+
+
+
+
+
+ 备注:
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -101,10 +149,10 @@
-
+
支付
+ >立即支付
@@ -114,6 +162,7 @@