|
@@ -108,6 +108,7 @@ class OrderItemController extends BaseController
|
|
|
continue;
|
|
continue;
|
|
|
}
|
|
}
|
|
|
$info->xhNum = $xhNum;
|
|
$info->xhNum = $xhNum;
|
|
|
|
|
+ $info->xhPreNum = $xhNum;
|
|
|
$info->xhUnitPrice = $xhUnitPrice;
|
|
$info->xhUnitPrice = $xhUnitPrice;
|
|
|
$info->xhPreUnitPrice = $xhUnitPrice;
|
|
$info->xhPreUnitPrice = $xhUnitPrice;
|
|
|
$info->save();
|
|
$info->save();
|