|
@@ -380,6 +380,8 @@ class Purchase extends Auth
|
|
|
'desc.max:250' => '报价说明最多250',
|
|
|
], 'post');
|
|
|
}
|
|
|
+ input('date')?$data['date']=input('date'):'';
|
|
|
+ input('is_have')?$data['is_have']=input('is_have'):'';
|
|
|
$model=ShopPurchaseItem::findOrFail($data['id']);
|
|
|
$user=$this->getUser();
|
|
|
if($model['offer_id']){
|