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