Commit ddb7714f authored by clone's avatar clone

1

parent f427db70
...@@ -42,18 +42,18 @@ class StoreFee extends Basic ...@@ -42,18 +42,18 @@ class StoreFee extends Basic
{ {
$params = $this->params; $params = $this->params;
/* $params = array( /* $params = array(
'type' => 1, 'type' => 1,//费用类型
'fee_item' => 100, 'fee_item' => 100,//费用项目
'total_fee' => 123.43, 'total_fee' => 123.43,//总费用
'agent_id' => 11, 'agent_id' => 11,//经纪人id
'store_id' => 12, 'store_id' => 12,//门店id
'assume_fee' => 111, 'assume_fee' => 111, //费用承担金额
'site_id' => 10001, 'site_id' => 10001, //站点id
'card_name' => "123123",//收款卡户名 'card_name' => "123123",//收款卡户名 非必填
'bank' => "123123",//开户行 'bank' => "123123",//开户行 非必填
'card_no' => "123123",//银行卡号 'card_no' => "123123",//银行卡号 非必填
'count_time' => "2019-07-01", 'count_time' => "2019-07-01",//计入日期, pc后台的字段 非必填
'img_arr' => ["111"],//数组模式 'img_arr' => [],//数组模式 同收款一样
);*/ );*/
$checkResult = $this->validate($params, "StoreFeeValidate.addApplyFor"); $checkResult = $this->validate($params, "StoreFeeValidate.addApplyFor");
if (true !== $checkResult) { if (true !== $checkResult) {
...@@ -64,7 +64,7 @@ class StoreFee extends Basic ...@@ -64,7 +64,7 @@ class StoreFee extends Basic
$total_fee = $params["total_fee"]; $total_fee = $params["total_fee"];
$agent_id = $params["agent_id"]; $agent_id = $params["agent_id"];
$store_id = $params["store_id"]; $store_id = $params["store_id"];
$assume_fee = $params["vehicle"]; $assume_fee = $params["assume_fee"];
$site_id = $params["assume_fee"]; $site_id = $params["assume_fee"];
$card_name = $params["card_name"]; $card_name = $params["card_name"];
$bank = $params["bank"]; $bank = $params["bank"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment