|
|
@@ -392,6 +392,10 @@ class PurchaseOrderController extends BaseController
|
|
|
ini_set('memory_limit', '2045M');
|
|
|
set_time_limit(0);
|
|
|
|
|
|
+ //避免重复提交
|
|
|
+ $adminId = $this->adminId;
|
|
|
+ util::checkRepeatCommit($adminId, 8);
|
|
|
+
|
|
|
$post = Yii::$app->request->post();
|
|
|
$post['sjId'] = $this->sjId;
|
|
|
$post['shopId'] = $this->shopId;
|