chen.lin
昨天 319080c3fcf38097717f483892ec8993882b3131
pages/phyz/backStock/backStocksOrder.vue
@@ -39,7 +39,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>