Browse Source

fix:[模板管理]优化

zhangteng
15881625488@163.com 4 days ago
parent
commit
51b73ac8bc
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      src/views/business/comps/template/comps/gsp/GSP002.vue

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

@ -403,7 +403,7 @@ export default {
prop: 'actStartSolutionCode',
width: 280,
showWidth: 180,
bodyType: 'sj',
bodyType: 'mix',
bodyFillType: 'actFill',
compareTo: 'startSolutionCode', //
},
@ -742,8 +742,9 @@ export default {
},
// table
onTableRegentSubmit(type, configIndex, data) {
debugger
const { selectInfo, rowIndex, key, rowData } = data;
const { row, selectedId } = selectInfo;
const { row, selectedId,selectType } = selectInfo;
if (key === "actStartSolutionCode") {//
const tableRef = this.$refs[`paralleStepTableRef_${configIndex}`][0];
//
@ -758,6 +759,7 @@ export default {
//code
tableRef.updateDataSourceByRowIndex(rowIndex, {
actStartSolutionCode: selectedId,
actStartSolutionCodeType: selectType, //
targetAcSolution: row.nd,
})
if (!volResult) {
@ -923,7 +925,7 @@ export default {
sxrq: null,
kc: null,
kcdw: null,
type: 1,
type: stepTableFormData[j].actStartSolutionCodeType,
syl: stepTableFormData[j].actStartSolutionVolume,
syldw: paralleConfigs.headerSelectFields.actStartSolutionVolumeUnit,
yxzq: null,

Loading…
Cancel
Save