对接政策征求意见流程
This commit is contained in:
+11
-11
@@ -27,18 +27,18 @@
|
||||
placeholder="请输入章节条目"
|
||||
clearable></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="修改前" prop="updateBefore" label-width="150px" class="add-form-item">
|
||||
<el-input v-model.trim="sarStandardsInfoEO.updateBefore"
|
||||
<el-form-item label="修改前" prop="modifyBefore" label-width="150px" class="add-form-item">
|
||||
<el-input v-model.trim="sarStandardsInfoEO.modifyBefore"
|
||||
placeholder="请输入修改前"
|
||||
clearable></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="修改后" prop="updateAfter" label-width="150px" class="add-form-item">
|
||||
<el-input v-model.trim="sarStandardsInfoEO.updateAfter"
|
||||
<el-form-item label="修改后" prop="modifyAfter" label-width="150px" class="add-form-item">
|
||||
<el-input v-model.trim="sarStandardsInfoEO.modifyAfter"
|
||||
placeholder="请输入修改后"
|
||||
clearable></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="修改理由" prop="updateReason" label-width="150px" class="add-form-item">
|
||||
<el-input v-model.trim="sarStandardsInfoEO.updateReason"
|
||||
<el-form-item label="修改理由" prop="modifyReason" label-width="150px" class="add-form-item">
|
||||
<el-input v-model.trim="sarStandardsInfoEO.modifyReason"
|
||||
placeholder="请输入修改理由"
|
||||
clearable></el-input>
|
||||
</el-form-item>
|
||||
@@ -141,7 +141,7 @@
|
||||
trigger: "blur"
|
||||
}
|
||||
],
|
||||
updateBefore: [
|
||||
modifyBefore: [
|
||||
{
|
||||
type: "string",
|
||||
max: 200,
|
||||
@@ -149,7 +149,7 @@
|
||||
trigger: "blur"
|
||||
}
|
||||
],
|
||||
updateAfter: [
|
||||
modifyAfter: [
|
||||
{
|
||||
type: "string",
|
||||
max: 200,
|
||||
@@ -157,7 +157,7 @@
|
||||
trigger: "blur"
|
||||
}
|
||||
],
|
||||
updateReason: [
|
||||
modifyReason: [
|
||||
{
|
||||
type: "string",
|
||||
max: 200,
|
||||
@@ -254,8 +254,8 @@
|
||||
this.$refs['sarStandardsInfoForm'].validate((valid) => {
|
||||
if (valid) {
|
||||
if (!this.sarStandardsInfoEO.chapterNumber && !this.sarStandardsInfoEO.chapterEntries
|
||||
&& !this.sarStandardsInfoEO.updateBefore && !this.sarStandardsInfoEO.updateAfter
|
||||
&& !this.sarStandardsInfoEO.updateReason && !this.sarStandardsInfoEO.annexFileId
|
||||
&& !this.sarStandardsInfoEO.modifyBefore && !this.sarStandardsInfoEO.modifyAfter
|
||||
&& !this.sarStandardsInfoEO.modifyReason && !this.sarStandardsInfoEO.annexFileId
|
||||
&& !this.sarStandardsInfoEO.cause && !this.sarStandardsInfoEO.handlingOpinions
|
||||
&& !this.sarStandardsInfoEO.handlingCause) {
|
||||
this.$message.warning('请至少填写一条数据,不能都为空')
|
||||
|
||||
+6
-4
@@ -76,19 +76,19 @@
|
||||
align="center">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="updateBefore"
|
||||
prop="modifyBefore"
|
||||
label="修改前"
|
||||
show-overflow-tooltip
|
||||
align="center">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="updateAfter"
|
||||
prop="modifyAfter"
|
||||
label="修改后"
|
||||
show-overflow-tooltip
|
||||
align="center">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="updateReason"
|
||||
prop="modifyReason"
|
||||
label="修改理由"
|
||||
show-overflow-tooltip
|
||||
align="center">
|
||||
@@ -261,7 +261,9 @@
|
||||
}
|
||||
this.$http.get('/lawss/activiti/queryPolicitOpinionEOList', query, {_this: this}, res => {
|
||||
if (res.success) {
|
||||
|
||||
this.histortData = res.data || []
|
||||
} else {
|
||||
this.histortData = []
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user