#
whycq
2025-01-08 aa131f0805c7f9475a87738aeb8c80069a999a43
pages/phyz/stationManage/confirmProcessed.vue
@@ -45,7 +45,7 @@
               <view class="title">出库数量</view>
               <view class="popup-item">
                  <view>
                     <uni-number-box :value="data.anfme" :step='1' :min="0" :max="maxCount" color="#747474" @change="changeValue" />
                     <uni-number-box :value="data.anfme" :step='0.01' :min="0" :max="maxCount" color="#747474" @change="changeValue" />
                  </view>
                  
               </view>
@@ -295,7 +295,7 @@
      justify-content: center;
   }
   .popup-item-left {
      width: 16vw;
      /* width: 16vw; */
      padding-right: 20rpx;
      text-align: right;
      color: #606266;
@@ -332,6 +332,7 @@
   .btn-right {
      display: flex;
      flex: 1;
      height: 100%;
      justify-content: center;
      align-items: center;
      color: #409EFF;