结算单价
{{formate.formatePrice2(item.weightnoteInfo.settleUtiPrice)}}
净重
{{formate.formateWeight(item.weightnoteInfo.netWeight)}}
结算重量
{{formate.formateWeight(item.weightnoteInfo.settleWeight)}}
扣点
{{item.weightnoteInfo.deductedPoint}}%
代卖费
{{formate.formatePrice2(item.unitSurcharge==null?0:item.unitSurcharge)}}
补贴与扣款
{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元
运费补贴
{{formate.formateAmount(item.freightSubsidies==null?0:item.freightSubsidies)}}元
其他补贴
{{formate.formateAmount(item.otherSubsidies==null?0:item.otherSubsidies)}}元
违禁物品扣款
{{formate.formateAmount(item.contrabandPenalty==null?0:item.contrabandPenalty)}}元
装车不规范扣款
{{formate.formateAmount(item.nonStandardPenalty==null?0:item.nonStandardPenalty)}}元
其他扣款
{{formate.formateAmount(item.otherPenalty==null?0:item.otherPenalty)}}元
总计
{{formate.formateAmount(item.totalOtherAmount==null?0:item.totalOtherAmount)}}元
备注
{{item.remark==null? '':item.remark}}
调节费
{{item.adjustMoney > 0 ? '+' : ''}}{{formate.formateAmount(item.adjustMoney)}}元
磅单图片