|
|
@@ -415,7 +415,7 @@ class PurchaseOrderController extends BaseController
|
|
|
|
|
|
//避免重复提交
|
|
|
$adminId = $this->adminId;
|
|
|
- util::checkRepeatCommit($adminId, 8);
|
|
|
+ util::checkRepeatCommit($adminId, 10);
|
|
|
|
|
|
$post = Yii::$app->request->post();
|
|
|
$post['sjId'] = $this->sjId;
|