You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/DSWeb/Temp/SetUpdateWmsRateFEESCALE.aspx

57 lines
2.5 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SetUpdateWmsRateFEESCALE.aspx.cs" Inherits="DSWeb.Temp.SetUpdateWmsRateFEESCALE" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<table>
<tr>
<td>
<asp:Button ID="Button1" runat="server" Text="按照新算法更新wms_rate表中的费率区间" onclick="Button1_Click" Enabled=false />
</td>
</tr>
<tr>
<td>
<asp:Button ID="Button2" runat="server" Text="解决资通物流出入库的型号中文乱码问题" onclick="Button2_Click" Enabled=false />
</td>
</tr>
<tr>
<td>
<asp:Button ID="Button3" runat="server" Text="解决总账凭证录入的科目显示模式的变更问题" onclick="Button3_Click" />
</td>
</tr>
<tr>
<td>
<asp:Button ID="Button4" runat="server" Text="解决接口凭证换新界面后ACCALL为空的问题" onclick="Button4_Click" />
</td>
</tr>
<tr>
<td>
<asp:Button ID="Button5" runat="server" Text="解决因多会计造成的总账成本收入凭证重复的问题根据ch_Fee中总账凭证号由系统自动生成" onclick="Button5_Click" />
</td>
</tr>
<tr>
<td>
<asp:Button ID="Button6" runat="server" Text="解决结算费用 生成到主营业务改为生成到应收付账款 中的问题根据ch_fee_settlement中总账凭证号由系统重新生成结算凭证" onclick="Button6_Click" />
</td>
</tr>
<tr>
<td>
<asp:Button ID="Button7" runat="server" Text="解决总账凭证重新排序的问题同时更新ch_fee、ch_fee_settlement中的关联的总账凭证号" onclick="Button7_Click" />
</td>
</tr>
<tr><td height=10></td></tr>
<tr>
<td style="color:Red; font-weight:bold;">
注意:以上按钮执行时,只有弹出“操作成功”,才允许关闭页面!!!
</td>
</tr>
</table>
</form>
</body>
</html>