@@ -31,6 +31,8 @@
? '无客户生产性订单'
: form.needProduce == 4
? '不定向订单'
+ : form.needProduce == 5
+ ? '委外订单'
: '库存式订单'
}}
</el-form-item>