style: 重点认证标准/政策合规性项目审查流程-审批意见
This commit is contained in:
@@ -139,19 +139,8 @@
|
|||||||
<fetchList v-if="isFetchList" ref="fetchListRef"/>
|
<fetchList v-if="isFetchList" ref="fetchListRef"/>
|
||||||
<businessDivisionList v-if="isBusinessDivisionList" ref="businessDivisionListRef"/>
|
<businessDivisionList v-if="isBusinessDivisionList" ref="businessDivisionListRef"/>
|
||||||
<productPlanningList v-if="isProductPlanningList" ref="productPlanningListRef"/>
|
<productPlanningList v-if="isProductPlanningList" ref="productPlanningListRef"/>
|
||||||
|
<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"/>
|
||||||
@@ -209,10 +198,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,
|
||||||
@@ -266,7 +257,6 @@
|
|||||||
isReject: false,
|
isReject: false,
|
||||||
roleForm: {},
|
roleForm: {},
|
||||||
departmentList: [],
|
departmentList: [],
|
||||||
activeName: '1'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|||||||
Reference in New Issue
Block a user