From 54edba0e2446a12942c968f8268eda11fa74b6e4 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Thu, 28 Dec 2023 19:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=99=A8=E5=85=B7=E7=BB=91?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../record/containerUnBindRecord.vue | 23 +++++-------------- 1 file changed, 6 insertions(+), 17 deletions(-) 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() + { + } } }