Commit 8a761fb1 by 王昆

gbs

parent 7d110193
......@@ -76,11 +76,11 @@ class DeliverService extends ServiceBase {
}
// 判断是否有财务宝和税务报
let cwb = Number(row.auth[1] || 0);
let swb = Number(row.auth[2] || 0);
if(!cwb && !swb) {
return;
}
let cwb = Number(user.auth[1] || 0);
let swb = Number(user.auth[2] || 0);
// if(!cwb && !swb) {
// return;
// }
let data = {
companyNo: deliver.id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment