|
@@ -313,7 +313,12 @@
|
|
|
</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-input :disabled="!~[2].indexOf(userType)" v-model="step3Form.pubTemplateId7" autocomplete="off" placeholder="请输入抢单新单通知"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6">
|
|
|
+ <el-form-item label="配件到货通知" prop="pubTemplateId8">
|
|
|
+ <el-input :disabled="!~[2].indexOf(userType)" v-model="step3Form.pubTemplateId8" autocomplete="off" placeholder="请输入配件到货通知"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -566,6 +571,7 @@ export default {
|
|
|
pubTemplateId5:'',
|
|
|
pubTemplateId6:'',
|
|
|
pubTemplateId7:'',
|
|
|
+ pubTemplateId8:'',
|
|
|
},
|
|
|
step3FormRules: {
|
|
|
|
|
@@ -669,6 +675,7 @@ export default {
|
|
|
this.step3Form.pubTemplateId5 = res.data.pubTemplateId5;
|
|
|
this.step3Form.pubTemplateId6 = res.data.pubTemplateId6;
|
|
|
this.step3Form.pubTemplateId7 = res.data.pubTemplateId7;
|
|
|
+ this.step3Form.pubTemplateId8 = res.data.pubTemplateId8;
|
|
|
|
|
|
this.companyWechatId = res.data.companyWechatId;
|
|
|
|
|
@@ -854,6 +861,7 @@ export default {
|
|
|
pubTemplateId5: this.step3Form.pubTemplateId5,
|
|
|
pubTemplateId6: this.step3Form.pubTemplateId6,
|
|
|
pubTemplateId7: this.step3Form.pubTemplateId7,
|
|
|
+ pubTemplateId8: this.step3Form.pubTemplateId8,
|
|
|
|
|
|
companyWechatId: this.companyWechatId
|
|
|
}
|