Hcsy 7 年之前
父節點
當前提交
f1a2b9c0ac
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 0 1
      UAS-MES/FunctionCode/Make/Make_PalletCollection.cs
  2. 2 2
      UAS-MES/UAS-MES.csproj

+ 0 - 1
UAS-MES/FunctionCode/Make/Make_PalletCollection.cs

@@ -104,7 +104,6 @@ namespace UAS_MES.Make
                     OperateResult.AppendText(">>箱号" + pa_outboxcode.Text + "没有记录,不可进行操作\n", Color.Red, pa_outboxcode);
                     return;
                 }
-                return;
                 LoadGridData();
                 sql.Clear();
                 sql.Append("select pa_makecode,pa_id,pa_status,nvl(pa_standardqty,PR_PALLETQTY)pa_standardqty,pa_prodcode,pa_packageqty,pa_totalqty,pa_salecode,pa_currentqty,pr_code pa_prodcode,pa_outboxcode,pa_totalqty,pa_custcode ");

+ 2 - 2
UAS-MES/UAS-MES.csproj

@@ -38,11 +38,11 @@
     <ProductName>优软MES系统</ProductName>
     <PublisherName>深圳市优软科技有限公司</PublisherName>
     <SuiteName>优软MES系统</SuiteName>
-    <MinimumRequiredVersion>1.0.0.603</MinimumRequiredVersion>
+    <MinimumRequiredVersion>1.0.0.604</MinimumRequiredVersion>
     <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
     <WebPage>publish.htm</WebPage>
     <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
-    <ApplicationRevision>604</ApplicationRevision>
+    <ApplicationRevision>605</ApplicationRevision>
     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     <UseApplicationTrust>true</UseApplicationTrust>
     <CreateDesktopShortcut>true</CreateDesktopShortcut>