| | |
| | | |
| | | |
| | | |
| | | ds = oCN.RunProcReturn("select a.*,b.HUnitID from h_v_Gy_MaterialPackingRelationList_Edit a left JOIN Gy_Material b on a.HMaterID=b.HItemID where HDefaultSendPackFlag=1 and 审核人='' and HMaterID in (" + ListMaterial + ")", "h_v_Gy_MaterialPackingRelationList"); |
| | | ds = oCN.RunProcReturn("select a.*,b.HUnitID from h_v_Gy_MaterialPackingRelationList_Edit a left JOIN Gy_Material b on a.HMaterID=b.HItemID where HDefaultSendPackFlag=1 and ISNULL(审核人,'')<>'' and HMaterID in (" + ListMaterial + ")", "h_v_Gy_MaterialPackingRelationList"); |
| | | |
| | | |
| | | //添加列名 |