|
@@ -1,103 +1,119 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<el-row class="handle-box" style="margin-bottom: 10px">
|
|
|
- <el-col :span="2" class="col-txt">
|
|
|
- <span>买受人</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="4" class="col-input">
|
|
|
- <el-input v-model="search.buyerName" style="width: 100%" @keyup.enter.native="handleSearch()" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2" class="col-txt">
|
|
|
- <span>房屋</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="4" class="col-input">
|
|
|
- <el-input v-model="search.houseName" style="width: 100%" @keyup.enter.native="handleSearch()" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2" class="col-txt">
|
|
|
- <span>推送状态</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="4" class="col-input">
|
|
|
- <el-select v-model="search.sendStatus" style="width: 100%" placeholder="请选择" >
|
|
|
- <el-option
|
|
|
- v-for="item in dc_data.SEND_STATUS"
|
|
|
- :key="item.value"
|
|
|
- :label="item.label"
|
|
|
- :value="item.value"
|
|
|
- />
|
|
|
- </el-select>
|
|
|
- </el-col>
|
|
|
- <el-col :span="2" class="col-txt">
|
|
|
- <span>开票状态</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="4" class="col-input">
|
|
|
- <el-select
|
|
|
- v-model="search.invoiceStatus"
|
|
|
- style="width: 100%"
|
|
|
- filterable
|
|
|
-
|
|
|
- >
|
|
|
- <el-option
|
|
|
- v-for="item in dc_data.INVOICE_STATUS"
|
|
|
- :key="item.value"
|
|
|
- :label="item.label"
|
|
|
- :value="item.value"
|
|
|
- />
|
|
|
- </el-select>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row class="handle-box" style="margin-bottom: 10px">
|
|
|
- <el-col :span="2" class="col-txt">
|
|
|
- <span>推送日期</span>
|
|
|
+ <el-col :span="8">
|
|
|
+ <div class="Pageform">
|
|
|
+ <div class="formlabel">买受人</div>
|
|
|
+ <div class="formvalue">
|
|
|
+ <el-input v-model="search.buyerName" class="ch-input ch-input-size" placeholder="买受人" size="small" @keyup.enter.native="handleSearch()" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</el-col>
|
|
|
- <el-col :span="4" class="col-input">
|
|
|
- <el-date-picker
|
|
|
- v-model="search.sendDateFrom"
|
|
|
- style="width: 100%"
|
|
|
-
|
|
|
- type="date"
|
|
|
- placeholder="年月日"
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
- />
|
|
|
+ <el-col :span="8">
|
|
|
+ <div class="Pageform">
|
|
|
+ <div class="formlabel">房屋</div>
|
|
|
+ <div class="formvalue">
|
|
|
+ <el-input v-model="search.houseName" class="ch-input ch-input-size" placeholder="房号" size="small" @keyup.enter.native="handleSearch()" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</el-col>
|
|
|
- <el-col :span="1">
|
|
|
- <div style="width: 100%;text-align: center">至</div>
|
|
|
+ <el-col :span="8">
|
|
|
+ <div class="Pageform">
|
|
|
+ <div class="formlabel">身份证</div>
|
|
|
+ <div class="formvalue">
|
|
|
+ <el-input v-model="search.buyerIdentityCard" class="ch-input ch-input-size" placeholder="身份证" size="small" @keyup.enter.native="handleSearch()" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</el-col>
|
|
|
- <el-col :span="4" class="col-input">
|
|
|
- <el-date-picker
|
|
|
- v-model="search.sendDateTo"
|
|
|
-
|
|
|
- style="width: 100%"
|
|
|
-
|
|
|
- type="date"
|
|
|
- placeholder="年月日"
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
- />
|
|
|
+ <el-col :span="8">
|
|
|
+ <div class="Pageform">
|
|
|
+ <div class="formlabel">批次号</div>
|
|
|
+ <div class="formvalue">
|
|
|
+ <el-input v-model="search.batchNumber" class="ch-input ch-input-size" placeholder="批次号" size="small" @keyup.enter.native="handleSearch()" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</el-col>
|
|
|
- <el-col :span="2" class="col-txt">
|
|
|
- <span>开票日期</span>
|
|
|
+ <el-col :span="8">
|
|
|
+ <div class="Pageform">
|
|
|
+ <div class="formlabel">推送状态</div>
|
|
|
+ <div class="formvalue">
|
|
|
+ <el-select v-model="search.sendStatus" style="width: 100%" placeholder="请选择">
|
|
|
+ <el-option
|
|
|
+ v-for="item in dc_data.SEND_STATUS"
|
|
|
+ :key="item.value"
|
|
|
+ :label="item.label"
|
|
|
+ :value="item.value"
|
|
|
+ />
|
|
|
+ </el-select>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</el-col>
|
|
|
- <el-col :span="4" class="col-input">
|
|
|
- <el-date-picker
|
|
|
- v-model="search.invoiceDateFrom"
|
|
|
-
|
|
|
- type="date"
|
|
|
- style="width: 100%"
|
|
|
- placeholder="年月日"
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
- />
|
|
|
+ <el-col :span="8">
|
|
|
+ <div class="Pageform">
|
|
|
+ <div class="formlabel">开票状态</div>
|
|
|
+ <div class="formvalue">
|
|
|
+ <el-select
|
|
|
+ v-model="search.invoiceStatus"
|
|
|
+ style="width: 100%"
|
|
|
+ filterable
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in dc_data.INVOICE_STATUS"
|
|
|
+ :key="item.value"
|
|
|
+ :label="item.label"
|
|
|
+ :value="item.value"
|
|
|
+ />
|
|
|
+ </el-select>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</el-col>
|
|
|
- <el-col :span="1">
|
|
|
- <div style="width: 100%;text-align: center">至</div>
|
|
|
+ <el-col :span="8">
|
|
|
+ <div class="Pageform">
|
|
|
+ <div class="formlabel">推送日期</div>
|
|
|
+ <div class="formvalue">
|
|
|
+ <el-date-picker
|
|
|
+ v-model="search.sendDateFrom"
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ format="yyyy-MM-dd"
|
|
|
+ size="small"
|
|
|
+ type="date"
|
|
|
+ placeholder="开始日期"
|
|
|
+ />
|
|
|
+ <div class="zhi">至</div>
|
|
|
+ <el-date-picker
|
|
|
+ v-model="search.sendDateTo"
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ format="yyyy-MM-dd"
|
|
|
+ size="small"
|
|
|
+ type="date"
|
|
|
+ placeholder="终止日期"
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</el-col>
|
|
|
- <el-col :span="4" class="col-input">
|
|
|
- <el-date-picker
|
|
|
- v-model="search.invoiceDateTo"
|
|
|
-
|
|
|
- type="date"
|
|
|
- style="width: 100%"
|
|
|
- placeholder="年月日"
|
|
|
- value-format="yyyy-MM-dd"
|
|
|
- />
|
|
|
+ <el-col :span="8">
|
|
|
+ <div class="Pageform">
|
|
|
+ <div class="formlabel">开票日期</div>
|
|
|
+ <div class="formvalue">
|
|
|
+ <el-date-picker
|
|
|
+ v-model="search.invoiceDateFrom"
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ format="yyyy-MM-dd"
|
|
|
+ size="small"
|
|
|
+ type="date"
|
|
|
+ placeholder="开始日期"
|
|
|
+ />
|
|
|
+ <div class="zhi">至</div>
|
|
|
+ <el-date-picker
|
|
|
+ v-model="search.invoiceDateTo"
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ format="yyyy-MM-dd"
|
|
|
+ size="small"
|
|
|
+ type="date"
|
|
|
+ placeholder="终止日期"
|
|
|
+ />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row class="handle-box" style="margin-bottom: 10px;text-align: right">
|
|
@@ -299,7 +315,29 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
-
|
|
|
+<style lang="scss">
|
|
|
+.Pageform{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ .formlabel{
|
|
|
+ width: 15%;
|
|
|
+ text-align: right;
|
|
|
+ font-size:14px ;
|
|
|
+ }
|
|
|
+ .formvalue{
|
|
|
+ width: 75%;
|
|
|
+ display: flex;
|
|
|
+ margin-left: 2%;
|
|
|
+ .ch-input{
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .zhi{
|
|
|
+ width: 60px;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+</style>
|
|
|
<style scoped>
|
|
|
.ch-input .el-input__inner {
|
|
|
border-color: #32323A;
|