作者 张晓杰

生产订单查看产品类型修改

@@ -23,7 +23,12 @@ @@ -23,7 +23,12 @@
23 <tr> 23 <tr>
24 <th scop="col" class="table_lable">产品类型:</th> 24 <th scop="col" class="table_lable">产品类型:</th>
25 <th scop="col"> 25 <th scop="col">
26 - {{model.productType}} 26 + <span v-if="model.productType == 'JD'">接地</span>
  27 + <span v-if="model.productType == 'XC'">线槽</span>
  28 + <span v-if="model.productType == 'QZ'">卡子</span>
  29 + <span v-if="model.productType == 'SJ'">司机室</span>
  30 + <span v-if="model.productType == 'GX'">柜、箱、盒</span>
  31 + <span v-if="model.productType == 'FS'">附属钢</span>
27 </th> 32 </th>
28 </tr> 33 </tr>
29 <tr> 34 <tr>