|
@@ -1981,6 +1981,11 @@ class Fullorder extends Start_Controller {
|
|
|
// $post['fpdata'] = str_replace(array("\r", "\n"), "", $post['fpdata']);
|
|
// $post['fpdata'] = str_replace(array("\r", "\n"), "", $post['fpdata']);
|
|
|
// $ud['fpdata'] = str_replace(" ", "", $ud['fpdata']); // 去除所有空格
|
|
// $ud['fpdata'] = str_replace(" ", "", $ud['fpdata']); // 去除所有空格
|
|
|
// $ud['fpdata'] = str_replace(array("\r", "\n"), "", $ud['fpdata']);
|
|
// $ud['fpdata'] = str_replace(array("\r", "\n"), "", $ud['fpdata']);
|
|
|
|
|
+
|
|
|
|
|
+ if($ud['estimaterate'] == 1){
|
|
|
|
|
+ $post['budget'] = $ud['shouldmoney'];
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
if($ud['state'] == 216 && $post['whlabel'] != $ud['whlabel'])
|
|
if($ud['state'] == 216 && $post['whlabel'] != $ud['whlabel'])
|
|
|
{
|
|
{
|
|
|
echo json_encode(array('msg'=>'商品信息需要找梦体修改','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'商品信息需要找梦体修改','success'=>false));exit;
|