|
@@ -429,13 +429,15 @@ class _OvertimeApplyDetailDialogState extends State<OvertimeApplyDetailDialog> {
|
|
|
_buildAttPeriodInput(colors),
|
|
_buildAttPeriodInput(colors),
|
|
|
const SizedBox(height: 12),
|
|
const SizedBox(height: 12),
|
|
|
_buildReasonInput(colors),
|
|
_buildReasonInput(colors),
|
|
|
- // TODO: 加班天数、补偿类型、补偿次数暂时隐藏
|
|
|
|
|
|
|
+ const SizedBox(height: 12),
|
|
|
|
|
+ _buildCompensationTypeSelector(colors),
|
|
|
|
|
+ // TODO: 加班天数、折算补偿次数暂时隐藏
|
|
|
// const SizedBox(height: 12),
|
|
// const SizedBox(height: 12),
|
|
|
// _buildDaysInput(colors),
|
|
// _buildDaysInput(colors),
|
|
|
- // const SizedBox(height: 12),
|
|
|
|
|
- // _buildCompensationTypeSelector(colors),
|
|
|
|
|
- // const SizedBox(height: 12),
|
|
|
|
|
- // _buildCompCountInput(colors),
|
|
|
|
|
|
|
+ // if (_compensationType != 'NO_COMPENSATION') ...[
|
|
|
|
|
+ // const SizedBox(height: 12),
|
|
|
|
|
+ // _buildCompCountInput(colors),
|
|
|
|
|
+ // ],
|
|
|
const SizedBox(height: 12),
|
|
const SizedBox(height: 12),
|
|
|
_buildAdrInput(colors),
|
|
_buildAdrInput(colors),
|
|
|
const SizedBox(height: 12),
|
|
const SizedBox(height: 12),
|