| | |
| | | // url: '/pakin/leftovers' |
| | | // }, |
| | | |
| | | { |
| | | title: '平库入库', |
| | | name: 'POrderPakin', |
| | | color: 'purple', |
| | | cuIcon: 'pullup', |
| | | url: '/pingku/POrderList' |
| | | }, |
| | | { |
| | | title: '平库出库', |
| | | name: 'POrderPakin', |
| | | color: 'cyan', |
| | | cuIcon: 'pullup', |
| | | url: '/pingku/POrderListOut' |
| | | }, |
| | | { |
| | | title: '呼叫Agv', |
| | | name: 'AGVStart', |
| | | color: 'green', |
| | | cuIcon: 'order', |
| | | url: '/AGV/AGVStart' |
| | | }, |
| | | { |
| | | title: 'Agv储位解绑', |
| | | name: 'AGVUnbind', |
| | | color: 'orange', |
| | | cuIcon: 'order', |
| | | url: '/AGV/AGVUnbind' |
| | | },{ |
| | | title: '盘点', |
| | | name: 'stockCheck', |
| | | color: 'red', |
| | | cuIcon: 'post', |
| | | url: '/stock/stockCheck' |
| | | }, |
| | | // { |
| | | // title: '平库入库', |
| | | // name: 'POrderPakin', |
| | | // color: 'purple', |
| | | // cuIcon: 'pullup', |
| | | // url: '/pingku/POrderList' |
| | | // }, |
| | | // { |
| | | // title: '平库出库', |
| | | // name: 'POrderPakin', |
| | | // color: 'cyan', |
| | | // cuIcon: 'pullup', |
| | | // url: '/pingku/POrderListOut' |
| | | // }, |
| | | // { |
| | | // title: '呼叫Agv', |
| | | // name: 'AGVStart', |
| | | // color: 'green', |
| | | // cuIcon: 'order', |
| | | // url: '/AGV/AGVStart' |
| | | // }, |
| | | // { |
| | | // title: 'Agv储位解绑', |
| | | // name: 'AGVUnbind', |
| | | // color: 'orange', |
| | | // cuIcon: 'order', |
| | | // url: '/AGV/AGVUnbind' |
| | | // },{ |
| | | // title: '盘点', |
| | | // name: 'stockCheck', |
| | | // color: 'red', |
| | | // cuIcon: 'post', |
| | | // url: '/stock/stockCheck' |
| | | // }, |
| | | // { |
| | | // title: '组托上架', |
| | | // name: 'putOn', |
| | |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus" |
| | | @input="barcodeInput()"> |
| | | </view> |
| | | <view class="item"> |
| | | <!-- <view class="item"> |
| | | <view class="code-decs">物料码:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" :focus="matFocus" @input="findMat()"> |
| | | <!-- <view class="item-right"> |
| | |
| | | <text style="text-align: right;color: #409EFF;" @click="selectMat()">提取+</text> |
| | | <uni-icons type="right" color="#c1c1c1"></uni-icons> |
| | | </view> --> |
| | | </view> |
| | | <!-- </view> --> --> |
| | | </view> |
| | | <view class="mat-list-title"> |
| | | 商品列表 |
| | |
| | | return; |
| | | } |
| | | for (var i = 0; i < that.dataList.length; i++) { |
| | | if (that.dataList[i].review !== "已复核" ) { |
| | | this.messageText = that.dataList[i].matnr + '未复核' |
| | | this.messageToggle('error') |
| | | return; |
| | | } |
| | | // if (that.dataList[i].review !== "已复核" ) { |
| | | // this.messageText = that.dataList[i].matnr + '未复核' |
| | | // this.messageToggle('error') |
| | | // return; |
| | | // } |
| | | if (that.dataList[i].anfme == 0 || that.dataList[i].anfme == '') { |
| | | this.messageText = that.dataList[i].matnr + '组托数量不能为0' |
| | | this.messageToggle('error') |
| | |
| | | <view class="item"> |
| | | <view class="code-decs">物料码:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" :focus="matFocus" @input="findMat()"> |
| | | <!-- <view class="item-right"> |
| | | <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="item"> |
| | | <view class="code-decs">满托:</view> |
| | |
| | | }, |
| | | // 搜索物料 |
| | | findMat() { |
| | | let that = this |
| | | let m = that.matnr.split(";") |
| | | let matnr1 = m[0].slice(3) |
| | | let that = this |
| | | let matnr1 = that.matnr |
| | | uni.request({ |
| | | url: that.baseUrl + '/mat/auth', |
| | | data: { |
| | |
| | | box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5); |
| | | } |
| | | .list:first-child { |
| | | margin-top: 250rpx; |
| | | margin-top: 350rpx; |
| | | } |
| | | </style> |