Merge pull request 'master' (#577) from master into prod
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/577
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
<collection-detail :formData="collectData.formData" :data="collectData" type="singleDetail"
|
||||
:fileListShow="fileListShow"
|
||||
:processViewer="processViewer" :loading="loading" v-model:value="auditOpinion"/>
|
||||
<div class="oper-page-btn" v-if="collectData.state==4">
|
||||
<el-button color="#DED0B2" @click="handleDemandReport">需求上报</el-button>
|
||||
</div>
|
||||
<opinion v-if="collectData.taskId" :formData="formData" :taskId="collectData.taskId" v-model:value="auditOpinion"></opinion>
|
||||
</template>
|
||||
|
||||
@@ -32,6 +35,14 @@ const collectData = ref([])
|
||||
const formData = ref({})
|
||||
const companyOption = ref([])
|
||||
const companyNameArray = ref([])
|
||||
const handleDemandReport=()=>{
|
||||
router.push({
|
||||
name: 'Summary/add',
|
||||
query: {
|
||||
id: collectData.value.formData.requirementId
|
||||
}
|
||||
})
|
||||
}
|
||||
const getFundOptions = async () => {
|
||||
const res = await getFundOption()
|
||||
specialFundOption.value = res.data
|
||||
|
||||
Reference in New Issue
Block a user