From 30e730e61b31dd256c6441b9e762d16b8cf5e7d8 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Fri, 15 May 2026 18:43:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=80=E5=B1=82=E7=89=A9=E6=96=99=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionManagement/components/coatingAddDialog.vue | 2 +- .../productionManagement/components/materialDetail.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/productionManagement/components/coatingAddDialog.vue b/src/views/productionManagement/components/coatingAddDialog.vue index d148c25d..5b9b2c84 100644 --- a/src/views/productionManagement/components/coatingAddDialog.vue +++ b/src/views/productionManagement/components/coatingAddDialog.vue @@ -299,7 +299,7 @@ export default { let params = { assayContent: { wcId: this.searchForm.wcId, - plateGoodsCode: plateCode, + goodsCode: plateCode, goodsDemand: this.totalNum, // coefficient: this.searchForm.plateGoodsCode == '04-05-024' && this.searchForm.coefficient ? this.searchForm.coefficient : 0 }, diff --git a/src/views/productionManagement/components/materialDetail.vue b/src/views/productionManagement/components/materialDetail.vue index 65b0b46f..1292b5ef 100644 --- a/src/views/productionManagement/components/materialDetail.vue +++ b/src/views/productionManagement/components/materialDetail.vue @@ -14,10 +14,10 @@ detailForm.demandCode }} {{ - detailForm.plateGoodsCode + detailForm.goodsCode }} {{ - detailForm.plateGoodsName + detailForm.goodsName }} {{ detailForm.detailOrderNum @@ -53,7 +53,7 @@ detailForm.approvalMemo }} {{ - detailForm.approvalMan + detailForm.approvalManName2?detailForm.approvalManName+'-'+detailForm.approvalManName2:detailForm.approvalManName }} {{ detailForm.approvalTime