|
@ -217,12 +217,12 @@ |
|
|
</f:Grid> |
|
|
</f:Grid> |
|
|
<f:ContentPanel runat="server" CssClass="totalpanel" ShowBorder="true" ShowHeader="false" ColumnWidth="50%"> |
|
|
<f:ContentPanel runat="server" CssClass="totalpanel" ShowBorder="true" ShowHeader="false" ColumnWidth="50%"> |
|
|
<div style="margin-bottom: 10px; "> |
|
|
<div style="margin-bottom: 10px; "> |
|
|
<input type="hidden" id="TOTAL_PRICE" name="TOTAL_PRICE" /> |
|
|
<input type="hidden" id="TOTAL_PRICE" name="TOTAL_PRICE" /><%= GetResourceKey("总计:") %> |
|
|
总计:<span id="totalPrice" style="color: red; font-size: 1.5em; font-weight: bold;" ></span> |
|
|
<span id="totalPrice" style="color: red; font-size: 1.5em; font-weight: bold;" ></span> |
|
|
<input type="hidden" id="TOTAL_PRICE1" name="TOTAL_PRICE1" /> |
|
|
<input type="hidden" id="TOTAL_PRICE1" name="TOTAL_PRICE1" /> |
|
|
<input type="hidden" id="TOTAL_PRICE_TAX" name="TOTAL_PRICE_TAX" /> |
|
|
<input type="hidden" id="TOTAL_PRICE_TAX" name="TOTAL_PRICE_TAX" /><%= GetResourceKey("税额:") %> |
|
|
税额:<span id="totalPriceTax" style="color: red; font-size: 1.5em; font-weight: bold;" ></span> |
|
|
<span id="totalPriceTax" style="color: red; font-size: 1.5em; font-weight: bold;" ></span><%= GetResourceKey("税后金额:") %> |
|
|
税后金额:<span id="totalPrice1" style="color: red; font-size: 1.5em; font-weight: bold;" ></span> |
|
|
<span id="totalPrice1" style="color: red; font-size: 1.5em; font-weight: bold;" ></span> |
|
|
</div> |
|
|
</div> |
|
|
<%--<div style="margin-bottom: 10px;"> |
|
|
<%--<div style="margin-bottom: 10px;"> |
|
|
</div> |
|
|
</div> |
|
|