lilei há 1 ano atrás
pai
commit
683823850d

+ 1 - 1
src/views/salesManagement/pushOrderManagement/detail.vue

@@ -99,7 +99,7 @@
            <!-- 销售价 -->
           <template slot="price" slot-scope="text, record">
             {{ toThousands(text) }}
-            <span v-if="record.promotionFlag=='GIFT'" title="原价">({{ toThousands(record.origPrice) }})</span>
+            <span v-if="record.promotionFlag=='GIFT'||record.promotionFlag=='DISCOUNT'" title="原价">({{ toThousands(record.origPrice) }})</span>
           </template>
         </s-table>
       </a-card>