|
|
@@ -1335,8 +1335,10 @@ class PurchaseOrderClass extends BaseClass
|
|
|
$productId = $v['productId'];
|
|
|
$currentAboutPrice = $v['aboutPrice'] ?? 0;
|
|
|
$currentTotal = $v['totalPrice'] ?? 0;
|
|
|
+ $assignSeat = $v['assignSeat']??1;
|
|
|
$itemId = $productData[$productId]['itemId'];
|
|
|
$tmp['orderSn'] = $orderSn;
|
|
|
+ $tmp['assignSeat'] = $assignSeat;
|
|
|
$tmp['itemId'] = $itemId;
|
|
|
$tmp['belongCost'] = $productData[$productId]['belongCost'] ?? 0;
|
|
|
$tmp['productId'] = $v['productId'];
|