| | |
| | | "style": { |
| | | "navigationBarTitleText": "单据明细列表" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/AGV/AGVSiteList", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "产线叫料", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | |
| | | }, |
| | | { |
| | | "path" : "pages/AGV/AGVLineCall", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "产线叫料", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | |
| | | } |
| | | ], |
| | | "globalStyle": { |
| | |
| | | icon: '', |
| | | elements: [], |
| | | elements2: [ |
| | | { |
| | | title: '组托', |
| | | name: 'pakin', |
| | | color: 'cyan', |
| | | cuIcon: 'pullup', |
| | | url: '/pakin/pakin' |
| | | }, |
| | | // { |
| | | // title: '组托', |
| | | // name: 'pakin', |
| | | // color: 'cyan', |
| | | // cuIcon: 'pullup', |
| | | // url: '/pakin/pakin' |
| | | // }, |
| | | { |
| | | title: '订单入库', |
| | | name: 'orderPakin', |
| | |
| | | cuIcon: 'pullup', |
| | | url: '/order/orderList' |
| | | }, |
| | | // { |
| | | // title: '拣料站到站', |
| | | // name: 'leftover', |
| | | // color: 'orange', |
| | | // cuIcon: 'pullup', |
| | | // url: '/pakin/leftovers' |
| | | // }, |
| | | { |
| | | title: '拣料站到站', |
| | | name: 'leftover', |
| | | color: 'orange', |
| | | cuIcon: 'pullup', |
| | | url: '/pakin/leftovers' |
| | | }, |
| | | |
| | | { |
| | | title: '平库入库', |
| | | name: 'POrderPakin', |
| | | color: 'purple', |
| | | cuIcon: 'pullup', |
| | | url: '/pingku/POrderList' |
| | | }, |
| | | { |
| | | title: '平库出库', |
| | | name: 'POrderPakin', |
| | | color: 'cyan', |
| | | cuIcon: 'pullup', |
| | | url: '/pingku/POrderListOut' |
| | | }, |
| | | // { |
| | | // title: '平库入库', |
| | | // name: 'POrderPakin', |
| | | // color: 'purple', |
| | | // cuIcon: 'pullup', |
| | | // url: '/pingku/POrderList' |
| | | // }, |
| | | // { |
| | | // title: '平库出库', |
| | | // name: 'POrderPakin', |
| | | // color: 'cyan', |
| | | // cuIcon: 'pullup', |
| | | // url: '/pingku/POrderListOut' |
| | | // }, |
| | | // { |
| | | // title: '产线叫料', |
| | | // name: 'AGVSiteList', |
| | | // color: 'red', |
| | | // cuIcon: 'post', |
| | | // url: '/AGV/AGVSiteList' |
| | | // }, |
| | | { |
| | | title: '呼叫Agv', |
| | | name: 'AGVStart', |
| | |
| | | color: 'orange', |
| | | cuIcon: 'order', |
| | | url: '/AGV/AGVUnbind' |
| | | },{ |
| | | title: '盘点', |
| | | name: 'stockCheck', |
| | | color: 'red', |
| | | cuIcon: 'post', |
| | | url: '/stock/stockCheck' |
| | | }, |
| | | // { |
| | | // title: '盘点', |
| | | // name: 'stockCheck', |
| | | // color: 'red', |
| | | // cuIcon: 'post', |
| | | // url: '/stock/stockCheck' |
| | | // }, |
| | | // { |
| | | // title: '组托上架', |
| | | // name: 'putOn', |
| | |
| | | // cuIcon: 'pulldown', |
| | | // url: '/order/orderPutDown' |
| | | // }, |
| | | { |
| | | title: '库存查询', |
| | | name: 'stockQuery', |
| | | color: 'green', |
| | | cuIcon: 'check', |
| | | url: '/stock/stockQuery' |
| | | }, |
| | | // { |
| | | // title: '库存查询', |
| | | // name: 'stockQuery', |
| | | // color: 'green', |
| | | // cuIcon: 'check', |
| | | // url: '/stock/stockQuery' |
| | | // }, |
| | | // { |
| | | |
| | | // { |
| | |
| | | let that = this |
| | | const eventChannel = this.getOpenerEventChannel(); |
| | | |
| | | eventChannel.on('orderItem', function(data) { |
| | | console.log(data.item) |
| | | eventChannel.on('orderItem', function(data) { |
| | | that.orderNo = data.item.orderNo |
| | | that.checkMat(data.item) |
| | | }); |
| | |
| | | }, |
| | | checkMat(mat) { |
| | | mat.review = "未复核" |
| | | mat.anfme = mat.enableQty |
| | | var len = this.dataList.length |
| | | var add = true ,sameItem = false |
| | | for (var i = 0; i < len; i++) { |
| | |
| | | text-align: center; |
| | | box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); |
| | | } |
| | | .list:first-child { |
| | | margin-top: 420rpx; |
| | | } |
| | | .list:last-child { |
| | | margin-bottom: 120rpx; |
| | | } |
| | | </style> |
| | |
| | | </view> |
| | | <view class="item"> |
| | | <view class="code-decs">物料号:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="matnr"> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="matnr" @input="findMat()"> |
| | | <view class="item-right"> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="list-left-item"> |
| | | <view class="desc">No:</view> |
| | | <view class="left-item">{{i + 1}}</view> |
| | | </view> |
| | | <view class="list-left-item"> |
| | | <view class="desc">库位:</view> |
| | | <view class="left-item">{{item.locNo}}</view> |
| | | </view> |
| | | <view class="list-left-item"> |
| | | <view class="desc">编码:</view> |
| | |
| | | this.token = uni.getStorageSync('token'); |
| | | }, |
| | | methods: { |
| | | // 搜索物料 |
| | | findMat() { |
| | | let that = this |
| | | let m = that.matnr.split(";") |
| | | let matnr1 = m[0].slice(3) |
| | | setTimeout(() => { |
| | | that.matnr = matnr1 |
| | | }, 100); |
| | | }, |
| | | search() { |
| | | let that = this |
| | | uni.request({ |
| | |
| | | box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2); |
| | | } |
| | | .list:first-child { |
| | | margin-top: 420rpx; |
| | | margin-top: 320rpx; |
| | | } |
| | | .list:last-child { |
| | | margin-bottom: 120rpx; |