优化
This commit is contained in:
@ -19,7 +19,7 @@ import { OrderManagementService } from '../../services/order-management.service'
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'app-supply-management-vehicle',
|
selector: 'app-supply-management-vehicle',
|
||||||
templateUrl: './vehicle.component.html',
|
templateUrl: './vehicle.component.html',
|
||||||
styleUrls: ['../../../commom/less/commom-table.less','./vehicle.component.less']
|
styleUrls: ['../../../commom/less/commom-table.less', './vehicle.component.less']
|
||||||
})
|
})
|
||||||
export class OrderManagementVehicleComponent extends BasicTableComponent implements OnInit {
|
export class OrderManagementVehicleComponent extends BasicTableComponent implements OnInit {
|
||||||
ui: SFUISchema = {};
|
ui: SFUISchema = {};
|
||||||
@ -416,11 +416,13 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
|
|||||||
text: '运费变更记录',
|
text: '运费变更记录',
|
||||||
click: _record => this.OpenPrice(_record),
|
click: _record => this.OpenPrice(_record),
|
||||||
iif: item =>
|
iif: item =>
|
||||||
|
item.billType !== '3' && (
|
||||||
item.billStatus == '4' ||
|
item.billStatus == '4' ||
|
||||||
item.billStatus == '5' ||
|
item.billStatus == '5' ||
|
||||||
item.billStatus == '2' ||
|
item.billStatus == '2' ||
|
||||||
item.billStatus == '3' ||
|
item.billStatus == '3' ||
|
||||||
item.billStatus == '6',
|
item.billStatus == '6'
|
||||||
|
),
|
||||||
acl: { ability: ['ORDER-VEHICLE-ChangeApplyList'] }
|
acl: { ability: ['ORDER-VEHICLE-ChangeApplyList'] }
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
@ -585,8 +587,8 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
|
|||||||
/**
|
/**
|
||||||
* 导入货源
|
* 导入货源
|
||||||
*/
|
*/
|
||||||
importGoodsSource() {}
|
importGoodsSource() { }
|
||||||
audit(item: any) {}
|
audit(item: any) { }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 审核关闭弹窗
|
* 审核关闭弹窗
|
||||||
|
|||||||
Reference in New Issue
Block a user