#
whycq
2024-05-07 172d04fc9d2d7afb28dd3de207f05bbf90a1b58e
pages/phyz/bcp/bcpDbList.vue
@@ -2,7 +2,10 @@
   <view>
      <view class="station station-wrk" v-if="station">
         <view class="mt-flex">
            <view class="station-title" style="flex: 1;">{{station.threeCode}}</view>
            <view class="station-title" style="flex: 4;">{{station.threeCode}}</view>
            <view class="station-title" style="flex: 1;">
               <button size="mini" @click="reloadStation()">全选</button>
            </view>
         </view>
         <view>调拨单号:{{station.orderNo}}</view>
         <view>物料编号:{{station.matnr}}</view>
@@ -20,28 +23,18 @@
         <view class="list-left" style="display: flex;flex-direction: column;">
            <!-- 上 -->
            <view>
               <view class="detl-threeCode">{{orderDetl.threeCode}}</view>
               <view class="detl-locNo">{{orderDetl.locNo}}</view>
               <view class="detl-locNo">货架码:{{orderDetl.suppCode}}</view>
            </view>
            <!-- 中 -->
            <view style="display: flex;">
               <view style="flex: 1;">
                  <view>主单号:{{orderDetl.orderNo}}</view>
                  <view>编号:{{orderDetl.matnr}}</view>
                  <view>名称:{{orderDetl.maktx}}</view>
                  <view>库位状态:{{orderDetl.locSts$}}</view>
                  <view>库存数量:{{orderDetl.anfme}}</view>
               </view>
               <view class="out-btn" @click="pakoutPrive(orderDetl)">
                  <view>出库</view>
               </view>
            </view>
            <!-- 下 -->
         </view>
         <!-- <view class="list-right" @click="goToLocDetl(orderDetl)">
            <uni-icons type="right" size="25"  color="#fff"></uni-icons>
         </view> -->
      </view>
      
      <!-- 垫高 -->
@@ -320,4 +313,5 @@
      font-size: 22px;
      color: #3a3a3a;
   }
</style>