From 7e6cc5e3486396eef787a5c6f91c86ff5fdefef1 Mon Sep 17 00:00:00 2001 From: cf-erp Date: Mon, 9 May 2022 07:04:44 +0000 Subject: [PATCH] =?UTF-8?q?!1900=20cad=E6=8B=86=E5=8D=95=E4=BA=94=E9=87=91?= =?UTF-8?q?=E7=9A=84=E5=9E=8B=E5=8F=B7=E3=80=81=E8=A7=84=E6=A0=BC=E3=80=81?= =?UTF-8?q?=E5=8E=82=E5=AE=B6=E5=AD=97=E6=AE=B5=E6=94=AF=E6=8C=81=E8=A1=A8?= =?UTF-8?q?=E8=BE=BE=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Production/Product.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Production/Product.ts b/src/Production/Product.ts index d17c5eb5d..a00e8b7d1 100644 --- a/src/Production/Product.ts +++ b/src/Production/Product.ts @@ -989,6 +989,9 @@ export namespace Production const actualVal = safeEval(data.actualExpr, { L: size.x, W: size.y, H: size.z }); data.actualExpr = actualVal ? actualVal.toString() : data.actualExpr; data.spec = ParseExpr(data.spec, { L: size.x, W: size.y, H: size.z }); + data.model = ParseExpr(data.model, { L: size.x, W: size.y, H: size.z }); + data.factory = ParseExpr(data.factory, { L: size.x, W: size.y, H: size.z }); + data.brand = ParseExpr(data.brand, { L: size.x, W: size.y, H: size.z }); data.count = (safeEval(data.count, { L: size.x, W: size.y, H: size.z }) || 0).toString(); let metalData = {