protected$view;
publicfunction__construct(
\Magento\Sales\Block\Adminhtml\Order\View $view
)
{
$this->view=$view;
}
publicfunctionYourfunction(){
$orderIds=$this->view->getOrderId();
}
原文链接: https://www.abmbio.xin/article/25
protected$view;
publicfunction__construct(
\Magento\Sales\Block\Adminhtml\Order\View $view
)
{
$this->view=$view;
}
publicfunctionYourfunction(){
$orderIds=$this->view->getOrderId();
}
原文链接: https://www.abmbio.xin/article/25
本文标题:Magento 2 how to get Order ID in
本文链接:https://www.haomeiwen.com/subject/aowdixtx.html
网友评论