批量审核

This commit is contained in:
wangshiming
2022-01-17 19:05:56 +08:00
parent b26a6a8b2c
commit 2246e31d68
6 changed files with 42 additions and 15 deletions

View File

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-12-03 11:10:14
* @LastEditTime: 2022-01-13 13:30:01
* @LastEditTime: 2022-01-17 17:11:26
* @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
@ -60,6 +60,9 @@
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
[loading]="service.http.loading"
>
<ng-template st-row="freightPrice" let-item let-index="index">
{{ item.freightPrice | currency}}
</ng-template>
<ng-template st-row="billCode" let-item let-index="index">
<a [routerLink]="'/order-management/bulk-detail/'+item.id">{{item.billCode}}</a>
<div>
@ -116,6 +119,7 @@
[res]="{ reName: { list: 'data', total: 'data.total' } }"
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
>
<ng-template st-row="order" let-item let-index="index">
{{ index + 1 }}
</ng-template>
@ -156,6 +160,7 @@
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: changeViewParams }"
[res]="{ reName: { list: 'data.list', total: 'data.total' } }"
>
<ng-template st-row="amountBeforeChange" let-item let-index="index">
{{ item.amountBeforeChange | currency}}
</ng-template>

View File

@ -283,7 +283,7 @@ tabs = {
type: 'string',
ui: {
widget: 'dict-select',
params: { dictKey: 'payment:status' },
params: { dictKey: 'overall:payment:status' },
containAllLable:true,
visibleIf: {
_$expand: (value: boolean) => value,
@ -456,13 +456,13 @@ tabs = {
render: 'goodsName'
}, {
title: '运费单价',
className: 'text-left',
className: 'text-right',
width: '180px',
index: 'freightPrice'
render: 'freightPrice'
},
{
title: '接单数量',
className: 'text-left',
className: 'text-right',
index: 'goodsNumber',
width: '180px',
},

View File

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-12-03 11:10:14
* @LastEditTime: 2022-01-17 14:57:44
* @LastEditTime: 2022-01-17 17:50:57
* @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
@ -151,7 +151,6 @@
<ng-container *nzModalContent>
<st
#stFloatView
multiSort
size="small"
[bordered]="true"
[data]="service.$api_getChangeRecordWholeDetail"

View File

@ -293,7 +293,7 @@ resourceStatus: any;
type: 'string',
ui: {
widget: 'dict-select',
params: { dictKey: 'bill:payexpense:status' },
params: { dictKey: 'overall:payment:status' },
containAllLable:true,
visibleIf: {
_$expand: (value: boolean) => value,