リビジョン 484
評価点処理追加
発注者マスタ:50音追加
工事日報:工事毎にキー等変更
SQLワイルドカードをフィールドドリスト作成に変更
SQLシングルコート・カンマのコントロールコードを持つ文字列をCONCAT関数により登録する様に変更
CostDataOfCompensation.cs | ||
---|---|---|
53 | 53 |
/// </summary> |
54 | 54 |
Type2, |
55 | 55 |
/// <summary> |
56 |
/// 3:台帳閉鎖工事
|
|
56 |
/// 3:自社工事
|
|
57 | 57 |
/// </summary> |
58 | 58 |
Type3, |
59 | 59 |
/// <summary> |
60 |
/// 4:自社工事
|
|
60 |
/// 4:台帳閉鎖工事
|
|
61 | 61 |
/// </summary> |
62 | 62 |
Type4, |
63 | 63 |
/// <summary> |
... | ... | |
108 | 108 |
private int m_FromCodeType = 0; // 相手先コードタイプ |
109 | 109 |
private int m_FromCode = 0; // 相手先コード |
110 | 110 |
private DateTime m_SendDate = DateTime.Now; // 対象日付 |
111 |
private int m_LinkCode = 0; // リンク先工事コード |
|
111 | 112 |
|
112 | 113 |
private decimal m_EntryPrice = 0; // 金額(税抜) |
113 | 114 |
private decimal m_EntryTax = 0; // 金額(税込) |
... | ... | |
198 | 199 |
set { m_SendDate = value; } |
199 | 200 |
} |
200 | 201 |
/// <summary> |
202 |
/// リンク先工事コード |
|
203 |
/// </summary> |
|
204 |
public int LinkCode |
|
205 |
{ |
|
206 |
get { return m_LinkCode; } |
|
207 |
set { m_LinkCode = value; } |
|
208 |
} |
|
209 |
/// <summary> |
|
201 | 210 |
/// 金額(税抜) |
202 | 211 |
/// </summary> |
203 | 212 |
public decimal EntryPrice |
... | ... | |
276 | 285 |
decWork = -1; |
277 | 286 |
break; |
278 | 287 |
case (int)CostTypeDef.Type2: // 購入 |
279 |
case (int)CostTypeDef.Type3: // 台帳閉鎖工事
|
|
280 |
case (int)CostTypeDef.Type4: // 自社工事
|
|
288 |
case (int)CostTypeDef.Type3: // 自社工事
|
|
289 |
case (int)CostTypeDef.Type4: // 台帳閉鎖工事
|
|
281 | 290 |
case (int)CostTypeDef.Type5: // 瑕疵工事 |
282 | 291 |
break; |
283 | 292 |
} |
... | ... | |
291 | 300 |
case (int)CostTypeDef.Type6: // 販売 |
292 | 301 |
break; |
293 | 302 |
case (int)CostTypeDef.Type2: // 購入 |
294 |
case (int)CostTypeDef.Type3: // 台帳閉鎖工事
|
|
295 |
case (int)CostTypeDef.Type4: // 自社工事
|
|
303 |
case (int)CostTypeDef.Type3: // 自社工事
|
|
304 |
case (int)CostTypeDef.Type4: // 台帳閉鎖工事
|
|
296 | 305 |
case (int)CostTypeDef.Type5: // 瑕疵工事 |
297 | 306 |
decWork = -1; |
298 | 307 |
break; |
他の形式にエクスポート: Unified diff