Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
3e8e807900

+ 8 - 1
src/views/setting/organizationManagement/settledManagement/index.vue

@@ -377,7 +377,12 @@
             </el-col>
             <el-col :span="6">
               <el-form-item label="抢单新单通知" prop="pubTemplateId7">
-                <el-input v-model="step3Form.pubTemplateId7" autocomplete="off" placeholder="请输入安维费用发放通知"></el-input>
+                <el-input 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 v-model="step3Form.pubTemplateId8" autocomplete="off" placeholder="请输入配件到货通知"></el-input>
               </el-form-item>
             </el-col>
           </el-row>
@@ -529,6 +534,7 @@ export default {
         pubTemplateId5:'',
         pubTemplateId6:'',
         pubTemplateId7:'',
+        pubTemplateId8:'',
       },
       step3FormRules: {
       },
@@ -699,6 +705,7 @@ export default {
             pubTemplateId5: this.step3Form.pubTemplateId5,
             pubTemplateId6: this.step3Form.pubTemplateId6,
             pubTemplateId7: this.step3Form.pubTemplateId7,
+            pubTemplateId8: this.step3Form.pubTemplateId8,
           }
           addAccount(params).then(res => {
             this.$successMsg('开通成功');

+ 9 - 1
src/views/setting/organizationManagement/tenantDetails/index.vue

@@ -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
           }