This commit is contained in:
chi
2021-02-25 16:33:03 +09:00
parent 71698b5d8b
commit c5f6947344
18 changed files with 1147 additions and 630 deletions

View File

@@ -234,7 +234,12 @@ namespace FPJ0000
if (value_in != null) qty_in = (int)value_in;
if (value_buy != null) qty_buy = (int)value_buy;
if (qty_buy < 1) //비구매건
if(b_cancel == true)
{
row.ForeColor = Color.White;
row.BackColor = Color.Red;
}
else if (qty_buy < 1) //비구매건
{
+= 1;
row.ForeColor = Color.Black;