责令限期整改文书制作
This commit is contained in:
parent
b03868a245
commit
4a1246a04e
|
|
@ -187,20 +187,8 @@ function handleDetail(row) {
|
|||
documentCode: '(西安)应急责改〔' + year + '〕' + area + xh + '号',
|
||||
documenContent: {}
|
||||
},
|
||||
{
|
||||
documentNo: 8,
|
||||
documentName: '先行登记保存证据通知书',
|
||||
documentType: '调查取证类',
|
||||
documentCode: '(西安)应急先通〔' + year + '〕' + area + xh + '号',
|
||||
documenContent: {}
|
||||
},
|
||||
{
|
||||
documentNo: 9,
|
||||
documentName: '先行登记保存证据处理决定书',
|
||||
documentType: '调查取证类',
|
||||
documentCode: '(西安)应急先决〔' + year + '〕' + area + xh + '号',
|
||||
documenContent: {}
|
||||
},
|
||||
|
||||
|
||||
{documentNo: 10, documentName: '安全生产行政执法证据材料-书证', documentType: '材料类', documentCode: '', documenContent: {}},
|
||||
{
|
||||
documentNo: 11,
|
||||
|
|
|
|||
|
|
@ -198,7 +198,6 @@ public class EnforceCheck extends BaseModel {
|
|||
* 检查结果
|
||||
*/
|
||||
@Column(length = 1)
|
||||
@Comment("检查结果 1-正常 2-责令当场整改 3-责令限期整改 9-其他")
|
||||
private String checkResult;
|
||||
@Transient
|
||||
private String checkResultMsg;
|
||||
|
|
|
|||
Loading…
Reference in New Issue