Compare commits
No commits in common. "fe973c0cfd5ec0f90a893eccddf7b49a8c8cd127" and "1c4d4f1889570d255eae7f835aff7d2f57fabc3c" have entirely different histories.
fe973c0cfd
...
1c4d4f1889
|
|
@ -444,7 +444,7 @@ class _SafeProtectionModuleState extends State<SafeProtectionModule> {
|
||||||
// 区分出两个数组、企业和相关方
|
// 区分出两个数组、企业和相关方
|
||||||
if (item['userType'] == 2) {
|
if (item['userType'] == 2) {
|
||||||
firmList.add(item);
|
firmList.add(item);
|
||||||
}else if (item['userType'] == 1){
|
}else{
|
||||||
xgfList.add(item);
|
xgfList.add(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -366,7 +366,7 @@ class _DlApplyPageState extends SpecialWorkApplyBaseState<DlApplyPage> {
|
||||||
// 区分出两个数组、企业和相关方
|
// 区分出两个数组、企业和相关方
|
||||||
if (item['userType'] == 2) {
|
if (item['userType'] == 2) {
|
||||||
firmList.add(item);
|
firmList.add(item);
|
||||||
}else if (item['userType'] == 1){
|
}else{
|
||||||
xgfList.add(item);
|
xgfList.add(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -352,7 +352,7 @@ class _DtApplyPageState extends SpecialWorkApplyBaseState<DtApplyPage> {
|
||||||
// 区分出两个数组、企业和相关方
|
// 区分出两个数组、企业和相关方
|
||||||
if (item['userType'] == 2) {
|
if (item['userType'] == 2) {
|
||||||
firmList.add(item);
|
firmList.add(item);
|
||||||
}else if (item['userType'] == 1){
|
}else{
|
||||||
xgfList.add(item);
|
xgfList.add(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -363,7 +363,7 @@ class _DzApplyPageState extends SpecialWorkApplyBaseState<DzApplyPage> {
|
||||||
// 区分出两个数组、企业和相关方
|
// 区分出两个数组、企业和相关方
|
||||||
if (item['userType'] == 2) {
|
if (item['userType'] == 2) {
|
||||||
firmList.add(item);
|
firmList.add(item);
|
||||||
}else if (item['userType'] == 1){
|
}else{
|
||||||
xgfList.add(item);
|
xgfList.add(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -336,7 +336,7 @@ class _GcApplyPageState extends SpecialWorkApplyBaseState<GcApplyPage> {
|
||||||
// 区分出两个数组、企业和相关方
|
// 区分出两个数组、企业和相关方
|
||||||
if (item['userType'] == 2) {
|
if (item['userType'] == 2) {
|
||||||
firmList.add(item);
|
firmList.add(item);
|
||||||
}else if (item['userType'] == 1){
|
}else{
|
||||||
xgfList.add(item);
|
xgfList.add(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -388,7 +388,7 @@ class _LsydApplyPageState extends SpecialWorkApplyBaseState<LsydApplyPage> {
|
||||||
// 区分出两个数组、企业和相关方
|
// 区分出两个数组、企业和相关方
|
||||||
if (item['userType'] == 2) {
|
if (item['userType'] == 2) {
|
||||||
firmList.add(item);
|
firmList.add(item);
|
||||||
}else if (item['userType'] == 1){
|
}else{
|
||||||
xgfList.add(item);
|
xgfList.add(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -405,7 +405,7 @@ class _MbcdApplyPageState extends SpecialWorkApplyBaseState<MbcdApplyPage> {
|
||||||
// 区分出两个数组、企业和相关方
|
// 区分出两个数组、企业和相关方
|
||||||
if (item['userType'] == 2) {
|
if (item['userType'] == 2) {
|
||||||
firmList.add(item);
|
firmList.add(item);
|
||||||
}else if (item['userType'] == 1){
|
}else{
|
||||||
xgfList.add(item);
|
xgfList.add(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -410,7 +410,7 @@ class _SxkjApplyPageState extends SpecialWorkApplyBaseState<SxkjApplyPage> {
|
||||||
// 区分出两个数组、企业和相关方
|
// 区分出两个数组、企业和相关方
|
||||||
if (item['userType'] == 2) {
|
if (item['userType'] == 2) {
|
||||||
firmList.add(item);
|
firmList.add(item);
|
||||||
} else if (item['userType'] == 1){
|
} else {
|
||||||
xgfList.add(item);
|
xgfList.add(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -232,7 +232,9 @@ abstract class SpecialWorkApplyBaseState<T extends SpecialWorkApplyBasePage>
|
||||||
pd['signStepFlag'] = 2;
|
pd['signStepFlag'] = 2;
|
||||||
pd['gasFlag'] = pd['gasFlag'] ?? 2;
|
pd['gasFlag'] = pd['gasFlag'] ?? 2;
|
||||||
levelList = List<dynamic>.from(pd['taskWorkLevels'] ?? []);
|
levelList = List<dynamic>.from(pd['taskWorkLevels'] ?? []);
|
||||||
|
pd['applyTime'] = DateFormat(
|
||||||
|
'yyyy-MM-dd HH:mm:ss',
|
||||||
|
).format(DateTime.now());
|
||||||
if (enableSafeProtection) {
|
if (enableSafeProtection) {
|
||||||
await safeController.loadFromRaw(
|
await safeController.loadFromRaw(
|
||||||
pd['preparers'] ?? pd['PREPARERS'] ?? [],
|
pd['preparers'] ?? pd['PREPARERS'] ?? [],
|
||||||
|
|
@ -245,9 +247,6 @@ abstract class SpecialWorkApplyBaseState<T extends SpecialWorkApplyBasePage>
|
||||||
pd['workLevel'] = item['workLevel'];
|
pd['workLevel'] = item['workLevel'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pd['applyTime'] = DateFormat(
|
|
||||||
'yyyy-MM-dd HH:mm:ss',
|
|
||||||
).format(DateTime.now());
|
|
||||||
|
|
||||||
if (FormUtils.hasValue(pd, 'workLevel')) {
|
if (FormUtils.hasValue(pd, 'workLevel')) {
|
||||||
await getFlowInit(false);
|
await getFlowInit(false);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue