|
@@ -689,7 +689,9 @@ const analyseFile = async (data: ReportDefinitionModel) => {
|
|
|
<SDFormDict dictKey='org' name="reportOrgcode" label="所属机构"/>
|
|
|
<SDFormAttach name={"reportFile"} label="模板文件"
|
|
|
funcType={"reportuploadconfig"} filetype="" maxFileNum={1} busiPkId={busiPk}/>
|
|
|
- <SDFormText name="reportVersion" label="报表版本号"/>
|
|
|
+ <SDFormText name="reportVersion"
|
|
|
+ rules={[{validator: validateFun.double,message:'请输入数字类型'},]}
|
|
|
+ label="报表版本号"/>
|
|
|
<SDLayout footer={
|
|
|
[
|
|
|
<SDSubmitButton editType={editType} formRef={formRef} doSubmit={
|