lilei пре 1 година
родитељ
комит
fea5bf1ffa

+ 1 - 1
src/views/salesManagement/salesQueryNew/edit.vue

@@ -93,7 +93,7 @@
                     style="min-width:300px;margin-bottom: 5px;" 
                     v-for="(item,index) in yhDetail.promoMapList" 
                     :key="index">
-                      <div class="yhdetail-h" style="font-weight: bold;font-size:14px;">{{ item.title }}</div>
+                      <div class="yhdetail-h" style="font-weight: bold;font-size:14px;">{{ item.description }}</div>
                       <div style="padding-left:10px;" 
                       v-for="(sitem,sindex) in item.promoRuleMapList" 
                       :key="sindex" 

+ 1 - 1
src/views/salesManagement/stockPrint/list.vue

@@ -137,7 +137,7 @@
           <div slot="costTitle">
             <a-tooltip placement="top">
               <template slot="title">
-                如果收货客户名称不为空,则按照收货客户的价格级别计算得到。
+                如果收货客户名称不为空,则按照收货客户级别的价格计算得到(总售价内容包括促销产品)
               </template>
               <span style="margin-right: 5px;">实际总售价</span> <a-icon type="question-circle" />
             </a-tooltip>