|
@@ -286,6 +286,11 @@
|
|
<el-input :disabled="!~[2].indexOf(userType)" v-model="step3Form.pubTemplateId6" autocomplete="off" placeholder="请输入安维费用发放通知"></el-input>
|
|
<el-input :disabled="!~[2].indexOf(userType)" v-model="step3Form.pubTemplateId6" autocomplete="off" placeholder="请输入安维费用发放通知"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <el-col :span="6">
|
|
|
|
+ <el-form-item label="抢单新单通知" prop="pubTemplateId7">
|
|
|
|
+ <el-input :disabled="!~[2].indexOf(userType)" v-model="step3Form.pubTemplateId7" autocomplete="off" placeholder="请输入安维费用发放通知"></el-input>
|
|
|
|
+ </el-form-item>
|
|
|
|
+ </el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</el-form>
|
|
</el-form>
|
|
</el-card>
|
|
</el-card>
|
|
@@ -531,6 +536,7 @@ export default {
|
|
pubTemplateId4:'',
|
|
pubTemplateId4:'',
|
|
pubTemplateId5:'',
|
|
pubTemplateId5:'',
|
|
pubTemplateId6:'',
|
|
pubTemplateId6:'',
|
|
|
|
+ pubTemplateId7:'',
|
|
},
|
|
},
|
|
step3FormRules: {
|
|
step3FormRules: {
|
|
|
|
|
|
@@ -632,6 +638,7 @@ export default {
|
|
this.step3Form.pubTemplateId4 = res.data.pubTemplateId4;
|
|
this.step3Form.pubTemplateId4 = res.data.pubTemplateId4;
|
|
this.step3Form.pubTemplateId5 = res.data.pubTemplateId5;
|
|
this.step3Form.pubTemplateId5 = res.data.pubTemplateId5;
|
|
this.step3Form.pubTemplateId6 = res.data.pubTemplateId6;
|
|
this.step3Form.pubTemplateId6 = res.data.pubTemplateId6;
|
|
|
|
+ this.step3Form.pubTemplateId7 = res.data.pubTemplateId7;
|
|
|
|
|
|
this.companyWechatId = res.data.companyWechatId;
|
|
this.companyWechatId = res.data.companyWechatId;
|
|
|
|
|
|
@@ -815,6 +822,7 @@ export default {
|
|
pubTemplateId4: this.step3Form.pubTemplateId4,
|
|
pubTemplateId4: this.step3Form.pubTemplateId4,
|
|
pubTemplateId5: this.step3Form.pubTemplateId5,
|
|
pubTemplateId5: this.step3Form.pubTemplateId5,
|
|
pubTemplateId6: this.step3Form.pubTemplateId6,
|
|
pubTemplateId6: this.step3Form.pubTemplateId6,
|
|
|
|
+ pubTemplateId7: this.step3Form.pubTemplateId7,
|
|
|
|
|
|
companyWechatId: this.companyWechatId
|
|
companyWechatId: this.companyWechatId
|
|
}
|
|
}
|