| | |
| | | <view class="item"> |
| | | <view class="code-decs">商品码:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" :focus="barcodeFocus" v-model="matnr" @input="findMat"> |
| | | |
| | | </view> |
| | | <view class="item"> |
| | | <view class="code-decs">来源地:</view> |
| | |
| | | <view class="item"> |
| | | <view class="code-decs">库位码:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="locNo" > |
| | | </view> |
| | | <view class="item"> |
| | | <view class="code-decs">物料码:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" :focus="matFocus" @input="findMat()"> |
| | | <view class="item-right"> |
| | | <button></button> |
| | | <text style="text-align: right;color: #409EFF;" @click="selectMat()">提取+</text> |
| | | <uni-icons type="right" color="#c1c1c1"></uni-icons> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="mat-list-title"> |
| | |
| | | var res = result.data |
| | | if (res.code === 200) { |
| | | that.resst(); |
| | | that.messageText = "组托成功" |
| | | that.messageText = "上架成功" |
| | | that.messageToggle('success') |
| | | } else if (res.code == 403) { |
| | | that.messageText = res.msg |
| | |
| | | resst() { |
| | | this.dataList = [] |
| | | this.barcode = '' |
| | | this.locNo = '' |
| | | this.barcodeFocuss() |
| | | }, |
| | | combClose() { |
| | |
| | | } |
| | | |
| | | .list:first-child { |
| | | margin-top: 420rpx; |
| | | margin-top: 500rpx; |
| | | } |
| | | |
| | | .list:last-child { |
| | |
| | | .code { |
| | | width: 100%; |
| | | position: fixed; |
| | | min-height: 300rpx; |
| | | min-height: 400rpx; |
| | | background-color: #FFF; |
| | | z-index: 10; |
| | | } |
| | |
| | | width: 100%; |
| | | background-color: white; |
| | | position: fixed; |
| | | margin-top: 300rpx; |
| | | margin-top: 400rpx; |
| | | z-index: 9; |
| | | /* border-top: 1px solid #DCDFE6; */ |
| | | text-align: center; |