|
|
@@ -1091,6 +1091,7 @@ class PurchaseOrderController extends BaseController
|
|
|
|
|
|
$ghsInfo = GhsClass::getGhsInfo($ghsId);
|
|
|
GhsClass::valid($ghsInfo, $this->shopId);
|
|
|
+ $post['ghsId'] = $ghsId;
|
|
|
$post['ghsInfo'] = json_encode($ghsInfo);
|
|
|
$post['ghsName'] = $ghsInfo['name'] ?? '';
|
|
|
$post['ghsAvatar'] = $ghsInfo['shortAvatar'] ?? '';
|