feat(hjgl): 新增防腐等级字典管理
将防腐等级维护纳入焊接设置菜单,便于统一维护防腐等级编码并复用系统权限配置。
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PaintCodeDictView.aspx.cs" Inherits="FineUIPro.Web.HJGL.BaseInfo.PaintCodeDictView" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>查看防腐等级</title>
|
||||
<base target="_self" />
|
||||
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
|
||||
<f:Form ID="SimpleForm1" runat="server" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
||||
BodyPadding="10px" LabelAlign="Right">
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtPaintCode" runat="server" Label="防腐等级" Readonly="true" LabelWidth="120px" />
|
||||
<f:TextBox ID="txtColorCode" runat="server" Label="色标" Readonly="true" LabelWidth="120px" />
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow><Items><f:TextArea ID="txtPrimer" runat="server" Label="底漆" Readonly="true" LabelWidth="120px" /></Items></f:FormRow>
|
||||
<f:FormRow><Items><f:TextArea ID="txtIntermediatePaint" runat="server" Label="中间漆" Readonly="true" LabelWidth="120px" /></Items></f:FormRow>
|
||||
<f:FormRow><Items><f:TextArea ID="txtTopcoat" runat="server" Label="面漆" Readonly="true" LabelWidth="120px" /></Items></f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtSortIndex" runat="server" Label="排序" Readonly="true" LabelWidth="120px" />
|
||||
<f:CheckBox ID="chkIsUsed" runat="server" Label="启用" Enabled="false" LabelWidth="120px" />
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||||
<Items>
|
||||
<f:Button ID="btnClose" runat="server" Text="关闭" Icon="SystemClose" EnablePostBack="false" />
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
</f:Form>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user