|
@@ -239,6 +239,9 @@
|
|
|
<el-form-item label="维保费用申请" prop="pubTemplateId5">
|
|
|
<el-input v-model="step3Form.pubTemplateId5" autocomplete="off" placeholder="请输入维保的费用申请"></el-input>
|
|
|
</el-form-item>
|
|
|
+ <el-form-item label="安维费用发放通知" prop="pubTemplateId6">
|
|
|
+ <el-input v-model="step3Form.pubTemplateId6" autocomplete="off" placeholder="请输入安维费用发放通知"></el-input>
|
|
|
+ </el-form-item>
|
|
|
|
|
|
|
|
|
</el-card>
|
|
@@ -481,6 +484,7 @@ export default {
|
|
|
pubTemplateId3:'',
|
|
|
pubTemplateId4:'',
|
|
|
pubTemplateId5:'',
|
|
|
+ pubTemplateId6:'',
|
|
|
},
|
|
|
step3FormRules: {
|
|
|
enterpriseId: [
|
|
@@ -589,6 +593,7 @@ export default {
|
|
|
this.step3Form.pubTemplateId3 = res.data.pubTemplateId3;
|
|
|
this.step3Form.pubTemplateId4 = res.data.pubTemplateId4;
|
|
|
this.step3Form.pubTemplateId5 = res.data.pubTemplateId5;
|
|
|
+ this.step3Form.pubTemplateId6 = res.data.pubTemplateId6;
|
|
|
|
|
|
this.companyWechatId = res.data.companyWechatId;
|
|
|
|
|
@@ -768,6 +773,7 @@ export default {
|
|
|
pubTemplateId3: this.step3Form.pubTemplateId3,
|
|
|
pubTemplateId4: this.step3Form.pubTemplateId4,
|
|
|
pubTemplateId5: this.step3Form.pubTemplateId5,
|
|
|
+ pubTemplateId6: this.step3Form.pubTemplateId6,
|
|
|
|
|
|
companyWechatId: this.companyWechatId
|
|
|
}
|