| | |
| | | :disabled="disableSubmit || completionDisable"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="12"> |
| | | <a-col :span="6"> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="finalAcceptanceFilesResult" |
| | | label="终验收附件"> |
| | | <lx-upload :returnUrl="false" |
| | |
| | | v-model="model.finalAcceptanceFilesResult"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="6"> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="finalRandomInspectionFlag" |
| | | label="抽检标记"> |
| | | <lx-switch |
| | | checked-children='是' |
| | | un-checked-children='否' |
| | | v-model="model.finalRandomInspectionFlag" |
| | | :disabled="disableSubmit || completionDisable" |
| | | /> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | </div> |
| | | </a-form-model> |