diff --git a/pages/container/record/containerUnBindRecord.vue b/pages/container/record/containerUnBindRecord.vue index d6ec09b2..8a337130 100644 --- a/pages/container/record/containerUnBindRecord.vue +++ b/pages/container/record/containerUnBindRecord.vue @@ -15,7 +15,7 @@ - @@ -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() + { + } } }