2026.4.29 口门门禁 审批人显示公司部门

master
xufei 2026-04-29 15:16:22 +08:00
parent 05c2ff69ba
commit 047351bc6c
4 changed files with 4 additions and 4 deletions

View File

@ -577,7 +577,7 @@ class _DoorareaCarAddPageState extends State<DoorareaCarAddPage> {
for(int i=0;i<newList.length;i++){ for(int i=0;i<newList.length;i++){
newList[i]["dataId"] = newList[i]["userId"]; newList[i]["dataId"] = newList[i]["userId"];
newList[i]["dataName"] = newList[i]["userName"]; newList[i]["dataName"] = '${newList[i]["userName"]}(${newList[i]["corpName"]})(${newList[i]["deptName"]})' ;
} }
showModalBottomSheet( showModalBottomSheet(

View File

@ -559,7 +559,7 @@ class _FirstlevelCarAddPageState extends State<FirstlevelCarAddPage> {
for(int i=0;i<newList.length;i++){ for(int i=0;i<newList.length;i++){
newList[i]["dataId"] = newList[i]["userId"]; newList[i]["dataId"] = newList[i]["userId"];
newList[i]["dataName"] = newList[i]["userName"]; newList[i]["dataName"] ='${newList[i]["userName"]}(${newList[i]["corpName"]})(${newList[i]["deptName"]})' ;
} }
showModalBottomSheet( showModalBottomSheet(

View File

@ -638,7 +638,7 @@ class _DoorareaPersonApplyPageState extends State<DoorareaPersonApplyPage> {
for(int i=0;i<newList.length;i++){ for(int i=0;i<newList.length;i++){
newList[i]["dataId"] = newList[i]["userId"]; newList[i]["dataId"] = newList[i]["userId"];
newList[i]["dataName"] = newList[i]["userName"]; newList[i]["dataName"] = '${newList[i]["userName"]}(${newList[i]["corpName"]})(${newList[i]["deptName"]})' ;
} }
showModalBottomSheet( showModalBottomSheet(

View File

@ -566,7 +566,7 @@ class _FirstlevelPersonAddPageState extends State<FirstlevelPersonAddPage> {
for(int i=0;i<newList.length;i++){ for(int i=0;i<newList.length;i++){
newList[i]["dataId"] = newList[i]["userId"]; newList[i]["dataId"] = newList[i]["userId"];
newList[i]["dataName"] = newList[i]["userName"]; newList[i]["dataName"] = '${newList[i]["userName"]}(${newList[i]["corpName"]})(${newList[i]["deptName"]})' ;
} }
showModalBottomSheet( showModalBottomSheet(