diff --git a/components/bussiness-components/packingStationItem.vue b/components/bussiness-components/packingStationItem.vue index 0bd63f1..27fafe0 100644 --- a/components/bussiness-components/packingStationItem.vue +++ b/components/bussiness-components/packingStationItem.vue @@ -4,7 +4,7 @@ - {{ info.enterpriseName }} + {{ info.enterpriseName }} 设置 - - + {{ item.brandName }} @@ -117,7 +120,7 @@ export default { pageSize: 10, storeId: null, name: null, - supplierId: this.$store.state.supplierInfo.supplierId, + supplierId: this.$store.state.supplierInfo.supplierId }, listData: [], logo: 'https://qncloud.oss-cn-shenzhen.aliyuncs.com/ztb_pic/testPic.jfif', @@ -141,7 +144,7 @@ export default { } }, onShow() { - this.downCallback() + this.downCallback() }, methods: { back, @@ -426,7 +429,7 @@ export default { z-index: 9999; right: 32rpx; bottom: 122rpx; - background-color: #007AFF; + background-color: #007aff; border-radius: 50%; padding: 10rpx; text-align: center; @@ -442,7 +445,6 @@ export default { .my-image { width: 100rpx; height: 100rpx; - } } diff --git a/pages/trade/orderList.vue b/pages/trade/orderList.vue index b4f2388..909fc87 100644 --- a/pages/trade/orderList.vue +++ b/pages/trade/orderList.vue @@ -11,7 +11,7 @@ > - + {{ item.customerEnterpriseName }} @@ -44,7 +44,6 @@ ¥{{ item.totalOfferPrice }} - diff --git a/pages/trade/quotationList.vue b/pages/trade/quotationList.vue index 60bd43a..26bb309 100644 --- a/pages/trade/quotationList.vue +++ b/pages/trade/quotationList.vue @@ -1,7 +1,7 @@