From d8e78fa8610d65f6bfa23e0dd7070672f41ba3e4 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期六, 03 八月 2024 22:15:16 +0800 Subject: [PATCH] 调整 --- module/md/page/customer/page/customer_list_authorization.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/md/page/customer/page/customer_list_authorization.html b/module/md/page/customer/page/customer_list_authorization.html index d5ab6e1..e1913b4 100644 --- a/module/md/page/customer/page/customer_list_authorization.html +++ b/module/md/page/customer/page/customer_list_authorization.html @@ -18,11 +18,11 @@ title: "鎺堟潈绠$悊", //Tab椤硅缃� tabs_d: [ - {code: "agmAll", name: "鍗忚鍖婚櫌", dataname: "md_org_account_hospital", filterTxt: "agreement_id is not null and (md_org_account_hospital.state_code='Open' or md_org_account_hospital.state_code='Closed')", orderby: "md_org_account_hospital.date_to"}, + {code: "agmAll", name: "鍗忚鍖婚櫌", dataname: "md_org_account_hospital", filterTxt: "term_code='long-term' and md_org_account_hospital.state_code='Open'", orderby: "md_org_account_hospital.date_to"}, // {code: "Input", name: "鎺堟潈鐢宠", dataname: "md_org_account_hospital_apply", filterTxt: "(state_code='Input' or state_code='OpeningApproval')", orderby: "md_org_account_hospital_apply.date_to"}, // {code: "Open", name: "鐢熸晥", dataname: "md_org_account_hospital", filterTxt: "apply_id is not null and md_org_account_hospital.state_code='Open'", orderby: "md_org_account_hospital.date_to"}, // {code: "Close", name: "缁堟", dataname: "md_org_account_hospital", filterTxt: "apply_id is not null and md_org_account_hospital.state_code='Closed'", orderby: "md_org_account_hospital.date_to"}, - {code: "All", name: "闈炲崗璁尰闄�", dataname: "md_org_account_hospital", filterTxt: "apply_id is not null and (md_org_account_hospital.state_code='Open' or md_org_account_hospital.state_code='Closed')", orderby: "md_org_account_hospital.date_to"}, + {code: "All", name: "闈炲崗璁尰闄�", dataname: "md_org_account_hospital", filterTxt: "term_code='temp-term' and md_org_account_hospital.state_code='Open'", orderby: "md_org_account_hospital.date_to"}, ], d_tabs: { Input: true, -- Gitblit v1.8.0