车辆对接

This commit is contained in:
wangshiming
2021-12-22 09:50:17 +08:00
parent c79ea5261f
commit d40830c870
11 changed files with 334 additions and 190 deletions

View File

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-12-03 11:10:14
* @LastEditTime: 2021-12-21 13:48:55
* @LastEditTime: 2021-12-21 15:08:15
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\routes\supply-management\components\vehicle\vehicle.component.html
@ -172,7 +172,7 @@
multiSort
size="small"
[bordered]="true"
[data]="service.$api_get_getChangeRecordWholeDetail"
[data]="service.$api_get_listChangeApply"
[columns]="columnsFloatView"
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: changeViewParams }"
[res]="{ reName: { list: 'data', total: 'data.total' } }"