|
@@ -235,7 +235,7 @@ class Purchin extends BaseController
|
|
|
if($status===""){
|
|
|
return error_show(1004,"参数status 不为空");
|
|
|
}
|
|
|
- if($info['status']==3){
|
|
|
+ if($info['status']==4){
|
|
|
return error_show(1004,"入库单已完成");
|
|
|
}
|
|
|
$remark = isset($this->post['remark'])&&$this->post['remark']!="" ? trim($this->post['remark']) :"";
|