|
|
@@ -42,7 +42,9 @@
|
|
|
<el-tab-pane label="费用信息" name="third">
|
|
|
<fee-list ref="feeList" :info="formData"></fee-list>
|
|
|
</el-tab-pane>
|
|
|
- <!-- <el-tab-pane label="流程信息" name="fourth"></el-tab-pane> -->
|
|
|
+ <el-tab-pane label="流程信息" name="fourth">
|
|
|
+ <workflow ref="workflow" :info="formData"></workflow>
|
|
|
+ </el-tab-pane>
|
|
|
</el-tabs>
|
|
|
<attachment-add ref="attachmentAdd" :info="formData" @refreash="init"></attachment-add>
|
|
|
<fee-add ref="feeAdd" isLogoPatent :info="formData" @refreash="init"></fee-add>
|
|
|
@@ -111,6 +113,7 @@ import Register from '../components/domesticPatent/Register.vue';
|
|
|
import RegisterPayment from '../components/domesticPatent/RegisterPayment.vue';
|
|
|
import RegisterComplate from '../components/domesticPatent/RegisterComplate.vue';
|
|
|
import AnnualFee from '../components/domesticPatent/AnnualFee.vue';
|
|
|
+import Workflow from '../components/Workflow.vue';
|
|
|
export default {
|
|
|
name: 'DomesticPatentEdit',
|
|
|
mixins: [domesticPatent],
|
|
|
@@ -126,7 +129,7 @@ export default {
|
|
|
rules: {},
|
|
|
clientPartnerIdOptions: [],
|
|
|
supplierPartnerIdOptions: [],
|
|
|
- activeName: 'first'
|
|
|
+ activeName: 'fourth'
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
|
@@ -305,7 +308,8 @@ export default {
|
|
|
Register,
|
|
|
RegisterPayment,
|
|
|
RegisterComplate,
|
|
|
- AnnualFee
|
|
|
+ AnnualFee,
|
|
|
+ Workflow
|
|
|
}
|
|
|
};
|
|
|
</script>
|