订单了,列表导出下单方式调整

This commit is contained in:
wuteng 2025-10-27 15:04:48 +08:00
parent a61ab5270e
commit fbd8a5363d

View File

@ -1117,7 +1117,7 @@ export default {
return this.selectDictLabel(this.dict.type.emis_order_status,v[j]);
}
if (j === 'orderType') {
if(v[j] == 1){
if(v[j] == 0){
return '客户下单';
}else{
return '业务开单';