车辆对接

This commit is contained in:
wangshiming
2021-12-29 13:12:26 +08:00
parent 5aec1bf8f1
commit 0262716364
18 changed files with 2077 additions and 81 deletions

View File

@ -395,13 +395,19 @@ export class SupplyManagementBulkComponent implements OnInit {
*/
handleCancel(type: any) {
this.isVisible = false
}
}
/**
* 代发货源
*/
releaseGoods() {
this.router.navigate(['/supply-management/bulk-release']);
}
/**
* 审核通过按钮
*/
handleOK() {
* 审核通过按钮
*/
handleOK() {
}
}
// 修改单价
modification(item: any) {
const modalRef = this.modal.create({