#
whycq
2023-07-07 4936bd69e9476155d8fa8e5cd8b104a8b98dd231
pages/stock/stockQuery.vue
@@ -3,15 +3,15 @@
      <!-- 搜索框 -->
      <view class="code">
         <view class="item">
            <view class="code-decs">库位号:</view>
            <view class="code-decs">托盘码:</view>
            <input type="text" placeholder=" 扫码 / 输入" v-model="locNo">
         </view>
         <view class="item">
         <!-- <view class="item">
            <view class="code-decs">物料号:</view>
            <input type="text" placeholder=" 扫码 / 输入" v-model="matnr">
            <view class="item-right">
            </view>
         </view>
         </view> -->
      </view>
      <view class="mat-list-title">
         商品列表
@@ -110,7 +110,7 @@
               data: {
                  curr: 1,
                  limit: 100,
                  loc_no: that.locNo,
                  zpallet: that.locNo,
                  matnr: that.matnr
               },
               method:"GET",
@@ -173,7 +173,7 @@
   .code {
      width: 100%;
      position: fixed;
      min-height: 200rpx;
      min-height: 100rpx;
      background-color: #FFF;
      z-index: 10;
   }
@@ -213,7 +213,7 @@
      width: 100%;
      background-color: white;
      position: fixed;
      margin-top: 200rpx;
      margin-top: 100rpx;
      z-index: 9;
      /* border-top: 1px solid #DCDFE6; */
      text-align: center;