|
|
@ -10,6 +10,8 @@ |
|
|
|
|
|
|
|
|
<BaseInfoFormPackage fieldItemLabel="template.yp.yp002.swypyjjlbxx" label="template.yp.yp002.swypyjjlbxx" |
|
|
<BaseInfoFormPackage fieldItemLabel="template.yp.yp002.swypyjjlbxx" label="template.yp.yp002.swypyjjlbxx" |
|
|
ref="swypyjInfoRef" :formConfig="swypyjInfoFormConfig" :formData="formData" |
|
|
ref="swypyjInfoRef" :formConfig="swypyjInfoFormConfig" :formData="formData" |
|
|
|
|
|
@onRegentSubmit="onRegentSubmit" |
|
|
|
|
|
@beforeReagentSubmit="beforeReagentSubmit" |
|
|
/> |
|
|
/> |
|
|
|
|
|
|
|
|
<BaseInfoFormPackage fieldItemLabel="template.yp.yp002.qbjsxx" label="template.yp.yp002.qbjsxx" |
|
|
<BaseInfoFormPackage fieldItemLabel="template.yp.yp002.qbjsxx" label="template.yp.yp002.qbjsxx" |
|
|
@ -93,11 +95,6 @@ export default { |
|
|
label: 'template.yp.yp002.qxbd', |
|
|
label: 'template.yp.yp002.qxbd', |
|
|
type: 'qxbd', |
|
|
type: 'qxbd', |
|
|
fillType: 'actFill', |
|
|
fillType: 'actFill', |
|
|
|
|
|
|
|
|
// span:1, |
|
|
|
|
|
// label: 'template.yp.yp002.jsdd', |
|
|
|
|
|
// type: 'input', |
|
|
|
|
|
// fillType: 'actFill', |
|
|
|
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
@ -120,14 +117,16 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
type: "cellItem", |
|
|
|
|
|
|
|
|
type: "conditionItem", |
|
|
label: 'template.yp.yp002.jsscftj', |
|
|
label: 'template.yp.yp002.jsscftj', |
|
|
config: { |
|
|
config: { |
|
|
jsdd: { |
|
|
|
|
|
|
|
|
jsscftj: { |
|
|
label: 'template.yp.yp002.jsscftj', |
|
|
label: 'template.yp.yp002.jsscftj', |
|
|
type: 'input', |
|
|
|
|
|
|
|
|
type: 'select', |
|
|
|
|
|
multiple: true, |
|
|
fillType: 'actFill', |
|
|
fillType: 'actFill', |
|
|
maxlength: 200 |
|
|
|
|
|
|
|
|
options: this.getDictOptions('business_cftj'), |
|
|
|
|
|
otherCode: 'jsscftjOther', |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
@ -135,7 +134,7 @@ export default { |
|
|
type: "cellItem", |
|
|
type: "cellItem", |
|
|
label: 'template.yp.yp002.jssj', |
|
|
label: 'template.yp.yp002.jssj', |
|
|
config: { |
|
|
config: { |
|
|
jsdd: { |
|
|
|
|
|
|
|
|
jssj: { |
|
|
label: 'template.yp.yp002.jssj', |
|
|
label: 'template.yp.yp002.jssj', |
|
|
type: 'input', |
|
|
type: 'input', |
|
|
fillType: 'actFill', |
|
|
fillType: 'actFill', |
|
|
@ -191,7 +190,12 @@ export default { |
|
|
this.yqResourceTmp = [] |
|
|
this.yqResourceTmp = [] |
|
|
return this.resourceTmp; |
|
|
return this.resourceTmp; |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
onRegentSubmit(val,val1,val2){ |
|
|
|
|
|
debugger |
|
|
|
|
|
}, |
|
|
|
|
|
beforeReagentSubmit(val,val1,val2){ |
|
|
|
|
|
debugger |
|
|
|
|
|
}, |
|
|
//保存 |
|
|
//保存 |
|
|
async onSave() { |
|
|
async onSave() { |
|
|
const formData = this.getStepResource(); |
|
|
const formData = this.getStepResource(); |
|
|
|