zhang
2025-05-30 0de302f651e3184f9999b9798359064dc39a0600
pages/phyz/comOrder/orderIn.vue
@@ -46,7 +46,7 @@
               <!-- 标题 -->
               <view class="title">入库数量</view>
               <view class="popup-item">
                  <uni-number-box :value="count" :step='1' :max="9999999" color="#747474" @change="changeValue" />
                  <uni-number-box :value="count" :step='0.01' :max="9999999" color="#747474" @change="changeValue" />
               </view>
               <view class="btn">
                  <view class="btn-left" @click="addClose">取消</view>