|
|
@@ -67,7 +67,7 @@ class DischargeTaskImport implements ToCollection, WithHeadingRow
|
|
|
'numbers' => trim($item['入库单']),
|
|
|
'income_amount' => $item['数量'],
|
|
|
'income_unit_price' => $item['单价'],
|
|
|
- 'unit' => $unit,
|
|
|
+ 'income_unit' => $unit,
|
|
|
'income_total_cost' => $item['数量'] * $item['单价'],
|
|
|
'status' => 0,
|
|
|
'income_remark' => $item['备注'],
|