update 解决产成品入库,点击确认按钮后,未将选择的库位更新到条码中
This commit is contained in:
parent
098bd2e635
commit
e3d21be7c6
@ -350,6 +350,7 @@
|
||||
},
|
||||
changeLocation(e) {
|
||||
// this.BoxListInfo = [];
|
||||
this.LOCATIONNAME = e.value;
|
||||
},
|
||||
getERPLocation() {
|
||||
this.items = [];
|
||||
|
@ -54,7 +54,7 @@
|
||||
<br />
|
||||
<u-row>
|
||||
<label>选择库位:</label>
|
||||
<zxzUniDataSelect filterable v-model="LOCATIONNAME" :localdata="items_Location" :disabled="Locatiaon_state">
|
||||
<zxzUniDataSelect filterable v-model="LOCATIONNAME" :localdata="items_Location" :disabled="Locatiaon_state" @change="changeLocationName">
|
||||
</zxzUniDataSelect>
|
||||
</u-row>
|
||||
<br/>
|
||||
@ -302,6 +302,9 @@
|
||||
this.focusPalletName = true
|
||||
} */
|
||||
},
|
||||
changeLocationName(e) {
|
||||
this.LOCATIONNAME = e.value;
|
||||
},
|
||||
getERPLocation() {
|
||||
this.items = [];
|
||||
this.$MyRequest('/api/storage/getERPLocation', {
|
||||
|
@ -15,7 +15,7 @@
|
||||
<u-form-item :border-bottom="false">
|
||||
<label>选择库位:</label>
|
||||
<zxzUniDataSelect filterable v-model="LOCATIONNAME" :localdata="items_Location"
|
||||
@inputChange="getitems_LocationAll"></zxzUniDataSelect>
|
||||
@inputChange="getitems_LocationAll" @change="changeLocationName"></zxzUniDataSelect>
|
||||
</u-form-item>
|
||||
<zb-table style="height: 200upx;" ref="zbTable" :show-header="true" :columns="column" :stripe="true"
|
||||
:fit="true" :highlight="true" :border="true" :data="sumList"></zb-table>
|
||||
@ -389,6 +389,9 @@
|
||||
//this.LOCATIONNAME = ""
|
||||
//this.getLocationName();
|
||||
},
|
||||
changeLocationName(e) {
|
||||
this.LOCATIONNAME = e.value;
|
||||
},
|
||||
//获取焦点的公共方法
|
||||
getfocus(nextfocus) {
|
||||
this.initfocus()
|
||||
|
@ -86,7 +86,7 @@
|
||||
<u-row>
|
||||
<label>选择库位:</label>
|
||||
<!-- <uni-data-select v-model="LOCATIONNAME" :localdata="items_Location" @change="change2"></uni-data-select> -->
|
||||
<zxzUniDataSelect filterable @inputChange="getitems_LocationAll" v-model="LOCATIONNAME" :localdata="items_Location" :disabled="Locatiaon_state">
|
||||
<zxzUniDataSelect filterable @inputChange="getitems_LocationAll" v-model="LOCATIONNAME" :localdata="items_Location" :disabled="Locatiaon_state" @change="changeLocationName">
|
||||
</zxzUniDataSelect>
|
||||
</u-row>
|
||||
<!-- <br />
|
||||
@ -328,6 +328,9 @@
|
||||
} */
|
||||
|
||||
},
|
||||
changeLocationName(e) {
|
||||
this.LOCATIONNAME = e.value;
|
||||
},
|
||||
getERPLocation() {
|
||||
this.items = [];
|
||||
this.$MyRequest('/api/storage/getERPLocation', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user