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

取消库位扫描

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