MaiXinRong 3 vuotta sitten
vanhempi
commit
620ff4338c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/service/stage_change.js

+ 1 - 1
app/service/stage_change.js

@@ -352,7 +352,7 @@ module.exports = app => {
                     ...x,
                     ledger_id: b.ledger_id, l_code: b.b_code, l_name: b.name, l_unit: b.unit, l_up: b.unit_price,
                     l_deal_qty: b.deal_qty, l_deal_tp: b.deal_tp, l_qty: b.quantity, l_tp: b.total_price, l_drawing_code: b.drawing_code,
-                    p_name: p ? p.name || '', p_drawing_code: p ? p.drawing_code : '', p_qty: p ? p.quantity : '',
+                    p_name: p ? p.name : '', p_drawing_code: p ? p.drawing_code : '', p_qty: p ? p.quantity : '',
                 };
             });
         }