123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504 |
- <template>
- <div class="storeInfo container">
- <div class="form-group">
- <div class="storeIns">
- <div class="sign">选择商家:</div>
- <div class="storeInList" v-for="storeIn in store">
- <div class="choose" :class="{'storeIn-active' : storeIn.isSelected, 'storeIn' : !storeIn.isSelected}" @click="store.length==1?'':addStore(storeIn)">
- <a class="storeLogo">
- <img :src="storeIn.logoUrl || '/images/component/default.png'" :alt="storeIn.storeName" :title="storeIn.storeName">
- </a>
- </div>
- </div>
- <div class="storeInList" style="font-size: 14px" v-if="!store || store.length == 0">
- 暂无商家信息
- </div>
- </div>
- </div>
- <div class="form-group" style="margin-bottom: 40px;">
- <div>
- <div style="font-size: 14px">
- <span>产品匹配:</span>
- <span v-if="store && store.length > 0">
- <input type="checkbox" v-if="storeExist && UmallExist" @click="filterType('umall')" :checked="!this.params.filter.ignoreUMall">
- <span v-if="UmallExist"> 库存寄售 </span>
- <input type="checkbox" v-if="storeExist && UmallExist" @click="filterType('store')" :checked="!this.params.filter.ignoreStore">
- <span v-if="storeExist"> 店铺自营</span>
- </span>
- <span v-if="!store || store.length == 0">暂无可匹配的信息 </span>
- </div>
- </div>
- </div>
- <div class="goodsList">
- <div class="flex">
- <div class="goods-item">按商家列表</div>
- <div class="flex_item"></div>
- <span>
- <button type="button" class="btn sendprove" @click="sendprove()">我要发布产品</button>
- </span>
- </div>
- <table class="table">
- <thead>
- <tr class="height54">
- <th class="text-center" width="160">型号</th>
- <th class="text-center" width="130">包装方式</th>
- <!--<th class="text-center" width="110">生产日期</th>-->
- <th class="text-center" width="170">库存</th>
- <th class="text-center" width="80">梯度/pcs</th>
- <th class="text-center" width="100">香港交货<span style="font-size: 12px;">($)</span></th>
- <th class="text-center" width="130">大陆交货<span style="font-size: 12px;">(¥)</span></th>
- <th class="text-center" width="110">交期<span style="font-size: 12px;">(天)</span></th>
- <th class="text-center" width="140">操作</th>
- </tr>
- </thead>
- <tbody class="text-center">
- <tr style="cursor: pointer;" v-for="list in storeList.content" @click="goProductDetail(list.batchCode)">
- <td style="position: relative">
- <img class="sellout-flag" v-if="list.status === 602" src="/images/search/sellout-search.png" alt="">
- <a v-if="list.code">{{list.code}}</a>
- <a v-if="!list.code">—</a>
- </td>
- <td>
- <a v-if="list.packaging">{{list.packaging}}</a>
- <a v-if="!list.packaging">—</a>
- </td>
- <!--<td>-->
- <!--<a v-if="list.produceDate">{{list.produceDate}}</a>-->
- <!--<a v-if="!list.produceDate">—</a>-->
- <!--</td>-->
- <td style="text-align: left;padding-left: 25px;">
- <a>
- <div v-if="list.reserve">
- <span>库存:</span>
- <span>{{list.reserve}}</span>
- </div>
- <div v-if="!list.reserve" style="text-align: center;margin-left: 0;"><span>—</span></div>
- <div v-if="list.reserve && list.reserve>0">
- <span>最小起订量:</span>
- <span v-if="list.minBuyQty">{{list.minBuyQty}}</span>
- </div>
- <div class="can-div-sell" v-if="list.breakUp" v-text="list.breakUp?'可拆卖':'不可拆卖'"></div>
- <!--<div>-->
- <!--<span>倍数:</span>-->
- <!--<span>{{list.minPackQty}}</span>-->
- <!--</div>-->
- </a>
- </td>
- <td>
- <a>
- <div v-for="price in list.prices">
- <span v-if="list.prices">{{price.start}}</span>+
- <span v-if="!list.prices">—</span>
- </div>
- </a>
- </td>
- <td>
- <a>
- <div v-show="list.currencyName.indexOf('USD')==-1 || !list.prices">
- <span>—</span>
- </div>
- <div v-for="price in list.prices">
- <span>{{price.uSDPrice | currency}}</span>
- </div>
- </a>
- </td>
- <td>
- <a>
- <div v-show="list.currencyName.indexOf('RMB')==-1 || !list.prices">
- <span>—</span>
- </div>
- <div v-for="price in list.prices">
- <span>{{price.rMBPrice | currency}}</span>
- </div>
- </a>
- </td>
- <td>
- <a>
- <div v-show="list.b2cMinDelivery">
- <span>交期:</span>
- <span>{{list.b2cMinDelivery}}</span>
- <span v-if="list.b2cMaxDelivery && list.b2cMaxDelivery !== list.b2cMinDelivery">-</span>
- <span v-if="list.b2cMaxDelivery && list.b2cMaxDelivery !== list.b2cMinDelivery">{{list.b2cMaxDelivery}}</span>
- </div>
- <div v-if="!list.b2cMinDelivery">
- <span>—</span>
- </div>
- </a>
- </td>
- <td>
- <buy :item="list" :disabledFlag="list.status === 602"></buy>
- </td>
- </tr>
- <tr v-if="!storeList.content || storeList.content.length == 0">
- <td colspan="12">
- <div class="empty">
- <p class="empty-img">
- <img src="/images/brandList/empty-cart.png">
- </p>
- <div class="empty-info">
- <p class="grey"> 暂无现货信息 </p>
- <a href="javascript:history.go(-1)"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
- </div>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- <div style="float: right; margin-bottom: 15px;">
- <page :total="storeList.totalElements" :page-size="params.count"
- :current="params.page" @childEvent="handleCurrentChange"></page>
- </div>
- </div>
- </div>
- </template>
- <script>
- import Buy from '~components/common/buyOrCar/buyComponent.vue'
- import Page from '~components/common/page/pageComponent.vue'
- export default {
- name: 'StoreInfo',
- data () {
- return {
- storeIds: [],
- UmallExist: false,
- storeExist: false,
- params: {
- count: 10,
- page: 1,
- sorting: {'minPriceRMB': 'ASC'},
- filter: {
- uuid: this.$route.params.uuid,
- ignoreUMall: false,
- ignoreStore: false,
- storeIds: '',
- status: 601
- }
- }
- }
- },
- components: {
- Buy,
- Page
- },
- filters: {
- currency: function (num) {
- if (typeof num === 'number') {
- if (num <= 0.000001) {
- num = 0.000001
- } else {
- if (num.toString().indexOf('.') === -1) {
- num += '.00'
- } else {
- let inputStr = num.toString()
- let arr = inputStr.split('.')
- let floatNum = arr[1]
- if (floatNum.length > 6) {
- num = inputStr.substring(0, arr[0].length + 7)
- if (Number(floatNum.charAt(6)) > 4) {
- num = (Number(num) * 1000000 + 1) / 1000000
- }
- } else if (floatNum.length === 1) {
- num = num + '0'
- }
- }
- }
- }
- return num
- }
- },
- computed: {
- user () {
- return this.$store.state.option.user
- },
- stores () {
- return this.$store.state.componentStore.store
- },
- store () {
- return this.stores.data
- },
- storeList () {
- let storeList = this.$store.state.componentInformation.information.data
- let _self = this
- if (storeList.content) {
- storeList.content.forEach(function (item) {
- _self.storeIds.push(item.storeid)
- })
- }
- if (this.storeIds.length > 0) {
- if (this.storeIds.indexOf(this.storeId) === -1) {
- this.storeExist = true
- } else {
- this.storeIds.splice(this.storeIds.indexOf(this.storeId), 1)
- if (this.storeIds.length > 0) {
- this.storeExist = true
- }
- this.UmallExist = true
- }
- }
- return storeList
- },
- storeId () {
- let UmallStoreId = this.$store.state.componentUmallStoreId.storeId.data
- return UmallStoreId
- },
- enterprise () {
- let ens = this.user.data.enterprises
- if (ens && ens.length) {
- return ens.find(item => item.current) || {enName: '个人账户'}
- } else {
- return {enName: '个人账户'}
- }
- }
- },
- methods: {
- addStore (storeIn) {
- if (typeof storeIn.isSelected === 'undefined') {
- storeIn.isSelected = false
- }
- storeIn.isSelected = !storeIn.isSelected
- // 点击请求处理
- let index = this.params.filter.storeIds.indexOf(storeIn.uuid)
- if (index === -1) {
- if (this.params.filter.storeIds === '') {
- this.params.filter.storeIds += storeIn.uuid
- } else {
- this.params.filter.storeIds += ',' + storeIn.uuid
- }
- } else {
- if (this.params.filter.storeIds.charAt(index + storeIn.uuid.length) === '') {
- if (this.params.filter.storeIds.charAt(index - 1) === ',') {
- this.params.filter.storeIds = this.params.filter.storeIds.replace(',' + storeIn.uuid, '')
- }
- this.params.filter.storeIds = this.params.filter.storeIds.replace(storeIn.uuid, '')
- } else {
- this.params.filter.storeIds = this.params.filter.storeIds.replace(storeIn.uuid + ',', '')
- }
- }
- this.params.page = 1
- this.reloadData()
- },
- filterType (type) {
- if (type === 'umall') {
- this.params.filter.ignoreUMall = !this.params.filter.ignoreUMall
- } else if (type === 'store') {
- this.params.filter.ignoreStore = !this.params.filter.ignoreStore
- }
- this.params.page = 1
- this.reloadData()
- },
- goProductDetail: function (batchCode) {
- window.location.href = '/store/productDetail/' + batchCode
- },
- sendprove: function () {
- if (this.user.logged) {
- if (this.enterprise && this.enterprise.isVendor === 313) {
- window.open('/vendor#/vendor_upload')
- } else {
- this.$router.push('/register-saler')
- }
- } else {
- this.$router.push('/auth/login?returnUrl=' + window.location.href)
- }
- },
- reloadData () {
- this.$store.dispatch('loadComponentInformation', this.params)
- },
- handleCurrentChange: function (page) {
- this.params.page = page
- this.reloadData()
- }
- }
- }
- </script>
- <style scoped>
- .storeInfo .storeIns{
- margin-top: 20px;
- width: 1190px;
- line-height: 48px;
- position: relative;
- padding-left: 70px;
- }
- .storeInfo .storeIns .sign {
- display: inline-block;
- vertical-align: middle;
- font-size: 14px;
- position: absolute;
- left: 0;
- top: 0;
- }
- .storeInfo .storeIns .storeInList {
- display: inline-block;
- }
- .storeInfo .choose {
- border: 1px solid #ccc;
- }
- .storeInfo .storeIn {
- width: 98px;
- height: 49px;
- line-height: 30px;
- float: left;
- border: 1px solid #ccc;
- text-align: center;
- vertical-align: middle;
- margin-right: 15px;
- cursor: pointer;
- }
- .storeInfo .storeIn-active {
- width: 98px;
- height: 49px;
- line-height: 46px;
- float: left;
- border: 1px solid #5078cb;
- text-align: center;
- vertical-align: middle;
- margin-right: 15px;
- cursor: pointer;
- }
- .storeInfo .storeIn a,.componentDetail .storeIn-active a {
- display: table-cell;
- height: 49px;
- width: 98px;
- text-align: center;
- vertical-align: middle;
- }
- .storeInList .choose a img{
- max-width: 95px;
- max-height: 45px;
- margin-bottom: 1px;
- }
- a.storeLogo>img,.storeIn-active a.storeLogo>img {
- max-width: 95px;
- max-height: 46px;
- }
- .storeInfo .goodsList {
- clear: both;
- font-size: 14px;
- }
- .storeInfo .goodsList .flex{
- display: flex;
- width: 100%;
- }
- .storeInfo .goodsList .flex_item {
- flex: 1
- }
- .storeInfo .goodsList .goods-item {
- height: 30px;
- width: 120px;
- background-color: #5078cb;
- color: #fff;
- text-align: center;
- vertical-align: middle;
- line-height: 30px;
- }
- .storeInfo .goodsList .sendprove {
- background: #fff;
- color: #5078CB;
- border-radius: 4px;
- border: 1px solid #5078CB;
- height: 30px;
- border-radius: 0px;
- }
- .storeInfo .goodsList .sendprove:hover {
- background: #5078CB;
- color: #fff;
- cursor: pointer;
- transition: all 0.4s
- }
- .storeInfo .goodsList thead {
- background-color: #F7F7F7;
- border:2px solid #f7f7f7;
- }
- .storeInfo .goodsList tbody tr td{
- vertical-align: middle;
- text-align: center;
- }
- .storeInfo .goodsList tbody tr td .sellout-flag {
- position: absolute;
- right: 0;
- bottom: 0;
- }
- .storeInfo .goodsList tbody tr td a {
- color: #474443;
- }
- .storeInfo .goodsList tbody tr td:hover a{
- color: #474443;
- }
- /*.storeInfo .goodsList .btn{*/
- /*border-radius: 4px;*/
- /*width: 80px;*/
- /*height: 30px;*/
- /*color: #214797;*/
- /*font-size: 14px;*/
- /*line-height: 14px;*/
- /*text-align: center;*/
- /*margin: 5px 0;*/
- /*padding: 0;*/
- /*user-select: none;*/
- /*background-image: none;*/
- /*border: 1px solid transparent;*/
- /*font-weight: 400;*/
- /*}*/
- /*.storeInfo .goodsList .btn-buyNow {*/
- /*color: #fff;*/
- /*background-color: #5078cb;*/
- /*}*/
- /*.storeInfo .goodsList .btn-default{*/
- /*background-color: #fff;*/
- /*border-color: #ccc;*/
- /*}*/
- .storeInfo .form-group input{
- vertical-align: sub;
- }
- .storeInfo .height54{
- height: 54px;
- background: none;
- color: #333;
- }
- .storeInfo .height54 th{
- line-height: 54px;
- border-bottom: none;
- padding: 0;
- }
- .storeInfo .table tbody td{
- border-bottom: #ddd 1px solid;
- border-top: none;
- }
- .storeInfo .table tbody{
- border-left: #ddd 1px solid;
- border-right: #ddd 1px solid;
- }
- .storeInfo .table tbody td div{
- margin-left: 10%;
- }
- .storeInfo .table tbody tr:hover{
- background: #ecf2fd;
- }
- .storeInfo .goodsList .can-div-sell {
- text-align: left;
- color: #333;
- }
- /**/
- .storeInfo .empty{
- overflow: hidden;
- margin: 0!important;
- height:130px;
- display:inline-flex;
- align-items: center;
- }
- .storeInfo .empty-info{
- line-height: 14px;
- width: 143px;
- }
- .empty-info .grey{
- color: #999;
- font-size: 14px;
- }
- .storeInfo .empty .empty-info>a{
- font-size: 14px;
- color: #5078cb;
- }
- .storeInfo .empty .empty-info i{
- margin-right:5px;
- }
- </style>
|