Merge branch 'main' of http://162.14.99.253:3000/10539622/2025-03-JS-SDK-PDA
This commit is contained in:
commit
cc3e1a5b64
@ -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>
|
||||
@ -388,6 +388,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