| | |
| | | #endregion |
| | | |
| | | #region[仓位信息列表] |
| | | public static ToMessage TSecLocaData(string stckcode, string locacode, string locaname, int startNum, int endNum, string prop, string order) |
| | | public static ToMessage TSecLocaData(string flag, string stckcode, string locacode, string locaname, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return BasicSettingDAL.TSecLocaData(stckcode, locacode, locaname, startNum, endNum, prop, order); |
| | | return BasicSettingDAL.TSecLocaData(flag,stckcode, locacode, locaname, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | |
| | | return BasicSettingDAL.TSecLocaDelete(data_sources, locacode, us); |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #region[工序查询] |
| | | public static ToMessage StepSearch(string stepcode, string stepname, string enable, string steptypecode, int startNum, int endNum, string prop, string order) |
| | | { |
| | | return BasicSettingDAL.StepSearch(stepcode, stepname, enable, steptypecode, startNum, endNum, prop, order); |
| | | } |
| | | #endregion |
| | | |
| | | #region[工序新增编辑] |
| | | public static ToMessage AddUpdateStep(string stepid, string stepcode, string stepname, string steptypecode, string enable, string description, User us, string operType) |
| | | { |
| | | return BasicSettingDAL.AddUpdateStep(stepid,stepcode, stepname, steptypecode, enable, description, us, operType); |
| | | } |
| | | #endregion |
| | | |
| | | #region[工序删除] |
| | | public static ToMessage DeleteStep(string stepcode, User us) |
| | | { |
| | | return BasicSettingDAL.DeleteStep(stepcode,us); |
| | | } |
| | | #endregion |
| | | } |
| | | } |