lilei 1 éve
szülő
commit
577c8bf9a0

+ 2 - 2
src/views/numsGoodsShelves/shelfMonitoring/list.vue

@@ -96,7 +96,7 @@
       </div>
       <!-- 未选择合作商 -->
       <div class="unChoose" v-show="!isSearch">
-        <a-icon type="exclamation-circle" theme="filled" :style="{ fontSize: '18px', color: '#ff9900', verticalAlign: 'sub', marginRight: '5px' }" />
+        <a-icon type="exclamation-circle" style="{ fontSize: '18px', color: '#ff9900', verticalAlign: 'sub', marginRight: '5px' }" />
         <span>请选择一个货架后点击查询按钮</span>
       </div>
       <div v-show="isSearch">
@@ -136,7 +136,7 @@
                 <div v-if="record.replenishBillData">{{ record.replenishBillData.join(',') }}</div>
               </template>
               {{ record.stateDictValue }}
-              <a-icon type="exclamation-circle" theme="filled" style="color: #39f;font-size: 16px;margin-left: 5px;vertical-align: middle;cursor: pointer;" />
+              <a-icon type="exclamation-circle" style="color: #39f;font-size: 16px;margin-left: 5px;vertical-align: middle;cursor: pointer;" />
             </a-tooltip>
             <span v-else>{{ record.stateDictValue }}</span>
           </template>

+ 1 - 1
src/views/numsGoodsShelves/shelfSet/set.vue

@@ -87,7 +87,7 @@
             <template slot="title">
               <span>如果货位还没有绑定产品,可使用此功能通过Excel批量导入</span>
             </template>
-            <a-icon type="question-circle" theme="filled" style="color: rgba(0,0,0,.45);font-size: 16px;margin-left: 5px;vertical-align: middle;cursor: pointer;" />
+            <a-icon type="question-circle" style="color: rgba(0,0,0,.45);font-size: 16px;margin-left: 5px;vertical-align: middle;cursor: pointer;" />
           </a-tooltip>
         </div>
         <!-- 列表 -->

+ 1 - 1
src/views/numsGoodsShelves/vinAnalysis/spList.vue

@@ -93,7 +93,7 @@
       </s-table>
     </div>
     <div class="unChoose" v-show="!isSearchFlag">
-      <a-icon type="exclamation-circle" theme="filled" :style="{ fontSize: '18px', color: '#ff9900', verticalAlign: 'sub', marginRight: '5px' }" />
+      <a-icon type="exclamation-circle" :style="{ fontSize: '18px', color: '#ff9900', verticalAlign: 'sub', marginRight: '5px' }" />
       <span>请选择一个货架后点击查询按钮</span>
     </div>
     </div>

+ 1 - 1
src/views/numsGoodsShelves/vinAnalysis/vinList.vue

@@ -102,7 +102,7 @@
       </s-table>
     </div>
     <div class="unChoose" v-show="!isSearch">
-      <a-icon type="exclamation-circle" theme="filled" :style="{ fontSize: '18px', color: '#ff9900', verticalAlign: 'sub', marginRight: '5px' }" />
+      <a-icon type="exclamation-circle" :style="{ fontSize: '18px', color: '#ff9900', verticalAlign: 'sub', marginRight: '5px' }" />
       <span>请选择一个货架后点击查询按钮</span>
     </div>
     <!-- 详情 -->

+ 1 - 1
src/views/salesManagement/salesQuery/queryPart.vue

@@ -89,7 +89,7 @@
       </a-form-model>
     </div>
     <a-alert type="error" style="margin-bottom: 10px;" v-if="vinInfoData&&!vinInfoData.vinInfo">
-      <template slot="message"><a-icon type="exclamation-circle" theme="filled" :style="{ color: '#E70012', fontSize: '15px', verticalAlign: 'sub', marginRight: '3px' }" />抱歉!暂未找到匹配VIN码的车型!</template>
+      <template slot="message"><a-icon type="exclamation-circle" :style="{ color: '#E70012', fontSize: '15px', verticalAlign: 'sub', marginRight: '3px' }" />抱歉!暂未找到匹配VIN码的车型!</template>
     </a-alert>
     <a-alert type="warning" style="margin-bottom: 10px;cursor: pointer;" v-if="vinInfoData&&vinInfoData.vinInfo" @click="openCarInfoModal=true">
       <template slot="message">

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

@@ -91,7 +91,7 @@
       <div v-if="hasVaild&&showTable" class="vinInfo-box">
         <div>
           <div class="vinInfo-error" v-if="vinInfoData&&!vinInfoData.vinInfo">
-            <a-icon type="exclamation-circle" theme="filled" :style="{ color: '#E70012', fontSize: '15px', verticalAlign: 'sub', marginRight: '3px' }" />抱歉!暂未找到匹配VIN码的车型!
+            <a-icon type="exclamation-circle" :style="{ color: '#E70012', fontSize: '15px', verticalAlign: 'sub', marginRight: '3px' }" />抱歉!暂未找到匹配VIN码的车型!
           </div>
           <div v-if="vinInfoData&&vinInfoData.vinInfo" @click="openCarInfoModal=true">
             <div style="display: flex;justify-content: space-between;align-items: center;" @click="openCarInfoModal=true">