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"); //写入信息