You've already forked qlg.tsgz.moe
							
							后台修改
This commit is contained in:
		| @@ -85,11 +85,16 @@ class Orders extends Base | ||||
|                 foreach ($orderGoodsList as &$val) { | ||||
|                     $discountMoney += ($val['goodsPrice'] * $val['goodsNum'] + $val['freight']) * ($val['discountRate'] * 0.01);//优惠款 | ||||
|                 } | ||||
|                 $page['Rows'][$key]['coupons']       = round($discountMoney,2); | ||||
|                 $page['Rows'][$key]['loginName']     = "【" . $v['loginName'] . "】"; | ||||
|                 $page['Rows'][$key]['coupons']       = number_format($discountMoney,2,'.',''); | ||||
|                 if((float)$v['payable'] < 0){ | ||||
|                     $page['Rows'][$key]['payable']       = number_format(abs($v['payable']),2,'.',''); | ||||
|                 }else{ | ||||
|                     $page['Rows'][$key]['payable']       = '0.00'; | ||||
|                 } | ||||
|                 $page['Rows'][$key]['loginName']     = $v['loginName']; | ||||
|                 $page['Rows'][$key]['userName']      = $v['userName']; | ||||
|                 $shopUserInfo                        = getUserInfo(['userId' => $v['shopUserId']], 'loginName'); | ||||
|                 $page['Rows'][$key]['shopLoginName'] = "【" . $shopUserInfo['loginName'] . "】"; | ||||
|                 $page['Rows'][$key]['shopLoginName'] = $shopUserInfo['loginName']; | ||||
|                 $page['Rows'][$key]['payType']       = WSTLangPayType($v['payType']); | ||||
|                 $page['Rows'][$key]['deliverType']   = WSTLangDeliverType($v['deliverType'] == 1); | ||||
|                 if ($v["helpUserId"] != 0) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user