|
@@ -573,26 +573,35 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-drawer>
|
|
</el-drawer>
|
|
|
- <el-dialog v-model="filePrompt">
|
|
|
|
|
|
|
+ <el-dialog
|
|
|
|
|
+ v-model="filePrompt"
|
|
|
|
|
+ title="项目所需文件提示"
|
|
|
|
|
+ >
|
|
|
<el-row style="margin-top: 20px">
|
|
<el-row style="margin-top: 20px">
|
|
|
<el-alert
|
|
<el-alert
|
|
|
- title="项目前期文件:报价单、施工图、合同、项目立项书、工程清单、财评中心审计后清单表、图审报告"
|
|
|
|
|
|
|
+ title="项目前期资料:"
|
|
|
|
|
+ description="报价单、施工图、合同、项目立项书、工程清单、财评中心审计后清单表、图审报告"
|
|
|
type="info"
|
|
type="info"
|
|
|
show-icon
|
|
show-icon
|
|
|
|
|
+ :closable="false"
|
|
|
/>
|
|
/>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
<el-row style="margin-top: 20px">
|
|
<el-row style="margin-top: 20px">
|
|
|
<el-alert
|
|
<el-alert
|
|
|
- title="项目前期文件:报价单、施工图、合同、项目立项书、工程清单、财评中心审计后清单表、图审报告"
|
|
|
|
|
- type="info"
|
|
|
|
|
|
|
+ title="项目施工期资料:"
|
|
|
|
|
+ description="施工图片、签证单、工程变更单、草签证明、工程进度款单证"
|
|
|
|
|
+ type="warning"
|
|
|
show-icon
|
|
show-icon
|
|
|
|
|
+ :closable="false"
|
|
|
/>
|
|
/>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
<el-row style="margin-top: 20px">
|
|
<el-row style="margin-top: 20px">
|
|
|
<el-alert
|
|
<el-alert
|
|
|
- title="项目前期文件:报价单、施工图、合同、项目立项书、工程清单、财评中心审计后清单表、图审报告"
|
|
|
|
|
- type="info"
|
|
|
|
|
|
|
+ title="项目结算期资料:"
|
|
|
|
|
+ description="竣工图、结算书、工程单证单、付款申请单、发票"
|
|
|
|
|
+ type="success"
|
|
|
show-icon
|
|
show-icon
|
|
|
|
|
+ :closable="false"
|
|
|
/>
|
|
/>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-dialog>
|
|
</el-dialog>
|