From a01a0b502447a0ca0a45f1849cde4f0bed1ef1f8 Mon Sep 17 00:00:00 2001
From: houjie <714924425@qq.com>
Date: 星期六, 19 八月 2023 18:03:34 +0800
Subject: [PATCH] 备品备件:调整  部门

---
 src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue |   49 +++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 47 insertions(+), 2 deletions(-)

diff --git a/src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue b/src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue
index 6d799f3..b4b0363 100644
--- a/src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue
+++ b/src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue
@@ -18,10 +18,18 @@
                 v-model='model.departId'
                 dictCode="sys_depart,depart_name,id,del_flag!='1'"
               />-->
-              <a-select
+<!--              <a-select
                 :placeholder="'璇烽�夋嫨棰嗙敤閮ㄩ棬'"
                 :options="this.departs"
                 style="width: 100%"
+                v-model='model.departId'
+              />-->
+              <a-tree-select
+                style="width: 100%"
+                :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }"
+                :tree-data="treeData"
+                placeholder="璇烽�夋嫨棰嗙敤閮ㄩ棬"
+                tree-default-expand-all
                 v-model='model.departId'
               />
             </a-form-model-item>
@@ -56,6 +64,8 @@
         <j-vxe-table
           keep-source
           :ref='refKeys[0]'
+          :bordered='bordered'
+          :alwaysEdit='true'
           :loading='sparesScrapDetailTable.loading'
           :columns='sparesScrapDetailTable.columns'
           :dataSource='sparesScrapDetailTable.dataSource'
@@ -95,7 +105,9 @@
   },
   data() {
     return {
+      treeData:[],
       departs:[],
+      bordered:true,
       labelCol: {
         xs: { span: 24 },
         sm: { span: 5 }
@@ -137,6 +149,7 @@
             key: 'spareNum',
             fixed: 'left',
             type: JVXETypes.normal,
+            align:'center',
             width: '150px',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: ''
@@ -144,6 +157,7 @@
           {
             title: '澶囦欢鍚嶇О',
             key: 'spareName',
+            align:'center',
             type: JVXETypes.normal,
             fixed: 'left',
             width: '150px',
@@ -153,6 +167,7 @@
           {
             title: '鍨嬪彿',
             key: 'model',
+            align:'center',
             type: JVXETypes.normal,
             width: '150px',
             placeholder: '璇疯緭鍏�${title}',
@@ -162,6 +177,7 @@
             title: '瑙勬牸',
             key: 'specification',
             type: JVXETypes.normal,
+            align:'center',
             width: '150px',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: ''
@@ -171,6 +187,7 @@
             key: 'batchNum',
             type: JVXETypes.normal,
             width: '200px',
+            align:'center',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: ''
           },
@@ -178,6 +195,7 @@
             title: '鍒堕�犲晢',
             key: 'constructorName',
             type: JVXETypes.normal,
+            align:'center',
             width: '200px',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: ''
@@ -186,6 +204,7 @@
             title: '鍑哄巶鏃ユ湡',
             key: 'manufactureDate',
             type: JVXETypes.normal,
+            align:'center',
             width: '200px',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: ''
@@ -195,6 +214,7 @@
             title: '鏈夋晥鏃ユ湡',
             key: 'validityPeriod',
             type: JVXETypes.normal,
+            align:'center',
             width: '200px',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: ''
@@ -204,6 +224,7 @@
             key: 'scrapReason',
             type: JVXETypes.textarea,
             width: '200px',
+            align:'center',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: '',
             validateRules: [
@@ -218,6 +239,7 @@
             key: 'mainUnitIdName',
             type: JVXETypes.normal,
             width: '200px',
+            align:'center',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: ''
           },
@@ -225,6 +247,7 @@
             title: '涓诲崟浣�',
             key: 'mainUnitId',
             type: JVXETypes.hidden,
+            align:'center',
             width: '200px',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: ''
@@ -233,6 +256,7 @@
             title: '杈呭崟浣�',
             key: 'auxiliaryUnitIdName',
             type: JVXETypes.normal,
+            align:'center',
             width: '200px',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: ''
@@ -240,6 +264,7 @@
           {
             title: '杈呭崟浣�',
             key: 'auxiliaryUnitId',
+            align:'center',
             type: JVXETypes.hidden,
             width: '200px',
             placeholder: '璇疯緭鍏�${title}',
@@ -248,6 +273,7 @@
           {
             title: '涓绘暟閲�',
             key: 'mainQuantity',
+            align:'center',
             type: JVXETypes.normal,
             width: '200px',
             placeholder: '璇疯緭鍏�${title}',
@@ -258,6 +284,7 @@
             title: '杈呮暟閲�',
             key: 'auxiliaryQuantity',
             type: JVXETypes.normal,
+            align:'center',
             width: '200px',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: ''
@@ -266,6 +293,7 @@
             title: '澶囦欢id',
             key: 'sparePartId',
             type: JVXETypes.hidden,
+            align:'center',
             width: '200px',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: ''
@@ -275,12 +303,14 @@
             key: 'sparePartInventoryId',
             type: JVXETypes.hidden,
             width: '200px',
+            align:'center',
             placeholder: '璇疯緭鍏�${title}',
             defaultValue: ''
           },
           {
             title: '鎶ュ簾涓绘暟閲�',
             key: 'scrapMainQuantity',
+            align:'center',
             type: JVXETypes.inputNumber,
             width: '200px',
             placeholder: '璇疯緭鍏�${title}',
@@ -316,6 +346,7 @@
           },
           {
             title: '鎶ュ簾杈呮暟閲�',
+            align:'center',
             key: 'scrapAuxiliaryQuantity',
             type: JVXETypes.normal,
             width: '200px',
@@ -324,6 +355,7 @@
           },
           {
             title: '搴撳尯',
+            align:'center',
             key: 'warehouseAreaIdName',
             type: JVXETypes.normal,
             width: '200px',
@@ -332,6 +364,7 @@
           },
           {
             title: '搴撳尯id',
+            align:'center',
             key: 'warehouseAreaId',
             type: JVXETypes.hidden,
             width: '200px',
@@ -340,6 +373,7 @@
           },
           {
             title: '搴撲綅',
+            align:'center',
             key: 'warehouseLocationIdName',
             type: JVXETypes.normal,
             width: '200px',
@@ -348,6 +382,7 @@
           },
           {
             title: '搴撲綅id',
+            align:'center',
             key: 'warehouseLocationId',
             type: JVXETypes.hidden,
             width: '200px',
@@ -360,6 +395,7 @@
         add: '/spare/sparePartScrap/add',
         edit: '/spare/sparePartScrap/edit',
         getSysDeparts: "/eam/equipment/getSysDeparts",
+        loadOptions: '/sys/sysDepart/loadDepartTreeOptions',
         queryById: '/spare/sparePartScrap/queryById',
         sparesScrapDetail: {
           list: '/spare/sparePartScrap/querySparesScrapDetailByMainId'
@@ -388,9 +424,18 @@
     })
   },
   created() {
-    this.getSysDeparts()
+    this.initOptions()
   },
   methods: {
+    initOptions() {
+      getAction(this.url.loadOptions).then(res => {
+        if (res.success) {
+          this.treeData = res.result
+        } else {
+          this.$message.warning(res.message)
+        }
+      })
+    },
     getSysDeparts() {
       getAction(this.url.getSysDeparts).then((res) => {
         if (res.success) {

--
Gitblit v1.9.3