xuxueyang
2024-09-11 5d7c9ba08cb5041e2c5ab4d311db6a3d6e07eaa9
sub_pages/partner/delivery/station-delivery.vue
@@ -6,7 +6,7 @@
               stationId: '',
               stationName: '',
            },
            list: []
            list: [],
         }
      },
      onLoad(options) {
@@ -34,6 +34,7 @@
            this.$message.hideLoading()
            if (code == 0) {
               this.list = data || []
            }
         },
@@ -42,7 +43,7 @@
               url: `/sub_pages/partner/delivery/delivery?stationId=${item.stationId}&stationName=${item.name}`
            })
         },
         showAll(){
         showAll() {
            uni.navigateTo({
               url: `/sub_pages/partner/delivery/delivery`
            })
@@ -63,8 +64,8 @@
               </u-input>
            </view>
         </view>
         <view class="search-container m-t-12 flex">
            <view class="m-l-a m-r-0 w-fit" @click="showAll" >查看全部>></view>
         <view class="search-container m-t-12 flex" v-if="currentInfo&&currentInfo.mainWarehouse">
            <view class="m-l-a m-r-0 w-fit" @click="showAll">查看全部>></view>
         </view>