增加cps品牌和bootstrap-select搜索插件
This commit is contained in:
@@ -114,6 +114,7 @@ class Cusorder extends Wxapp
|
||||
$money_json['register_amount'] = $register_amount ? $register_amount : 0;
|
||||
}
|
||||
$data['money_json'] = json_encode($money_json, JSON_UNESCAPED_UNICODE);
|
||||
$data['cps_type'] = $this->orders_model->get_cps_type($car_row['brand_id']);
|
||||
$o_id = $this->orders_model->add($data);
|
||||
if (is_numeric($o_id)) {
|
||||
//更新客户
|
||||
|
||||
Reference in New Issue
Block a user