修复内容
This commit is contained in:
@@ -659,6 +659,13 @@ public function group_del(){
|
||||
$this->assign('goods_brand',StaffLogic::goods_brand());
|
||||
return $this->fetch();
|
||||
}
|
||||
|
||||
// 员工工资导出
|
||||
public function exportWages()
|
||||
{
|
||||
$get = $this->request->get();
|
||||
$this->_success('', StaffLogic::wagesExport($get));
|
||||
}
|
||||
|
||||
//删除员工的工资
|
||||
public function wagesdel(){
|
||||
|
||||
Reference in New Issue
Block a user