Commit 70a6988f by 杨树贤

修复账期筛选问题

parent a7f32a2d
...@@ -343,6 +343,7 @@ class SupplierFilter ...@@ -343,6 +343,7 @@ class SupplierFilter
break; break;
case "pay_type_term": case "pay_type_term":
$query->where('pay_type', 1); $query->where('pay_type', 1);
break;
//采购员全离职 //采购员全离职
case "all_channel_user_resigned": case "all_channel_user_resigned":
$adminUserService = new AdminUserService(); $adminUserService = new AdminUserService();
......
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 sign in to comment