|
@@ -95,6 +95,7 @@ const reportfillingconfig : React.FC<widowRush> = (prop:widowRush) => {
|
|
if (data.calculateFormDataList) {
|
|
if (data.calculateFormDataList) {
|
|
setCalculateFormData(data.calculateFormDataList);
|
|
setCalculateFormData(data.calculateFormDataList);
|
|
}
|
|
}
|
|
|
|
+ closeAndRefresh();
|
|
// if (formdata && formdata.reportNo) {
|
|
// if (formdata && formdata.reportNo) {
|
|
// const listData = await selectCalcReportData(formdata.reportNo);
|
|
// const listData = await selectCalcReportData(formdata.reportNo);
|
|
// if (listData) {
|
|
// if (listData) {
|
|
@@ -613,6 +614,7 @@ const analyseFile = async (data: ReportDefinitionModel) => {
|
|
]}
|
|
]}
|
|
setDetailVisible={() => {setDetailVisible(true)}}
|
|
setDetailVisible={() => {setDetailVisible(true)}}
|
|
setEditType={setEditType}
|
|
setEditType={setEditType}
|
|
|
|
+ actionRef={actionRef}
|
|
setCurrentRow={setCurrentRow}
|
|
setCurrentRow={setCurrentRow}
|
|
/>
|
|
/>
|
|
|
|
|
|
@@ -687,7 +689,7 @@ const analyseFile = async (data: ReportDefinitionModel) => {
|
|
<SDFormDict dictKey='org' name="reportOrgcode" label="所属机构"/>
|
|
<SDFormDict dictKey='org' name="reportOrgcode" label="所属机构"/>
|
|
<SDFormAttach name={"reportFile"} label="模板文件"
|
|
<SDFormAttach name={"reportFile"} label="模板文件"
|
|
funcType={"reportuploadconfig"} filetype="" maxFileNum={1} busiPkId={busiPk}/>
|
|
funcType={"reportuploadconfig"} filetype="" maxFileNum={1} busiPkId={busiPk}/>
|
|
- <SDFormText name="reportVersion" readonlyCond="update" label="报表版本号"/>
|
|
|
|
|
|
+ <SDFormText name="reportVersion" label="报表版本号"/>
|
|
<SDLayout footer={
|
|
<SDLayout footer={
|
|
[
|
|
[
|
|
<SDSubmitButton editType={editType} formRef={formRef} doSubmit={
|
|
<SDSubmitButton editType={editType} formRef={formRef} doSubmit={
|