yusijie
2024-05-31 5b896f973c393358d1e8acc01a2f6fc67bd887ee
添加生产资源,模具字段
2个文件已修改
9 ■■■■ 已修改文件
DAL/工位看板/ClsGy_SOPBill.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Model/工位看板/ClsGy_SOPBillSub.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DAL/¹¤Î»¿´°å/ClsGy_SOPBill.cs
@@ -111,10 +111,11 @@
                {
                    oCn.RunProc("Insert into Gy_SOPBillSub " +
                          "(HInterID,HEntryID,HProcID,HProcNO" +
                          ",HWorkStationID,HCenterID,HRemark" +
                          ",HWorkStationID,HCenterID,HRemark,HSourceID,HMouldID" +
                          ") values("
                          + omodel.HInterID.ToString() + "," + oSub.HEntryID.ToString() + "," + oSub.HProcID.ToString() + "," + oSub.HProcNo.ToString() +
                          "," + oSub.HWorkStationID.ToString() + "," + oSub.HCenterID.ToString() + ",'" + oSub.HRemark.ToString() + "'" +
                          "," + oSub.HWorkStationID.ToString() + "," + oSub.HCenterID.ToString() + ",'" + oSub.HRemark.ToString() + "'," + oSub.HSourceID +
                          "," + oSub.HMouldID +
                          ") ");
                }
                sReturn = "新增单据成功!";
Model/¹¤Î»¿´°å/ClsGy_SOPBillSub.cs
@@ -11,5 +11,9 @@
        public Int64 HWorkStationID;    //----工位ID(Gy_WorkStation)
        public Int64 HCenterID;         //----工作中心ID (Gy_WorkCenter)
        public string HRemark;          //----备注
        public Int64 HSourceID;         //生产资源ID
        public Int64 HMouldID;         //模具ID
    }
}