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

Loading…
Cancel
Save