chen.lin
昨天 319080c3fcf38097717f483892ec8993882b3131
pages/phyz/waitOrder/waitOrderIn.vue
@@ -18,8 +18,8 @@
            <view>编号:{{orderDetl.matnr}}</view>
            <view>名称:{{orderDetl.maktx}}</view>
            <view>类型:{{orderDetl.brand}}</view>
            <view>总数量:{{orderDetl.anfme}}</view>
            <view>已入数量:{{orderDetl.qty}}</view>
            <view>总数量:{{ $formatQty(orderDetl.anfme) }}</view>
            <view>已入数量:{{ $formatQty(orderDetl.qty) }}</view>
         </view>
         <view class="list-right" @click="addItem(index)">
            <uni-icons type="folder-add" size="25"  color="#fff"></uni-icons>
@@ -46,7 +46,7 @@
               <!-- 标题 -->
               <view class="title">入库数量</view>
               <view class="popup-item">
                  <uni-number-box :value="count" :step='0.000001' :max="9999999" color="#747474" @change="changeValue" />
                  <uni-number-box :value="count" :step="1" :decimal="2" :max="9999999" color="#747474" @change="changeValue" />
               </view>
               <view class="btn">
                  <view class="btn-left" @click="addClose">取消</view>