车辆对接
This commit is contained in:
@ -216,7 +216,7 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
title: '用车需求',
|
||||
className: 'text-center',
|
||||
width: '150px',
|
||||
render: 'demand'
|
||||
render: 'useCarDemand'
|
||||
},
|
||||
{
|
||||
title: '运费单价',
|
||||
@ -334,18 +334,6 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
get selectedRows() {
|
||||
return this.st?.list.filter((item) => item.checked) || [];
|
||||
}
|
||||
// 获取录单员
|
||||
getCatalogueMember() {
|
||||
const params = {
|
||||
};
|
||||
// return this.service.request(this.service.$api_get_catalogue_member, params, 'GET').pipe(
|
||||
// map((res) => {
|
||||
// if (res) {
|
||||
// console.log(res)
|
||||
// }
|
||||
// }),
|
||||
// );
|
||||
}
|
||||
|
||||
selectChange(e: number) {
|
||||
console.log(e);
|
||||
|
||||
Reference in New Issue
Block a user