|
@@ -35,7 +35,7 @@ class SupplierOrder extends PurBase
|
|
|
$this->title = '供货订单列表';
|
|
|
$this->supplier = Db::name('Supplier')->where('is_deleted',0)->column('name','id');
|
|
|
$this->admin_arr =SystemUser::column('username','id');
|
|
|
- $this->admin_arr[0] = '总后台';
|
|
|
+ $this->admin_arr[0] = 'admin';
|
|
|
$where = [];
|
|
|
$where[] = ['is_deleted','=',0];
|
|
|
if($this->admin_authorize == 1) $where[] = ['employee_user','=',$this->admin_user['id']];
|