diff --git a/src/baseComponents/EditBaseComponent/index.js b/src/baseComponents/EditBaseComponent/index.js
index cadafde..989e27e 100644
--- a/src/baseComponents/EditBaseComponent/index.js
+++ b/src/baseComponents/EditBaseComponent/index.js
@@ -648,7 +648,6 @@ params【字段属性】=值
const rulesMethod = [];
if (isRequire) {
- debugger
if (!errVerifyMsg) {
switch (col.controlType) {
case 25: errVerifyMsg = "请上传" + label
diff --git a/src/components/CustomPages/BS/BS042ShowPrint.js b/src/components/CustomPages/BS/BS042ShowPrint.js
index b746a6c..0686a1c 100644
--- a/src/components/CustomPages/BS/BS042ShowPrint.js
+++ b/src/components/CustomPages/BS/BS042ShowPrint.js
@@ -286,6 +286,7 @@ class BS042ShowPrint extends React.Component {
{/* | 名称 | */}
检查问题 |
+ 检查问题描述 |
隐患等级 |
整改建议与措施 |
隐患地点 |
@@ -302,7 +303,8 @@ class BS042ShowPrint extends React.Component {
return
{/* | {item.NAME} | */}
{/* {((item.ISBACK != null && item.ISBACK) ? "(返)" : "") + item.Nav_Question.DESCREPTION} | */}
- {((item.ISBACK != null && item.ISBACK) ? "(返)" : "") + item.DESCREPTION} |
+ {((item.ISBACK != null && item.ISBACK) ? "(返)" : "") + item.CHECKCONTENT} |
+ {item.DEMAND} |
{this.props.app.enums.BSQuestionLevelEnum.enums[item.QUESTION_LEVEL]} |
{item.DEMAND} |
{item.ADDRESS} |
diff --git a/src/components/CustomPages/BS/BS072ShowPrint.js b/src/components/CustomPages/BS/BS072ShowPrint.js
index f986a91..6d4d57b 100644
--- a/src/components/CustomPages/BS/BS072ShowPrint.js
+++ b/src/components/CustomPages/BS/BS072ShowPrint.js
@@ -58,7 +58,7 @@ class BS072ShowPrint extends React.Component {
this.props.dispatch({
type: 'app/getDataByPost',
payload: json,
- url: 'BS/RiskSubmitContent/Get',
+ url: 'BS/BSRiskSubmitContent/GetDevlp',
onComplete: (ret) => {
if (ret) {
this.setState({
@@ -88,6 +88,8 @@ class BS072ShowPrint extends React.Component {
{data.Nav_RiskArea.NAME}
{data.ADDRESS}
{data.DESCRIBE}
+ {data.CREATE_NAME}
+ {data.CREATE_TIME}
{showFiles(data.Nav_Files, config.picServerHost)}
: null