|
@@ -1,26 +1,28 @@
|
|
|
<template>
|
|
|
<div v-loading.fullscreen.lock="fullscreenLoading">
|
|
|
<div class="paymentfiled-all">
|
|
|
- <div class="paymentfiled-haed">
|
|
|
- <el-date-picker style="width:400px" v-model="value2" type="daterange" align="left" unlink-panels range-separator="至"
|
|
|
- start-placeholder="开始日期" end-placeholder="结束日期" @change="datechange"
|
|
|
- :picker-options="pickerOptions">
|
|
|
- </el-date-picker>
|
|
|
- <div class="haed-btn">
|
|
|
- <el-button @click="PostPayRequestCheckedChange(1)" type="primary">保存勾选</el-button>
|
|
|
- <el-button @click="PostPayRequestCheckedChange(2)" type="primary">清空勾选</el-button>
|
|
|
- <el-button @click="checkCheckbox" type="primary">查看勾选</el-button>
|
|
|
- <el-button @click="datechange" type="primary">查看全部</el-button>
|
|
|
- <el-select style="width:200px" v-model="value" filterable placeholder="请选择">
|
|
|
- <el-option
|
|
|
- v-for="item in options"
|
|
|
- :key="item.id"
|
|
|
- :label="item.conpamyName"
|
|
|
- :value="item.id">
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
- <el-button @click="generatebtn" type="primary">生成</el-button>
|
|
|
- <el-button @click="paymentbtn" type="primary">付款</el-button>
|
|
|
+ <div class="paymentfiled-haed-box">
|
|
|
+ <div class="paymentfiled-haed">
|
|
|
+ <el-date-picker style="width:400px" v-model="value2" type="daterange" align="left" unlink-panels range-separator="至"
|
|
|
+ start-placeholder="开始日期" end-placeholder="结束日期" @change="datechange"
|
|
|
+ :picker-options="pickerOptions">
|
|
|
+ </el-date-picker>
|
|
|
+ <div class="haed-btn">
|
|
|
+ <el-button @click="PostPayRequestCheckedChange(1)" type="primary">保存勾选</el-button>
|
|
|
+ <el-button @click="PostPayRequestCheckedChange(2)" type="primary">清空勾选</el-button>
|
|
|
+ <el-button @click="checkCheckbox" type="primary">查看勾选</el-button>
|
|
|
+ <el-button @click="datechange" type="primary">查看全部</el-button>
|
|
|
+ <el-select style="width:200px" v-model="value" filterable placeholder="请选择">
|
|
|
+ <el-option
|
|
|
+ v-for="item in options"
|
|
|
+ :key="item.id"
|
|
|
+ :label="item.conpamyName"
|
|
|
+ :value="item.id">
|
|
|
+ </el-option>
|
|
|
+ </el-select>
|
|
|
+ <el-button @click="generatebtn" type="primary">生成</el-button>
|
|
|
+ <el-button @click="paymentbtn" type="primary">付款</el-button>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="paymentfiled-info">
|
|
@@ -662,8 +664,7 @@ export default {
|
|
|
box-shadow: 0 0 5px #0005;
|
|
|
border-radius: 10px;
|
|
|
height: 100%;
|
|
|
- min-height: 840px;
|
|
|
-
|
|
|
+ min-height: 830px;
|
|
|
}
|
|
|
.paymentfiled-haed{
|
|
|
display: flex;
|
|
@@ -686,6 +687,10 @@ export default {
|
|
|
color: #606266;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
+ .paymentfiled-form{
|
|
|
+ max-height: 700px;
|
|
|
+ overflow: auto;
|
|
|
+ }
|
|
|
.paymentfiled-form-li:nth-child(1){
|
|
|
border-top:2px solid #409EFF ;
|
|
|
}
|