| | |
| | | <view class="code"> |
| | | <view class="item"> |
| | | <view class="code-decs">条码:</view> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="orderNo" :focus="barcodeFocus" |
| | | @input="search()"> |
| | | <input type="text" placeholder=" 扫码 / 输入" v-model="code" :focus="barcodeFocus" @input="findCode()"> |
| | | </view> |
| | | <view class="item"> |
| | | <view class="code-decs">来源地:</view> |
| | | <uni-combox :candidates="orderNoList" placeholder="请选择来源地" :focus="barcodeFocus" v-model="orderNo" @input="findMat"></uni-combox> |
| | | <view class="code-decs">货主:</view> |
| | | <uni-combox :candidates="ownerList" placeholder="请选择货主" v-model="owner"></uni-combox> |
| | | </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 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"> |
| | | 商品列表 |
| | |
| | | <view class="list-left-item"> |
| | | <view class="desc">编码:</view> |
| | | <view class="left-item"> |
| | | <uni-tag :text="item.matnr" type="primary"></uni-tag> |
| | | {{item.matnr}} |
| | | </view> |
| | | </view> |
| | | <view class="list-left-item"> |
| | | <view class="desc">品名:</view> |
| | | <view class="desc">名称:</view> |
| | | <view class="left-item">{{item.maktx}}</view> |
| | | </view> |
| | | <view class="list-left-item"> |
| | | <view class="desc">产地:</view> |
| | | <view class="left-item">{{item.origin}}</view> |
| | | </view> |
| | | <view class="list-left-item"> |
| | | <view class="desc">库位:</view> |
| | | <view class="left-item">{{item.locNo}}</view> |
| | | <view class="desc">批次:</view> |
| | | <view class="left-item">{{item.batch}}</view> |
| | | </view> |
| | | |
| | | <view class="list-left-item"> |
| | | <view class="desc">批号:</view> |
| | | <view class="left-item"> |
| | | <uni-tag :text="item.batch" type="warning"></uni-tag> |
| | | </view> |
| | | </view> |
| | | <view class="list-left-item"> |
| | | <view class="desc">数量:</view> |
| | | <view class="desc">公斤(数量):</view> |
| | | <view class="left-item">{{item.anfme}}</view> |
| | | </view> |
| | | </view> |
| | | <view class="list-right"> |
| | | <uni-icons type="compose" color="#9add8b" size="24" @click="revise(item,i)"></uni-icons> |
| | | <!-- <uni-icons type="trash" color="#f58a8a" size="24" @click="remove(item,i,'warn')"></uni-icons> --> |
| | | <uni-icons type="trash" color="#f58a8a" size="24" @click="remove(item,i,'warn')"></uni-icons> |
| | | </view> |
| | | </view> |
| | | </scroll-view> |
| | | <!-- 底部操作按钮 --> |
| | | <view class="buttom"> |
| | | <button size="mini" @click="reset('warn')">重置</button> |
| | | <button size="mini" type="primary" @click="combConfirm('warn')">确认</button> |
| | | <button size="mini" type="primary" @click="combConfirm('warn')">上架</button> |
| | | </view> |
| | | <!-- 弹窗 --> |
| | | <!-- 修改数量 --> |
| | |
| | | style="background-color: #f7f7f7;padding: 0;color: #d5d5d5;"> |
| | | </view> |
| | | </view> |
| | | <view class="popup-item"> |
| | | <!-- <view class="popup-item"> |
| | | <view class="popup-item-left">库位:</view> |
| | | <view class="popup-item-right"><input type="text" v-model="locNo"></view> |
| | | </view> |
| | | <view class="popup-item"> |
| | | </view> --> |
| | | <!-- <view class="popup-item"> |
| | | <view class="popup-item-left">批号:</view> |
| | | <view class="popup-item-right"><input type="text" v-model="batch"></view> |
| | | </view> |
| | | </view> --> |
| | | <view class="popup-item"> |
| | | <view class="popup-item-left">数量:</view> |
| | | <view class="popup-item-left">公斤:</view> |
| | | <view class="popup-item-right" style="border: none;justify-content: center;"> |
| | | <uni-number-box :value="count" :max="9999999" color="#747474" @change="changeValue" /> |
| | | </view> |
| | |
| | | matFocus: false, |
| | | matData: '', |
| | | orderNo:'', |
| | | locNo:'' |
| | | |
| | | locNo:'', |
| | | orderNoList: [], |
| | | code:'', |
| | | origin:'', |
| | | ownerList: [], |
| | | owner: '' |
| | | } |
| | | }, |
| | | onLoad() { |
| | | |
| | | // 没啥用了 |
| | | let that = this |
| | | // const eventChannel = this.$scope.eventChannel; // 兼容APP-NVUE |
| | | const eventChannel = this.getOpenerEventChannel(); |
| | | |
| | | // 监听acceptDataFromOpenerPage事件,获取上一页面通过eventChannel传送到当前页面的数据 |
| | | eventChannel.on('item', function(data) { |
| | | // console.log(data.item); |
| | | that.origin = data.item |
| | | }) |
| | | }, |
| | | onShow() { |
| | | this.baseUrl = uni.getStorageSync('baseUrl'); |
| | | this.token = uni.getStorageSync('token'); |
| | | this.getOrderNoList() |
| | | this.getOwnerList() |
| | | }, |
| | | methods: { |
| | | findCode(){ |
| | | let that = this |
| | | uni.request({ |
| | | url: that.baseUrl + '/mobile/manDetl/in/origin/origin', |
| | | header: { 'token':uni.getStorageSync('token') , |
| | | "content-type":"application/x-www-form-urlencoded"}, |
| | | data: { |
| | | code: that.code, |
| | | origin: that.origin, |
| | | }, |
| | | method: 'GET', |
| | | success(res) { |
| | | res = res.data |
| | | if (res.code === 200) { |
| | | let item = {matnr:res.data.matnr,batch:res.data.batch,weight:res.data.anfme} |
| | | let matnr = {} |
| | | that.findMat2(res.data.matnr).then(result=>{ |
| | | result['batch'] = res.data.batch |
| | | result['anfme'] = res.data.anfme |
| | | result.weight = res.data.weight |
| | | that.dataList.push(result) |
| | | }) |
| | | |
| | | that.barcodeFocus = false |
| | | setTimeout(()=>{ |
| | | that.code = '' |
| | | that.barcodeFocus = true |
| | | }) |
| | | } |
| | | } |
| | | }) |
| | | }, |
| | | async findMat2(matnr) { |
| | | let that = this |
| | | let item = {} |
| | | let abb = await uni.request({ |
| | | url: that.baseUrl + '/mat/auth', |
| | | data: { |
| | | matnr: matnr |
| | | }, |
| | | header: { |
| | | 'token': uni.getStorageSync('token') |
| | | }, |
| | | |
| | | }).then((result)=> { |
| | | item = result.data.data |
| | | }) |
| | | return item |
| | | }, |
| | | messageToggle(type) { |
| | | this.msgType1 = type |
| | | this.$refs.message.open() |
| | | }, |
| | | getOrderNoList() { |
| | | let that = this |
| | | uni.request({ |
| | | url: this.baseUrl + '/originRule/list/all', |
| | | method: 'POST', |
| | | success(res) { |
| | | res = res.data |
| | | for (var i = 0; i < res.data.length; i++) { |
| | | that.orderNoList.push(res.data[i]) |
| | | } |
| | | } |
| | | }) |
| | | }, |
| | | getOwnerList(){ |
| | | let that = this |
| | | uni.request({ |
| | | url: this.baseUrl + '/locOwnerQuery/auth', |
| | | header: { |
| | | 'token':uni.getStorageSync('token') |
| | | }, |
| | | method: 'POST', |
| | | success(res) { |
| | | res = res.data |
| | | res.data.forEach((item,index) => { |
| | | that.ownerList.push(item.value) |
| | | }) |
| | | } |
| | | }) |
| | | }, |
| | | // 根据托盘码搜索 |
| | | search() { |
| | |
| | | let that = this; |
| | | that.barcodeFocus = false; |
| | | setTimeout(() => { |
| | | that.barcode = ''; |
| | | that.code = ''; |
| | | that.barcodeFocus = true; |
| | | }, 100); |
| | | }, |
| | |
| | | // 为指定事件添加一个监听器,获取被打开页面传送到当前页面的数据 |
| | | events: { |
| | | matList: function(data) { |
| | | that.checkMat(data.data) |
| | | // that.checkMat(data.data) |
| | | for(let i = 0; i < data.data.count; i++) { |
| | | // that.checkMat(data.data) |
| | | that.dataList.unshift(data.data.mat) |
| | | } |
| | | }, |
| | | }, |
| | | }); |
| | | } else if (res.code == 403) { |
| | | } else if (result.code == 403) { |
| | | uni.showToast({ |
| | | title: res.msg, |
| | | title: result.msg, |
| | | icon: "none", |
| | | position: 'top' |
| | | }) |
| | |
| | | }, 1000); |
| | | } else { |
| | | uni.showToast({ |
| | | title: res.msg, |
| | | title: result.msg, |
| | | icon: "none", |
| | | position: 'top' |
| | | }) |
| | |
| | | combConfirm(type) { |
| | | this.msgType = type |
| | | this.title = '警告' |
| | | this.content = '是否确认盘点!' |
| | | this.content = '是否确认上架!' |
| | | this.$refs.combConfirm.open() |
| | | }, |
| | | combClose() { |
| | |
| | | resst() { |
| | | this.dataList = [] |
| | | this.barcode = '' |
| | | this.locNo = '' |
| | | this.owner = '' |
| | | this.barcodeFocuss() |
| | | }, |
| | | adjust() { |
| | | let that = this |
| | | var combMats = [] |
| | | var combParam = {} |
| | | combParam['orderNo'] = that.orderNo |
| | | combParam['wrkDetls'] = that.dataList |
| | | uni.vibrateShort(); |
| | | let that = this; |
| | | // if (that.code === '') { |
| | | // this.messageText = "请输入条码" |
| | | // this.messageToggle('error') |
| | | // return; |
| | | // } |
| | | // if (that.origin === '') { |
| | | // this.messageText = "请选择来源地" |
| | | // this.messageToggle('error') |
| | | // return; |
| | | // } |
| | | if (that.locNo === '') { |
| | | this.messageText = "请输入库位码" |
| | | this.messageToggle('error') |
| | | return; |
| | | } |
| | | if (that.dataList.length === 0) { |
| | | this.messageText = "请添加商品列表" |
| | | this.messageToggle('error') |
| | | return; |
| | | } |
| | | for (var i = 0; i < that.dataList.length; i++) { |
| | | if (that.dataList[i].anfme == 0 || that.dataList[i].anfme == '') { |
| | | this.messageText = that.dataList[i].matnr + '组托数量不能为0' |
| | | this.messageToggle('error') |
| | | return; |
| | | } |
| | | } |
| | | uni.request({ |
| | | url: that.baseUrl + '/mobile/adjustNew/auth', |
| | | url: that.baseUrl + '/mobile/manDetl/in/no/origin', |
| | | data: JSON.stringify({ |
| | | locNo:that.locNo, |
| | | combMats: that.dataList, |
| | | owner: that.owner |
| | | }), |
| | | method: 'POST', |
| | | data: JSON.stringify(combParam), |
| | | header: { |
| | | 'token':uni.getStorageSync('token') |
| | | 'token': uni.getStorageSync('token') |
| | | }, |
| | | success(result) { |
| | | var res = result.data |
| | | if (res.code === 200) { |
| | | that.dataList = [] |
| | | that.barcode = '' |
| | | uni.showToast({title: res.msg, icon: "none", position: 'top'}) |
| | | that.resst(); |
| | | that.messageText = "上架成功" |
| | | that.messageToggle('success') |
| | | } else if (res.code == 403) { |
| | | uni.showToast({title: res.msg, icon: "none", position: 'top'}) |
| | | that.messageText = res.msg |
| | | that.messageToggle('error') |
| | | setTimeout(() => { |
| | | uni.reLaunch({ |
| | | url: '../login/login' |
| | | }); |
| | | }, 1000); |
| | | } else { |
| | | uni.showToast({title: res.msg, icon: "none",position: 'top'}) |
| | | that.messageText = res.msg |
| | | that.messageToggle('error') |
| | | } |
| | | }, |
| | | } |
| | | }); |
| | | }, |
| | | } |
| | |
| | | .code { |
| | | width: 100%; |
| | | position: fixed; |
| | | min-height: 200rpx; |
| | | min-height: 300rpx; |
| | | background-color: #FFF; |
| | | z-index: 10; |
| | | } |
| | |
| | | width: 100%; |
| | | background-color: white; |
| | | position: fixed; |
| | | margin-top: 200rpx; |
| | | margin-top: 300rpx; |
| | | z-index: 9; |
| | | /* border-top: 1px solid #DCDFE6; */ |
| | | text-align: center; |
| | | box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5); |
| | | } |
| | | |
| | | .list { |
| | | display: flex; |
| | | min-height: 80rpx; |
| | | background-color: #FFF; |
| | | margin: 20rpx 20rpx; |
| | | border-radius: 20rpx; |
| | | box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); |
| | | } |
| | | |
| | | .list:first-child { |
| | | margin-top: 440rpx; |
| | | } |
| | | |
| | | .list:last-child { |
| | | margin-bottom: 120rpx; |
| | | } |
| | | .list-left-item{ |
| | | margin-bottom: 2px; |
| | | } |
| | | </style> |