Browse Source

修改补料

hella_online_20240829
lijuncheng 3 months ago
parent
commit
17453d538a
  1. 4
      src/mycomponents/balance/balanceSelect.vue
  2. 2
      src/mycomponents/scan/winScanPackAndLocation.vue
  3. 1
      src/pages/repleinsh/record/directRepleinshRecord.vue

4
src/mycomponents/balance/balanceSelect.vue

@ -3,10 +3,10 @@
<!-- <page-meta root-font-size="18px"></page-meta> -->
<uni-popup ref="popupItems" type="center">
<scroll-view scroll-y="true" style="background-color: #EEEEEE;height: 90vh;">
<item :dataContent="balanceItems[0]"></item>
<item style="margin: 10rpx;" :dataContent="balanceItems[0]"></item>
<view class="popinpop count_shadow" style="width: 90vw;margin: 20rpx 20rpx 30rpx 20rpx;"
v-for="(item, index) in balanceItems" :key="item.id" @click="callback(item)">
<balance :dataContent="item"></balance>
<balance :dataContent="item" :isShowStatus ="false"></balance>
</view>
</scroll-view>
</uni-popup>

2
src/mycomponents/scan/winScanPackAndLocation.vue

@ -160,7 +160,7 @@
}
this.fromInventoryStatuses = getDirectoryItemArray(this.businessType.outInventoryStatuses)
this.inventoryStatus = getDirectoryItemArray(this.businessType.outInventoryStatuses); //
this.fromLocationAreaTypeList = getDirectoryItemArray(this.businessType.fromLocationAreaTypeList); //
this.fromLocationAreaTypeList = getDirectoryItemArray(this.businessType.outAreaTypes); //
if (!this.show) {
setTimeout(res => {
this.$refs.popup.open('bottom')

1
src/pages/repleinsh/record/directRepleinshRecord.vue

@ -131,7 +131,6 @@
getBusinessType(this.businessTypeCode, res => {
if (res.success) {
this.businessType = res.businessType;
res.fromLocationAreaTypeList.push("INSPECT","SUPPER")
this.fromLocationAreaTypeList = res.fromLocationAreaTypeList;
this.toLocationAreaTypeList = res.toLocationAreaTypeList;
this.showFromLocationPopup();

Loading…
Cancel
Save