企标编写 回显
This commit is contained in:
@@ -294,9 +294,9 @@ export default {
|
||||
releaseTime: [
|
||||
{required: true, message: "请选择计划标准发布日期", trigger: "change"}
|
||||
],
|
||||
// FSDName: [
|
||||
// { required: true, validator: validateFsOnlineFile, trigger: 'blur' }
|
||||
// ],
|
||||
FSDName: [
|
||||
{ required: true, validator: validateFsOnlineFile, trigger: 'blur' }
|
||||
],
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
@@ -3270,6 +3270,16 @@ export default {
|
||||
this.form.CYBZ = processForm.CYBZ
|
||||
this.form.YYBZ = processForm.YYBZ
|
||||
this.form.XCSJBUSS = processForm.XCSJBUSS
|
||||
this.form.FBGBUSSName = processForm.attrInfoCaseMap.fbgbussName
|
||||
this.form.FBGBUSS = processForm.attrInfoCaseMap.fbgbuss
|
||||
this.form.BZSMBUSSName = processForm.attrInfoCaseMap.bzsmbussName
|
||||
this.form.BZSMBUSS = processForm.attrInfoCaseMap.bzsmbuss
|
||||
this.form.LSBBBUSSName = processForm.attrInfoCaseMap.lsbbbussName
|
||||
this.form.LSBBBUSS = processForm.attrInfoCaseMap.lsbbbuss
|
||||
this.form.QTWJBUSSName = processForm.attrInfoCaseMap.qtwjbussName
|
||||
this.form.QTWJBUSS = processForm.attrInfoCaseMap.qtwjbuss
|
||||
this.form.GLWJBUSSName = processForm.attrInfoCaseMap.glwjbussName
|
||||
this.form.GLWJBUSS = processForm.attrInfoCaseMap.glwjbuss
|
||||
this.FBGBUSSFileList=this.assemble(processForm.attrInfoCaseMap.fbgbuss,processForm.attrInfoCaseMap.fbgbussName);
|
||||
this.BZSMBUSSFileList=this.assemble(processForm.attrInfoCaseMap.bzsmbuss,processForm.attrInfoCaseMap.bzsmbussName);
|
||||
this.LSBBBUSSFileList=this.assemble(processForm.attrInfoCaseMap.lsbbbuss,processForm.attrInfoCaseMap.lsbbbussName);
|
||||
|
||||
Reference in New Issue
Block a user