Merge pull request '订单了,列表导出下单方式调整' (#125) from master-dev into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/125
This commit is contained in:
commit
c20e3b497b
@ -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