Ver Fonte

修改bug

chenrui há 1 ano atrás
pai
commit
45cea9b2e9
1 ficheiros alterados com 10 adições e 10 exclusões
  1. 10 10
      src/views/salesReturnManagement/returnSchedule/list.vue

+ 10 - 10
src/views/salesReturnManagement/returnSchedule/list.vue

@@ -110,28 +110,28 @@
           bordered>
           <!-- 超时环节提示 -->
           <template slot="tip" slot-scope="text, record">
-            <div v-if="record.pickUpAuditDateOverDay">
-              <a-tooltip placement="top" v-if="record.pickUpAuditDateOverDay*1>=5">
+            <div v-if="record.customerServiceConfirmOverDay">
+              <a-tooltip placement="top" v-if="record.customerServiceConfirmOverDay*1>3">
                 <template slot="title">
-                  <span>已超时{{ record.pickUpAuditDateOverDay }}天(要求销售退货单审核通过后5天内完成提货)</span>
+                  <span>已超时{{ record.customerServiceConfirmOverDay }}天(要求提货后3-5天内完成清点)</span>
                 </template>
                 <div>
                   <a-icon type="exclamation-circle" theme="filled" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
-                  <a-icon v-if="record.pickUpAuditDateOverDay*1>10" theme="filled" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
-                  <span style="vertical-align: top;">未退货</span>
+                  <a-icon v-if="record.customerServiceConfirmOverDay*1>5" theme="filled" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
+                  <span style="vertical-align: top;">未清点</span>
                 </div>
               </a-tooltip>
               <span v-else>--</span>
             </div>
-            <div v-if="record.customerServiceConfirmOverDay">
-              <a-tooltip placement="top" v-if="record.customerServiceConfirmOverDay*1>3">
+            <div v-if="!record.customerServiceConfirmOverDay&&record.pickUpAuditDateOverDay">
+              <a-tooltip placement="top" v-if="record.pickUpAuditDateOverDay*1>=5">
                 <template slot="title">
-                  <span>已超时{{ record.customerServiceConfirmOverDay }}天(要求提货后3-5天内完成清点)</span>
+                  <span>已超时{{ record.pickUpAuditDateOverDay }}天(要求销售退货单审核通过后5天内完成提货)</span>
                 </template>
                 <div>
                   <a-icon type="exclamation-circle" theme="filled" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
-                  <a-icon v-if="record.customerServiceConfirmOverDay*1>5" theme="filled" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
-                  <span style="vertical-align: top;">未清点</span>
+                  <a-icon v-if="record.pickUpAuditDateOverDay*1>10" theme="filled" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'18px',marginRight:'6px',display:'inlineBlock'}"/>
+                  <span style="vertical-align: top;">未退货</span>
                 </div>
               </a-tooltip>
               <span v-else>--</span>