Browse Source

暂存特殊的预估到账金额

lvhao 1 month ago
parent
commit
19f94bf7d1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      core/CoreApp/controllers/Fullorder.php

+ 3 - 0
core/CoreApp/controllers/Fullorder.php

@@ -1055,6 +1055,9 @@ class Fullorder extends Start_Controller {
 			{
 			    $post['budget'] = eval("return $yga*1.$ygc;");
 			}
+			if($data['estimaterate'] == 1){
+				$post['budget'] = $post['shouldmoney'];
+			}
 			$whlabeldata = explode('|',trim($whlabel,'|'));$way = 0;
 			foreach ($whlabeldata as $va)
 			{