Browse Source

退货一览表

chenrui 1 year ago
parent
commit
246245cfe5
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/salesReturnManagement/returnSchedule/list.vue

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

@@ -108,8 +108,8 @@
                 <span>已超时{{ record.customerServiceConfirmOverDay }}天(要求提货后3-5天内完成清点)</span>
               </template>
               <div>
-                <a-icon type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'20px',marginRight:'8px',display:'inlineBlock'}"/>
-                <a-icon v-if="record.customerServiceConfirmOverDay*1>5" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'20px',marginRight:'8px',display:'inlineBlock'}"/>
+                <a-icon type="exclamation-circle" theme="filled" :style="{color:'#ed1c24',fontSize:'16px',marginRight:'6px',display:'inlineBlock'}"/>
+                <a-icon v-if="record.customerServiceConfirmOverDay*1>5" theme="filled" type="exclamation-circle" :style="{color:'#ed1c24',fontSize:'16px',marginRight:'6px',display:'inlineBlock'}"/>
                 <span style="vertical-align: top;">未清点</span>
               </div>
             </a-tooltip>
@@ -296,8 +296,8 @@ export default {
       this.queryParam.salesReturnType = undefined
       this.queryParam.goodFlag = undefined
       this.queryParam.checkflag = undefined
-      if(this.advanced){
-         this.$refs.dealerSubareaScopeList.resetForm()
+      if (this.advanced) {
+        this.$refs.dealerSubareaScopeList.resetForm()
       }
       this.$refs.table.refresh(true)
     },