From af6e1e7da3131b268b035401aeb75a6bab83f312 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期五, 12 五月 2023 09:10:12 +0800
Subject: [PATCH] 末道工序入库时,可入库数量得等于出站汇报单数量,要是可入库数量小于汇报数量,则保存汇报单失败,报错提示,匹配生产汇报单数量不足出站数量,不允许入库。 --首道出站单删除的时候判断一下对应的金蝶云生产汇报单是否删除,要是没有删除本地出站单也不允许删除 --末道出站单删除的时候判断一下对应的金蝶云生产入库单是否删除,要是没有删除本地出站单也不允许删除 工序流转卡号改成年+月+四位流水号(23050001) 角色对应权限 设置功能 完善;

---
 APSM/装配智能排程/Sc_ICMOAutoSortBill.designer.cs |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git "a/APSM/\350\243\205\351\205\215\346\231\272\350\203\275\346\216\222\347\250\213/Sc_ICMOAutoSortBill.designer.cs" "b/APSM/\350\243\205\351\205\215\346\231\272\350\203\275\346\216\222\347\250\213/Sc_ICMOAutoSortBill.designer.cs"
index f05e6a7..396a38b 100644
--- "a/APSM/\350\243\205\351\205\215\346\231\272\350\203\275\346\216\222\347\250\213/Sc_ICMOAutoSortBill.designer.cs"
+++ "b/APSM/\350\243\205\351\205\215\346\231\272\350\203\275\346\216\222\347\250\213/Sc_ICMOAutoSortBill.designer.cs"
@@ -107,6 +107,7 @@
             this.Tool.SuspendLayout();
             this.pPic.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.spc1)).BeginInit();
             this.spc1.Panel1.SuspendLayout();
             this.spc1.Panel2.SuspendLayout();
             this.spc1.SuspendLayout();
@@ -866,12 +867,13 @@
             this.grdSourceBill.Margin = new System.Windows.Forms.Padding(4);
             this.grdSourceBill.Name = "grdSourceBill";
             this.grdSourceBill.ReadOnly = true;
+            this.grdSourceBill.RowHeadersWidth = 51;
             this.grdSourceBill.RowTemplate.Height = 23;
             this.grdSourceBill.Size = new System.Drawing.Size(1571, 745);
             this.grdSourceBill.TabIndex = 20;
             this.grdSourceBill.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdSourceBill_CellBeginEdit);
-            this.grdSourceBill.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdSourceBill_CellEndEdit);
             this.grdSourceBill.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdSourceBill_CellClick);
+            this.grdSourceBill.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdSourceBill_CellEndEdit);
             this.grdSourceBill.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdSourceBill_EditingControlShowing);
             this.grdSourceBill.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grdSourceBill_KeyDown);
             // 
@@ -898,6 +900,7 @@
             this.grdMain.Margin = new System.Windows.Forms.Padding(4);
             this.grdMain.Name = "grdMain";
             this.grdMain.ReadOnly = true;
+            this.grdMain.RowHeadersWidth = 51;
             this.grdMain.RowTemplate.Height = 23;
             this.grdMain.Size = new System.Drawing.Size(1571, 745);
             this.grdMain.TabIndex = 21;
@@ -941,6 +944,7 @@
             this.grdSource.Margin = new System.Windows.Forms.Padding(4);
             this.grdSource.Name = "grdSource";
             this.grdSource.ReadOnly = true;
+            this.grdSource.RowHeadersWidth = 51;
             this.grdSource.RowTemplate.Height = 23;
             this.grdSource.Size = new System.Drawing.Size(1571, 0);
             this.grdSource.TabIndex = 0;
@@ -968,6 +972,7 @@
             this.grdICMO.Margin = new System.Windows.Forms.Padding(4);
             this.grdICMO.Name = "grdICMO";
             this.grdICMO.ReadOnly = true;
+            this.grdICMO.RowHeadersWidth = 51;
             this.grdICMO.RowTemplate.Height = 23;
             this.grdICMO.Size = new System.Drawing.Size(1571, 0);
             this.grdICMO.TabIndex = 1;
@@ -994,6 +999,7 @@
             this.grdProcFlow.Margin = new System.Windows.Forms.Padding(4);
             this.grdProcFlow.Name = "grdProcFlow";
             this.grdProcFlow.ReadOnly = true;
+            this.grdProcFlow.RowHeadersWidth = 51;
             this.grdProcFlow.RowTemplate.Height = 23;
             this.grdProcFlow.Size = new System.Drawing.Size(1579, 7);
             this.grdProcFlow.TabIndex = 2;
@@ -1022,6 +1028,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
             this.spc1.Panel1.ResumeLayout(false);
             this.spc1.Panel2.ResumeLayout(false);
+            ((System.ComponentModel.ISupportInitialize)(this.spc1)).EndInit();
             this.spc1.ResumeLayout(false);
             this.tabControl1.ResumeLayout(false);
             this.tabPage3.ResumeLayout(false);

--
Gitblit v1.9.1