From 81b38d5a642589397581e9c6e7428b305b01e035 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期三, 31 七月 2024 00:11:57 +0800 Subject: [PATCH] 协议 --- module/md/page/customer/page/customer_list_authorization.html | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/md/page/customer/page/customer_list_authorization.html b/module/md/page/customer/page/customer_list_authorization.html index 3f4b0a1..9ab94e0 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: "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: "Overdue", name: "閫炬湡", dataname: "agm_authorization", filterTxt: "", orderby: "update_time desc"}, - {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: "(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: "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: "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"}, ], d_tabs: { Input: true, -- Gitblit v1.8.0