Browse Source

保存

master
songnan.zhang 3 years ago
parent
commit
0c01aba19e
  1. 4
      APPMD/QMAPP.MD.Web/Views/DefectDict/DefectDictList.aspx
  2. 2
      APPQ5/QMAPP.FJC.Web/App_Data/Menu.xml
  3. 4
      APPQ5/QMAPP.WinForm/App.config
  4. 4
      APPQ5/QMAPP.WinForm/Properties/AssemblyInfo.cs

4
APPMD/QMAPP.MD.Web/Views/DefectDict/DefectDictList.aspx

@ -37,7 +37,7 @@
openAppWindow1('缺陷信息添加', 'Edit', '400', '400'); openAppWindow1('缺陷信息添加', 'Edit', '400', '400');
} }
//修改 //修改
function Update() { function Edit() {
var ids = getSelectKey(); var ids = getSelectKey();
if (ids == "") { if (ids == "") {
MSI("提示", "请选择修改记录。"); MSI("提示", "请选择修改记录。");
@ -99,7 +99,7 @@
<td align="center"> <td align="center">
<%=Html.QTButtonSearch("DefectDict", "List", "List(1)", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonSearch("DefectDict", "List", "List(1)", QMAPP.Common.Web.SystemLimit.isLimt)%>
<%=Html.QTButtonAdd("DefectDict", "Add", "Add()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonAdd("DefectDict", "Add", "Add()", QMAPP.Common.Web.SystemLimit.isLimt)%>
<%=Html.QTButtonUpdate("DefectDict", "Edit", "Update()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonUpdate("DefectDict", "Edit", "Edit()", QMAPP.Common.Web.SystemLimit.isLimt)%>
<%=Html.QTButtonDelete("DefectDict", "Delete", "Delete()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%=Html.QTButtonDelete("DefectDict", "Delete", "Delete()", QMAPP.Common.Web.SystemLimit.isLimt)%>
<%-- <%=Html.QTButton("import", "ImportExcel", QMFrameWork.WebUI.IconCls.undo, "Import()", QMAPP.Common.Web.SystemLimit.isLimt)%> <%-- <%=Html.QTButton("import", "ImportExcel", QMFrameWork.WebUI.IconCls.undo, "Import()", QMAPP.Common.Web.SystemLimit.isLimt)%>
<%=Html.QTButton("template", "TemplateExcel", QMFrameWork.WebUI.IconCls.template, "getTemplate()", QMAPP.Common.Web.SystemLimit.isLimt)%> --%> <%=Html.QTButton("template", "TemplateExcel", QMFrameWork.WebUI.IconCls.template, "getTemplate()", QMAPP.Common.Web.SystemLimit.isLimt)%> --%>

2
APPQ5/QMAPP.FJC.Web/App_Data/Menu.xml

@ -682,7 +682,7 @@
<Actions> <Actions>
<Action ContorllerName="DefectDict" ActionName="List" PowerID="CD06070001">查询</Action> <Action ContorllerName="DefectDict" ActionName="List" PowerID="CD06070001">查询</Action>
<Action ContorllerName="DefectDict" ActionName="Add" PowerID="CD06070002">添加</Action> <Action ContorllerName="DefectDict" ActionName="Add" PowerID="CD06070002">添加</Action>
<Action ContorllerName="DefectDict" ActionName="Edit" PowerID="CD060730003">修改</Action> <Action ContorllerName="DefectDict" ActionName="Edit" PowerID="CD06070003">修改</Action>
<Action ContorllerName="DefectDict" ActionName="Delete" PowerID="CD06070004">删除</Action> <Action ContorllerName="DefectDict" ActionName="Delete" PowerID="CD06070004">删除</Action>
</Actions> </Actions>
</MenuItem> </MenuItem>

4
APPQ5/QMAPP.WinForm/App.config

@ -68,6 +68,10 @@
<add key="PlanLabelTMPPath" value="C:\MES\打印模板\PlanLabel.qdf" /> <add key="PlanLabelTMPPath" value="C:\MES\打印模板\PlanLabel.qdf" />
<add key="PlanLabelDATPath" value="C:\MES\打印模板\PlanLabel.txt" /> <add key="PlanLabelDATPath" value="C:\MES\打印模板\PlanLabel.txt" />
<!--计划标签-->
<add key="PlanLabelTMPPath8D" value="C:\MES\打印模板\PlanLabel8D.qdf" />
<add key="PlanLabelDATPath8D" value="C:\MES\打印模板\PlanLabel8D.txt" />
<!--搪塑--> <!--搪塑-->
<add key="0temPath" value="C:\MES\打印模板\tangsu_cd.qdf" /> <add key="0temPath" value="C:\MES\打印模板\tangsu_cd.qdf" />
<add key="0dataPath" value="C:\MES\打印模板\tangsu_cd.txt" /> <add key="0dataPath" value="C:\MES\打印模板\tangsu_cd.txt" />

4
APPQ5/QMAPP.WinForm/Properties/AssemblyInfo.cs

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: // 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2022.05.23.01")] [assembly: AssemblyVersion("2022.06.06.01")]
[assembly: AssemblyFileVersion("2022.05.23.01")] [assembly: AssemblyFileVersion("2022.06.06.01")]

Loading…
Cancel
Save