Commit 6b636664 authored by 何远江's avatar 何远江

取消库位扫描

parent 1d8ae91e
......@@ -3,14 +3,6 @@
<StickyNavBar>
<NavBar title="质量异常下架"></NavBar>
<view class="btn">
<uni-easyinput
prefixIcon="search"
class="topSearch"
v-model="nlpla"
focus
placeholder="请扫描库位"
@change="handleInputNlpla"
></uni-easyinput>
<uni-easyinput
prefixIcon="search"
:disabled="isDisabled"
......@@ -36,7 +28,6 @@
<listItem
:item="item"
:goodsList="goodsList"
:nlpla="nlpla"
@deleGonds="deleGonds"
/>
</view>
......@@ -63,7 +54,6 @@
number: 0,
totalNum: 0,
show: true,
nlpla: "",
wxparams: "",
btnArr: [
{
......@@ -136,7 +126,6 @@
this.goodsList = [];
this.chargaArr = [];
this.totalNum = 0;
this.nlpla = "";
this.wxparams = "";
this.$u.toast("提交成功");
}
......@@ -162,18 +151,8 @@
this.getPlnr(e);
}
},
handleInputNlpla(e) {},
getPlnr(plnr) {
this.isDisabled = true;
if (!this.nlpla) {
this.$u.toast("请先扫描仓位");
setTimeout(() => {
this.wxparams = "";
this.isFocus = true;
this.isDisabled = false;
}, 1000);
return;
}
this.$u.api.sapApi
.sapBlpl({
plnr,
......
......@@ -63,10 +63,6 @@ export default {
default: function () {
return [];
}
},
nlpla: {
type: String,
default: ''
}
},
data() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment