|
@@ -5,7 +5,7 @@
|
|
<a-form layout="inline" @keyup.enter.native="refresh">
|
|
<a-form layout="inline" @keyup.enter.native="refresh">
|
|
<a-row :gutter="48">
|
|
<a-row :gutter="48">
|
|
<a-col :lg="6" :sm="12">
|
|
<a-col :lg="6" :sm="12">
|
|
- <a-form-item label="结算时间:">
|
|
|
|
|
|
+ <a-form-item label="结算时间:" :label-col="{ span: 3 }" :wrapper-col="{ span: 12 }">
|
|
<a-range-picker
|
|
<a-range-picker
|
|
style="width:100%"
|
|
style="width:100%"
|
|
id="PaySettlementRecords-queryOrderDate"
|
|
id="PaySettlementRecords-queryOrderDate"
|
|
@@ -16,7 +16,7 @@
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :lg="6" :sm="12">
|
|
<a-col :lg="6" :sm="12">
|
|
- <a-form-item label="结算单号">
|
|
|
|
|
|
+ <a-form-item label="结算单号" :label-col="{ span: 3 }" :wrapper-col="{ span: 12 }">
|
|
<a-input class="full-width" v-model="queryParam.settleNo" placeholder="请输入" allowClear id="PaySettlementRecords-queryOrderDate"/>
|
|
<a-input class="full-width" v-model="queryParam.settleNo" placeholder="请输入" allowClear id="PaySettlementRecords-queryOrderDate"/>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
@@ -158,7 +158,7 @@ export default {
|
|
},
|
|
},
|
|
// 查看详情
|
|
// 查看详情
|
|
handleDetail (record) {
|
|
handleDetail (record) {
|
|
- this.itemId = record.settleNo
|
|
|
|
|
|
+ this.itemId = record.settleNo
|
|
if (record.settleType === 'BUNDLE_SALE') {
|
|
if (record.settleType === 'BUNDLE_SALE') {
|
|
this.openModalDetails = true
|
|
this.openModalDetails = true
|
|
console.log(this.openModalDetails)
|
|
console.log(this.openModalDetails)
|