CLOUDWEB/WebService1.asmx.cs
@@ -17555,6 +17555,7 @@
                        "\"FOwnerId0\":{\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["HOWNERID"]) + "\"}," +
                        "\"FDate\":\"" + Pub_Class.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["FDate"]) + "\"," +
                        "\"FBillType\": {\"FNumber\":\"" + Pub_Class.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["FBillType"]) + "\" " +
                        "\"FISENTRUST\":" + Pub_Class.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["FISENTRUST"]) + "," +
                        " },    \"FEntity\": [   ";
                            sJson_Entry_PL = "";
                            for (int i = 0; i < Ds.Tables[1].Rows.Count; i++)
@@ -17692,7 +17693,7 @@
                        new object[] { "PRD_INSTOCK", sJson }); //调用保存方式
                        ////生成单据后更新自定义字段
                        oCn.RunProc("exec h_p_Sc_UpDateSelfFildProductIn_MulICMO '" + oMain.HBillNo + "'");
                        oCn.RunProc("exec h_p_Sc_UpDateSelfFildProductIn_MulICMO '" + HBillNo + "'");
                        if (oSystemParameterMain.Kf_ProductInBill_AutoCheck == "Y") //系统参数  自动审核 
                        {