|
|
@@ -46,31 +46,31 @@
|
|
|
<detail-list title="相关合同">
|
|
|
<detail-list-item term="服务合同">
|
|
|
{{model.hwRequirement.contractType == 0?'线上合同':'线下合同'}}
|
|
|
- <template v-if="model.hwRequirement.contractType == 0">
|
|
|
+ <!--<template v-if="model.hwRequirement.contractType == 0">-->
|
|
|
<div class="text" style="margin-top: 10px;">
|
|
|
<a @click="handleWorkDownload(model.hwRequirement.serviceContract)">下载合同</a>
|
|
|
<a @click="handleEditRequireModal(model.hwRequirement)" style="margin-left: 15px" v-has="'order:serviceEdit'">修改</a>
|
|
|
</div>
|
|
|
- </template>
|
|
|
+ <!--</template>-->
|
|
|
</detail-list-item>
|
|
|
<detail-list-item term="转包合同">
|
|
|
{{model.hwRequirement.subcontractType == 0?'线上合同':'线下合同'}}
|
|
|
- <template v-if="model.hwRequirement.subcontractType == 0">
|
|
|
+ <!--<template v-if="model.hwRequirement.subcontractType == 0">-->
|
|
|
<div class="text" style="margin-top: 10px;">
|
|
|
<a @click="handleWorkDownload(model.hwRequirement.subcontract)">下载合同</a>
|
|
|
<a @click="handleEditRequireSubModal(model.hwRequirement)" style="margin-left: 15px" v-has="'order:subcontractEdit'">修改</a>
|
|
|
</div>
|
|
|
- </template>
|
|
|
+ <!--</template>-->
|
|
|
</detail-list-item>
|
|
|
<detail-list-item term="承揽合同" v-has="'order:workContract'">
|
|
|
<template v-if="model.contractType == 0 ||model.contractType == 1 ">
|
|
|
{{model.contractType == 0?'线上合同':'线下合同'}}
|
|
|
- <template v-if="model.contractType == 0">
|
|
|
+ <!--<template v-if="model.contractType == 0">-->
|
|
|
<div class="text" style="margin-top: 10px;">
|
|
|
<a @click="handleWorkDownload(model.workContract)">下载合同</a>
|
|
|
<a @click="handleSelectEditModal(model)" style="margin-left: 15px">修改</a>
|
|
|
</div>
|
|
|
- </template>
|
|
|
+ <!--</template>-->
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<a @click="handleSelectModal(model)">选择类型</a>
|