|
@@ -97,7 +97,7 @@
|
|
|
|
|
|
<!--批量上报审批-->
|
|
<!--批量上报审批-->
|
|
<HcReportModal title="日志填报上报" url="contractLog/startTaskTheLog" :show="showReportModal" :projectId="projectId" :contractId="contractId"
|
|
<HcReportModal title="日志填报上报" url="contractLog/startTaskTheLog" :show="showReportModal" :projectId="projectId" :contractId="contractId"
|
|
- :taskName="reportTaskName" :ids="reportIds" :addition="reportAddition" @hide="showReportModal = false" @finish="showReportFinish"/>
|
|
|
|
|
|
+ :taskName="reportTaskName" :addition="reportAddition" @hide="showReportModal = false" @finish="showReportFinish"/>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -548,13 +548,11 @@ const setFormDefaultData = (formInfo = {}) => {
|
|
}
|
|
}
|
|
|
|
|
|
//批量上报
|
|
//批量上报
|
|
-const reportIds = ref('')
|
|
|
|
const reportTaskName = ref('')
|
|
const reportTaskName = ref('')
|
|
const reportAddition = ref({})
|
|
const reportAddition = ref({})
|
|
const showReportModal = ref(false)
|
|
const showReportModal = ref(false)
|
|
const reportModalClick = () => {
|
|
const reportModalClick = () => {
|
|
const {primaryKeyId,title} = menuItem.value
|
|
const {primaryKeyId,title} = menuItem.value
|
|
- reportIds.value = primaryKeyId
|
|
|
|
reportTaskName.value = `${recordTime.value} ${title}`
|
|
reportTaskName.value = `${recordTime.value} ${title}`
|
|
reportAddition.value = {
|
|
reportAddition.value = {
|
|
nodePrimaryKeyId: primaryKeyId,
|
|
nodePrimaryKeyId: primaryKeyId,
|