订单了,列表导出下单方式调整
This commit is contained in:
parent
a61ab5270e
commit
fbd8a5363d
@ -1117,7 +1117,7 @@ export default {
|
|||||||
return this.selectDictLabel(this.dict.type.emis_order_status,v[j]);
|
return this.selectDictLabel(this.dict.type.emis_order_status,v[j]);
|
||||||
}
|
}
|
||||||
if (j === 'orderType') {
|
if (j === 'orderType') {
|
||||||
if(v[j] == 1){
|
if(v[j] == 0){
|
||||||
return '客户下单';
|
return '客户下单';
|
||||||
}else{
|
}else{
|
||||||
return '业务开单';
|
return '业务开单';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user