MES新增CP界面

在需要添加的一级菜单复制:一个界面

image

修改配置:

<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/ListMaster.master" AutoEventWireup="true" CodeBehind="SILNcDataBatchRepairList.aspx.cs" Inherits="SKT.LeanMES.Web.NCData.SILNcDataBatchRepairList" %>

<%@ MasterType VirtualPath="~/Masters/ListMaster.master" %>

image
查询对于方法:
在添加界面权限和添加模板按钮权限:

Menu.xml

image

<!--不良条码登记-->
<page inMenu="1" url="NCData/SILNcDataBatchRepairList.aspx?name=SILNcDataBatchRepairList" icon="" sequence="3" popedom="SILNcDataBatchRepairList">
<button inToolbar="1" text="COM_View" tooltip="COM_View" icon="view" handler="View()" sequence="0" popedom="SILNcDataBatchRepairListView"/>
<!--<button inToolbar="1" text="COM_Add" tooltip="COM_Add" icon="add" handler="Add()" sequence="0" popedom="NcDataBatchRepairListAdd"/>
<button inToolbar="1" text="COM_Edit" tooltip="COM_Edit" icon="edit" handler="Edit()" sequence="0" popedom="NcDataBatchRepairListEdit"/>
<button inToolbar="1" text="COM_Delete" tooltip="COM_Delete" icon="delete" handler="Delete()" sequence="0" popedom="NcDataBatchRepairListDelete"/>-->
</page>

Popedom.xml

image

 <popedom popedom="30520141" name="SILNcDataBatchRepairList" description="SILNcDataBatchRepairList" issupper="0" />

Popedom.resx

image

Pages.resx

image

image

 

posted @ 2025-09-05 10:31  舒然  阅读(11)  评论(0)    收藏  举报