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('新增成功');