| | |
| | | plus.navigator.setFullscreen(true) |
| | | // #endif |
| | | // 获取版本 |
| | | this.getVersion(); |
| | | // this.getVersion(); |
| | | this.baseUrll = uni.getStorageSync("baseUrl") |
| | | console.log('App Show') |
| | | }, |
| | |
| | | "name" : "中扬WMS", |
| | | "appid" : "__UNI__DA5854D", |
| | | "description" : "", |
| | | "versionName" : "20221130A", |
| | | "versionName" : "2023020701", |
| | | "versionCode" : 103, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | |
| | | <view class="text-title"><text>数量</text></view> |
| | | <view class="text-title"> |
| | | <view> |
| | | <uni-number-box :value="matData.anfme" :max="9999" color="#747474" @change="changeValue"/> |
| | | <uni-number-box :value="matData.anfme" :max="99999999" :step='0.01' color="#747474" @change="changeValue"/> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="changeBox"> |
| | | <view class="num-box"> |
| | | <text style="display: inline-block;float: left;width: 60px;">数量:</text> |
| | | <uni-number-box :value="count" :max="9999" color="#747474" @change="changeValue" /> |
| | | <uni-number-box :value="count" :step='0.01' :max="99999999" color="#747474" @change="changeValue" /> |
| | | </view> |
| | | </view> |
| | | <view class="revise-box-buttom"> |