Browse Source

完善合同审核

zhanglei
yunuo970428 2 years ago
parent
commit
5ae07bdf45
  1. 1
      anrui-buscenter/anrui-buscenter-ui/src/views/hetongguanli/hetongdanganguanli/hetongdanganguanliInfo.vue
  2. 8
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdanganDaiBanByFileInfo.vue
  3. 11
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdanganYiBanInfo.vue

1
anrui-buscenter/anrui-buscenter-ui/src/views/hetongguanli/hetongdanganguanli/hetongdanganguanliInfo.vue

@ -7,7 +7,6 @@
</div>
</div>
<div class="listconadd">
<div class="titwu">合同</div>
<el-form ref="dataForm" :model="temp" label-position="right" label-width="190px" class="formadd">
<el-row class="bordertopline">
<el-col :span="12">

8
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdanganDaiBanByFileInfo.vue

@ -1,7 +1,7 @@
<template>
<div class="app-container">
<div class="tab-header webtop">
<div>XXX合同详情</div>
<div>合同详情</div>
<div>
<el-button type="primary" size="small" @click="openAgree('同意')"> </el-button>
<el-button type="danger" size="small" @click="openReject('驳回')"> </el-button>
@ -9,7 +9,6 @@
</div>
</div>
<div class="">
<div class="titwu">XXX合同</div>
<el-form ref="dataForm" :model="temp" label-position="right" label-width="190px" class="formadd">
<el-row class="bordertopline">
<el-col :span="12">
@ -393,9 +392,4 @@ export default {
}
</script>
<style scoped>
.titwu {
font-size: 28px;
text-align: center;
padding: 30px 0 20px 0;
}
</style>

11
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdanganYiBanInfo.vue

@ -1,13 +1,12 @@
<template>
<div class="app-container">
<div class="tab-header webtop">
<div>XXX合同详情</div>
<div>合同详情</div>
<div>
<el-button type="danger" size="small" @click="openRevoke()">撤回</el-button>
</div>
</div>
<div class="">
<div class="titwu">XXX合同</div>
<el-form ref="dataForm" :model="temp" label-position="right" label-width="190px" class="formadd">
<el-row class="bordertopline">
<el-col :span="12">
@ -227,12 +226,4 @@ export default {
}
</script>
<style scoped>
.imgcontent {
display: inline-block;
}
.titwu {
font-size: 28px;
text-align: center;
padding: 30px 0 20px 0;
}
</style>

Loading…
Cancel
Save