|
|
@ -541,6 +541,7 @@ export default { |
|
|
const { actVol, actNd } = this.updateSjmbrynd(item, row.nd); |
|
|
const { actVol, actNd } = this.updateSjmbrynd(item, row.nd); |
|
|
item.actSolutionVolume = actVol; |
|
|
item.actSolutionVolume = actVol; |
|
|
item.actSolutionConcentration = actNd; |
|
|
item.actSolutionConcentration = actNd; |
|
|
|
|
|
item.actSolutionExpire = row.sxr; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 更新stepTableRef组件的数据 |
|
|
// 更新stepTableRef组件的数据 |
|
|
@ -550,7 +551,9 @@ export default { |
|
|
let content = await this.validFormFields(["baseInfoRef", "stepFormPackageRef", "stepTableRef", "stepRef", "remarkRef"]); |
|
|
let content = await this.validFormFields(["baseInfoRef", "stepFormPackageRef", "stepTableRef", "stepRef", "remarkRef"]); |
|
|
//生成resource |
|
|
//生成resource |
|
|
let tmpResource = [] |
|
|
let tmpResource = [] |
|
|
|
|
|
debugger |
|
|
if (this.fillType === "actFill") { |
|
|
if (this.fillType === "actFill") { |
|
|
|
|
|
//生成 |
|
|
let tableList = content.stepTableFormData |
|
|
let tableList = content.stepTableFormData |
|
|
if (tableList && tableList.length > 0) { |
|
|
if (tableList && tableList.length > 0) { |
|
|
for (let i = 0; i < tableList.length; i++) { |
|
|
for (let i = 0; i < tableList.length; i++) { |
|
|
@ -595,6 +598,8 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
//使用 |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
this.resourceTmp = tmpResource |
|
|
this.resourceTmp = tmpResource |
|
|
|
|
|
|
|
|
|