From db2e3c739eef26e186a5342197162778789acbb8 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期四, 07 九月 2023 17:57:39 +0800
Subject: [PATCH] 设备维护,标准Bom

---
 src/components/view/laboratoryManagement.vue |  306 +++++++++++++++++++++++++-------------------------
 1 files changed, 152 insertions(+), 154 deletions(-)

diff --git a/src/components/view/laboratoryManagement.vue b/src/components/view/laboratoryManagement.vue
index 2f2ac7e..55d2727 100644
--- a/src/components/view/laboratoryManagement.vue
+++ b/src/components/view/laboratoryManagement.vue
@@ -49,19 +49,16 @@
             </el-row>
             <el-row>
               <el-col :span="12">
-                <el-form-item label="鐖剁骇鍒嗙被">
+                <el-form-item label="璁惧缁�" prop="name">
                   <el-select
-                    v-model="value"
-                    @blur="productSelect"
-                    filterable
-                    allow-create
-                    placeholder="璇烽�夋嫨鐖剁骇鍒嗙被"
+                    v-model="ruleForm.equr"
+                    placeholder="璇烽�夋嫨璁惧缁�"
                   >
                     <el-option
-                      v-for="list in parentClassificationList"
-                      :key="list.index"
-                      :label="list.father"
-                      :value="list.father"
+                      v-for="list in equip"
+                      :key="list"
+                      :label="list"
+                      :value="list"
                     >
                     </el-option>
                   </el-select>
@@ -153,38 +150,7 @@
                 </el-form-item>
               </el-col>
             </el-row>
-            <el-row>
-              <el-col :span="12">
-                <el-form-item label="妫�娴嬮」鐩�" prop="rawInsProductId" required>
-                  <el-select
-                    v-model="ruleForm.rawInsProductId"
-                    placeholder="璇烽�夋嫨妫�娴嬮」鐩�"
-                  >
-                    <el-option
-                      v-for="item in inspectionList"
-                      :key="item.index"
-                      :label="item.name"
-                      :value="item.id"
-                    >
-                    </el-option>
-                  </el-select>
-                </el-form-item>
-              </el-col>
-              <el-col :span="12">
-                <el-form-item label="妫�娴嬫牱鍝�" required>
-                  <el-form-item>
-                    <el-input
-                      placeholder="妫�娴嬫牱鍝�"
-                      :disabled="true"
-                      style="width: 206px"
-                      v-model="showCodeNameModel.name"
-                    >
-                    </el-input>
-                  </el-form-item>
-                </el-form-item>
-              </el-col>
-            </el-row>
-            <el-row>
+            <!-- <el-row>
               <el-col :span="12">
                 <el-form-item label="瑙勬牸鍨嬪彿">
                   <el-input
@@ -196,18 +162,8 @@
                   </el-input>
                 </el-form-item>
               </el-col>
-              <el-col :span="12">
-                <el-form-item label="妫�娴嬩汉">
-                  <el-input
-                    placeholder="妫�娴嬩汉"
-                    :disabled="true"
-                    style="width: 206px"
-                    v-model="showCodeNameModel.user_name"
-                  >
-                  </el-input>
-                </el-form-item>
-              </el-col>
-            </el-row>
+
+            </el-row> -->
           </el-form>
           <span slot="footer" class="dialog-footer">
             <el-button @click="dialogVisible = false">鍙� 娑�</el-button>
@@ -228,14 +184,11 @@
         <el-radio-group
           class="ai-tab-change"
           style="width: 270px; margin-top: 5px"
-          v-model="radio1"
+          v-model="equipment"
+          @input="RadioChange"
         >
-          <el-radio-button size="small" label="true">
-            <div>鐢熶骇璁惧</div>
-          </el-radio-button>
-          <el-radio-button size="small" label="false">
-            <div>妫�娴嬭澶�</div>
-          </el-radio-button>
+        <el-radio-button  label="1">鐢熶骇璁惧</el-radio-button>
+        <el-radio-button  label="2">妫�楠岃澶�</el-radio-button>
         </el-radio-group>
         <el-input
           class="frame_input"
