Browse Source

语言,呼叫检查状态

master
sc 2 months ago
parent
commit
5b203da464
  1. 2
      Properties/Resources.zh-TW.resx
  2. 4
      ViewModel/MainWindowViewModel.cs

2
Properties/Resources.zh-TW.resx

@ -208,7 +208,7 @@
<value>計量</value> <value>計量</value>
</data> </data>
<data name="LineUp" xml:space="preserve"> <data name="LineUp" xml:space="preserve">
<value /> <value>排隊</value>
</data> </data>
<data name="Notimplementation" xml:space="preserve"> <data name="Notimplementation" xml:space="preserve">
<value>未執行</value> <value>未執行</value>

4
ViewModel/MainWindowViewModel.cs

@ -2930,8 +2930,8 @@ namespace DyeingComputer.ViewModel
else else
{ {
SQLI = SQLiteHelpers.ExecuteDataSet("select * from Dyelot where " + SQLI = SQLiteHelpers.ExecuteDataSet("select * from Dyelot where " +
"Dyelot = '" + Dyelot + "' AND Step = '" + STEP + "' AND Redye ='" + SYS_REDYE + "Dyelot = '" + Dyelot + "' AND Step = '" + STEP + "' AND Redye ='" + SYS_REDYE +
"'", null).Tables[0].Rows.Count; "' AND State != '301'", null).Tables[0].Rows.Count;
} }
if (SQLI > 0) SQLiteHelpers.Update("Dyelot", dat_FR, "Dyelot = '" + Dyelot + "' AND Step = '" + if (SQLI > 0) SQLiteHelpers.Update("Dyelot", dat_FR, "Dyelot = '" + Dyelot + "' AND Step = '" +
STEP + "' AND Redye ='" + SYS_REDYE + "'", null);//行更新 STEP + "' AND Redye ='" + SYS_REDYE + "'", null);//行更新

Loading…
Cancel
Save