diff --git a/pages/agent/detail/item-money-info/money-info.wxml b/pages/agent/detail/item-money-info/money-info.wxml
index 939a8f1..4b6e857 100644
--- a/pages/agent/detail/item-money-info/money-info.wxml
+++ b/pages/agent/detail/item-money-info/money-info.wxml
@@ -4,7 +4,8 @@
-
+
首款信息
预计总金额
@@ -28,7 +29,7 @@
代卖费
{{formate.formateAmount(item.proxyAmount) || 0}}元
-
+
代卖费单价 x 净重
{{formate.formatePrice2(item.unitSurcharge)}} x
{{formate.formateWeight3(item.weightnoteInfo.netWeight)}}
@@ -42,7 +43,7 @@
- 尾款信息
+ 尾款信息
未结算金额
{{formate.formateAmount(item.unSettleMoney)}}元
@@ -64,11 +65,21 @@
调节费
-{{formate.formateAmount(item.adjustMoney)}}元
-->
-
- 补贴与扣款
+
+ 纸厂补贴与扣款
{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元
-
+
+ 返还补贴
+ {{formate.formateAmount(item.refundSubsidy==null?0:item.refundSubsidy)}}元
+
+
+ 调节费
+ {{formate.formateAmount(item.adjustMoney==null?0:item.adjustMoney)}}元
+
+
尾款实收金额:
{{formate.formateAmount(item.finalPayMoney)}}元
@@ -80,8 +91,8 @@
-
+
总金额
{{formate.formateAmount(item.sumAmount)}}元
@@ -95,7 +106,7 @@
代卖费
{{formate.formateAmount(item.surcharge) || 0}}元
-
+
代卖费单价 x 结算重量
{{formate.formatePrice2(item.unitSurcharge==null?0:item.unitSurcharge)}} x
{{formate.formateWeight(item.weightnoteInfo.settleWeight)}}
@@ -111,10 +122,20 @@
{{item.adjustMoney > 0 ? '+' : ''}}{{formate.formateAmount(item.adjustMoney)}}元
-->
- 补贴与扣款
+ wx:if="{{item.totalOtherAmount}}">
+ 纸厂补贴与扣款
{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元
+
+ 返还补贴
+ {{formate.formateAmount(item.refundSubsidy==null?0:item.refundSubsidy)}}元
+
+
+ 调节费
+ {{formate.formateAmount(item.adjustMoney==null?0:item.adjustMoney)}}元
+
总收款金额:
{{formate.formateAmount(item.weightnoteInfo.settlePrice)}}元
diff --git a/pages/agent/detail/order-info/order-info.wxml b/pages/agent/detail/order-info/order-info.wxml
index ff2d51c..db3d857 100644
--- a/pages/agent/detail/order-info/order-info.wxml
+++ b/pages/agent/detail/order-info/order-info.wxml
@@ -15,7 +15,7 @@
创建时间
{{orderInfo.createTime}}
-
+
订单备注
{{orderInfo.remark || ''}}
diff --git a/pages/agent/detail/pound-info/pound-info.wxml b/pages/agent/detail/pound-info/pound-info.wxml
index fde7c3b..c607918 100644
--- a/pages/agent/detail/pound-info/pound-info.wxml
+++ b/pages/agent/detail/pound-info/pound-info.wxml
@@ -24,29 +24,20 @@
代卖费
{{formate.formatePrice2(item.unitSurcharge==null?0:item.unitSurcharge)}}
-
+
- 补贴与扣款
+ 纸厂补贴与扣款
{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元
{{cell.title}}
{{formate.formateAmount(cell.amount==null?0:cell.amount)}}元
-
-
-
- 总计
- {{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元
-
-
- 备注
- {{item.deductionNotes==null? '':item.deductionNotes}}
-
+
@@ -61,4 +52,8 @@
+
+ 备注
+ {{item.deductionNotes==null? '':item.deductionNotes}}
+
\ No newline at end of file
diff --git a/pages/article/detail/index.js b/pages/article/detail/index.js
index c141cf4..dd08453 100644
--- a/pages/article/detail/index.js
+++ b/pages/article/detail/index.js
@@ -285,12 +285,9 @@ Page({
var context = wx.createCanvasContext('mycanvas');
context.setFillStyle("red")
context.fillRect(0, 0, 375, 667)
- var path = "/assets/image/def_image.png";
var path2 = "/assets/image/def_image.png";
- var path3 = "/assets/image/def_image.png";
- var path4 = "/assets/image/def_image.png";
- var path5 = "/assets/image/def_image.png";
- context.drawImage(path2, 126, 186, 120, 120);
+ context.drawImage(path2, 0, 0, 375,667)
+ // context.drawImage(path2, 0, 0, 120, 120);
// context.save(); // 保存当前context的状态
var name = 'hahahaha';
diff --git a/pages/article/detail/index.wxml b/pages/article/detail/index.wxml
index 8dd2cf0..5dac308 100644
--- a/pages/article/detail/index.wxml
+++ b/pages/article/detail/index.wxml
@@ -74,7 +74,7 @@
-
+
+
+
\ No newline at end of file
diff --git a/pages/article/detail/index.wxss b/pages/article/detail/index.wxss
index a0b76d5..44d78f9 100644
--- a/pages/article/detail/index.wxss
+++ b/pages/article/detail/index.wxss
@@ -52,9 +52,10 @@
line-height: 80rpx;
text-align: center;
position: fixed;
- bottom: 90rpx;
left: 6%;
background: red;
color: white;
font-size: 32rpx;
+ top:82%;
+ z-index: 11;
}