Ver Fonte

修改bug

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

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

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