Browse Source

翻译

master
qian 10 months ago
parent
commit
2e1add2495
  1. 10
      北京北汽/SCP/Views/SupplierData/SCP_RECEIVE_LIST.aspx
  2. 2
      北京北汽/SCP/default_hb.aspx
  3. 2
      北京北汽/SCP/default_hb.aspx.cs

10
北京北汽/SCP/Views/SupplierData/SCP_RECEIVE_LIST.aspx

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

2
北京北汽/SCP/default_hb.aspx

@ -71,7 +71,7 @@
<input type="text" value="" id="Text1" placeholder="验证码是否正确" runat="server" style="display:none">
<div class="name" runat="server" id="div_4" style="visibility:hidden" >
<div class="name" runat="server" id="div_4" style="visibility:hidden;margin-top:20px;" >
<label id="lb_PwdNew" runat="server"><%= GetResourceKey("新密码") %></label><input type="text" runat="server" class="text" id="textPassword1" placeholder="最少8位须包含大小写字母数字特殊符号" name="textPassword1" tabindex="6">
</div>

2
北京北汽/SCP/default_hb.aspx.cs

@ -224,7 +224,7 @@ namespace SCP
{
if (number.Number < 5)
{
Text2.Value = GetResourceKey( "用户名或密码错误") + number.Number + GetResourceKey("次24小时内错误5次账号将变为未启用状态!"));
Text2.Value = GetResourceKey( "用户名或密码错误") + number.Number + GetResourceKey("次24小时内错误5次账号将变为未启用状态!");
}
}

Loading…
Cancel
Save