hfxc226 2 жил өмнө
parent
commit
ed2591e001

+ 3 - 3
src/views/sb/info/modules/BaseForm.vue

@@ -4,7 +4,7 @@
       <a-col :md="48" :sm="48">
         <span class="table-page-search-submitButtons" style="float: right">
           <a-button type="primary" @click="save()">提交</a-button>
-          <a-button style="margin-left: 8px" @click="handleFresh()">刷新位置</a-button>
+          <!--          <a-button style="margin-left: 8px" @click="handleFresh()">刷新位置</a-button>-->
           <a-button style="margin-left: 8px" @click="handleCancel()">返回</a-button>
         </span>
       </a-col>
@@ -301,7 +301,7 @@
           </a-form-item>
         </a-col>
       </a-row>
-      <a-row class="form-row" :gutter="BaseTool.Constant.row.gutter">
+      <!--      <a-row class="form-row" :gutter="BaseTool.Constant.row.gutter">
         <a-col :lg="12" :md="24" :sm="24">
           <a-form-item
             label="水平位置"
@@ -332,7 +332,7 @@
             <a-button style="width: 30%" type="primary" @click="handlePoint">设置预览</a-button>
           </a-form-item>
         </a-col>
-      </a-row>
+      </a-row>-->
       <a-row class="form-row" :gutter="BaseTool.Constant.row.gutter">
         <a-col :lg="12" :md="24" :sm="24">
           <a-form-item

+ 7 - 7
src/views/sqarepartmanage/sparetype/modules/BaseForm.vue

@@ -56,7 +56,7 @@
           </a-select-option>
         </a-select>
       </a-form-item>
-      <a-form-item
+      <!--      <a-form-item
         label="设备类型"
         :labelCol="BaseTool.Constant.labelCol"
         :wrapperCol="BaseTool.Constant.wrapperCol"
@@ -72,8 +72,8 @@
           placeholder="请选择"
         >
         </a-tree-select>
-      </a-form-item>
-<!--      <a-form-item
+      </a-form-item>-->
+      <!--      <a-form-item
         label="所属型号"
         :labelCol="BaseTool.Constant.labelCol"
         :wrapperCol="BaseTool.Constant.wrapperCol"
@@ -144,12 +144,12 @@ export default {
     this.delFlagMap = this.DictCache.getLabelByValueMapByType(this.DictCache.TYPE.DELFLAG)
   },
   methods: {
-    modelTypeChange (value) {
+    /* modelTypeChange (value) {
       console.log(value)
       querySbInfo({ typeId: value }).then(res => {
         this.modelList = res.data
       })
-    },
+    }, */
     base (record) {
       this.setTree(record)
       this.visible = true
@@ -222,11 +222,11 @@ export default {
       fetchSbTypeTree().then(res => {
         this.sbTypeTreeData = res.data
       })
-      if (record.modelType != null) {
+      /* if (record.modelType != null) {
         querySbInfo({ typeId: record.modelType }).then(res => {
           this.modelList = res.data.rows
         })
-      }
+      } */
     }
 
   }