|
@@ -3,10 +3,10 @@
|
|
|
<page-title></page-title>
|
|
<page-title></page-title>
|
|
|
<el-tabs class="edit-tabs" v-model="activeName" @tab-click="tabClick">
|
|
<el-tabs class="edit-tabs" v-model="activeName" @tab-click="tabClick">
|
|
|
<div class="right-btns">
|
|
<div class="right-btns">
|
|
|
- <el-button type="primary" size="small">新增答复</el-button>
|
|
|
|
|
|
|
+ <!-- <el-button type="primary" size="small">新增答复</el-button> -->
|
|
|
<el-button type="primary" size="small">新增费用</el-button>
|
|
<el-button type="primary" size="small">新增费用</el-button>
|
|
|
<el-button type="primary" size="small" @click="$refs.attachmentAdd.show = true">新增附件</el-button>
|
|
<el-button type="primary" size="small" @click="$refs.attachmentAdd.show = true">新增附件</el-button>
|
|
|
- <el-button type="primary" size="small">分案/接续流程</el-button>
|
|
|
|
|
|
|
+ <!-- <el-button type="primary" size="small">分案/接续流程</el-button> -->
|
|
|
</div>
|
|
</div>
|
|
|
<div class="tips" v-if="nowStatus && formData.applyStatus !== 'COMPLETED'">
|
|
<div class="tips" v-if="nowStatus && formData.applyStatus !== 'COMPLETED'">
|
|
|
<div class="tips-text">
|
|
<div class="tips-text">
|
|
@@ -35,7 +35,7 @@
|
|
|
<el-tab-pane label="费用信息" name="third">
|
|
<el-tab-pane label="费用信息" name="third">
|
|
|
<fee-list ref="feeList" :logoPatentInfo="formData"></fee-list>
|
|
<fee-list ref="feeList" :logoPatentInfo="formData"></fee-list>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
- <el-tab-pane label="流程信息" name="fourth"></el-tab-pane>
|
|
|
|
|
|
|
+ <!-- <el-tab-pane label="流程信息" name="fourth"></el-tab-pane> -->
|
|
|
</el-tabs>
|
|
</el-tabs>
|
|
|
|
|
|
|
|
<signed ref="sign" :info="formData" @submit="submit" @uploadAttement="uploadAttement"></signed>
|
|
<signed ref="sign" :info="formData" @submit="submit" @uploadAttement="uploadAttement"></signed>
|
|
@@ -298,3 +298,14 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+<style lang="less">
|
|
|
|
|
+.el-dialog {
|
|
|
|
|
+ .el-form {
|
|
|
|
|
+ .el-form-item {
|
|
|
|
|
+ &:last-child {
|
|
|
|
|
+ margin-top: 70px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+</style>
|