2026.4.29 口门门禁 审批人显示公司部门
parent
05c2ff69ba
commit
047351bc6c
|
|
@ -577,7 +577,7 @@ class _DoorareaCarAddPageState extends State<DoorareaCarAddPage> {
|
|||
|
||||
for(int i=0;i<newList.length;i++){
|
||||
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(
|
||||
|
|
|
|||
|
|
@ -559,7 +559,7 @@ class _FirstlevelCarAddPageState extends State<FirstlevelCarAddPage> {
|
|||
|
||||
for(int i=0;i<newList.length;i++){
|
||||
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(
|
||||
|
|
|
|||
|
|
@ -638,7 +638,7 @@ class _DoorareaPersonApplyPageState extends State<DoorareaPersonApplyPage> {
|
|||
|
||||
for(int i=0;i<newList.length;i++){
|
||||
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(
|
||||
|
|
|
|||
|
|
@ -566,7 +566,7 @@ class _FirstlevelPersonAddPageState extends State<FirstlevelPersonAddPage> {
|
|||
|
||||
for(int i=0;i<newList.length;i++){
|
||||
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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue