ソースを参照

去除知识库类型

seimin 1 年間 前
コミット
0af881e982
共有2 個のファイルを変更した15 個の追加15 個の削除を含む
  1. 7 7
      src/views/processing.vue
  2. 8 8
      src/views/summaryOrder.vue

+ 7 - 7
src/views/processing.vue

@@ -216,11 +216,11 @@
216
                     :field="fields[4]"
216
                     :field="fields[4]"
217
                     v-if="order == 1 && isShowDes"
217
                     v-if="order == 1 && isShowDes"
218
                   ></cube-form-item>
218
                   ></cube-form-item>
219
-                  <cube-form-item
219
+                  <!--<cube-form-item
220
                     :field="fields[5]"
220
                     :field="fields[5]"
221
                     class="btn_plcaeholde"
221
                     class="btn_plcaeholde"
222
                     v-if="order == 1 && !!model.knowledge"
222
                     v-if="order == 1 && !!model.knowledge"
223
-                  ></cube-form-item>
223
+                  ></cube-form-item>-->
224
                   <cube-form-item
224
                   <cube-form-item
225
                     :field="fields[14]"
225
                     :field="fields[14]"
226
                     v-if="order == 1"
226
                     v-if="order == 1"
@@ -1609,11 +1609,11 @@ export default {
1609
         that.modelData.incident.closecode = { id: that.model.closecode };
1609
         that.modelData.incident.closecode = { id: that.model.closecode };
1610
         that.modelData.incident.description = that.model.description;
1610
         that.modelData.incident.description = that.model.description;
1611
         that.modelData.isSolution = that.model.knowledge;
1611
         that.modelData.isSolution = that.model.knowledge;
1612
-        that.modelData.bpm_activiti = {
1613
-          solutionType: {
1614
-            id: solutionType[solutionType.length - 1]
1615
-          }
1616
-        };
1612
+        // that.modelData.bpm_activiti = {
1613
+        //   solutionType: {
1614
+        //     id: solutionType[solutionType.length - 1]
1615
+        //   }
1616
+        // };
1617
         // 协同
1617
         // 协同
1618
         that.modelData.incident.synergeticReason = that.model.synergeticReason;
1618
         that.modelData.incident.synergeticReason = that.model.synergeticReason;
1619
         delete that.modelData.isupreason;
1619
         delete that.modelData.isupreason;

+ 8 - 8
src/views/summaryOrder.vue

@@ -61,7 +61,7 @@
61
                     </cube-form-item>
61
                     </cube-form-item>
62
 
62
 
63
                     <cube-form-item :field="fields[4]" v-if="isShowDes"></cube-form-item>
63
                     <cube-form-item :field="fields[4]" v-if="isShowDes"></cube-form-item>
64
-                    <cube-form-item :field="fields[5]" class="btn_plcaeholde" v-if="!!model.knowledge"></cube-form-item>
64
+                    <!-- <cube-form-item :field="fields[5]" class="btn_plcaeholde" v-if="!!model.knowledge"></cube-form-item> -->
65
                   </cube-form-group>
65
                   </cube-form-group>
66
                 </cube-form>
66
                 </cube-form>
67
               </div>
67
               </div>
@@ -1111,13 +1111,13 @@ export default {
1111
           this.modelData.incident.category = {id: this.model.category.slice(-1)[0]}
1111
           this.modelData.incident.category = {id: this.model.category.slice(-1)[0]}
1112
           this.modelData.isSolution = this.model.knowledge;
1112
           this.modelData.isSolution = this.model.knowledge;
1113
           this.modelData.incident.handleDescription = this.model.handleDescription;
1113
           this.modelData.incident.handleDescription = this.model.handleDescription;
1114
-          if(this.modelData.isSolution){
1115
-            this.modelData.bpm_activiti = {
1116
-              solutionType: {
1117
-                id: this.model.solutionType[this.model.solutionType.length - 1]
1118
-              }
1119
-            };
1120
-          }
1114
+          // if(this.modelData.isSolution){
1115
+          //   this.modelData.bpm_activiti = {
1116
+          //     solutionType: {
1117
+          //       id: this.model.solutionType[this.model.solutionType.length - 1]
1118
+          //     }
1119
+          //   };
1120
+          // }
1121
           this.modelData.loginUser= this.loginUser;
1121
           this.modelData.loginUser= this.loginUser;
1122
           console.log(this.modelData, this.model);
1122
           console.log(this.modelData, this.model);
1123
           this.$http
1123
           this.$http