リビジョン 60
運用VPS対応MySql版(テスト中)(Oracle版はリビジョン50)
実装状況は、/svn/pmana/trunk/Document/運用支援資料の現場監督秘書ビーアイテイ担当機能一覧.xlsx
CommonDefine.cs | ||
---|---|---|
1678 | 1678 |
} |
1679 | 1679 |
#endregion |
1680 | 1680 |
|
1681 |
#region 資材返却期限 |
|
1682 |
/// <summary> |
|
1683 |
/// 資材返却期限コントロールアイテム // Add BIT 2017/03/18 |
|
1684 |
/// </summary> |
|
1685 |
public static string[,] MaterualLimitItem = new string[2,4] { |
|
1686 |
{ "資材返却", "本日返却期限の資材があります。", "0xFF0000", "0x000000" }, |
|
1687 |
{ "資材返却", "返却期限を過ぎた資材があります。", "0x808080", "0xFF0000" } |
|
1688 |
}; |
|
1689 |
public static List<KeyValuePair<int, int>> MaterualStatusCheckList = new List<KeyValuePair<int, int>>{ |
|
1690 |
new KeyValuePair<int, int>((int)CommonDefine.TermDateCheckTiming.CheckSchdule1, 0), |
|
1691 |
new KeyValuePair<int, int>((int)CommonDefine.TermDateCheckTiming.CheckSchdule3, 1)}; |
|
1692 |
#endregion |
|
1693 |
|
|
1681 | 1694 |
} |
1682 | 1695 |
} |
他の形式にエクスポート: Unified diff