From 8fd5fd5953ab3f2c2fab6a1e35c01eeb765c098b Mon Sep 17 00:00:00 2001
From: zhangdi <1104545947@qq.com>
Date: Wed, 3 Jun 2026 19:10:31 +0800
Subject: [PATCH] =?UTF-8?q?=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 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/views/productionManagement/components/coatingAddDialog.vue b/src/views/productionManagement/components/coatingAddDialog.vue
index 0a1596d9..70d537ce 100644
--- a/src/views/productionManagement/components/coatingAddDialog.vue
+++ b/src/views/productionManagement/components/coatingAddDialog.vue
@@ -28,7 +28,7 @@
-
+
@@ -90,7 +90,7 @@ export default {
return {
loading: false,
submitForm: {
-
+ silverPotassium:''
},
searchForm: {
plateGoodsCode: '04-05-023',
@@ -205,6 +205,7 @@ export default {
wcId: this.searchForm.wcId,
goodsCode: plateCode,
goodsDemand: this.totalNum,
+
// coefficient: this.searchForm.plateGoodsCode == '04-05-024' && this.searchForm.coefficient ? this.searchForm.coefficient : 0
},
detailList: this.selectionList.map(item => {
@@ -225,6 +226,7 @@ export default {
params.assayContent.coefficient = this.searchForm.coefficient
? this.searchForm.coefficient
: 0;
+ params.assayContent.silverPotassium = this.submitForm.silverPotassium
add(params).then(res => {
if (res.data.code == 200) {
this.$message.success('新增成功');