From 4d140cce10a65568188c5d90515a538b2b9af208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Sat, 15 Apr 2023 14:48:09 +0800 Subject: [PATCH] =?UTF-8?q?arriveDate=E5=8F=82=E6=95=B0=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PartiallyPreparedProducts/PartiallyPreparedProducts.vue | 2 +- .../PartiallyPreparedProducts/RecycledMaterialsLabel.vue | 2 +- .../PartiallyPreparedProducts/productionReturnLabel.vue | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fe/PC/src/views/labelManage/PartiallyPreparedProducts/PartiallyPreparedProducts.vue b/fe/PC/src/views/labelManage/PartiallyPreparedProducts/PartiallyPreparedProducts.vue index a4451b2df..3322309cf 100644 --- a/fe/PC/src/views/labelManage/PartiallyPreparedProducts/PartiallyPreparedProducts.vue +++ b/fe/PC/src/views/labelManage/PartiallyPreparedProducts/PartiallyPreparedProducts.vue @@ -294,7 +294,7 @@ export default { itemDesc2: this.selectItemInfo.desc2 || null, lot: this.selectData.lot || "", // supplierBatch: undefined,//获取不到 - arriveDate: this.selectPoNumberInfo.arriveDate, + // arriveDate: undefined,//获取不到 // produceDate: undefined,//获取不到 // expireDate: undefined,//获取不到 stdPackQty: Number(this.selectItemInfo.stdPackQty) || 0, diff --git a/fe/PC/src/views/labelManage/PartiallyPreparedProducts/RecycledMaterialsLabel.vue b/fe/PC/src/views/labelManage/PartiallyPreparedProducts/RecycledMaterialsLabel.vue index c5fc02f4a..5f858497d 100644 --- a/fe/PC/src/views/labelManage/PartiallyPreparedProducts/RecycledMaterialsLabel.vue +++ b/fe/PC/src/views/labelManage/PartiallyPreparedProducts/RecycledMaterialsLabel.vue @@ -291,7 +291,7 @@ export default { itemDesc2: this.selectItemInfo.desc2 || null, lot: this.selectData.lot || "", // supplierBatch: undefined,//获取不到 - arriveDate: this.selectPoNumberInfo.arriveDate, + // arriveDate: undefined,//获取不到 // produceDate: undefined,//获取不到 // expireDate: undefined,//获取不到 stdPackQty: Number(this.selectItemInfo.stdPackQty) || 0, diff --git a/fe/PC/src/views/labelManage/PartiallyPreparedProducts/productionReturnLabel.vue b/fe/PC/src/views/labelManage/PartiallyPreparedProducts/productionReturnLabel.vue index fea27ab96..1c9d8bbf5 100644 --- a/fe/PC/src/views/labelManage/PartiallyPreparedProducts/productionReturnLabel.vue +++ b/fe/PC/src/views/labelManage/PartiallyPreparedProducts/productionReturnLabel.vue @@ -245,7 +245,6 @@ export default { itemDesc2: this.selectItemInfo.desc2 || null, lot: this.selectData.lot || "", // supplierBatch: undefined,//获取不到 - arriveDate: this.poNumberInfo.arriveDate, // arriveDate: undefined,//获取不到 // produceDate: undefined,//获取不到 // expireDate: undefined,//获取不到