| | |
| | | |
| | | |
| | | //返回缓存列表信息 同步资料 |
| | | public DataSet GetKf_PonderationBillMain_TempList_New(string sHBillType, string sHMaker, Int64 sHOWNERID) |
| | | { |
| | | DAL.ClsKF_PonderationBillMain_Temp_View dal = new DAL.ClsKF_PonderationBillMain_Temp_View(); |
| | | return dal.GetKf_PonderationBillMain_TempList_New(sHBillType, sHMaker, sHOWNERID); |
| | | } |
| | | |
| | | |
| | | //返回缓存列表信息 同步资料 |
| | | public DataSet GetKf_PonderationBillMain_TempList(string sHBillType, string sWhere) |
| | | { |
| | | DAL.ClsKF_PonderationBillMain_Temp_View dal = new DAL.ClsKF_PonderationBillMain_Temp_View(); |
| | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 生成外购入库单 |
| | | /// </summary> |