车辆对接

This commit is contained in:
wangshiming
2022-01-14 14:39:00 +08:00
parent f03a738c98
commit eb783b95f1
12 changed files with 224 additions and 31 deletions

View File

@ -112,7 +112,17 @@ resourceStatus: any;
this.getGoodsSourceStatistical()
}
getGoodsSourceStatistical() {
this.service.request(this.service.$api_statisticalStatus).subscribe(res => {
this.tabs = {
cancelQuantity: 0,
receivedQuantity: 0,
stayQuantity: 0,
signQuantity: 0,
compolatelQuantity: 0,
GoingQuantity: 0,
totalCount: 0
};
console.log(this.tabs)
this.service.request(this.service.$api_statisticalStatus,{...this.reqParams}).subscribe(res => {
if (res) {
let totalCount = 0;
res.forEach((element: any) => {