车辆对接

This commit is contained in:
wangshiming
2022-01-05 20:15:37 +08:00
parent c7f9874e43
commit cd0035940a
43 changed files with 906 additions and 642 deletions

View File

@ -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);