Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
Taric Xin
2022-04-11 16:34:34 +08:00
3 changed files with 3 additions and 2 deletions

View File

@ -410,6 +410,7 @@ export class DatatableFundReportingComponent implements OnInit {
const ids = this.selectedRows.map(i => i?.id);
this.service.request(this.service.$api_update_fund_data, ids).subscribe(res => {
if (res) {
this.service.msgSrv.success('更新成功');
this.selectedRows = [];
this.st.reload();

View File

@ -559,9 +559,9 @@ export class DatatableOrderReportingComponent implements OnInit {
const ids = this.selectedRows.map(i => i?.id);
this.service.request(this.service.$api_update_order_data, ids).subscribe(res => {
if (res) {
this.service.msgSrv.success('更新成功');
this.selectedRows = [];
this.st.reload();
}
})
}

View File

@ -194,7 +194,7 @@ export class OrderManagementRiskComponent implements OnInit {
type: 'string',
ui: {
widget: 'dict-select',
params: { dictKey: 'freight:type' },
params: { dictKey: 'bill:type' },
containsAllLabel: true,
visibleIf: {
_$expand: (value: boolean) => value