pang.jiabao
2025-09-30 c92e539cd1ceeecc851bddf9c7468081c16dd45e
pages/pakin/WarehouseIn.vue
@@ -101,7 +101,7 @@
               <view class="popup-item">
                  <view class="popup-item-left">数量:</view>
                  <view class="popup-item-right" style="border: none;justify-content: center;">
                     <uni-number-box :value="count" :step='0.01' :max="9999999" color="#747474" @change="changeValue" />
                     <uni-number-box :value="count" :step='1' :max="9999999" color="#747474" @change="changeValue" />
                  </view>
               </view>
               <view class="btn">
@@ -212,6 +212,7 @@
                     var res = result.data
                     if (res.code === 200) {
                        that.dataList = res.data;
                        console.log(res);
                     } else if (res.code == 403) {
                        uni.showToast({ title: res.msg, icon: "error", position: 'center' })
                        setTimeout(() => {