|
@@ -30,14 +30,14 @@
|
|
<!-- <span v-else>{{scope.$index}}</span> -->
|
|
<!-- <span v-else>{{scope.$index}}</span> -->
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="number" label="流水号" />
|
|
|
|
- <el-table-column prop="title" label="个人/法人" />
|
|
|
|
- <el-table-column prop="issuingDate" label="账号" />
|
|
|
|
- <el-table-column prop="issuingAgency" label="银行卡号" />
|
|
|
|
- <el-table-column prop="issuingAgency" label="所属企业" />
|
|
|
|
- <el-table-column prop="updateDate" label="金额(元)" />
|
|
|
|
- <el-table-column prop="updateDate" label="流向" />
|
|
|
|
- <el-table-column prop="updateDate" label="时间" />
|
|
|
|
|
|
+ <el-table-column prop="serialNumber" label="流水号" />
|
|
|
|
+ <el-table-column prop="cargoOwnerName" label="个人/法人" />
|
|
|
|
+ <el-table-column prop="accountNumber" label="账号" />
|
|
|
|
+ <el-table-column prop="bankCard" label="银行卡号" />
|
|
|
|
+ <el-table-column prop="affiliatedEnterprise" label="所属企业" />
|
|
|
|
+ <el-table-column prop="amountMoney" label="金额(元)" />
|
|
|
|
+ <el-table-column prop="types" label="流向" />
|
|
|
|
+ <el-table-column prop="paymentDate" label="时间" />
|
|
</el-table>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
<el-pagination :current-page="currentPage" style="text-align: center; margin-top: 10px"
|
|
<el-pagination :current-page="currentPage" style="text-align: center; margin-top: 10px"
|
|
@@ -47,7 +47,7 @@
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
import {
|
|
import {
|
|
- getListwithdrawal
|
|
|
|
|
|
+ getListaccountstatement
|
|
} from '@/api/settlementManagement'
|
|
} from '@/api/settlementManagement'
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
@@ -111,8 +111,7 @@ import {
|
|
_obj.searchKeyWord = this.searchkeyWord
|
|
_obj.searchKeyWord = this.searchkeyWord
|
|
_obj.startDate = this.startDate
|
|
_obj.startDate = this.startDate
|
|
_obj.endDate= this.endDate
|
|
_obj.endDate= this.endDate
|
|
- _obj.searchType = '公告'
|
|
|
|
- getList(_obj).then(response => {
|
|
|
|
|
|
+ getListaccountstatement(_obj).then(response => {
|
|
this.tableData = response.data.records
|
|
this.tableData = response.data.records
|
|
this.deptBudgetTotal = response.data.total
|
|
this.deptBudgetTotal = response.data.total
|
|
this.listLoading = false
|
|
this.listLoading = false
|