|
|
|
@ -12,8 +12,8 @@
|
|
|
|
|
<a-tab-pane tab="审批历史" key="3" forceRender> |
|
|
|
|
<historic-detail :pictureId="pictureId" :procInstId="procInstId"/> |
|
|
|
|
</a-tab-pane> |
|
|
|
|
<a-tab-pane tab="制式表格" key="4" forceRender v-if="isTable"> |
|
|
|
|
<ProcessMaterialsDeliveryStatement :isTable="isTable" :materWared="this.$route.query.item"/> |
|
|
|
|
<a-tab-pane tab="制式表格" key="4" > |
|
|
|
|
<ProcessMaterialsDeliveryStatement :isTable="isTable" :materWared="this.$route.query.item" :procInstId="this.$route.query.procInstId"/> |
|
|
|
|
</a-tab-pane> |
|
|
|
|
</a-tabs> |
|
|
|
|
|
|
|
|
@ -80,10 +80,10 @@
|
|
|
|
|
if (user.orgType==3){ |
|
|
|
|
this.delivery = 2 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
created() { |
|
|
|
|
console.log(this.itemId,"this.itemId") |
|
|
|
|
this.$route.query.item=this.itemId |
|
|
|
|
this.$route.query.procInstId=this.procInstId |
|
|
|
|
console.log(this.procInstId,"procInstId") |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
afterSub(formData) { |
|
|
|
|