|  |  | 
 |  |  | <template> | 
 |  |  |     <view style="width: 100%;height: 100vh;"> | 
 |  |  |         <view style="width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;"> | 
 |  |  |             <button size="default" class="cu-btn bg-blue lg  ">呼叫空板</button> | 
 |  |  |             <button size="default" class="cu-btn bg-blue lg " @click="callEmpty">呼叫空板</button> | 
 |  |  |         </view> | 
 |  |  |     </view> | 
 |  |  | </template> | 
 |  |  | 
 |  |  |             callEmpty() { | 
 |  |  |                 let that = this | 
 |  |  |                 uni.request({ | 
 |  |  |                     url: | 
 |  |  |                     url: that.commonUrl + '/site/motherPallet', | 
 |  |  |                     method:'POST', | 
 |  |  |                     success(result) { | 
 |  |  |                         var res = result.data | 
 |  |  |                         uni.showToast({title: res.msg, icon: "none", position: 'top'}) | 
 |  |  |                     } | 
 |  |  |                 }) | 
 |  |  |             } | 
 |  |  |         } | 
 
 |  |  | 
 |  |  |         <scroll-view scroll-y> | 
 |  |  |             <view class="flex justify-end custom-position"> | 
 |  |  |                 <view> | 
 |  |  |                     <image class="img-logo flex solid-bottom " src="../../static/zoneyung.png" mode="widthFix"></image> | 
 |  |  |                     <!-- <image class="img-logo flex solid-bottom " src="../../static/zoneyung.png" mode="widthFix"></image> --> | 
 |  |  |                 </view> | 
 |  |  |             </view> | 
 |  |  |             <view class="nav-list" > | 
 |  |  | 
 |  |  |                         cuIcon: 'goods', | 
 |  |  |                         show: true | 
 |  |  |                     }, | 
 |  |  |                     { | 
 |  |  |                         title: '库存查询', | 
 |  |  |                         name: 'stockQuery', | 
 |  |  |                         color: 'blue', | 
 |  |  |                         cuIcon: 'searchlist', | 
 |  |  |                         show: true | 
 |  |  |                     }, | 
 |  |  |                     { | 
 |  |  |                         title: '库存盘点', | 
 |  |  |                         name: 'stockCheck', | 
 |  |  |                         color: 'blue', | 
 |  |  |                         cuIcon: 'safe', | 
 |  |  |                         show: true | 
 |  |  |                     }, | 
 |  |  |                     // { | 
 |  |  |                     //     title: '库存查询', | 
 |  |  |                     //     name: 'stockQuery', | 
 |  |  |                     //     color: 'blue', | 
 |  |  |                     //     cuIcon: 'searchlist', | 
 |  |  |                     //     show: true | 
 |  |  |                     // }, | 
 |  |  |                     // { | 
 |  |  |                     //     title: '库存盘点', | 
 |  |  |                     //     name: 'stockCheck', | 
 |  |  |                     //     color: 'blue', | 
 |  |  |                     //     cuIcon: 'safe', | 
 |  |  |                     //     show: true | 
 |  |  |                     // }, | 
 |  |  |                     { | 
 |  |  |                         title: '呼叫空板', | 
 |  |  |                         name: 'callEmpty', | 
 
 |  |  | 
 |  |  |         <scroll-view scroll-y class="page"> | 
 |  |  |              | 
 |  |  |             <view class="text-center" :style="[{animation: 'show ' + 0.4+ 's 1'}]"> | 
 |  |  |                 <image src="../../static/logo.png" mode='aspectFit' class="zai-logo" @longtap='longpressImg'></image> | 
 |  |  |                 <image src="../../static/stlogo.png" mode='aspectFit' class="zai-logo" @longtap='longpressImg'></image> | 
 |  |  |             </view> | 
 |  |  |             <view class="box padding-lr-xl login-paddingtop" :style="[{animation: 'show ' + 0.6+ 's 1'}]"> | 
 |  |  |                 <block v-if="loginWay==1"> |