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:
wuteng 2025-10-27 17:37:49 +08:00
commit c20e3b497b

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 '业务开单';