|
|
@@ -119,6 +119,10 @@ class PurchaseOrderController extends BaseController
|
|
|
//新增采购订单
|
|
|
public function actionCreateOrder()
|
|
|
{
|
|
|
+
|
|
|
+ ini_set('memory_limit', '2045M');
|
|
|
+ set_time_limit(0);
|
|
|
+
|
|
|
$post = Yii::$app->request->post();
|
|
|
$post['sjId'] = $this->sjId;
|
|
|
$post['shopId'] = $this->shopId;
|