<{if !$price_monitor}> <{/if}> <{if $is_change > 0}> <{if $is_cod != 'true'}> <{/if}> <{else}> <{/if}> <{if $price_monitor}> <{if $price_monitor.bn}> <{/if}> <{else}> <{/if}>
原订单总金额为:   <{$total|cur}>
现订单总金额为:   <{$newtotal|cur}>    差额:<{$diff_money|cur}>
   
订单已支付金额:   <{$payed|cur}>
应收金额:   <{$change_value|cur}>
     在财务管理中会自动生成一张差额付款单,请财务尽快确认!
  订单无差额,编辑后的订单需要重新确认!
价格监控:   <{if $price_monitor.profit > 0}>合理范围内  系统建议复审通过<{else}>不在合理范围内  系统建议复审不通过<{/if}>
未设置成本价的商品货号:<{$price_monitor.bn}>
   
<{if $is_retrial=='true'}>您修改的订单将进入复审,确定要修改此订单吗?<{/if}>
  <{if $is_retrial=='true' && $is_refund=='true'}> <{button label="确认" class="btn-primary" id="submit_refund" onclick="frm_refund()" }><{button label="取消" class="btn-primary" id="close_btn" }> <{else}> <{button label="确认" class="btn-primary" id="submit_btn_check" onclick="frm_submit_order_edit()" }><{button label="取消" class="btn-primary" id="close_btn" }> <{/if}>