zgq
2021-02-23 5135080c72fb70c98af17d5e27dcf6e9bbfe54e2
新增找货单列表查询功能
2个文件已修改
17 ■■■■ 已修改文件
WebAPI/Controllers/LookingForBillController.cs 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Properties/PublishProfiles/WEBAPI.pubxml.user 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/LookingForBillController.cs
@@ -93,7 +93,7 @@
        }
        /// <summary>
        /// 根据销售订单 返回此销售订单内的相关信息
        /// 下架找货单根据销售订单 返回此销售订单内的相关信息
        /// </summary>
        /// <returns></returns>
        [Route("LookingFor/getSellOrderList")]
@@ -102,8 +102,7 @@
        {
            try
            {
                string sWhere = " Where HSourceBillNo = '" + HSourceBillNo.Trim() + "'";
                ds = getSellOrderList_s(sWhere);
                ds = getSellOrderList_s(HSourceBillNo);
                if (ds == null || ds.Tables[0].Rows.Count <= 0)
                {
                    objJsonResult.code = "0";
@@ -132,7 +131,7 @@
        }
        /// <summary>
        /// 根据实物条码 返回相关信息
        /// 上架归还单根据实物条码 返回相关信息
        /// </summary>
        /// <returns></returns>
        [Route("LookingFor/getBarCodeDetails")]
@@ -329,8 +328,10 @@
            return new SQLHelper.ClsCN().RunProcReturn("EXEC h_p_Kf_getPackUnionBillListDetailed " + "'" + HBarCode + "'", "h_p_Kf_getPackUnionBillListDetailed");
        }
        public static DataSet getSellOrderList_s(string sWhere)
        public static DataSet getSellOrderList_s(string HSourceBillNo)
        {
            string sWhere = " Where HSourceBillNo = '" + HSourceBillNo.Trim() + "'";
            new SQLHelper.ClsCN().RunProcReturn("exec h_p_IFCLD_ERPSourceBillToLocal_SEOrderToICMO '" + HSourceBillNo + "'", "h_p_IFCLD_ERPSourceBillToLocal_SEOrderToICMO");
            return new SQLHelper.ClsCN().RunProcReturn("select * from h_v_getSellOrderList_s " + sWhere, "h_v_getSellOrderList_s");
        }
WebAPI/Properties/PublishProfiles/WEBAPI.pubxml.user
@@ -157,10 +157,10 @@
      <publishTime>11/24/2014 11:18:48</publishTime>
    </File>
    <File Include="bin/WebAPI.dll">
      <publishTime>02/22/2021 22:22:40</publishTime>
      <publishTime>02/23/2021 12:16:39</publishTime>
    </File>
    <File Include="bin/WebAPI.pdb">
      <publishTime>02/22/2021 22:22:40</publishTime>
      <publishTime>02/23/2021 12:16:39</publishTime>
    </File>
    <File Include="bin/WebAPI.XmlSerializers.dll">
      <publishTime>02/04/2021 21:35:21</publishTime>
@@ -334,7 +334,7 @@
      <publishTime>02/22/2021 09:25:20</publishTime>
    </File>
    <File Include="Web.config">
      <publishTime>02/22/2021 22:22:51</publishTime>
      <publishTime>02/23/2021 12:16:57</publishTime>
    </File>
  </ItemGroup>
</Project>