12
whycq
2022-02-22 066b803e929f2bc6ef0356a781f4e2907efdd1a9
pages/basics/stockQuery.vue
@@ -25,8 +25,8 @@
         </uni-table>
         
      </view>
      <view>
         <button class="cu-btn bg-grey pda-btn" @click="reset">重置</button>
      <view class="reset">
         <button class="cu-btn bg-grey pda-btn1" @click="reset">重 置</button>
      </view>
   </view>
</template>
@@ -66,10 +66,10 @@
         find(){
            let that = this
            uni.request({
               url:that.baseUrl + "/mobile/locDetl/stockQuery",
               url: that.baseHttp + that.baseIP + that.baseUrl + "/mobile/locDetl/stockQuery",
               header:{
                  'content-type':'application/x-www-form-urlencoded',
                  'token': localStorage.getItem('token')
                  'token':uni.getStorageSync('token')
               },
               data:{
                  locNo: that.locNo,
@@ -95,5 +95,16 @@
</script>
<style>
   .reset {
      position: absolute;
      width: 750upx;
      bottom: 80upx;
   }
   .pda-btn1 {
      display: flex;
      flex-direction:row;
      justify-content: center;
      width: 150upx;
   }
</style>