更新发票到账
This commit is contained in:
parent
feed1af188
commit
cba3353c91
|
@ -85,21 +85,6 @@ class OaApprove extends ApiController
|
||||||
"update_time" => "2022-01-10 16:21:32"
|
"update_time" => "2022-01-10 16:21:32"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
$auth = isAuthIncome($uid);
|
|
||||||
if ($auth) {
|
|
||||||
$list[] = [
|
|
||||||
"id" => 9999,
|
|
||||||
"type" => 3,
|
|
||||||
"title" => "发票到账",
|
|
||||||
"name" => "daozhang",
|
|
||||||
"icon" => "icon-daozhang",
|
|
||||||
"img" => "https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/oa/renliziyuan.png",
|
|
||||||
"department_ids" => "",
|
|
||||||
"status" => 1,
|
|
||||||
"create_time" => "2022-01-10 16:21:32",
|
|
||||||
"update_time" => "2022-01-10 16:21:32"
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->apiSuccess('获取成功', $list);
|
$this->apiSuccess('获取成功', $list);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue