admin_orders_924

admin_orders_924_2
This commit is contained in:
dengbw
2021-09-24 09:28:19 +08:00
committed by lccsw
parent 07bc9fc893
commit 76a8eabfa0
2 changed files with 3 additions and 3 deletions
@@ -11,7 +11,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
class Receiver_order_signs_model extends HD_Model
{
private $table_name = 'lc_receiver_order_signs';
private $status_arr = [ 0 => '未签合同',1 => '已签合同',2 => '已预交款'];
private $status_arr = [ 0 => '未签合同',1 => '已签合同',2 => '已付定金'];
public function __construct()
{
@@ -28,8 +28,8 @@ class Receiver_orders_model extends HD_Model
*/
public function statusAry($status = '')
{
$status_ary[0] = array('name' => '合同签订', 'show' => true, 'list' => array(2 => '已预交款', 1 => '已签合同', 0 => '未签合同'),
'menu_list' => array(1 => '已签合同', 0 => '未签合同'), 'menu_default' => 1);
$status_ary[0] = array('name' => '合同签订', 'show' => true, 'list' => array(2 => '已付定金', 1 => '已签合同', 0 => '未签合同'),
'menu_list' => array(2 => '已付定金',1 => '已签合同', 0 => '未签合同'), 'menu_default' => 2);
$status_ary[1] = array('name' => '分期办理', 'show' => true, 'list' => array(0 => '审核中', 1 => '已通过', 2 => '已放款'),
'menu_list' => array(0 => '审核中', 1 => '已通过', 2 => '已放款'), 'menu_default' => 0);
$status_ary[2] = array('name' => '车辆确认', 'show' => true, 'list' => array(0 => '车辆确认中', 1 => '用户未签名', 2 => '尾款未支付', 3 => '已确定'),