Browse Source

修改器具绑定

wms3.0_pda
niexiting 9 months ago
parent
commit
54edba0e24
  1. 23
      pages/container/record/containerUnBindRecord.vue

23
pages/container/record/containerUnBindRecord.vue

@ -15,7 +15,7 @@
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id"> <view class="detail-list" v-for="(item, index) in detailSource" :key="item.id">
<view class=""> <view class="">
<!-- {{item.contentNumber}} --> <!-- {{item.contentNumber}} -->
<comPalletRecord :dataContent="item" :index="index" :settingParam="jobContent" <comPalletRecord :dataContent="item" :index="index"
:isShowPatch="false" @removeItem="removeItem(index,item)" @updateData="updateData" :isShowPatch="false" @removeItem="removeItem(index,item)" @updateData="updateData"
@removePack="removePack"> @removePack="removePack">
</comPalletRecord> </comPalletRecord>
@ -90,26 +90,11 @@
data() { data() {
return { return {
id: '', id: '',
receiptJob: {},
received: false,
isShowPackingCode: true,
scanCount: 0, scanCount: 0,
jobContent: {}, //
subList: [], //subList
detailSource: [], // detailSource: [], //
locationTypeList: [],
toLocationInfo: {},
businessTypeInfo: {}, businessTypeInfo: {},
fromLocationInfo: {}, fromLocationInfo: {},
toLocationInfo: {}, containerCode: "",
containerCode: "",
isShowLocation: false,
fromlocationTypeList: [],
tolocationTypeList: [],
allowModifyLocation: false,
inInventoryStatus: "", //
outInventoryStatus: "", //
businessType: {}
}; };
}, },
onLoad(option) { onLoad(option) {
@ -382,6 +367,10 @@
this.detailSource.splice(i, 1) this.detailSource.splice(i, 1)
} }
} }
},
clear()
{
} }
} }
} }

Loading…
Cancel
Save