From 9c8f44ff9f48e2fb76e3c9999c3e786c95198674 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Wed, 3 Apr 2024 15:02:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E9=87=8F=E7=9B=98=E7=82=B9=E5=85=A5?= =?UTF-8?q?=E5=BA=93-=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/store/warehousing/putInStore.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/store/warehousing/putInStore.vue b/sgzb-ui/src/views/store/warehousing/putInStore.vue index d94213f6..b5163d6a 100644 --- a/sgzb-ui/src/views/store/warehousing/putInStore.vue +++ b/sgzb-ui/src/views/store/warehousing/putInStore.vue @@ -743,7 +743,7 @@ export default { // 生产厂家 const maVender = this.supplierList.find(item => item.supplierId == this.codeForm.codeFactory)?.supplier || '' // 检验日期: codeForm.thisCheckTime - const thisCheckTime = this.codeForm.nextCheckTime + const thisCheckTime = this.codeForm.thisCheckTime // 下次检验日期: codeForm.nextCheckTime const nextCheckTime = this.codeForm.nextCheckTime // 单价: codeForm.buyPrice