批量审核

This commit is contained in:
wangshiming
2022-01-18 16:36:36 +08:00
parent 924441482f
commit bcad306ae5
18 changed files with 67 additions and 275 deletions

View File

@ -608,12 +608,8 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
.subscribe(res => {
if (res) {
this.currentRate = res.rate * 100;
} else {
this.service.msgSrv.error(res.msg);
}
});
} else {
this.service.msgSrv.error(res.msg);
}
});
}
@ -706,8 +702,6 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
if (this.sf3data.goodsNameId) {
this.sf3.setValue('/goodsNameId', this.sf3data.goodsNameId);
}
} else {
this.service.msgSrv.error(res.msg);
}
});
}
@ -854,8 +848,6 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
nzFooter: null,
nzComponentParams: { type: 'onecar', change: change }
});
} else {
this.service.msgSrv.error(res.msg);
}
});
}