diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj
index b472c0b..47893a5 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj
@@ -399,6 +399,7 @@
+
diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/FrmXl.Designer.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/FrmXl.Designer.cs
index 9b7a5ca..d9cef9b 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/FrmXl.Designer.cs
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/FrmXl.Designer.cs
@@ -29,52 +29,44 @@
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.cmbRecipeVersion = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
this.txtPlanNum = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.cmbRecipeMaterial = new System.Windows.Forms.ComboBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
+ this.txtBatch = new System.Windows.Forms.TextBox();
+ this.label5 = new System.Windows.Forms.Label();
+ this.txtProductName = new System.Windows.Forms.TextBox();
+ this.label4 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
- this.groupBox1.Controls.Add(this.cmbRecipeVersion);
this.groupBox1.Controls.Add(this.label6);
+ this.groupBox1.Controls.Add(this.label5);
+ this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Controls.Add(this.label5);
+ this.groupBox1.Controls.Add(this.txtProductName);
+ this.groupBox1.Controls.Add(this.txtBatch);
this.groupBox1.Controls.Add(this.txtPlanNum);
- this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.cmbRecipeMaterial);
this.groupBox1.Location = new System.Drawing.Point(9, 11);
this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(424, 142);
+ this.groupBox1.Size = new System.Drawing.Size(424, 208);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
//
- // cmbRecipeVersion
- //
- this.cmbRecipeVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbRecipeVersion.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbRecipeVersion.FormattingEnabled = true;
- this.cmbRecipeVersion.Location = new System.Drawing.Point(122, 60);
- this.cmbRecipeVersion.Name = "cmbRecipeVersion";
- this.cmbRecipeVersion.Size = new System.Drawing.Size(278, 27);
- this.cmbRecipeVersion.TabIndex = 5;
- //
// label6
//
this.label6.AutoSize = true;
this.label6.ForeColor = System.Drawing.Color.Red;
- this.label6.Location = new System.Drawing.Point(105, 69);
+ this.label6.Location = new System.Drawing.Point(105, 127);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(11, 12);
this.label6.TabIndex = 6;
@@ -84,57 +76,37 @@
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(10, 63);
+ this.label2.Location = new System.Drawing.Point(10, 121);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 19);
this.label2.TabIndex = 5;
- this.label2.Text = "配方版本";
+ this.label2.Text = "配方名称";
//
// label7
//
this.label7.AutoSize = true;
this.label7.ForeColor = System.Drawing.Color.Red;
- this.label7.Location = new System.Drawing.Point(105, 108);
+ this.label7.Location = new System.Drawing.Point(105, 173);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(11, 12);
this.label7.TabIndex = 4;
this.label7.Text = "*";
//
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.ForeColor = System.Drawing.Color.Red;
- this.label5.Location = new System.Drawing.Point(105, 30);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(11, 12);
- this.label5.TabIndex = 3;
- this.label5.Text = "*";
- //
// txtPlanNum
//
this.txtPlanNum.Enabled = false;
this.txtPlanNum.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPlanNum.Location = new System.Drawing.Point(122, 99);
+ this.txtPlanNum.Location = new System.Drawing.Point(122, 164);
this.txtPlanNum.Name = "txtPlanNum";
this.txtPlanNum.Size = new System.Drawing.Size(278, 29);
this.txtPlanNum.TabIndex = 2;
this.txtPlanNum.Text = "1";
//
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(10, 24);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(89, 19);
- this.label1.TabIndex = 0;
- this.label1.Text = "配方名称";
- //
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(10, 102);
+ this.label3.Location = new System.Drawing.Point(10, 167);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(82, 19);
this.label3.TabIndex = 1;
@@ -144,7 +116,7 @@
//
this.cmbRecipeMaterial.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbRecipeMaterial.FormattingEnabled = true;
- this.cmbRecipeMaterial.Location = new System.Drawing.Point(122, 21);
+ this.cmbRecipeMaterial.Location = new System.Drawing.Point(122, 115);
this.cmbRecipeMaterial.Name = "cmbRecipeMaterial";
this.cmbRecipeMaterial.Size = new System.Drawing.Size(278, 27);
this.cmbRecipeMaterial.TabIndex = 1;
@@ -154,7 +126,7 @@
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.Location = new System.Drawing.Point(361, 158);
+ this.btnCancel.Location = new System.Drawing.Point(361, 225);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(72, 32);
this.btnCancel.TabIndex = 10;
@@ -164,7 +136,7 @@
// btnOk
//
this.btnOk.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnOk.Location = new System.Drawing.Point(273, 158);
+ this.btnOk.Location = new System.Drawing.Point(273, 225);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(72, 32);
this.btnOk.TabIndex = 9;
@@ -172,16 +144,53 @@
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
+ // txtBatch
+ //
+ this.txtBatch.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.txtBatch.Location = new System.Drawing.Point(122, 24);
+ this.txtBatch.Name = "txtBatch";
+ this.txtBatch.Size = new System.Drawing.Size(278, 29);
+ this.txtBatch.TabIndex = 2;
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label5.Location = new System.Drawing.Point(10, 71);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(89, 19);
+ this.label5.TabIndex = 5;
+ this.label5.Text = "产品名称";
+ //
+ // txtProductName
+ //
+ this.txtProductName.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.txtProductName.Location = new System.Drawing.Point(122, 70);
+ this.txtProductName.Name = "txtProductName";
+ this.txtProductName.Size = new System.Drawing.Size(278, 29);
+ this.txtProductName.TabIndex = 2;
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ this.label4.Location = new System.Drawing.Point(17, 27);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(82, 19);
+ this.label4.TabIndex = 5;
+ this.label4.Text = "批 次";
+ this.label4.Click += new System.EventHandler(this.label4_Click);
+ //
// FrmXl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(447, 205);
+ this.ClientSize = new System.Drawing.Size(447, 275);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
+ this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "FrmXl";
this.Text = "新增小料计划";
this.Activated += new System.EventHandler(this.FrmXl_Activated);
@@ -195,16 +204,17 @@
#endregion
private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.ComboBox cmbRecipeVersion;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtPlanNum;
- private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cmbRecipeMaterial;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOk;
+ private System.Windows.Forms.TextBox txtBatch;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.TextBox txtProductName;
+ private System.Windows.Forms.Label label4;
}
}
\ No newline at end of file
diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/FrmXl.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/FrmXl.cs
index 4ab2029..969ca29 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/FrmXl.cs
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/FrmXl.cs
@@ -11,7 +11,6 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
-using Mesnac.Action.ChemicalWeighing.Technical;
using Mesnac.Action.ChemicalWeighing.Technical.XlRecipe;
namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
@@ -75,7 +74,8 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
{
get
{
- return this.cmbRecipeVersion.SelectedItem as string;
+ return "1";
+ //return this.cmbRecipeVersion.SelectedItem as string;
}
}
@@ -86,7 +86,14 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
{
get { return this._planNum; }
}
-
+ ///
+ /// 批次
+ ///
+ public string Batch { set; get; }
+ ///
+ /// 批次
+ ///
+ public string ProductName { set; get; }
#endregion
#region 方法定义
@@ -105,9 +112,9 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
{
this.Text = StringParser.Parse(ResourceService.GetString("Mesnac_Action_ChemicalWeighing_Product_PptPlan_FrmPlan_Text_Modify")); //修改计划
}
- this.label1.Text = StringParser.Parse(ResourceService.GetString("Mesnac_Action_ChemicalWeighing_Product_PptPlan_FrmPlan_label1_Text")); //配方名称
- this.label2.Text = StringParser.Parse(ResourceService.GetString("Mesnac_Action_ChemicalWeighing_Product_PptPlan_FrmPlan_label2_Text")); //配方版本
- this.label3.Text = StringParser.Parse(ResourceService.GetString("Mesnac_Action_ChemicalWeighing_Product_PptPlan_FrmPlan_label3_Text")); //份 数
+ //this.label1.Text = StringParser.Parse(ResourceService.GetString("Mesnac_Action_ChemicalWeighing_Product_PptPlan_FrmPlan_label1_Text")); //配方名称
+ //this.label2.Text = StringParser.Parse(ResourceService.GetString("Mesnac_Action_ChemicalWeighing_Product_PptPlan_FrmPlan_label2_Text")); //配方版本
+ //this.label3.Text = StringParser.Parse(ResourceService.GetString("Mesnac_Action_ChemicalWeighing_Product_PptPlan_FrmPlan_label3_Text")); //份 数
this.btnOk.Text = StringParser.Parse(ResourceService.GetString("Mesnac_Dialog_btnOK"));
this.btnCancel.Text = StringParser.Parse(ResourceService.GetString("Mesnac_Dialog_btnCancel"));
}
@@ -143,10 +150,10 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
{
this.cmbRecipeMaterial.Text = this._recipe.Content;
}
- this.cmbRecipeMaterial.Enabled = false;
+ //this.cmbRecipeMaterial.Enabled = false;
- this.cmbRecipeVersion.SelectedItem = this._recipe.Version;
- this.cmbRecipeVersion.Enabled = false;
+ //this.cmbRecipeVersion.SelectedItem = this._recipe.Version;
+ //this.cmbRecipeVersion.Enabled = false;
}
}
@@ -155,12 +162,12 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
///
public void InitRecipeVersionData()
{
- if (this.cmbRecipeMaterial.SelectedItem != null)
- {
- SimplePmtRecipe recipe = this.cmbRecipeMaterial.SelectedItem as SimplePmtRecipe;
- List recipeVersionList = TechnicalHelper.GetXlRecipeVersionList(recipe.Recipe_Name);
- this.cmbRecipeVersion.DataSource = recipeVersionList;
- }
+ //if (this.cmbRecipeMaterial.SelectedItem != null)
+ //{
+ // SimplePmtRecipe recipe = this.cmbRecipeMaterial.SelectedItem as SimplePmtRecipe;
+ // List recipeVersionList = TechnicalHelper.GetXlRecipeVersionList(recipe.Recipe_Name);
+ // this.cmbRecipeVersion.DataSource = recipeVersionList;
+ //}
}
#endregion
@@ -230,13 +237,13 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
this.cmbRecipeMaterial.Focus();
return;
}
- if (String.IsNullOrEmpty(this.cmbRecipeVersion.SelectedItem as string))
- {
- string msg1_1 = StringParser.Parse(ResourceService.GetString("Mesnac_Action_ChemicalWeighing_Product_PptPlan_FrmPlan_msg1_1")); //请选择配方版本!
- MessageBox.Show(msg1_1, Mesnac.Basic.LanguageHelper.Caption, MessageBoxButtons.OK, MessageBoxIcon.Information);
- this.cmbRecipeVersion.Focus();
- return;
- }
+ //if (String.IsNullOrEmpty(this.cmbRecipeVersion.SelectedItem as string))
+ //{
+ // string msg1_1 = StringParser.Parse(ResourceService.GetString("Mesnac_Action_ChemicalWeighing_Product_PptPlan_FrmPlan_msg1_1")); //请选择配方版本!
+ // MessageBox.Show(msg1_1, Mesnac.Basic.LanguageHelper.Caption, MessageBoxButtons.OK, MessageBoxIcon.Information);
+ // this.cmbRecipeVersion.Focus();
+ // return;
+ //}
if (String.IsNullOrEmpty(this.txtPlanNum.Text))
{
string msg2 = StringParser.Parse(ResourceService.GetString("Mesnac_Action_ChemicalWeighing_Product_PptPlan_FrmPlan_msg2")); //请输入份数!
@@ -268,9 +275,11 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
// return;
//}
recipe.ID = recipe2.ID;
- recipe.Version= this.cmbRecipeVersion.SelectedItem as string;
+ recipe.Version= "1";
this._recipe = recipe;
this._planNum = planNum;
+ Batch = this.txtBatch.Text;
+ ProductName = this.txtProductName.Text;
this.DialogResult = System.Windows.Forms.DialogResult.OK;
}
@@ -283,5 +292,10 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
#endregion
+
+ private void label4_Click(object sender, EventArgs e)
+ {
+
+ }
}
}
diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/InitFormAction.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/InitFormAction.cs
index 498b745..2ebffd4 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/InitFormAction.cs
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/InitFormAction.cs
@@ -119,8 +119,6 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
timer.AutoReset = true;
timer.Enabled = true;
timer.Start();
-
-
}
private void StartServer1(object sender, ElapsedEventArgs e)
diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/InsertAction.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/InsertAction.cs
index 6fe7697..790b52b 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/InsertAction.cs
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/InsertAction.cs
@@ -81,14 +81,16 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
{
SimplePmtRecipe recipe = frmPlan.Recipe;
int planNum = frmPlan.PlanNum;
-
+ string batch = frmPlan.Batch;
+ string productName = frmPlan.ProductName;
+
//在本地数据库中添加计划
string equipCode = string.Empty;
if (String.IsNullOrEmpty(equipCode))
{
equipCode = ConfigurationManager.AppSettings["EquipCode"];
}
- string planID = PlanHelper.AddPlan(equipCode, planDate, shiftID, recipe.ID, planNum);
+ string planID = PlanHelper.AddPlan(equipCode, planDate, shiftID, recipe.ID, planNum,batch, productName);
#region 触发事件
diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/PlanHelper.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/PlanHelper.cs
index f5f3974..df26a68 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/PlanHelper.cs
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/PlanHelper.cs
@@ -1658,9 +1658,9 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
/// 配方GUID
/// 计划数
/// 返回新加计划的计划号
- public static string AddPlan(string equipCode, DateTime planDate, int shiftID, string recipeGUID, int planNum)
+ public static string AddPlan(string equipCode, DateTime planDate, int shiftID, string recipeGUID, int planNum, string batch, string productName)
{
- return AddPlan(equipCode, planDate, shiftID, recipeGUID, 0, planNum, String.Empty);
+ return AddPlan(equipCode, planDate, shiftID, recipeGUID, 0, planNum, String.Empty, batch, productName);
}
///
@@ -1674,9 +1674,9 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
/// 计划数
/// 备注
/// 返回新加计划的计划号
- public static string AddPlan(string equipCode, DateTime planDate, int shiftID, string recipeGUID, int planNum, string remark)
+ public static string AddPlan(string equipCode, DateTime planDate, int shiftID, string recipeGUID, int planNum, string remark, string batch, string productName)
{
- return AddPlan(equipCode, planDate, shiftID, recipeGUID, 0, planNum, remark);
+ return AddPlan(equipCode, planDate, shiftID, recipeGUID, 0, planNum, remark, batch, productName);
}
///
@@ -1691,7 +1691,7 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
/// 计划数
/// 备注
/// 返回新加计划的计划号
- public static string AddPlan(string equipCode, DateTime planDate, int shiftID, string recipeGUID, int recipeVersion, int planNum, string remark)
+ public static string AddPlan(string equipCode, DateTime planDate, int shiftID, string recipeGUID, int recipeVersion, int planNum, string remark,string batch, string productName)
{
DbHelper dbHelper = Mesnac.Basic.DataSourceFactory.Instance.GetDbHelper(Mesnac.Basic.DataSourceFactory.MCDbType.Local);
if (dbHelper == null)
@@ -1744,10 +1744,12 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
dbHelper.ClearParameter();
dbHelper.CommandType = CommandType.Text;
//添加计划的SQL语句
- string strSql3 = @"INSERT INTO xl_plan(Dosing_Id,Plan_Id,Equip_Code,Plan_Serial,Recipe_ID,Recipe_Code,Recipe_Name,Version,Mixer_Line,Recipe_Type,Shift_Id,Shift_Class,Plan_Num,Real_Num,Duration_Time,End_Date,Weight_Man,Stock_Man,Plan_Batch,Plan_State,Plan_StateText,Plan_Date,IF_FLAG,IsPrenatalTest)
- VALUES(@Dosing_Id,@Plan_Id,@Equip_Code,@Plan_Serial,@Recipe_ID,@Recipe_Code,@Recipe_Name,@Version,@Mixer_Line,@Recipe_Type,@Shift_Id,@Shift_Class,@Plan_Num,@Real_Num,@Duration_Time,@End_Date,@Weight_Man,@Stock_Man,@Plan_Batch,@Plan_State,@Plan_StateText,@Plan_Date,@IF_FLAG,@IsPrenatalTest)";
+ string strSql3 = @"INSERT INTO xl_plan(Dosing_Id,Plan_Id,Equip_Code,Batch,ProductName,Plan_Serial,Recipe_ID,Recipe_Code,Recipe_Name,Version,Mixer_Line,Recipe_Type,Shift_Id,Shift_Class,Plan_Num,Real_Num,Duration_Time,End_Date,Weight_Man,Stock_Man,Plan_Batch,Plan_State,Plan_StateText,Plan_Date,IF_FLAG,IsPrenatalTest)
+ VALUES(@Dosing_Id,@Plan_Id,@Equip_Code,@Batch,@ProductName,@Plan_Serial,@Recipe_ID,@Recipe_Code,@Recipe_Name,@Version,@Mixer_Line,@Recipe_Type,@Shift_Id,@Shift_Class,@Plan_Num,@Real_Num,@Duration_Time,@End_Date,@Weight_Man,@Stock_Man,@Plan_Batch,@Plan_State,@Plan_StateText,@Plan_Date,@IF_FLAG,@IsPrenatalTest)";
dbHelper.CommandText = strSql3;
+ dbHelper.AddParameter("@Batch", batch);
+ dbHelper.AddParameter("@ProductName", productName);
dbHelper.AddParameter("@Dosing_Id", 0);
dbHelper.AddParameter("@Plan_Id", planID); //计划号
dbHelper.AddParameter("@Equip_Code", equipCode); //机台号
diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/RefreshAction.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/RefreshAction.cs
index 186e343..82fd726 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/RefreshAction.cs
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Product/XlPlan/RefreshAction.cs
@@ -149,7 +149,7 @@ namespace Mesnac.Action.ChemicalWeighing.Product.XlPlan
//DataTable table = PlanHelper.GetPlanData(selectedDate);
//DataTable table = PlanHelper.GetPlanData();
IFreeSql fsql = FreeHelper.Instance;
- string sql = @"SELECT Plan_Serial,Recipe_ID,Recipe_Name,Equip_Code,Version,Plan_Id,Plan_Num,Real_Num,Plan_State,Plan_StateText,Start_Date,End_Date,Plan_Date,IsPrenatalTest FROM xl_plan
+ string sql = @"SELECT Batch,ProductName,Plan_Serial,Recipe_ID,Recipe_Name,Equip_Code,Version,Plan_Id,Plan_Num,Real_Num,Plan_State,Plan_StateText,Start_Date,End_Date,Plan_Date,IsPrenatalTest FROM xl_plan
where IsPrenatalTest=0 or IsPrenatalTest IS NULL ";
DataTable table = fsql.Select