Browse Source

fix:[模板管理]供试品003.002

zhangteng
15881625488@163.com 6 days ago
parent
commit
229086edb2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/views/business/comps/template/comps/gsp/GSP002.vue
  2. +1
    -1
      src/views/business/comps/template/comps/gsp/GSP003.vue

+ 1
- 1
src/views/business/comps/template/comps/gsp/GSP002.vue View File

@ -854,7 +854,7 @@ export default {
let fzItem = fzsj.fzList[k]
tmpResource.push({
mc: null,
bh: fzsj.mybh + fzItem.preCode + fzItem.subCode,
bh: fzItem.preCode ,
ph: null,
ndz: stepTableFormData[j].actSolutionConcentration + paralleConfigs.headerSelectFields.actSolutionConcentrationUnit,
nd: stepTableFormData[j].actSolutionConcentration,

+ 1
- 1
src/views/business/comps/template/comps/gsp/GSP003.vue View File

@ -10,7 +10,7 @@
<BaseInfoFormPackage fieldItemLabel="template.common.baseInfo" label="template.common.baseInfo"
ref="baseInfoRef" :formConfig="baseInfoFormConfig" :formData="formData" />
<!-- 基本信息 -->
<!-- <TableList label="template.common.gspsywzInfo" :columns="gspColumns" :dataSource="resourceGsp" /> -->
<TableList label="template.common.gspsywzInfo" :columns="gspColumns" :dataSource="resourceGsp" />
<TableList label="template.common.sjInfo" :columns="sjColumns" :dataSource="resourceSj" />
<TableList label="template.common.gyzjInfo" :columns="gyzjColumns" :dataSource="resourceGyzj" />
<TableList label="template.common.instrumentInfo" :columns="yqColumns" :dataSource="yqResource" />

Loading…
Cancel
Save