|
@@ -96,7 +96,7 @@
|
|
</div>
|
|
</div>
|
|
<!-- 未选择合作商 -->
|
|
<!-- 未选择合作商 -->
|
|
<div class="unChoose" v-show="!isSearch">
|
|
<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>
|
|
<span>请选择一个货架后点击查询按钮</span>
|
|
</div>
|
|
</div>
|
|
<div v-show="isSearch">
|
|
<div v-show="isSearch">
|
|
@@ -136,7 +136,7 @@
|
|
<div v-if="record.replenishBillData">{{ record.replenishBillData.join(',') }}</div>
|
|
<div v-if="record.replenishBillData">{{ record.replenishBillData.join(',') }}</div>
|
|
</template>
|
|
</template>
|
|
{{ record.stateDictValue }}
|
|
{{ 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>
|
|
</a-tooltip>
|
|
<span v-else>{{ record.stateDictValue }}</span>
|
|
<span v-else>{{ record.stateDictValue }}</span>
|
|
</template>
|
|
</template>
|