| | |
| | | <view class="title">入库数量</view> |
| | | <view class="popup-item"> |
| | | <!-- <view class="popup-item-left">入库数量:</view> --> |
| | | <view class="popup-item-right" style="border: none;"><uni-number-box :value="count" :step='1' :max="9999999" color="#747474" @change="changeValue" /></view> |
| | | <view class="popup-item-right" style="border: none;"><uni-number-box :value="count" :step='0.01' :max="9999999" color="#747474" @change="changeValue" /></view> |
| | | |
| | | </view> |
| | | <!-- <view class="popup-item"> |
| | |
| | | uni.showToast({ title: '启动成功!', icon: "success", position: 'top' }) |
| | | setTimeout(()=> { |
| | | _this.getOpenerEventChannel().emit('acceptDataFromOpenedPage', {data: 1}); |
| | | uni.navigateBack({}) |
| | | uni.navigateBack({delta:2}) |
| | | },1000) |
| | | } else if (res.code == 403) { |
| | | uni.showToast({ title: res.msg, icon: "error", position: 'top' }) |