| | |
| | | "name" : "中扬WMS", |
| | | "appid" : "__UNI__DA5854D", |
| | | "description" : "", |
| | | "versionName" : "2024031401", |
| | | "versionName" : "2024071201", |
| | | "versionCode" : "100", |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | |
| | | <view class="item"> |
| | | <view class="code-decs">物料码:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" :focus="matFocus" @input="checkBom()"> |
| | | <uni-icons type="close" color="#c1c1c1" @click="clearMatnr"></uni-icons> |
| | | <view class="item-right"> |
| | | <button></button> |
| | | <text style="text-align: right;color: #409EFF;" @click="selectMat()">提取+</text> |
| | |
| | | }, |
| | | methods: { |
| | | back() { uni.navigateBack({}) }, |
| | | clearMatnr() { |
| | | // this.matnr = '' |
| | | this.focuss() |
| | | }, |
| | | // 是否满板 |
| | | isFullPlt() { |
| | | var temp = this.ck1 |