车辆接口更新
This commit is contained in:
@ -457,17 +457,17 @@ export class OrderManagementBulkComponent implements OnInit {
|
|||||||
width: '120px',
|
width: '120px',
|
||||||
className: 'text-left',
|
className: 'text-left',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
|
||||||
text: '查看评价 ',
|
|
||||||
click: _record => this.viewEvaluate(_record),
|
|
||||||
iif: item => item.billStatus == '5'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: '运费变更记录',
|
text: '运费变更记录',
|
||||||
click: _record => this.OpenPrice(_record),
|
click: _record => this.OpenPrice(_record),
|
||||||
iif: item =>
|
iif: item =>
|
||||||
item.billStatus == '4' || item.billStatus == '5' || item.billStatus == '2' || item.billStatus == '3' || item.billStatus == '6'
|
item.billStatus == '4' || item.billStatus == '5' || item.billStatus == '2' || item.billStatus == '3' || item.billStatus == '6'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: '查看评价 ',
|
||||||
|
click: _record => this.viewEvaluate(_record),
|
||||||
|
iif: item => item.billStatus == '5'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: '变更运费 ',
|
text: '变更运费 ',
|
||||||
click: _record => this.updateFreight(_record),
|
click: _record => this.updateFreight(_record),
|
||||||
|
|||||||
@ -413,16 +413,17 @@ resourceStatus: any;
|
|||||||
width: '120px',
|
width: '120px',
|
||||||
className: 'text-left',
|
className: 'text-left',
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
|
||||||
text: '查看评价 ',
|
|
||||||
click: (_record) => this.viewEvaluate(_record),
|
|
||||||
iif: item => item.billStatus == '5',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: '运费变更记录',
|
text: '运费变更记录',
|
||||||
click: (_record) => this.OpenPrice(_record),
|
click: (_record) => this.OpenPrice(_record),
|
||||||
iif: item => item.billStatus == '4' || item.billStatus == '5' || item.billStatus == '2' || item.billStatus == '3' || item.billStatus == '6',
|
iif: item => item.billStatus == '4' || item.billStatus == '5' || item.billStatus == '2' || item.billStatus == '3' || item.billStatus == '6',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: '查看评价 ',
|
||||||
|
click: (_record) => this.viewEvaluate(_record),
|
||||||
|
iif: item => item.billStatus == '5',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: '变更运费 ',
|
text: '变更运费 ',
|
||||||
click: (_record) => this.updateFreight(_record),
|
click: (_record) => this.updateFreight(_record),
|
||||||
|
|||||||
Reference in New Issue
Block a user