wtt
20 小时以前 566311664a715df456139fc6b389ef39116d30d8
WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs
@@ -219,6 +219,15 @@
                    sBillBarCode = NewBarCode[0];
                }
                string sBillNo = sBillBarCode;
                //截取条码类型 前两位
                string BillNoType1 = sBillNo.Substring(0, Math.Min(2, sBillNo.Length));
                switch (BillNoType1)
                {
                    case "OP"://流转卡
                        //同步工序流转卡
                        oCN.RunProc("exec h_p_IFCLD_ERPSourceBillToLocal_ProcExchAndRouting '" + sBillNo + "'");
                        break;
                }
                //得到信息
                ds = oCN.RunProcReturn("select top 1 * from h_v_Sc_ProcessExchangeBillList  where 单据号= '" + sBillNo + "'", "h_v_Sc_ProcessExchangeBillList");
                //写入信息