sunhao 5 days ago
parent 4f8cd7c3f8
commit ff04004c84

@ -8617,6 +8617,14 @@ namespace ibk.IPD.Controller.IPD_PS
|| prP_PLATE.WOO_RSN == "QZE" || prP_PLATE.WOO_RSN == "QZE"
|| prP_PLATE.WOO_RSN == "QAF" || prP_PLATE.WOO_RSN == "QAF"
|| prP_PLATE.WOO_RSN == "ABA" || prP_PLATE.WOO_RSN == "ABA"
|| prP_PLATE.WOO_RSN == "DAA"
|| prP_PLATE.WOO_RSN == "DBA"
|| prP_PLATE.WOO_RSN == "DBB"
|| prP_PLATE.WOO_RSN == "DBC"
|| prP_PLATE.WOO_RSN == "DBD"
|| prP_PLATE.WOO_RSN == "DBE"
|| prP_PLATE.WOO_RSN == "DBF"
|| prP_PLATE.WOO_RSN == "DBG"
|| prP_PLATE.WOO_RSN == "DAA") || prP_PLATE.WOO_RSN == "DAA")
{ {
return false; return false;

@ -2781,7 +2781,7 @@ namespace ibk.IPD.Service.IPD_PS
{ {
if (!string.IsNullOrEmpty(prsup.SUB_LACK_CON)) if (!string.IsNullOrEmpty(prsup.SUB_LACK_CON))
{ {
if (prsup.SUB_LACK_CON.Contains("取样")) if (prsup.SUB_LACK_CON.Contains("取样") || prsup.SUB_LACK_CON.Contains("物理") || prsup.SUB_LACK_CON.Contains("标准"))
{ {
strData.Append("1"); // 取样: VARCHAR2(1) strData.Append("1"); // 取样: VARCHAR2(1)
b = true; b = true;
@ -2873,7 +2873,8 @@ namespace ibk.IPD.Service.IPD_PS
{ {
if (!string.IsNullOrEmpty(prsup.SUB_LACK_CON)) if (!string.IsNullOrEmpty(prsup.SUB_LACK_CON))
{ {
if (prsup.SUB_LACK_CON.Contains("取样")) //if (prsup.SUB_LACK_CON.Contains("取样"))
if (prsup.SUB_LACK_CON.Contains("取样") || prsup.SUB_LACK_CON.Contains("物理") || prsup.SUB_LACK_CON.Contains("标准"))
{ {
strData.Append("1"); // 取样: VARCHAR2(1) strData.Append("1"); // 取样: VARCHAR2(1)
b = true; b = true;

@ -20,11 +20,11 @@ namespace ibk.IPD.Service.IPD_PS
{ {
private static readonly ILog logger = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); private static readonly ILog logger = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private static string glstrPlateNo = "24105657140201";//24101846070122 private static string glstrPlateNo = "24207171010101";//24101846070122
private static string glstrOrdNo = "OMB22110001"; private static string glstrOrdNo = "OMG24080136";
private static string glstrOrdItem = "023"; private static string glstrOrdItem = "001";
#region 获取存储数据 #region 获取存储数据

Loading…
Cancel
Save