fix bug
This commit is contained in:
@ -367,25 +367,6 @@ export class SupplyManagementBulkComponent implements OnInit {
|
||||
}, 500);
|
||||
}
|
||||
|
||||
/**
|
||||
* 更新运费
|
||||
*/
|
||||
updatePrice(item: any) {
|
||||
const modalRef = this.modal.create({
|
||||
nzTitle: '修改单价',
|
||||
nzWidth: '600px',
|
||||
nzContent: SupplyManagementUpdatePriceComponent,
|
||||
nzComponentParams: {
|
||||
i: item,
|
||||
},
|
||||
nzFooter: null,
|
||||
});
|
||||
modalRef.afterClose.subscribe(res => {
|
||||
if (res) {
|
||||
this.st.reload();
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 二维码
|
||||
|
||||
Reference in New Issue
Block a user