|
|
@ -111,40 +111,12 @@ export default { |
|
|
versionNum: { |
|
|
versionNum: { |
|
|
label: 'template.common.versionNumber', |
|
|
label: 'template.common.versionNumber', |
|
|
type: "inputNumber", |
|
|
type: "inputNumber", |
|
|
fillType: "preFill", |
|
|
|
|
|
|
|
|
fillType: "actFill", |
|
|
prepend: "V", |
|
|
prepend: "V", |
|
|
maxlength: 50 |
|
|
maxlength: 50 |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
type: "conditionItem", |
|
|
|
|
|
label: 'template.lba.lba006.fxtj', |
|
|
|
|
|
config: { |
|
|
|
|
|
act: { |
|
|
|
|
|
label: 'template.common.actualFill', |
|
|
|
|
|
type: "select", |
|
|
|
|
|
fillType: "actFill", |
|
|
|
|
|
otherCode: "actOther",otherCodeCompareTo: "preOther", |
|
|
|
|
|
multiple: true, |
|
|
|
|
|
options: this.getDictOptions('business_pztj') |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
type: "cellItem", |
|
|
|
|
|
label: 'template.lba.lba006.fxsj', |
|
|
|
|
|
config: { |
|
|
|
|
|
startDate: { |
|
|
|
|
|
label: 'template.common.startTime', |
|
|
|
|
|
type: "input", |
|
|
|
|
|
}, |
|
|
|
|
|
endDate: { |
|
|
|
|
|
label: 'template.common.endTime', |
|
|
|
|
|
type: "input", |
|
|
|
|
|
}, |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
paralleStepFormConfig(){ |
|
|
paralleStepFormConfig(){ |
|
|
|