|
@@ -7,47 +7,46 @@
|
|
|
<el-button type="primary" size="mini" @click="back">返回</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="down">
|
|
|
- <el-col :span="12" class="common down_left">
|
|
|
- <el-col :span="24" class="down_leftTix"> 兑付订单详情 </el-col>
|
|
|
+ <el-col :span="24" class="down_left">
|
|
|
<el-col :span="24" class="down_leftInfo">
|
|
|
<el-form :model="form" ref="form" label-width="100px">
|
|
|
<el-col :span="24" class="text">
|
|
|
- <el-col :span="3" class="left"> 订单号</el-col>
|
|
|
- <el-col :span="21" class="right">
|
|
|
+ <el-col :span="2" class="left"> 订单号</el-col>
|
|
|
+ <el-col :span="22" class="right">
|
|
|
{{ form.no || '暂无' }}
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="text">
|
|
|
- <el-col :span="3" class="left"> 兑付类型</el-col>
|
|
|
- <el-col :span="21" class="right">
|
|
|
+ <el-col :span="2" class="left"> 兑付类型</el-col>
|
|
|
+ <el-col :span="22" class="right">
|
|
|
{{ form.type || '暂无' }}
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="text">
|
|
|
- <el-col :span="3" class="left"> 使用企业</el-col>
|
|
|
- <el-col :span="21" class="right">
|
|
|
+ <el-col :span="2" class="left"> 使用企业</el-col>
|
|
|
+ <el-col :span="22" class="right">
|
|
|
{{ form.company_name || '暂无' }}
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="text">
|
|
|
- <el-col :span="3" class="left"> 最后提交时间</el-col>
|
|
|
- <el-col :span="21" class="right">
|
|
|
+ <el-col :span="2" class="left"> 最后提交时间</el-col>
|
|
|
+ <el-col :span="22" class="right">
|
|
|
{{ form.create_time || '暂无' }}
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="text">
|
|
|
- <el-col :span="3" class="left"> 最后审核时间</el-col>
|
|
|
- <el-col :span="21" class="right">
|
|
|
+ <el-col :span="2" class="left"> 最后审核时间</el-col>
|
|
|
+ <el-col :span="22" class="right">
|
|
|
{{ form.end_time || '暂无' }}
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="text">
|
|
|
- <el-col :span="3" class="left"> 订单金额</el-col>
|
|
|
- <el-col :span="21" class="right"> {{ getMoney(form.money) }}元 </el-col>
|
|
|
+ <el-col :span="2" class="left"> 订单金额</el-col>
|
|
|
+ <el-col :span="22" class="right"> {{ getMoney(form.money) }}元 </el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="text">
|
|
|
- <el-col :span="3" class="left"> 应收金额</el-col>
|
|
|
- <el-col :span="21" class="right"> {{ getMoney(form.total) }}元 </el-col>
|
|
|
+ <el-col :span="2" class="left"> 应收金额</el-col>
|
|
|
+ <el-col :span="22" class="right"> {{ getMoney(form.total) }}元 </el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="file">
|
|
|
<el-col :span="24" class="file_title"> 相关附件 </el-col>
|
|
@@ -98,8 +97,8 @@
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="text">
|
|
|
- <el-col :span="3" class="left"> 审核状态:</el-col>
|
|
|
- <el-col :span="21" class="right">
|
|
|
+ <el-col :span="2" class="left"> 审核状态:</el-col>
|
|
|
+ <el-col :span="22" class="right">
|
|
|
{{ getStatus(form.status) }}
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -119,15 +118,6 @@
|
|
|
</el-form>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
- <el-col :span="12" class="common down_right">
|
|
|
- <el-col :span="24" class="down_rightTix">
|
|
|
- <span>凭证详细</span>
|
|
|
- <el-button type="primary" size="mini" @click="download">下载凭证</el-button>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="down_rightInfo">
|
|
|
- <div id="demo">凭证详细信息</div>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -247,36 +237,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .down_right {
|
|
|
- .down_rightTix {
|
|
|
- text-align: center;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- border-bottom: 1px solid #409eff;
|
|
|
- padding: 10px 0;
|
|
|
- margin: 0 0 10px 0;
|
|
|
- .el-button {
|
|
|
- margin: 0 0 0 5px;
|
|
|
- }
|
|
|
- }
|
|
|
- .down_rightInfo {
|
|
|
- #demo {
|
|
|
- width: 100%;
|
|
|
- height: 930px;
|
|
|
- border: 1px solid #ff0000;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .common {
|
|
|
- border: 1px solid #000;
|
|
|
- padding: 10px;
|
|
|
- border-radius: 5px;
|
|
|
- width: 49.5%;
|
|
|
- margin: 0 15px 0 0;
|
|
|
- }
|
|
|
- .common:nth-child(2) {
|
|
|
- margin: 0;
|
|
|
- }
|
|
|
.file {
|
|
|
.file_title {
|
|
|
font-size: 16px;
|