批量审核
This commit is contained in:
@ -434,18 +434,6 @@ export class WaybillManagementVehicleComponent implements OnInit {
|
||||
this.st?.load(1);
|
||||
this.getGoodsSourceStatistical()
|
||||
}
|
||||
// 获取录单员
|
||||
getCatalogueMember() {
|
||||
const params = {};
|
||||
return this.service.request(this.service.$api_get_catalogue_member, params, 'GET').pipe(
|
||||
map(res => {
|
||||
if (res) {
|
||||
console.log(res);
|
||||
}
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
selectChange(e: number) {
|
||||
console.log(e);
|
||||
this.resourceStatus = e;
|
||||
|
||||
Reference in New Issue
Block a user