Browse Source

YT-985新增,输入来源库位,叉掉还显示,应清空

intex
zhang_li 2 weeks ago
parent
commit
2699634ad0
  1. 3
      src/mycomponents/scan/winScanPackAndLocation.vue
  2. 2
      src/pages/inventoryMove/coms/comMoveRecord.vue
  3. 2
      src/pages/inventoryMove/coms/okToHoldRecordPack.vue

3
src/mycomponents/scan/winScanPackAndLocation.vue

@ -320,14 +320,11 @@
// return; // return;
// } else // } else
// //
console.log(88,businessType)
if(businessType){ if(businessType){
this.businessType = businessType; this.businessType = businessType;
this.fromInventoryStatuses = getDirectoryItemArray(this.businessType.outInventoryStatuses) this.fromInventoryStatuses = getDirectoryItemArray(this.businessType.outInventoryStatuses)
this.inventoryStatus = getDirectoryItemArray(this.businessType.outInventoryStatuses); // this.inventoryStatus = getDirectoryItemArray(this.businessType.outInventoryStatuses); //
this.fromLocationAreaTypeList = getDirectoryItemArray(this.businessType.outAreaTypes); // this.fromLocationAreaTypeList = getDirectoryItemArray(this.businessType.outAreaTypes); //
console.log(99,this.fromInventoryStatuses)
console.log(99,this.balanceFromInventoryStatuses)
} }

2
src/pages/inventoryMove/coms/comMoveRecord.vue

@ -237,6 +237,7 @@
openScanPopup() { openScanPopup() {
this.isJustReplay = true this.isJustReplay = true
this.fromLocationCode = this.$refs.okToHoldRecordPackRef.fromLocationCode || ' '
if (this.fromLocationCode == "") { if (this.fromLocationCode == "") {
this.showFromLocationPopup(); this.showFromLocationPopup();
return return
@ -244,6 +245,7 @@
this.$refs.scanPopup.openScanPopupForType(this.fromLocationCode, this.businessType); this.$refs.scanPopup.openScanPopupForType(this.fromLocationCode, this.businessType);
}, },
showFromLocationPopup() { showFromLocationPopup() {
// this.$refs.scanPopup.
this.$refs.scanFromLocationCode.openScanPopup(); this.$refs.scanFromLocationCode.openScanPopup();
}, },
showPopup() { showPopup() {

2
src/pages/inventoryMove/coms/okToHoldRecordPack.vue

@ -10,7 +10,7 @@
<view class="item"> <view class="item">
<view class="label">来源库位</view> <view class="label">来源库位</view>
<view class="value"> <view class="value">
<u-input v-model="fromLocationCode" @blur="fromLocationScanMsg" ></u-input> <u-input v-model="fromLocationCode"></u-input>
<u-icon name="close-circle-fill" color="#acacac" size="36" @click="fromLocationCode=''" v-if="fromLocationCode"></u-icon> <u-icon name="close-circle-fill" color="#acacac" size="36" @click="fromLocationCode=''" v-if="fromLocationCode"></u-icon>
</view> </view>
<view class="searchIcon"> <view class="searchIcon">

Loading…
Cancel
Save