This commit is contained in:
wangshiming
2022-02-16 16:38:09 +08:00
parent 331c3207a7
commit f1dc67f92a
6 changed files with 69 additions and 99 deletions

View File

@ -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();
}
})
}
/**
* 二维码