|
@@ -135,16 +135,16 @@
|
|
|
</li>
|
|
|
{/if}
|
|
|
|
|
|
-<li>
|
|
|
+
|
|
|
<!--
|
|
|
<em>预估到帐金额:</em>
|
|
|
<b class="currencymoney budget">{$fullordersmt['budget']}</b>
|
|
|
-->
|
|
|
-
|
|
|
+<!-- <li>
|
|
|
<em>收款金额:</em>
|
|
|
<input name="skje" class="must currencymoney" value="{$fullordersmt['skje']}" type="text">
|
|
|
<div class="none"><b class="currencymoney budget">{$fullordersmt['budget']}</b></div>
|
|
|
-</li>
|
|
|
+</li> -->
|
|
|
|
|
|
<li>
|
|
|
<em>订单状态:</em>
|
|
@@ -171,22 +171,22 @@
|
|
|
</li>
|
|
|
-->
|
|
|
|
|
|
-<li class="lengthfour">
|
|
|
+<li >
|
|
|
<em>物流金额:</em>
|
|
|
<input name="expressmoney" class="must currencymoney" value="{$fullordersmt['expressmoney']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
-<li class="lengthfour">
|
|
|
+<li class="lengththree">
|
|
|
<em>补/退原额:</em>
|
|
|
<input name="refundy" class="must currencymoney" value="{$fullordersmt['refundy']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
-<li class="lengthfour">
|
|
|
+<li class="lengththree">
|
|
|
<em>补/退净额:</em>
|
|
|
<input name="refundj" class="must currencymoney" value="{$fullordersmt['refundj']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
-<li class="lengthfour">
|
|
|
+<li class="lengththree">
|
|
|
<em>订单金额:</em>
|
|
|
<input name="shouldmoney" class="must currencymoney" value="{$fullordersmt['shouldmoney']}" type="text" {if $fullordersmt['shouldmoney'] > 200}style="color:#F00"{/if}>
|
|
|
</li>
|