浏览代码

暂存特殊的预估到账金额

lvhao 3 月之前
父节点
当前提交
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)
 			{