From e5a9902c61d163db84356a18c16966fc5a8868e5 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Thu, 22 Aug 2024 10:17:06 +0800 Subject: [PATCH] =?UTF-8?q?HL-5576=E8=A3=85=E9=85=8D&=E9=A2=84=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E6=8A=A5=E5=B7=A5=E6=98=8E=E7=BB=86=E4=B8=AD=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E5=AD=97=E6=AE=B5=E6=B2=A1=E6=9C=89=E5=B8=A6=E5=85=A5?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E6=97=A5=E6=9C=9F=E4=BD=9C=E4=B8=BA=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=89=B9=E6=AC=A1=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceipt/productreceiptRequestMain/index.vue | 1 + .../productreceiptAssembleRequestMain/index.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue index 1c7c3e5ee..656b5cfff 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue +++ b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue @@ -281,6 +281,7 @@ const setTableFormsValues = async (val, index1) => { newRow['itemCode'] = val[index1]['itemCode'] newRow['uom'] = val[0]['uom'] newRow['produceDate'] = dayjs().valueOf() + newRow['batch'] = formatTime(new Date(), 'yyyyMMdd') const param1 = { productItemCode: val[0]['itemCode'], diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue index eee881675..159dfdfaa 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue @@ -245,6 +245,7 @@ const setTableFormsValues = async (val, index1) => { newRow['itemCode'] = val[index1]['itemCode'] newRow['uom'] = val[0]['uom'] newRow['produceDate'] = dayjs().valueOf() + newRow['batch'] = formatTime(new Date(), 'yyyyMMdd') const param1 = { productItemCode: val[0]['itemCode'],