@@ -269,7 +222,7 @@
                   }`
                 "
               ></i>
-              {{ data.name }}</span
+              {{ data.father }}</span
             >
             <el-button type="text" size="mini" @click.stop="remove(node, data)">
               <i class="el-icon-delete"></i>
@@ -365,9 +318,9 @@
             </el-table-column>
             <el-table-column prop="name" label="浠櫒璁惧鍚嶇О" width="125">
             </el-table-column>
-            <el-table-column prop="keeper" label="淇濈浜�"> </el-table-column>
+            <el-table-column prop="userName" label="淇濈浜�"> </el-table-column>
             <el-table-column
-              prop="end_measure"
+              prop="DATE_FORMAT(end_measure, '%Y-%m-%d')"
               label="璁¢噺鎴嚦鏈夋晥鏈�"
               width="147"
             >
@@ -414,15 +367,15 @@
               :show-overflow-tooltip="true"
             >
             </el-table-column>
-            <el-table-column prop="inspectProject" label="妫�娴嬮」鐩�">
+            <!-- <el-table-column prop="inspectProject" label="妫�娴嬮」鐩�">
             </el-table-column>
             <el-table-column prop="testSample" label="妫�楠屾牱鍝�">
             </el-table-column>
-            <el-table-column prop="user_name" label="妫�娴嬩汉"> </el-table-column>
+            <el-table-column prop="user_name" label="妫�娴嬩汉"> </el-table-column> -->
             <el-table-column prop="name" label="鎿嶄綔">
               <template v-slot="scope">
                 <el-button
-                  @click="handleClick(scope.$index, tableData, scope.row)"
+                  @click="handleClick(scope.row)"
                   type="text"
                   size="small"
                   >鍒犻櫎</el-button
@@ -455,6 +408,8 @@
       staue_value: "", // 涓婚〉琛ㄦ牸涓婃柟鐨勭姸鎬侀�夋嫨
       // BOM鏍戞暟鎹粨鏋�
       towTree: [],
+      equipment: '',
+      equip:'',
       ruleForm: {
         // 鏂板浠櫒琛ㄥ崟
         code: "",
@@ -465,8 +420,14 @@
         keeper: "",
         name: "",
         rawInsProductId: "",
-        type: ""
+        type: "",
+        treedata:{
+            father:'璁惧缁�1',
+        },
+        equr:1,
       },
+      delete:{},
+      equip:[],
       rules: {
         name: [
           { required: true, message: "璇疯緭鍏ヤ华鍣ㄨ澶囩紪鍙�", trigger: "blur" },
@@ -505,6 +466,22 @@
     };
   },
   methods: {
+    selectDevice() {//鍙宠竟鏁版嵁
+      console.log(this.$api.url.selectDevice);
+      this.$axios.get(this.$api.url.selectDevice,{
+        params:{
+          father:this.treedata.father,
+          type:this.equip,
+        }
+      }).then(res =>{
+        console.log(res);
+        this.tableData = res.data
+      }, {
+				headers: {
+                		"Content-Type": "application/json"
+              		}
+      })
+    },
     // 鍔ㄦ�佹帶鍒跺睍寮�涓庢敹璧峰拰鍒囨崲瀵瑰簲鍥炬爣
     isC() {
       this.isCollapse = !this.isCollapse;
@@ -517,25 +494,27 @@
       }
     },
     submitForm() {
-      this.$refs.ruleForm.validate(valid => {
-        if (valid) {
-          this.ruleForm.father = this.value;
-          this.$axios
-            .post(this.$api.url.addDeviceInstrument, this.ruleForm, {
-              headers: {
-                "Content-Type": "application/json"
-              }
-            })
-            .then(res => {
-              this.keeperList = res.data;
-              // 鎴愬姛鍏抽棴鏂板寮瑰嚭妗�
-              this.dialogVisible = false;
-            });
-        } else {
-          console.log("error submit!!");
-          return false;
-        }
-      });
+      // this.$refs.ruleForm.validate(valid => {
+      //   if (valid) {
+      //     this.ruleForm.father = this.value;
+      //     this.$axios
+      //       .post(this.$api.url.addDeviceInstrument, this.ruleForm, {
+      //         headers: {
+      //           "Content-Type": "application/json"
+      //         }
+      //       })
+      //       .then(res => {
+      //         this.keeperList = res.data;
+      //         // 鎴愬姛鍏抽棴鏂板寮瑰嚭妗�
+      //         this.dialogVisible = false;
+      //       });
+      //   } else {
+      //     console.log("error submit!!");
+      //     return false;
+      //   }
+      // });
+      this.addApi()
+      this.dialogVisible = false;
     },
     handleClose(done) {
       this.$confirm("纭鍏抽棴锛�")
@@ -549,31 +528,52 @@
       this.$axios.get(this.$api.url.addDeviceKeeper).then(res => {
         this.keeperList = res.data;
       });
-      this.$axios.get(this.$api.url.addDeviceInspectDownBox).then(res => {
-        this.inspectionList = res.data;
-      });
-      this.$axios.get(this.$api.url.addDeviceParentClassification).then(res => {
-        this.parentClassificationList = res.data;
-      });
+      this.listgroup()
+    },
+    listgroup() {
+        this.$axios.get(this.$api.url.listgroup).then(res =>{
+            this.equip = res.data
+        })
+    },
+    RadioChange(val){
+      console.log(val);
+        this.equip = val
+        this.twoTreeApi()
     },
     twoTreeApi() {
-      this.$axios.get(this.$api.url.towTree).then(res => {
-        let list = res.data;
-        list.forEach(i => {
-          if (i.name === undefined) {
-            i.name = i.children[0].name;
-            i.id = i.children[0].id;
-            i.children = undefined;
-          }
-        });
+      this.$axios.get(this.$api.url.towTree,{
+        params:{
+            type:this.equip
+        }
+      }).then(res => {
+        // let list = res.data;
+        // list.forEach(i => {
+        //   if (i.name === undefined) {
+        //     i.name = i.children[0].name;
+        //     i.id = i.children[0].id;
+        //     i.children = undefined;
+        //   }
+        // });
         this.towTree = res.data;
       });
     },
-    tableDataApi() {
-      this.$axios.get(this.$api.url.tableDeviceList).then(res => {
-        this.tableData = res.data;
-      });
+    addApi() {
+      this.$axios.post(this.$api.url.addApi,{
+        code:this.ruleForm.code,
+        deviceStatus:this.ruleForm.deviceStatus,
+        endMeasure:this.ruleForm.endMeasure,
+        factory:this.ruleForm.factory,
+        father:this.ruleForm.equr,
+        keeper:this.ruleForm.keeper,
+        name:this.ruleForm.name,
+        type:this.ruleForm.type,
+      }, {headers: {"Content-Type": "application/json"}})
     },
+    // tableDataApi() {
+    //   this.$axios.get(this.$api.url.tableDeviceList).then(res => {
+    //     this.tableData = res.data;
+    //   });
+    // },
     reset() {
       this.tableDataApi();
       this.radio1 = "true";
@@ -581,21 +581,9 @@
       this.staue_value = "";
     },
     handleNodeClick(data) {
-      if (data.id === undefined) {
-        this.$axios
-          .get(this.$api.url.tableDeviceList, {
-            params: { fatherName: data.name }
-          })
-          .then(res => {
-            this.tableData = res.data;
-          });
-      } else if (data.id !== undefined) {
-        this.$axios
-          .get(this.$api.url.tableDeviceList, { params: { deviceId: data.id } })
-          .then(res => {
-            this.tableData = res.data;
-          });
-      }
+      console.log(data);
+        this.treedata = data
+        this.selectDevice()
     },
     handlerDeptList() {
       this.towTree = [];
@@ -631,28 +619,37 @@
           });
       }
     },
-    handleClick(index, datas, row) {
-      this.$confirm("姝ゆ搷浣滃皢姘镐箙鍒犻櫎璇ヨ澶�, 鏄惁缁х画?", "鎻愮ず", {
-        confirmButtonText: "纭畾",
-        cancelButtonText: "鍙栨秷",
-        type: "warning"
-      }).then(() => {
-        this.$axios
-          .delete(this.$api.url.deleteDevice, { params: { deviceId: row.id } })
-          .then(res => {
-            this.$message({
-              message: res.message,
-              type: "success"
-            });
-            datas.splice(index, 1);
-          })
-          .catch(err => {
-            this.$message({
-              message: err.message,
-              type: "warning"
-            });
-          });
-      });
+    delDeviceById() {
+      this.$axios.post(this.$api.url.delDeviceById,{
+          id:this.delete.id
+      })
+    },
+    handleClick(row) {
+      console.log(row);
+        this.delete = row
+        this.delDeviceById()
+        this.selectDevice()
+      // this.$confirm("姝ゆ搷浣滃皢姘镐箙鍒犻櫎璇ヨ澶�, 鏄惁缁х画?", "鎻愮ず", {
+      //   confirmButtonText: "纭畾",
+      //   cancelButtonText: "鍙栨秷",
+      //   type: "warning"
+      // }).then(() => {
+      //   this.$axios
+      //     .delete(this.$api.url.deleteDevice, { params: { deviceId: row.id } })
+      //     .then(res => {
+      //       this.$message({
+      //         message: res.message,
+      //         type: "success"
+      //       });
+      //       datas.splice(index, 1);
+      //     })
+      //     .catch(err => {
+      //       this.$message({
+      //         message: err.message,
+      //         type: "warning"
+      //       });
+      //     });
+      // });
     },
     remove(node, data) {
       this.$confirm("姝ゆ搷浣滃皢姘镐箙鍒犻櫎璇ヨ澶�, 鏄惁缁х画?", "鎻愮ず", {
@@ -728,6 +725,7 @@
     this.twoTreeApi();
     // 鍒濆鍖栬皟鐢ㄨ〃鏍兼暟鎹�
     this.tableDataApi();
+    this.selectDevice()//鍙宠竟
   },
   watch: {
     "ruleForm.rawInsProductId": {
@@ -744,17 +742,17 @@
         }
       }
     },
-    dialogVisible: {
-      handler: function(newVal, oldVal) {
-        if (newVal) {
-          // 鎴愬姛娓呯┖杈撳叆鍐呭
-          this.ruleForm = {};
-          this.value = "";
-          this.showCodeNameModel = {};
-          this.$refs.ruleForm.resetFields();
-        }
-      }
-    },
+    // dialogVisible: {
+    //   handler: function(newVal, oldVal) {
+    //     if (newVal) {
+    //       // 鎴愬姛娓呯┖杈撳叆鍐呭
+    //       this.ruleForm = {};
+    //       this.value = "";
+    //       this.showCodeNameModel = {};
+    //       this.$refs.ruleForm.resetFields();
+    //     }
+    //   }
+    // },
     radio1: {
       handler: function(newVal, oldVal) {
         this.towTree = [];

--
Gitblit v1.9.3