zgq
2021-04-14 c9b46a3935a2d7c0e8fab26f275496e2fc754ce7
WebAPI/Controllers/LookingForBillController.cs
@@ -210,6 +210,8 @@
                    oCN.RunProc(barCodeSql);
                }
                oCN.Commit();
                //反写金蝶销售订单的找货组和找货时间
                oCN.RunProc("exec h_p_IFCLD_DataBackToSeOrderFindGoodsTime "+ list[0].HInterID);
                objJsonResult.code = "1";
                objJsonResult.count = 1;
                objJsonResult.Message = "生成找货单成功!单据号为:" + list[0].HBillNo;