优化
This commit is contained in:
@ -180,6 +180,9 @@ export class SupplyManagementService extends BaseService {
|
||||
// 发送邀请司机短信
|
||||
$api_send_msg_code = `/api/mdc/pbc/smsSend/sendInviteDriver`;
|
||||
|
||||
// 校验货物名称是否合规
|
||||
$api_checkGoodsName = '/api/sdc/goodsResourceShipper/checkGoodsName';
|
||||
|
||||
getDictByKey(dictKey: string) {
|
||||
const params = { dictKey: dictKey };
|
||||
return this.request(this.$api_getDictValue, params);
|
||||
|
||||
Reference in New Issue
Block a user