1
xuxueyang
2024-09-11 a5ec97f98591eac8bd324561940a87c20bf2fe97
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,6 +43,11 @@
               url: `/sub_pages/partner/delivery/delivery?stationId=${item.stationId}&stationName=${item.name}`
            })
         },
         showAll() {
            uni.navigateTo({
               url: `/sub_pages/partner/delivery/delivery`
            })
         }
      }
   }
</script>
@@ -58,6 +64,10 @@
               </u-input>
            </view>
         </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>