#
whycq
2024-03-18 083c7d3d49b72913bde962c4b91feb881f068649
pages/basics/orderQuery.vue
@@ -1,4 +1,5 @@
<template>
   <view>
   <scroll-view scroll-y>
      <view>
         <view class="container">
@@ -28,7 +29,7 @@
            </view>
            <view class="text-box">
               <view class="text-title"><text>待入</text></view>
               <view class="text-title">{{matData.anfme}}</view>
                  <view class="text-title">{{matData.num}}</view>
            </view>
            <view class="text-box">
               <view class="text-title"><text>数量</text></view>
@@ -46,6 +47,10 @@
         </label>
      </view>
   </scroll-view>
      <view style="height: 200rpx;">
      </view>
   </view>
</template>
<script>
@@ -57,6 +62,7 @@
               maktx: null,
               batch: null,
               anfme: null,
               num: null
            },
            baseIP:'',
            basePORT:'',