📄 systemconfig.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SystemConfig.aspx.cs" Inherits="SystemConfig" %>
<!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">
<div>
<strong>价格导入参数维护</strong>
<hr />
</div>
<table style="width: 620px; height: 500px" border="1">
<tr>
<td colspan="4" style="height: 18px">
<span style="font-size: 11pt; font-family: 宋体"><strong>是否提供零件名称</strong></span></td>
</tr>
<tr>
<td style="width: 155px; height: 18px">
</td>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbNameYes" runat="server" Text="是" Font-Names="宋体" Font-Size="Small" GroupName="ProvideName" /></td>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbNameNo" runat="server" Text="否" Font-Names="宋体" Font-Size="Small" GroupName="ProvideName" /></td>
<td style="width: 155px; height: 18px">
</td>
</tr>
<tr>
<td style="height: 10px" colspan="4">
</td>
</tr>
<tr>
<td style="width: 155px; height: 18px">
<strong><span style="font-family: 宋体">价格文件格式</span></strong></td>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbUsrFormat" runat="server" Text="用户提供格式" Font-Names="Arial" Font-Size="Small" GroupName="FileFormat" /></td>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbStdFormat" runat="server" Text="标准文件格式" Font-Names="Arial" Font-Size="Small" GroupName="FileFormat" /></td>
<td style="width: 155px; height: 18px">
</td>
</tr>
<tr>
<td style="height: 10px" colspan="4">
</td>
</tr>
<tr>
<td style="width: 155px; height: 18px">
<strong><span style="font-size: 11pt; font-family: 宋体">最多同时查看</span></strong></td>
<td style="width: 155px; height: 18px">
<asp:DropDownList ID="ddlPriceCol" runat="server" Height="20px" Width="60px" Font-Bold="False" Font-Names="Arial" Font-Overline="False" Font-Size="Small">
<asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem>
</asp:DropDownList><strong><span style="font-size: 11pt; font-family: 宋体"></span></strong></td>
<td style="width: 155px; height: 18px">
<strong><span style="font-size: 11pt; font-family: 宋体">套价格</span></strong></td>
<td style="width: 155px; height: 18px">
</td>
</tr>
<tr>
<td style="height: 10px" colspan="4">
</td>
</tr>
<tr>
<td style="width: 155px; height: 18px">
<strong><span style="font-size: 11pt; font-family: 宋体">默认价格有效期限</span></strong></td>
<td style="width: 155px; height: 18px">
<asp:TextBox ID="txtDfalDate" runat="server" Height="16px" Width="120px"></asp:TextBox></td>
<td style="width: 155px; height: 18px">
</td>
<td style="width: 155px; height: 18px">
</td>
</tr>
<tr>
<td style="height: 10px" colspan="4">
</td>
</tr>
<tr>
<td colspan="4" style="height: 18px">
<strong><span style="font-size: 11pt; font-family: 宋体">重复零件处理规则</span></strong></td>
</tr>
<tr>
<td style="width: 155px; height: 18px;">
<asp:RadioButton ID="rbDup_Max" runat="server" Text="取最大值" GroupName="Duplicate" Font-Names="Arial" Font-Size="Small" Height="20px" Width="80px" /></td>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbDup_Min" runat="server" Text="取最小值" GroupName="Duplicate" Font-Names="Arial" Font-Size="Small" /></td>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbDup_Avg" runat="server" Text="取平均值" GroupName="Duplicate" Font-Names="Arial" Font-Size="Small" /></td>
<td style="width: 155px; height: 18px;">
<asp:RadioButton ID="rbDup_UserConfg" runat="server" Text="用户指定" GroupName="Duplicate" Font-Names="Arial" Font-Size="Small" /></td>
</tr>
<tr>
<td style="height: 10px;" colspan="4">
</td>
</tr>
<tr>
<td colspan="4" style="height: 18px">
<span style="font-size: 11pt; font-family: 宋体"><strong>超越价格导入上下限处理规则</strong></span></td>
</tr>
<tr>
<td style="width: 155px; height: 18px;">
<asp:RadioButton ID="rbOvr_Not" runat="server" Text="不导入" Font-Names="Arial" Font-Size="Small" GroupName="OvrLimit" /></td>
<td style="width: 155px; height: 18px">
</td>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbOvr_Yes" runat="server" Font-Names="宋体" Font-Size="Small"
Text="导入" GroupName="OvrLimit" /></td>
<td style="width: 155px; height: 18px;">
</td>
</tr>
<tr>
<td colspan="4" style="height: 10px">
</td>
</tr>
<tr>
<td colspan="4" style="height: 18px">
<strong><span style="font-size: 11pt; font-family: 宋体">未导入零件处理规则</span></strong></td>
</tr>
<tr>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbDoNothing" runat="server" Font-Names="宋体" Font-Size="Small"
Text="不处理" GroupName="UnImportComp" /></td>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbUmImpStand" runat="server" Font-Names="宋体" Font-Size="Small"
Text="按原厂价格导入" GroupName="UnImportComp" /></td>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbUnImpByRate" runat="server" Font-Names="宋体" Font-Size="Small"
Text="按幅度调节" GroupName="UnImportComp" /></td>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbUnImpUsr" runat="server" Font-Names="宋体" Font-Size="Small"
Text="用户指定" GroupName="UnImportComp" /></td>
</tr>
<tr>
<td colspan="4" style="height: 18px">
</td>
</tr>
<tr>
<td colspan="4" style="height: 18px">
<span style="font-size: 11pt"><strong>用户指定未导入零件价格处理原则</strong></span></td>
</tr>
<tr>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbUsr_Yes" runat="server" Font-Names="宋体" Font-Size="Small"
Text="必须完成" /></td>
<td style="width: 155px; height: 18px">
</td>
<td style="width: 155px; height: 18px">
<asp:RadioButton ID="rbUsr_No" runat="server" Font-Names="宋体" Font-Size="Small"
Text="不必完成" /></td>
<td style="width: 155px; height: 18px">
</td>
</tr>
<tr>
<td style="height: 10px" colspan="4">
<strong><span style="font-size: 11pt; font-family: 宋体"></span></strong>
</td>
</tr>
<tr>
<td colspan="4" style="height: 18px">
<strong><span style="font-size: 11pt; font-family: 宋体">
价格发布规则</span></strong></td>
</tr>
<tr>
<td colspan="2" style="height: 18px">
<asp:RadioButton ID="rbPub_Yes" runat="server" Text="同时发布未导入的车系价格" Width="180px" Font-Names="Arial" Font-Size="Small" GroupName="Publish" /></td>
<td colspan="2" style="height: 18px">
<asp:RadioButton ID="rbPub_No" runat="server" Text="不发布未导入的车系价格" Width="170px" Font-Names="Arial" Font-Size="Small" GroupName="Publish" /></td>
</tr>
<tr>
<td colspan="4" style="height: 10px" align="center">
</td>
</tr>
<tr>
<td colspan="4" rowspan="2" style="height: 18px" align="center">
<asp:Button ID="Button1" runat="server" Text="修改" /></td>
</tr>
<tr>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -