Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -410,6 +410,7 @@ export class DatatableFundReportingComponent implements OnInit {
|
|||||||
const ids = this.selectedRows.map(i => i?.id);
|
const ids = this.selectedRows.map(i => i?.id);
|
||||||
this.service.request(this.service.$api_update_fund_data, ids).subscribe(res => {
|
this.service.request(this.service.$api_update_fund_data, ids).subscribe(res => {
|
||||||
if (res) {
|
if (res) {
|
||||||
|
this.service.msgSrv.success('更新成功');
|
||||||
this.selectedRows = [];
|
this.selectedRows = [];
|
||||||
this.st.reload();
|
this.st.reload();
|
||||||
|
|
||||||
|
|||||||
@ -559,9 +559,9 @@ export class DatatableOrderReportingComponent implements OnInit {
|
|||||||
const ids = this.selectedRows.map(i => i?.id);
|
const ids = this.selectedRows.map(i => i?.id);
|
||||||
this.service.request(this.service.$api_update_order_data, ids).subscribe(res => {
|
this.service.request(this.service.$api_update_order_data, ids).subscribe(res => {
|
||||||
if (res) {
|
if (res) {
|
||||||
|
this.service.msgSrv.success('更新成功');
|
||||||
this.selectedRows = [];
|
this.selectedRows = [];
|
||||||
this.st.reload();
|
this.st.reload();
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -111,7 +111,7 @@ export class VoucherManagementComponent implements OnInit {
|
|||||||
widget: 'select',
|
widget: 'select',
|
||||||
placeholder: '请选择',
|
placeholder: '请选择',
|
||||||
allowClear: true,
|
allowClear: true,
|
||||||
asyncData: () => this.service.getNetworkFreightForwarder()
|
asyncData: () => this.service.getCloseAccount()
|
||||||
},
|
},
|
||||||
default: ''
|
default: ''
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user