From 7687eb4f212c19e095a69d2822134abac829a61e Mon Sep 17 00:00:00 2001 From: leo <10200039@qq.com> Date: Mon, 15 May 2023 21:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=8F=E5=90=8C=E7=89=A9?= =?UTF-8?q?=E6=96=99=E5=88=86=E7=B1=BB=E6=97=B6=E6=8A=A5=E9=94=99=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20=E5=88=86=E7=B1=BB=E4=B8=BA30=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E6=89=BE=E4=B8=8D=E5=88=B0FTypeID2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Need/components/EditView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Need/components/EditView.vue b/src/views/Need/components/EditView.vue index 0329630..9d7ef6b 100644 --- a/src/views/Need/components/EditView.vue +++ b/src/views/Need/components/EditView.vue @@ -566,6 +566,7 @@ export default { } dataObj["TFS_ViewMaterial"].FMaterialID = row["FMaterialID"]; + dataObj["TFS_ViewMaterial"].FTypeID2 = row["FTypeID2"]; dataObj["TFS_ViewMaterial"].FMRP1ProductType = row["FMRP1ProductType"]; dataObj["TFS_ViewMaterial"].FBaseMaterialCode = row["FBaseMaterialCode"]