This commit is contained in:
wangshiming
2022-04-15 16:51:25 +08:00
parent ff7a5a80fc
commit 58375de2f7
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ export class ETCInvoicedRequestedComponent implements OnInit {
} }
} }
}, },
ltdId: { enterpriseInfoName: {
type: 'string', type: 'string',
title: '网络货运人', title: '网络货运人',
ui: { ui: {

View File

@ -132,7 +132,7 @@ export class ShipperBaseService extends BaseService {
const list = res.map((item: any) => { const list = res.map((item: any) => {
return { return {
label: item.enterpriseName, label: item.enterpriseName,
value: item.id value: item.enterpriseName
}; };
}); });
const obj = []; const obj = [];