新增系统参数是否拆分条码(根据单据类型区分),扫描物料条码(新增扫码、校验扫码)调用方法修改,判断是否拆分条码
5个文件已修改
61762 ■■■■ 已修改文件
Pub_Class/CustomerCls/ClsXt_SystemParameter.cs 136 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/条码管理/WEBSController.cs 100 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Web References/WebS/Reference.cs 51438 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Web References/WebS/WebService1.wsdl 10071 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Pub_Class/CustomerCls/ClsXt_SystemParameter.cs
@@ -634,6 +634,10 @@
                    {
                        omodel.Kf_MateOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBill_BarSplitCtl")
                    {
                        omodel.Kf_MateOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //=========================================生产领料单    æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBillCheck_MustQtyCtl")
@@ -667,6 +671,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_MateOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_MateOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //=======================================销售出库单
@@ -739,6 +747,10 @@
                    {
                        omodel.Kf_SellOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBill_BarSplitCtl")
                    {
                        omodel.Kf_SellOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //销售出库单    æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBillCheck_MustQtyCtl")
@@ -772,6 +784,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_SellOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_SellOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //========================================其他出库单
@@ -832,6 +848,10 @@
                    {
                        omodel.Kf_OtherOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherOutBill_BarSplitCtl")
                    {
                        omodel.Kf_OtherOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //========================================其他出库单  æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherOutBillCheck_MustQtyCtl")
@@ -865,6 +885,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_OtherOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_OtherOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //========================================委外出库单
@@ -929,6 +953,10 @@
                    {
                        omodel.Kf_EntrustOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBill_BarSplitCtl")
                    {
                        omodel.Kf_EntrustOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //===========================委外领料单    æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBillCheck_MustQtyCtl")
@@ -962,6 +990,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_EntrustOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_EntrustOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //=============================生产补料单
@@ -1022,6 +1054,10 @@
                    {
                        omodel.Kf_MateReplenishOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBill_BarSplitCtl")
                    {
                        omodel.Kf_MateReplenishOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //==============================生产补料单    æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBillCheck_MustQtyCtl")
@@ -1055,6 +1091,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_MateReplenishOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_MateReplenishOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //================================委外补料单
@@ -1115,6 +1155,10 @@
                    {
                        omodel.Kf_EntrustReplenishOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_BarSplitCtl")
                    {
                        omodel.Kf_EntrustReplenishOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //======================委外补料单    æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBillCheck_MustQtyCtl")
@@ -1148,6 +1192,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_EntrustReplenishOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_EntrustReplenishOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //========================================受托加工出库单
@@ -1204,6 +1252,10 @@
                    {
                        omodel.Kf_InceptEntOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_BarSplitCtl")
                    {
                        omodel.Kf_InceptEntOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //========================================受托加工出库单  æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_MustQtyCtl")
@@ -1237,6 +1289,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_InceptEntOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_InceptEntOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //==================直接调拨单
@@ -1301,6 +1357,10 @@
                    {
                        omodel.Kf_MoveStockBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBill_BarSplitCtl")
                    {
                        omodel.Kf_MoveStockBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //==========================================直接调拨单  æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBillCheck_MustQtyCtl")
@@ -1334,6 +1394,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBillCheck_FIFOCtl")
                    {
                        omodel.Kf_MoveStockBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_MoveStockBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //==============================================分步式调出单
@@ -1393,6 +1457,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockStepOutBill_BillDateMode")
                    {
                        omodel.Kf_MoveStockStepOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockStepOutBill_BarSplitCtl")
                    {
                        omodel.Kf_MoveStockStepOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //=========================================分步式调入单
@@ -3623,6 +3691,10 @@
                    {
                        omodel.Kf_MateOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBill_BarSplitCtl")
                    {
                        omodel.Kf_MateOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //==========生产领料单    æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBillCheck_MustQtyCtl")
@@ -3656,6 +3728,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_MateOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_MateOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //============销售出库单
@@ -3728,6 +3804,10 @@
                    {
                        omodel.Kf_SellOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBill_BarSplitCtl")
                    {
                        omodel.Kf_SellOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //============销售出库单    æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBillCheck_MustQtyCtl")
@@ -3761,6 +3841,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_SellOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_SellOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_SellOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //============其他出库单
@@ -3821,6 +3905,10 @@
                    {
                        omodel.Kf_OtherOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherOutBill_BarSplitCtl")
                    {
                        omodel.Kf_OtherOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //===========其他出库单  æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherOutBillCheck_MustQtyCtl")
@@ -3854,6 +3942,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_OtherOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_OtherOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_OtherOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //==========委外出库单
@@ -3918,6 +4010,10 @@
                    {
                        omodel.Kf_EntrustOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBill_BarSplitCtl")
                    {
                        omodel.Kf_EntrustOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //==========委外领料单    æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBillCheck_MustQtyCtl")
@@ -3951,6 +4047,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_EntrustOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_EntrustOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //===========生产补料单
@@ -4011,6 +4111,10 @@
                    {
                        omodel.Kf_MateReplenishOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBill_BarSplitCtl")
                    {
                        omodel.Kf_MateReplenishOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //==========生产补料单    æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBillCheck_MustQtyCtl")
@@ -4044,6 +4148,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_MateReplenishOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MateReplenishOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_MateReplenishOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //===========委外补料单
@@ -4104,6 +4212,10 @@
                    {
                        omodel.Kf_EntrustReplenishOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBill_BarSplitCtl")
                    {
                        omodel.Kf_EntrustReplenishOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //===========委外补料单    æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBillCheck_MustQtyCtl")
@@ -4137,6 +4249,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_EntrustReplenishOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_EntrustReplenishOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_EntrustReplenishOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //=========受托加工出库单
@@ -4193,6 +4309,10 @@
                    {
                        omodel.Kf_InceptEntOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBill_BarSplitCtl")
                    {
                        omodel.Kf_InceptEntOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //=========受托加工出库单  æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_MustQtyCtl")
@@ -4226,6 +4346,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_FIFOCtl")
                    {
                        omodel.Kf_InceptEntOutBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_InceptEntOutBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_InceptEntOutBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //=========直接调拨单
@@ -4290,6 +4414,10 @@
                    {
                        omodel.Kf_MoveStockBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBill_BarSplitCtl")
                    {
                        omodel.Kf_MoveStockBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //==========直接调拨单  æ ¡éªŒ
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBillCheck_MustQtyCtl")
@@ -4323,6 +4451,10 @@
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBillCheck_FIFOCtl")
                    {
                        omodel.Kf_MoveStockBillCheck_FIFOCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockBillCheck_BarSplitCtl")
                    {
                        omodel.Kf_MoveStockBillCheck_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //============分步式调出单
@@ -4383,6 +4515,10 @@
                    {
                        omodel.Kf_MoveStockStepOutBill_BillDateMode = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockStepOutBill_BarSplitCtl")
                    {
                        omodel.Kf_MoveStockStepOutBill_BarSplitCtl = ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HValue"]);
                    }
                    //===========分步式调入单
                    if (ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HKey"]) == "Kf_MoveStockStepInBill_AutoSubmit")
Pub_Class/CustomerCls/ClsXt_SystemParameterMain.cs
@@ -167,6 +167,7 @@
        public string Kf_MateOutBill_AutoBarCode;       //免扫码模式,条码类型为非唯一条码,上传时自动生成条码扫码记录
        public string Kf_MateOutBill_DeleterAndMakerMustSame;    //生产领料单暂存删除人必须是制单人
        public string Kf_MateOutBill_BillDateMode;      //单据日期是否取界面递入日期
        public string Kf_MateOutBill_BarSplitCtl;       //是否拆分条码(有源单扫码,源单剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //生产领料    æ ¡éªŒ
        public string Kf_MateOutBillCheck_MustQtyCtl;   //校验数量控制
        public string Kf_MateOutBillCheck_WHSPCtl;      //校验-是否校对仓库仓位
@@ -176,6 +177,7 @@
        public string Kf_MateOutBillCheck_AutoBarCode;  //免扫码模式
        public string Kf_MateOutBillCheck_ERPMode;      //WMS系统同步至ERP的类型(WISE、CLOUD、MES)
        public string Kf_MateOutBillCheck_FIFOCtl;      //先进先出控制(1、不控制仅显示下架清单 2、严格控制先进先出 3、仅提示和显示下架清单 4、不显示下架清单也不控制)
        public string Kf_MateOutBillCheck_BarSplitCtl;  //是否拆分条码(单据剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //销售出库
        public string Kf_SellOutBill_AutoSubmit;            //保存后是否自动提交
@@ -196,6 +198,7 @@
        public string Kf_SellOutBill_Display;               //扫描物料条码后是否自动刷新子表界面('Y'为是)
        public string Kf_SellOutBill_DeleterAndMakerMustSame;    //销售出库单暂存删除人必须是制单人
        public string Kf_SellOutBill_BillDateMode;          //单据日期是否取界面递入日期
        public string Kf_SellOutBill_BarSplitCtl;           //是否拆分条码(有源单扫码,源单剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //销售出库  æ ¡éªŒ
        public string Kf_SellOutBillCheck_MustQtyCtl;   //校验数量控制
        public string Kf_SellOutBillCheck_WHSPCtl;      //校验-是否校对仓库仓位
@@ -205,6 +208,7 @@
        public string Kf_SellOutBillCheck_AutoBarCode;  //免扫码模式
        public string Kf_SellOutBillCheck_ERPMode;      //WMS系统同步至ERP的类型(WISE、CLOUD、MES)
        public string Kf_SellOutBillCheck_FIFOCtl;      //先进先出控制(1、不控制仅显示下架清单 2、严格控制先进先出 3、仅提示和显示下架清单 4、不显示下架清单也不控制)
        public string Kf_SellOutBillCheck_BarSplitCtl;  //是否拆分条码(单据剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //其他出库
        public string Kf_OtherOutBill_AutoSubmit;      //保存后是否自动提交
@@ -222,6 +226,7 @@
        public string Kf_OtherOutBill_FIFOCtl;         //先进先出控制
        public string Kf_OtherOutBill_DeleterAndMakerMustSame;    //其他出库单暂存删除人必须是制单人
        public string Kf_OtherOutBill_BillDateMode;    //单据日期是否取界面递入日期
        public string Kf_OtherOutBill_BarSplitCtl;     //是否拆分条码(有源单扫码,源单剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //其他出库  æ ¡éªŒ
        public string Kf_OtherOutBillCheck_MustQtyCtl;   //校验数量控制
        public string Kf_OtherOutBillCheck_WHSPCtl;      //校验-是否校对仓库仓位
@@ -231,6 +236,7 @@
        public string Kf_OtherOutBillCheck_AutoBarCode;  //免扫码模式
        public string Kf_OtherOutBillCheck_ERPMode;      //WMS系统同步至ERP的类型(WISE、CLOUD、MES)
        public string Kf_OtherOutBillCheck_FIFOCtl;      //先进先出控制(1、不控制仅显示下架清单 2、严格控制先进先出 3、仅提示和显示下架清单 4、不显示下架清单也不控制)
        public string Kf_OtherOutBillCheck_BarSplitCtl;  //是否拆分条码(单据剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //委外出库
        public string Kf_EntrustOutBill_AutoSubmit;      //保存后是否自动提交
@@ -249,6 +255,7 @@
        public string Kf_EntrustOutBill_SimpleMode;      //简洁模式(不显示源单列表,只显示扫码记录,但后台仍控制)
        public string Kf_EntrustOutBill_DeleterAndMakerMustSame;    //委外出库单暂存删除人必须是制单人
        public string Kf_EntrustOutBill_BillDateMode;    //单据日期是否取界面递入日期
        public string Kf_EntrustOutBill_BarSplitCtl;     //是否拆分条码(有源单扫码,源单剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //委外领料    æ ¡éªŒ
        public string Kf_EntrustOutBillCheck_MustQtyCtl;   //校验数量控制
        public string Kf_EntrustOutBillCheck_WHSPCtl;      //校验-是否校对仓库仓位
@@ -258,6 +265,7 @@
        public string Kf_EntrustOutBillCheck_AutoBarCode;  //免扫码模式
        public string Kf_EntrustOutBillCheck_ERPMode;      //WMS系统同步至ERP的类型(WISE、CLOUD、MES)
        public string Kf_EntrustOutBillCheck_FIFOCtl;      //先进先出控制(1、不控制仅显示下架清单 2、严格控制先进先出 3、仅提示和显示下架清单 4、不显示下架清单也不控制)
        public string Kf_EntrustOutBillCheck_BarSplitCtl;  //是否拆分条码(单据剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //生产补料
        public string Kf_MateReplenishOutBill_AutoSubmit;      //保存后是否自动提交
@@ -275,6 +283,7 @@
        public string Kf_MateReplenishOutBill_FIFOCtl;         //先进先出控制
        public string Kf_MateReplenishOutBill_DeleterAndMakerMustSame;    //生产补料单暂存删除人必须是制单人
        public string Kf_MateReplenishOutBill_BillDateMode;    //单据日期是否取界面递入日期
        public string Kf_MateReplenishOutBill_BarSplitCtl;     //是否拆分条码(有源单扫码,源单剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //生产补料  æ ¡éªŒ
        public string Kf_MateReplenishOutBillCheck_MustQtyCtl;   //校验数量控制
        public string Kf_MateReplenishOutBillCheck_WHSPCtl;      //校验-是否校对仓库仓位
@@ -284,6 +293,7 @@
        public string Kf_MateReplenishOutBillCheck_AutoBarCode;  //免扫码模式
        public string Kf_MateReplenishOutBillCheck_ERPMode;      //WMS系统同步至ERP的类型(WISE、CLOUD、MES)
        public string Kf_MateReplenishOutBillCheck_FIFOCtl;      //先进先出控制(1、不控制仅显示下架清单 2、严格控制先进先出 3、仅提示和显示下架清单 4、不显示下架清单也不控制)
        public string Kf_MateReplenishOutBillCheck_BarSplitCtl;  //是否拆分条码(单据剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //委外补料
        public string Kf_EntrustReplenishOutBill_AutoSubmit;      //保存后是否自动提交
@@ -301,6 +311,7 @@
        public string Kf_EntrustReplenishOutBill_FIFOCtl;         //先进先出控制
        public string Kf_EntrustReplenishOutBill_DeleterAndMakerMustSame;    //委外补料单暂存删除人必须是制单人
        public string Kf_EntrustReplenishOutBill_BillDateMode;    //单据日期是否取界面递入日期
        public string Kf_EntrustReplenishOutBill_BarSplitCtl;     //是否拆分条码(有源单扫码,源单剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //委外补料    æ ¡éªŒ
        public string Kf_EntrustReplenishOutBillCheck_MustQtyCtl;   //校验数量控制
        public string Kf_EntrustReplenishOutBillCheck_WHSPCtl;      //校验-是否校对仓库仓位
@@ -310,6 +321,7 @@
        public string Kf_EntrustReplenishOutBillCheck_AutoBarCode;  //免扫码模式
        public string Kf_EntrustReplenishOutBillCheck_ERPMode;      //WMS系统同步至ERP的类型(WISE、CLOUD、MES)
        public string Kf_EntrustReplenishOutBillCheck_FIFOCtl;      //先进先出控制(1、不控制仅显示下架清单 2、严格控制先进先出 3、仅提示和显示下架清单 4、不显示下架清单也不控制)
        public string Kf_EntrustReplenishOutBillCheck_BarSplitCtl;  //是否拆分条码(单据剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //受托加工出库
        public string Kf_InceptEntOutBill_AutoSubmit;      //保存后是否自动提交
@@ -326,6 +338,7 @@
        public string Kf_InceptEntOutBill_FIFOCtl;         //先进先出控制
        public string Kf_InceptEntOutBill_DeleterAndMakerMustSame;    //其他出库单暂存删除人必须是制单人
        public string Kf_InceptEntOutBill_BillDateMode;    //单据日期是否取界面递入日期
        public string Kf_InceptEntOutBill_BarSplitCtl;     //是否拆分条码(有源单扫码,源单剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //受托加工出库  æ ¡éªŒ
        public string Kf_InceptEntOutBillCheck_MustQtyCtl;   //校验数量控制
        public string Kf_InceptEntOutBillCheck_WHSPCtl;      //校验-是否校对仓库仓位
@@ -335,6 +348,7 @@
        public string Kf_InceptEntOutBillCheck_AutoBarCode;  //免扫码模式
        public string Kf_InceptEntOutBillCheck_ERPMode;      //WMS系统同步至ERP的类型(WISE、CLOUD、MES)
        public string Kf_InceptEntOutBillCheck_FIFOCtl;      //先进先出控制(1、不控制仅显示下架清单 2、严格控制先进先出 3、仅提示和显示下架清单 4、不显示下架清单也不控制)
        public string Kf_InceptEntOutBillCheck_BarSplitCtl;  //是否拆分条码(单据剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //直接调拨
        public string Kf_MoveStockBill_AutoSubmit;      //保存后是否自动提交
@@ -353,6 +367,7 @@
        public string Kf_MoveStockBill_Display;         //扫描物料条码后是否自动刷新子表界面('Y'为是)
        public string Kf_MoveStockBill_DeleterAndMakerMustSame;    //直接调拨单暂存删除人必须是制单人
        public string Kf_MoveStockBill_BillDateMode;    //单据日期是否取界面递入日期
        public string Kf_MoveStockBill_BarSplitCtl;     //是否拆分条码(有源单扫码,源单剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //直接调拨  æ ¡éªŒ
        public string Kf_MoveStockBillCheck_MustQtyCtl;     //校验数量控制
        public string Kf_MoveStockBillCheck_WHSPCtl;        //校验-是否校对仓库仓位
@@ -362,6 +377,7 @@
        public string Kf_MoveStockBillCheck_AutoBarCode;  //免扫码模式
        public string Kf_MoveStockBillCheck_ERPMode;        //WMS系统同步至ERP的类型(WISE、CLOUD、MES)
        public string Kf_MoveStockBillCheck_FIFOCtl;      //先进先出控制(1、不控制仅显示下架清单 2、严格控制先进先出 3、仅提示和显示下架清单 4、不显示下架清单也不控制)
        public string Kf_MoveStockBillCheck_BarSplitCtl;  //是否拆分条码(单据剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //分步式调出单
        public string Kf_MoveStockStepOutBill_AutoSubmit;      //保存后是否自动提交
@@ -379,6 +395,7 @@
        public string Kf_MoveStockStepOutBill_FIFOCtl;         //先进先出控制
        public string Kf_MoveStockStepOutBill_DeleterAndMakerMustSame;    //分步式调出单暂存删除人必须是制单人
        public string Kf_MoveStockStepOutBill_BillDateMode;    //单据日期是否取界面递入日期
        public string Kf_MoveStockStepOutBill_BarSplitCtl;     //是否拆分条码(有源单扫码,源单剩余可扫数量小于条码数量时,对条码进行拆码,'Y'为是)
        //分步式调入单
        public string Kf_MoveStockStepInBill_AutoSubmit;      //保存后是否自动提交
WebAPI/Controllers/ÌõÂë¹ÜÀí/WEBSController.cs
@@ -7535,11 +7535,22 @@
                    }
                    else
                    {
                        objJsonResult.code = "0";
                        objJsonResult.count = 1;
                        objJsonResult.Message = "成功";
                        objJsonResult.data = WebSoBar;
                        return objJsonResult;
                        if (WebSoBar.HBack == "拆分条码")
                        {
                            objJsonResult.code = "0";
                            objJsonResult.count = 3;
                            objJsonResult.Message = WebSoBar.HRemark;
                            objJsonResult.data = WebSoBar;
                            return objJsonResult;
                        }
                        else
                        {
                            objJsonResult.code = "0";
                            objJsonResult.count = 1;
                            objJsonResult.Message = "成功";
                            objJsonResult.data = WebSoBar;
                            return objJsonResult;
                        }
                    }
                }
                catch (Exception e)
@@ -7599,11 +7610,22 @@
                    }
                    else
                    {
                        objJsonResult.code = "0";
                        objJsonResult.count = 1;
                        objJsonResult.Message = "成功";
                        objJsonResult.data = WebSoBar;
                        return objJsonResult;
                        if (WebSoBar.HBack == "拆分条码")
                        {
                            objJsonResult.code = "0";
                            objJsonResult.count = 3;
                            objJsonResult.Message = WebSoBar.HRemark;
                            objJsonResult.data = WebSoBar;
                            return objJsonResult;
                        }
                        else
                        {
                            objJsonResult.code = "0";
                            objJsonResult.count = 1;
                            objJsonResult.Message = "成功";
                            objJsonResult.data = WebSoBar;
                            return objJsonResult;
                        }
                    }
                }
                catch (Exception e)
@@ -8440,21 +8462,32 @@
                            objJsonResult.data = null;
                            return objJsonResult;
                        }
                        else if (WebSoBar.HRemark == "仅提示")
                        {
                            objJsonResult.code = "0";
                            objJsonResult.count = 2;
                            objJsonResult.Message = DBUtility.ClsPub.sErrInfo;
                            objJsonResult.data = null;
                            return objJsonResult;
                        }
                        else
                        {
                            objJsonResult.code = "0";
                            objJsonResult.count = 1;
                            objJsonResult.Message = "成功";
                            objJsonResult.data = WebSoBar;
                            return objJsonResult;
                            if (WebSoBar.HBack == "仅提示")
                            {
                                objJsonResult.code = "0";
                                objJsonResult.count = 2;
                                objJsonResult.Message = WebSoBar.HRemark;
                                objJsonResult.data = WebSoBar;
                                return objJsonResult;
                            }
                            else if (WebSoBar.HBack == "拆分条码")
                            {
                                objJsonResult.code = "0";
                                objJsonResult.count = 3;
                                objJsonResult.Message = WebSoBar.HRemark;
                                objJsonResult.data = WebSoBar;
                                return objJsonResult;
                            }
                            else
                            {
                                objJsonResult.code = "0";
                                objJsonResult.count = 1;
                                objJsonResult.Message = "成功";
                                objJsonResult.data = WebSoBar;
                                return objJsonResult;
                            }
                        }
                    }
                }
@@ -8515,11 +8548,22 @@
                    }
                    else
                    {
                        objJsonResult.code = "0";
                        objJsonResult.count = 1;
                        objJsonResult.Message = "成功";
                        objJsonResult.data = WebSoBar;
                        return objJsonResult;
                        if (WebSoBar.HBack == "拆分条码")
                        {
                            objJsonResult.code = "0";
                            objJsonResult.count = 3;
                            objJsonResult.Message = WebSoBar.HRemark;
                            objJsonResult.data = WebSoBar;
                            return objJsonResult;
                        }
                        else
                        {
                            objJsonResult.code = "0";
                            objJsonResult.count = 1;
                            objJsonResult.Message = "成功";
                            objJsonResult.data = WebSoBar;
                            return objJsonResult;
                        }
                    }
                }
                catch (Exception e)
WebAPI/Web References/WebS/Reference.cs
Diff too large
WebAPI/Web References/WebS/WebService1.wsdl
Diff too large