|
|
@@ -22,7 +22,7 @@ |
|
|
|
@input="setValue('SafetyCheck.Status', $event)" :value="getValue('SafetyCheck.Status')" |
|
|
|
:range="dataSource.SafetyCheck.Status" title="继续上报" required /> |
|
|
|
<l-textarea v-if="Status&&Status!=0" @input="setValue('SafetyCheck.DepartmentRemark', $event)" |
|
|
|
:readonly="mode != 'check'||!['1'].includes(String(Status))" |
|
|
|
:readonly="mode != 'check'||!['1','2'].includes(String(Status))" |
|
|
|
:value="getValue('SafetyCheck.DepartmentRemark')" title="审验提醒" /> |
|
|
|
<l-select v-if="mode == 'check'&&['2','3'].includes(String(Status))" |
|
|
|
@input="setValue('SafetyCheck.Status', $event)" :value="getValue('SafetyCheck.Status')" |
|
|
|