车辆对接
This commit is contained in:
@ -245,7 +245,13 @@ export class SupplyManagementVehicleComponent implements OnInit {
|
||||
}
|
||||
// 获取货源状态统计
|
||||
getGoodsSourceStatistical() {
|
||||
this.service.request(this.service.$api_get_goods_resource_statistical, { resourceType: 1 }).subscribe(res => {
|
||||
this.tabs = {
|
||||
totalQuantity: 0,
|
||||
cancelQuantity: 0,
|
||||
receivedQuantity: 0,
|
||||
stayQuantity: 0
|
||||
};
|
||||
this.service.request(this.service.$api_get_goods_resource_statistical, { resourceType: 1, ...this.reqParams }).subscribe(res => {
|
||||
if (res) {
|
||||
console.log(res);
|
||||
this.tabs = res;
|
||||
|
||||
Reference in New Issue
Block a user