|
@@ -1,8 +1,8 @@
|
|
|
<template>
|
|
|
<div v-loading="fullscreenLoading">
|
|
|
- <el-dialog top="35vh" width="240px" title="合同下载" :visible.sync="contractVisible">
|
|
|
- <el-button @click="DownGroupContractFile(hetonggroupId,1)" type="primary">合同一</el-button>
|
|
|
- <el-button @click="DownGroupContractFile(hetonggroupId,2)" type="primary">合同二</el-button>
|
|
|
+ <el-dialog top="35vh" width="350px" title="合同下载" :visible.sync="contractVisible">
|
|
|
+ <el-button @click="DownGroupContractFile(hetonggroupId,1)" type="primary">预付款80%合同</el-button>
|
|
|
+ <el-button @click="DownGroupContractFile(hetonggroupId,2)" type="primary">团组结束后付款合同</el-button>
|
|
|
</el-dialog>
|
|
|
<el-dialog top="35vh" width="400px" title="团组清单下载" :visible.sync="groupVisible">
|
|
|
<el-date-picker
|