update 退料入库、产成品入库页面,优化获取库位方法
This commit is contained in:
parent
4ef2bf7a85
commit
9d9ff9c596
@ -11,20 +11,11 @@
|
||||
<label>选择仓库:</label>
|
||||
<zxzUniDataSelect filterable v-model="ERPLOCATION" :localdata="items" @change="change">
|
||||
</zxzUniDataSelect>
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
</u-form-item>
|
||||
<!-- <u-form-item :border-bottom="false">
|
||||
<label>选择库位:</label>
|
||||
<zxzUniDataSelect filterable v-model="LOCATIONNAME" :localdata="items_Location"-->
|
||||
<!-- :disabled="Locatiaon_state"></zxzUniDataSelect> -->
|
||||
<u-form-item :border-bottom="false">
|
||||
<label>选择库位: </label>
|
||||
<downSelect class="downSelect-col" ref='selectRef' showKey="storageName" mode='single' :dataList="items_Location" @resultBack="resultBack">
|
||||
<u-input :border="true" v-model="LOCATIONNAME" placeholder="请输入" @input="handleInput"/>
|
||||
</downSelect>
|
||||
>>>>>>> c596f28377050fefce42433c3bcbb7d676e49713
|
||||
</u-form-item>
|
||||
|
||||
<!-- <u-form-item :border-bottom="false">
|
||||
<label>选择库位:</label>
|
||||
@ -864,9 +855,9 @@
|
||||
getLocationName() {
|
||||
this.items_Location = []
|
||||
this.items_Location = []
|
||||
if (this.ERPLOCATION != '') {
|
||||
let ERPFACTORY = JSON.parse(uni.getStorageSync('orgObject')).ERPFACTORY;
|
||||
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||
ERPLocation: this.ERPLOCATION
|
||||
ERPLocation: ERPFACTORY
|
||||
}).then(res => {
|
||||
if (res.data.success) {
|
||||
for (let i = 0; i < res.data.resultObj.length; i++) {
|
||||
@ -886,9 +877,6 @@
|
||||
}).catch(err => {
|
||||
this.$showMessage(err)
|
||||
});
|
||||
} else {
|
||||
this.$showMessage("请先选择仓库")
|
||||
}
|
||||
|
||||
},
|
||||
getitems_LocationAll(query) {
|
||||
|
@ -417,9 +417,9 @@
|
||||
getLocationName() {
|
||||
this.items_Location = []
|
||||
this.items_LocationAll = []
|
||||
if (this.ERPLOCATION != '') {
|
||||
let ERPFACTORY = JSON.parse(uni.getStorageSync('orgObject')).ERPFACTORY;
|
||||
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||
ERPLocation: this.ERPLOCATION
|
||||
ERPLocation: ERPFACTORY
|
||||
}).then(res => {
|
||||
if (res.data.success) {
|
||||
for (let i = 0; i < res.data.resultObj.length; i++) {
|
||||
@ -439,9 +439,6 @@
|
||||
}).catch(err => {
|
||||
this.$showMessage(err)
|
||||
});
|
||||
} else {
|
||||
this.$showMessage("请先选择仓库")
|
||||
}
|
||||
|
||||
},
|
||||
getitems_LocationAll(query) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user