|
@@ -398,9 +398,10 @@ const editFormModalClick = () => {
|
|
|
addEditFormModel.value.materialType = addEditFormModel.value.materialType + ''
|
|
|
addEditFormModel.value.materialCount = addEditFormModel.value.materialCount === -1 ? '' : addEditFormModel.value.materialCount
|
|
|
addEditFormModel.value.materialPrice = addEditFormModel.value.materialPrice === -1 ? '' : addEditFormModel.value.materialPrice
|
|
|
- productionCertificateName.name=addEditFormModel.value?.productionCertificateName
|
|
|
- otherAccessoriesName.name=addEditFormModel.value?.otherAccessoriesName
|
|
|
- qualityInspectionReportName.name=addEditFormModel.value?.qualityInspectionReportName
|
|
|
+ productionCertificateName.value=addEditFormModel.value.productionCertificateName
|
|
|
+ otherAccessoriesName.value=addEditFormModel.value.otherAccessoriesName
|
|
|
+ qualityInspectionReportName.value=addEditFormModel.value.qualityInspectionReportName
|
|
|
+
|
|
|
addEditFormModal.value = true
|
|
|
} else if (keys.length > 1) {
|
|
|
window?.$message?.warning('只能选择一条数据编辑')
|