初步联调货源
This commit is contained in:
@ -59,8 +59,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div nz-col nzSpan="5">
|
<div nz-col nzSpan="5">
|
||||||
<div class="source-info bdr bdl pl-md">
|
<div class="source-info bdr bdl pl-md">
|
||||||
|
<h3 style="font-weight: 700;">货物信息</h3>
|
||||||
<div *ngFor="let item of dataList?.goodsInfoList; let i = index">
|
<div *ngFor="let item of dataList?.goodsInfoList; let i = index">
|
||||||
<h3 *ngIf="i === 0" style="font-weight: 700;">货物信息</h3>
|
|
||||||
<p>货物名称:{{item?.goodsName}}</p>
|
<p>货物名称:{{item?.goodsName}}</p>
|
||||||
<p>货物数量:{{item?.weight}}吨/{{item?.volume}}立方</p>
|
<p>货物数量:{{item?.weight}}吨/{{item?.volume}}立方</p>
|
||||||
<p>剩余:{{item?.weight}}吨/{{item?.volume}}立方</p>
|
<p>剩余:{{item?.weight}}吨/{{item?.volume}}立方</p>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* @Author: your name
|
* @Author: your name
|
||||||
* @Date: 2021-12-03 11:10:14
|
* @Date: 2021-12-03 11:10:14
|
||||||
* @LastEditTime: 2021-12-08 16:17:36
|
* @LastEditTime: 2021-12-08 16:55:10
|
||||||
* @LastEditors: Please set LastEditors
|
* @LastEditors: Please set LastEditors
|
||||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||||
* @FilePath: \tms-obc-web\src\app\routes\supply-management\services\supply-management.service.ts
|
* @FilePath: \tms-obc-web\src\app\routes\supply-management\services\supply-management.service.ts
|
||||||
@ -14,13 +14,13 @@ import { BaseService } from 'src/app/shared/services';
|
|||||||
})
|
})
|
||||||
export class SupplyManagementService extends BaseService {
|
export class SupplyManagementService extends BaseService {
|
||||||
// 整车获取货源表详情
|
// 整车获取货源表详情
|
||||||
$api_get_getCompleteVehicleDetail = `api/sdc/goodsResourceOperate/getCompleteVehicleDetail`;
|
$api_get_getCompleteVehicleDetail = `/api/sdc/goodsResourceOperate/getCompleteVehicleDetail`;
|
||||||
// 大宗获取货源表详情
|
// 大宗获取货源表详情
|
||||||
$api_get_getBulkDetail = `api/sdc/goodsResourceOperate/getBulkDetail`;
|
$api_get_getBulkDetail = `/api/sdc/goodsResourceOperate/getBulkDetail`;
|
||||||
// 查询运营后台大宗货源列表
|
// 查询运营后台大宗货源列表
|
||||||
$api_get_bulkPage_list = `api/sdc/goodsResourceOperate/list/bulkPage`;
|
$api_get_bulkPage_list = `/api/sdc/goodsResourceOperate/list/bulkPage`;
|
||||||
// 查询运营后台整车货源列表
|
// 查询运营后台整车货源列表
|
||||||
$api_get_wholePage_list = `api/sdc/goodsResourceOperate/list/wholePage`;
|
$api_get_wholePage_list = `/api/sdc/goodsResourceOperate/list/wholePage`;
|
||||||
|
|
||||||
constructor(public injector: Injector) {
|
constructor(public injector: Injector) {
|
||||||
super(injector)
|
super(injector)
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
* @Description:
|
* @Description:
|
||||||
* @Author: wsm
|
* @Author: wsm
|
||||||
* @Date: 2021-06-22 10:25:33
|
* @Date: 2021-06-22 10:25:33
|
||||||
* @LastEditTime: 2021-12-08 15:40:21
|
* @LastEditTime: 2021-12-08 16:56:20
|
||||||
* @LastEditors: Please set LastEditors
|
* @LastEditors: Please set LastEditors
|
||||||
* @Reference:
|
* @Reference:
|
||||||
*/
|
*/
|
||||||
@ -25,11 +25,11 @@ export class EAUserService extends BaseService {
|
|||||||
/**
|
/**
|
||||||
* 账号密码登录
|
* 账号密码登录
|
||||||
*/
|
*/
|
||||||
$api_login_by_account = `api/mdc/cuc/user/login?_allow_anonymous=true`;
|
$api_login_by_account = `/api/mdc/cuc/user/login?_allow_anonymous=true`;
|
||||||
/**
|
/**
|
||||||
* 手机号登录
|
* 手机号登录
|
||||||
*/
|
*/
|
||||||
$api_login_by_mobile = `api/mdc/cuc/user/sms/login?_allow_anonymous=true`;
|
$api_login_by_mobile = `/api/mdc/cuc/user/sms/login?_allow_anonymous=true`;
|
||||||
// 登录路径
|
// 登录路径
|
||||||
private $api_login = `/scce/cuc/cuc/user/login?_allow_anonymous=true`;
|
private $api_login = `/scce/cuc/cuc/user/login?_allow_anonymous=true`;
|
||||||
private $api_captcha_login = `/scce/cuc/cuc/user/sms/login?_allow_anonymous=true`;
|
private $api_captcha_login = `/scce/cuc/cuc/user/sms/login?_allow_anonymous=true`;
|
||||||
|
|||||||
Reference in New Issue
Block a user