style: 政策征求意见流程-审批意见
This commit is contained in:
@@ -211,19 +211,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-form>
|
</el-form>
|
||||||
<solicitationList v-if="showSolicitation" ref="solicitationListRef"/>
|
<solicitationList v-if="showSolicitation" ref="solicitationListRef"/>
|
||||||
|
<ReceiptDescription v-if="showCommentText" title="意见填写" v-model="commentText"></ReceiptDescription>
|
||||||
</div>
|
</div>
|
||||||
<el-collapse accordion v-if="showCommentText" v-model="activeName">
|
|
||||||
<el-collapse-item title="意见填写" name="1">
|
|
||||||
<div style="margin: 10px 0;">
|
|
||||||
<el-input type="textarea"
|
|
||||||
:rows="3"
|
|
||||||
resize="none"
|
|
||||||
placeholder="请输入意见"
|
|
||||||
v-model="commentText">
|
|
||||||
</el-input>
|
|
||||||
</div>
|
|
||||||
</el-collapse-item>
|
|
||||||
</el-collapse>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="content" v-show="showPersonnel && active === '2'">
|
<div class="content" v-show="showPersonnel && active === '2'">
|
||||||
<personnelInformation ref="personnelInformationRef"/>
|
<personnelInformation ref="personnelInformationRef"/>
|
||||||
@@ -282,10 +271,12 @@
|
|||||||
saveTaskForPub
|
saveTaskForPub
|
||||||
} from "api/process";
|
} from "api/process";
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
|
import ReceiptDescription from "@/components/hzwlComponents/ReceiptDescription";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "index",
|
name: "index",
|
||||||
components: {
|
components: {
|
||||||
|
ReceiptDescription,
|
||||||
ProcessHeader,
|
ProcessHeader,
|
||||||
ProcessTitle,
|
ProcessTitle,
|
||||||
ProcessFooter,
|
ProcessFooter,
|
||||||
@@ -349,7 +340,6 @@
|
|||||||
selectType: '',
|
selectType: '',
|
||||||
roleForm: {},
|
roleForm: {},
|
||||||
bpnId: this.$route.query.bpnId,
|
bpnId: this.$route.query.bpnId,
|
||||||
activeName: '1'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|||||||
Reference in New Issue
Block a user