소스 검색

暂存特殊的预估到账金额

lvhao 1 개월 전
부모
커밋
19f94bf7d1
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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)
 			{