From 4c18dc33c4076c95190ef24632f65f20836553b6 Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期五, 29 十月 2021 15:46:52 +0800
Subject: [PATCH] 加油记录和事故记录

---
 src/views/your/car-manage/carManage.vue            |  144 +--
 src/views/your/addOil-manage/addOilManage.less     |   13 
 src/views/your/accident-manage/accidentManage.vue  |  840 ++++++++++++++++++++++++++
 src/views/your/accident-manage/accidentManage.less |   13 
 src/views/your/addOil-manage/addOilManage.vue      |  849 ++++++++++++++++++++++++++
 src/api/open.js                                    |   33 
 6 files changed, 1,807 insertions(+), 85 deletions(-)

diff --git a/src/api/open.js b/src/api/open.js
index c9f5c1f..569599a 100644
--- a/src/api/open.js
+++ b/src/api/open.js
@@ -52,12 +52,12 @@
     return postRequest('/car/insertOrUpdate', params)
 }
 
-// 娣诲姞杞﹁締淇℃伅
+// 淇敼杞﹁締淇℃伅
 export const editCar = (params) => {
     return postRequest('/car/insertOrUpdate', params)
 }
 
-// 娣诲姞杞﹁締淇℃伅
+// 鍒犻櫎杞﹁締淇℃伅
 export const deleteCar = (params) => {
     return postRequest('/car/delByIds', params)
 }
@@ -67,3 +67,32 @@
     return getRequest('/car/getAll', params)
 }
 
+// 鍒嗛〉鑾峰彇鍔犳补淇℃伅
+export const getAddOilList = (params) => {
+    return getRequest('/addOil/getByPage', params)
+}
+
+//娣诲姞鍔犳补璁板綍
+export const addOil = (params) => {
+    return postRequest('/addOil/insertOrUpdate', params)
+}
+
+// 鍒犻櫎鍔犳补淇℃伅
+export const deleteAddOil = (params) => {
+    return postRequest('/addOil/delByIds', params)
+}
+
+// 鏌ヨ浜嬫晠淇℃伅
+export const getAccident = (params) => {
+    return getRequest('/accident/getByPage', params)
+}
+
+// 娣诲姞浜嬫晠淇℃伅
+export const addAccident = (params) => {
+    return postRequest('/accident/insertOrUpdate', params)
+}
+
+// 鍒犻櫎浜嬫晠淇℃伅
+export const deleteAccident = (params) => {
+    return postRequest('/accident/delByIds', params)
+}
\ No newline at end of file
diff --git a/src/views/your/accident-manage/accidentManage.less b/src/views/your/accident-manage/accidentManage.less
new file mode 100644
index 0000000..789f8db
--- /dev/null
+++ b/src/views/your/accident-manage/accidentManage.less
@@ -0,0 +1,13 @@
+.permModal {
+    .ivu-modal-body {
+        max-height: 560px;
+        overflow: auto;
+    }
+}
+
+.depModal {
+    .ivu-modal-body {
+        max-height: 500px;
+        overflow: auto;
+    }
+}
\ No newline at end of file
diff --git a/src/views/your/accident-manage/accidentManage.vue b/src/views/your/accident-manage/accidentManage.vue
new file mode 100644
index 0000000..6da0203
--- /dev/null
+++ b/src/views/your/accident-manage/accidentManage.vue
@@ -0,0 +1,840 @@
+<style lang="less">
+  @import "@/styles/table-common.less";
+  @import "@/styles/drawer-common.less";
+  @import "./accidentManage.less";
+</style>
+<template>
+  <div class="search">
+    <Card>
+      <Row class="operation">
+        <Button @click="addOil" type="primary" icon="md-add">娣诲姞浜嬫晠璁板綍</Button>
+        <Button @click="delAll" icon="md-trash">鎵归噺鍒犻櫎</Button>
+        <Button @click="init" icon="md-refresh">鍒锋柊</Button>
+        <Button type="dashed" @click="openTip = !openTip">{{
+          openTip ? "鍏抽棴鎻愮ず" : "寮�鍚彁绀�"
+          }}</Button>
+        <Input
+                v-model="searchForm.carNo"
+                suffix="ios-search"
+                @on-change="getDataList"
+                placeholder="杈撳叆杞︾墝鍙锋悳绱�"
+                clearable
+                style="width: 250px"
+        />
+      </Row>
+      <Alert show-icon v-show="openTip">
+        宸查�夋嫨
+        <span class="select-count">{{ selectList.length }}</span> 椤�
+        <a class="select-clear" @click="clearSelectAll">娓呯┖</a>
+      </Alert>
+      <Table
+              :loading="loading"
+              border
+              :columns="columns"
+              :data="data"
+              ref="table"
+              sortable="custom"
+              @on-sort-change="changeSort"
+              @on-selection-change="changeSelect"
+      ></Table>
+      <Row type="flex" justify="end" class="page">
+        <Page
+                :current="searchForm.pageNumber"
+                :total="total"
+                :page-size="searchForm.pageSize"
+                @on-change="changePage"
+                @on-page-size-change="changePageSize"
+                :page-size-opts="[10, 20, 50]"
+                size="small"
+                show-total
+                show-elevator
+                show-sizer
+        ></Page>
+      </Row>
+    </Card>
+
+    <!-- 缂栬緫 -->
+    <Modal
+            :title="modalTitle"
+            v-model="roleModalVisible"
+            :mask-closable="false"
+            :width="500"
+    >
+      <Form
+              ref="accidentForm"
+              :model="accidentForm"
+              :label-width="80"
+              :rules="accidentFormValidate"
+      >
+        <FormItem label="杞﹁締" prop="carId">
+          <Select v-model="accidentForm.carId" filterable>
+            <Option v-for="item in carList" :value="item.id">{{ item.carNo }}</Option>
+          </Select>
+        </FormItem>
+        <Form-item label="浜嬫晠鏃ユ湡" prop="accidentDate">
+          <Row>
+            <Col span="11">
+              <Date-picker @on-change="change1" type="date" value="yyyy-MM-dd" placeholder="閫夋嫨鏃ユ湡" v-model="accidentForm.accidentDate"></Date-picker>
+            </Col>
+          </Row>
+        </Form-item>
+        <FormItem label="瀵规柟鑱旂郴浜�" prop="linker" >
+          <Input v-model="accidentForm.linker"/>
+        </FormItem>
+        <FormItem label="浜嬫晠鎻忚堪" prop="description">
+          <Input v-model="accidentForm.description"/>
+        </FormItem>
+        <FormItem label="浜嬫晠鐓х墖" prop="img">
+          <upload-pic-thumb v-model="accidentForm.img" :multiple="false"></upload-pic-thumb>
+        </FormItem>
+        <FormItem label="璐d换璁ゅ畾" prop="dutySure">
+          <Input v-model="accidentForm.dutySure"/>
+        </FormItem>
+        <FormItem label="瑙e喅鏂规" prop="solve">
+          <Input v-model="accidentForm.solve"/>
+        </FormItem>
+      </Form>
+      <div slot="footer">
+        <Button type="text" @click="carRole">鍙栨秷</Button>
+        <Button type="primary" :loading="submitLoading" @click="submitaccidentManage"
+        >鎻愪氦</Button
+        >
+      </div>
+    </Modal>
+    <!-- 鑿滃崟鏉冮檺 -->
+    <Drawer
+            :title="modalTitle"
+            v-model="permModalVisible"
+            :mask-closable="false"
+            :width="550"
+            draggable
+    >
+      <div :style="{ maxHeight: maxHeight }" class="drawer-content">
+        <div style="position: relative">
+          <Tree
+                  ref="tree"
+                  :data="permData"
+                  show-checkbox
+                  :render="renderContent"
+                  :check-strictly="true"
+          ></Tree>
+          <Spin size="large" fix v-if="treeLoading"></Spin>
+        </div>
+      </div>
+      <div class="drawer-footer br">
+        <Button
+                type="primary"
+                :loading="submitPermLoading"
+                @click="submitPermEdit"
+        >鎻愪氦</Button
+        >
+        <Button @click="selectTreeAll">鍏ㄩ��/鍙嶉��</Button>
+        <Select
+                v-model="openLevel"
+                @on-change="changeOpen"
+                style="width: 110px"
+                transfer
+        >
+          <Option value="0">灞曞紑鎵�鏈�</Option>
+          <Option value="1">鏀跺悎鎵�鏈�</Option>
+          <Option value="2">浠呭睍寮�涓�绾�</Option>
+          <Option value="3">浠呭睍寮�涓ょ骇</Option>
+        </Select>
+        <Button type="text" @click="cancelPermEdit">鍙栨秷</Button>
+      </div>
+    </Drawer>
+    <!-- 鏁版嵁鏉冮檺 -->
+    <Modal
+            :title="modalTitle"
+            v-model="carModalVisible"
+            :mask-closable="false"
+            :width="550"
+            class="depModal"
+    >
+      <Form :label-width="85" ref="removeForm" :model="removeForm">
+        <FormItem label="绉婚櫎鍘熷洜" prop="removeReason">
+          <Input v-model="removeForm.removeReason"/>
+        </FormItem>
+      </Form>
+      <div v-show="dataType == 1" style="margin-top: 15px">
+        <div style="position: relative">
+          <Tree
+                  ref="depTree"
+                  :data="depData"
+                  :load-data="loadData"
+                  @on-toggle-expand="expandCheckDep"
+                  multiple
+                  style="margin-top: 15px"
+          ></Tree>
+          <Spin size="large" fix v-if="depTreeLoading"></Spin>
+        </div>
+      </div>
+      <div slot="footer">
+        <Button type="text" @click="depModalVisible = false">鍙栨秷</Button>
+        <Button
+                type="primary"
+                :loading="submitDepLoading"
+                @click="submitRemove"
+        >鎻愪氦</Button
+        >
+      </div>
+    </Modal>
+  </div>
+</template>
+
+<script>
+  import {
+    getAllPermissionList,
+    setDefaultRole,
+    editRolePerm,
+    initDepartment,
+    loadDepartment,
+    editRoleDep,
+  } from "@/api/index";
+  import {
+    getAll,
+    addAccident,
+    getAccident,
+    deleteAccident,
+    getCarList,
+  } from "@/api/open";
+  import util from "@/libs/util.js";
+  export default {
+    name: "car-manage",
+    data() {
+      return {
+        maxHeight: 510,
+        openTip: true,
+        openLevel: "0",
+        loading: true,
+        treeLoading: true,
+        depTreeLoading: true,
+        submitPermLoading: false,
+        submitDepLoading: false,
+        searchKey: "",
+        sortColumn: "createTime",
+        sortType: "desc",
+        modalType: 0,
+        roleModalVisible: false,
+        carModalVisible: false,
+        permModalVisible: false,
+        depModalVisible: false,
+        modalTitle: "",
+        searchForm: {
+          // 鎼滅储妗嗗垵濮嬪寲瀵硅薄
+          pageNumber: 1, // 褰撳墠椤垫暟
+          pageSize: 10, // 椤甸潰澶у皬
+          sort: "createTime", // 榛樿鎺掑簭瀛楁
+          order: "desc", // 榛樿鎺掑簭鏂瑰紡
+          key: "",
+        },
+        accidentForm: {
+          status : 0
+        },
+        removeForm: {
+          status : 1
+        },
+        accidentFormValidate: {
+          name: [
+            { required: true, message: "瑙掕壊鍚嶇О涓嶈兘涓虹┖", trigger: "change" },
+          ],
+        },
+        submitLoading: false,
+        selectList: [],
+        columns: [
+          {
+            type: "selection",
+            width: 60,
+            align: "center",
+          },
+          {
+            type: "index",
+            width: 60,
+            align: "center",
+          },
+          {
+            title: "杞︾墝鍙�",
+            key: "carNo",
+            width: 100,
+            sortable: true,
+          },
+          {
+            title: "浜嬫晠鏃ユ湡",
+            key: "accidentDate",
+            width: 120,
+            sortable: true,
+          },
+          {
+            title: "瀵规柟鑱旂郴浜�",
+            key: "linker",
+            width:120,
+          },
+          {
+            title: "浜嬫晠鎻忚堪",
+            key: "description",
+            width: 150,
+          },
+          {
+            title: "璐d换璁ゅ畾",
+            key: "dutySure",
+            width:150,
+            sortable: true,
+          },
+          {
+            title: "瑙e喅鏂规",
+            key: "solve",
+            minWidth: 150,
+            sortable: true,
+          },
+          {
+            title: "鎿嶄綔",
+            key: "action",
+            align: "center",
+            fixed: "right",
+            width: 200,
+            render: (h, params) => {
+              return h("div", [
+                h(
+                        "a",
+                        {
+                          on: {
+                            click: () => {
+                              this.edit(params.row);
+                            },
+                          },
+                        },
+                        "缂栬緫"
+                ),
+                h("Divider", {
+                  props: {
+                    type: "vertical",
+                  },
+                }),
+                h(
+                        "a",
+                        {
+                          on: {
+                            click: () => {
+                              this.remove(params.row);
+                            },
+                          },
+                        },
+                        "鍒犻櫎"
+                ),
+              ]);
+            },
+          },
+        ],
+        data: [],
+        total: 0,
+        permData: [],
+        editRolePermId: "",
+        selectAllFlag: false,
+        depData: [],
+        dataType: 0,
+        editDepartments: [],
+        buyYear:'',
+        carList:[]
+      };
+    },
+    methods: {
+      change1(e){
+        this.accidentDate = e;
+      },
+      init() {
+        this.getDataList();
+        // 鑾峰彇鎵�鏈夎彍鍗曟潈闄愭爲
+        this.getPermList();
+      },
+      renderContent(h, { root, node, data }) {
+        let icon = "";
+        if (data.level == 0) {
+          icon = "ios-navigate";
+        } else if (data.level == 1) {
+          icon = "md-list-box";
+        } else if (data.level == 2) {
+          icon = "md-list";
+        } else if (data.level == 3) {
+          icon = "md-radio-button-on";
+        } else {
+          icon = "md-radio-button-off";
+        }
+        return h(
+                "span",
+                {
+                  style: {
+                    display: "inline-block",
+                    cursor: "pointer",
+                  },
+                  on: {
+                    click: () => {
+                      if (data.status == -1) {
+                        return;
+                      }
+                      data.checked = !data.checked;
+                    },
+                  },
+                },
+                [
+                  h("span", [
+                    h("Icon", {
+                      props: {
+                        type: icon,
+                        size: "16",
+                      },
+                      style: {
+                        "margin-right": "8px",
+                        "margin-bottom": "3px",
+                      },
+                    }),
+                    h("span", data.title),
+                  ]),
+                ]
+        );
+      },
+      changePage(v) {
+        this.searchForm.pageNumber = v;
+        this.getDataList();
+        this.clearSelectAll();
+      },
+      changePageSize(v) {
+        this.searchForm.pageSize = v;
+        this.getDataList();
+      },
+      changeSort(e) {
+        this.searchForm.sort = e.key;
+        this.searchForm.order = e.order;
+        if (e.order == "normal") {
+          this.searchForm.order = "";
+        }
+        this.getDataList();
+      },
+      getDataList() {
+        this.loading = true;
+        getAccident(this.searchForm).then((res) => {
+          this.loading = false;
+          if (res.success) {
+            this.data = res.result.records;
+            this.total = res.result.total;
+          }
+        });
+      },
+      getPermList() {
+        this.treeLoading = true;
+        getAllPermissionList().then((res) => {
+          if (res.success) {
+            this.deleteDisableNode(res.result);
+            this.permData = res.result;
+            this.treeLoading = false;
+          }
+          this.treeLoading = false;
+        });
+      },
+      // 閫掑綊鏍囪绂佺敤鑺傜偣
+      deleteDisableNode(permData) {
+        let that = this;
+        permData.forEach(function (e) {
+          if (e.status == -1) {
+            e.title = "[宸茬鐢╙ " + e.title;
+            e.disabled = true;
+          }
+          if (e.children && e.children.length > 0) {
+            that.deleteDisableNode(e.children);
+          }
+        });
+      },
+      carRole() {
+        this.roleModalVisible = false;
+      },
+      submitaccidentManage() {
+        this.accidentForm.accidentDate = this.accidentDate;
+        this.$refs.accidentForm.validate((valid) => {
+          if (valid) {
+            if (this.modalType == 0) {
+              // 娣诲姞
+              this.submitLoading = true;
+              addAccident(this.accidentForm).then((res) => {
+                this.submitLoading = false;
+                if (res.success) {
+                  this.$Message.success("鎿嶄綔鎴愬姛");
+                  this.getDataList();
+                  this.roleModalVisible = false;
+                }
+              });
+            } else {
+              this.submitLoading = true;
+              addAccident(this.accidentForm).then((res) => {
+                this.submitLoading = false;
+                if (res.success) {
+                  this.$Message.success("鎿嶄綔鎴愬姛");
+                  this.getDataList();
+                  this.roleModalVisible = false;
+                }
+              });
+            }
+          }
+        });
+      },
+      submitRemove(){
+        this.$refs.removeForm.validate((valid) => {
+          if (valid) {
+            this.submitLoading = true;
+            addAccident(this.removeForm).then((res) => {
+              this.submitLoading = false;
+              if (res.success) {
+                this.$Message.success("鎿嶄綔鎴愬姛");
+                this.getDataList();
+                this.carModalVisible = false;
+              }
+            });
+          }
+        });
+      },
+      addOil() {
+        this.getAllCar();
+        this.modalType = 0;
+        this.modalTitle = "娣诲姞浜嬫晠璁板綍";
+        this.$refs.accidentForm.resetFields();
+        delete this.accidentForm.id;
+        this.roleModalVisible = true;
+      },
+      edit(v) {
+        this.getAllCar();
+        this.accidentDate = v.accidentDate;
+        this.modalType = 1;
+        this.modalTitle = "缂栬緫浜嬫晠璁板綍";
+        this.$refs.accidentForm.resetFields();
+        // 杞崲null涓�""
+        for (let attr in v) {
+          if (v[attr] == null) {
+            v[attr] = "";
+          }
+        }
+        let str = JSON.stringify(v);
+        let roleInfo = JSON.parse(str);
+
+        this.accidentForm = roleInfo;
+        this.roleModalVisible = true;
+      },
+      removeCar(v) {
+        this.dataType = 0;
+        this.modalTitle = "绉婚櫎杞﹁締";
+        this.$refs.accidentForm.resetFields();
+        // 杞崲null涓�""
+        for (let attr in v) {
+          if (v[attr] == null) {
+            v[attr] = "";
+          }
+        }
+        let str = JSON.stringify(v);
+        let roleInfo = JSON.parse(str);
+        roleInfo.status=1
+        console.log(roleInfo);
+        this.removeForm = roleInfo;
+        this.carModalVisible = true;
+
+      },
+      getAllCar(){
+        getAll().then((res) => {
+          if(res.success){
+            this.carList = res.result;
+            console.log(this.carList);
+          }
+        });
+      },
+      remove(v) {
+        this.$Modal.confirm({
+          title: "纭鍒犻櫎",
+          content: "鎮ㄧ‘璁よ鍒犻櫎鍚� ",
+          loading: true,
+          onOk: () => {
+            deleteAccident({ ids: v.id }).then((res) => {
+              this.$Modal.remove();
+              if (res.success) {
+                this.clearSelectAll();
+                this.$Message.success("鍒犻櫎鎴愬姛");
+                this.getDataList();
+              }
+            });
+          },
+        });
+      },
+      setDefault(v) {
+        this.loading = true;
+        let params = {
+          id: v.id,
+          isDefault: true,
+        };
+        setDefaultRole(params).then((res) => {
+          this.loading = false;
+          if (res.success) {
+            this.$Message.success("鎿嶄綔鎴愬姛");
+            this.getDataList();
+          }
+        });
+      },
+      cancelDefault(v) {
+        this.loading = true;
+        let params = {
+          id: v.id,
+          isDefault: false,
+        };
+        setDefaultRole(params).then((res) => {
+          this.loading = false;
+          if (res.success) {
+            this.$Message.success("鎿嶄綔鎴愬姛");
+            this.getDataList();
+          }
+        });
+      },
+      clearSelectAll() {
+        this.$refs.table.selectAll(false);
+      },
+      changeSelect(e) {
+        this.selectList = e;
+      },
+      delAll() {
+        if (this.selectList.length <= 0) {
+          this.$Message.warning("鎮ㄨ繕鏈�夋嫨瑕佸垹闄ょ殑鏁版嵁");
+          return;
+        }
+        this.$Modal.confirm({
+          title: "纭鍒犻櫎",
+          content: "鎮ㄧ‘璁よ鍒犻櫎鎵�閫夌殑 " + this.selectList.length + " 鏉℃暟鎹�?",
+          loading: true,
+          onOk: () => {
+            let ids = "";
+            this.selectList.forEach(function (e) {
+              ids += e.id + ",";
+            });
+            ids = ids.substring(0, ids.length - 1);
+            deleteCar({ ids: ids }).then((res) => {
+              this.$Modal.remove();
+              if (res.success) {
+                this.$Message.success("鍒犻櫎鎴愬姛");
+                this.clearSelectAll();
+                this.getDataList();
+              }
+            });
+          },
+        });
+      },
+      editPerm(v) {
+        this.editRolePermId = v.id;
+        this.modalTitle = "鍒嗛厤 " + v.name + " 鐨勮彍鍗曟潈闄�";
+        // 鍖归厤鍕鹃��
+        let rolePerms = v.permissions;
+        if (this.treeLoading) {
+          this.$Message.warning("鑿滃崟鏉冮檺鏁版嵁鍔犺浇涓紝璇风◢鍚庣偣鍑绘煡鐪�");
+          return;
+        }
+        // 閫掑綊鍒ゆ柇瀛愯妭鐐�
+        this.checkPermTree(this.permData, rolePerms);
+        this.permModalVisible = true;
+      },
+      // 閫掑綊鍒ゆ柇瀛愯妭鐐�
+      checkPermTree(permData, rolePerms) {
+        let that = this;
+        permData.forEach(function (p) {
+          if (that.hasPerm(p, rolePerms) && p.status != -1) {
+            p.checked = true;
+          } else {
+            p.checked = false;
+          }
+          if (p.children && p.children.length > 0) {
+            that.checkPermTree(p.children, rolePerms);
+          }
+        });
+      },
+      // 鍒ゆ柇瑙掕壊鎷ユ湁鐨勬潈闄愯妭鐐瑰嬀閫�
+      hasPerm(p, rolePerms) {
+        let flag = false;
+        for (let i = 0; i < rolePerms.length; i++) {
+          if (p.id == rolePerms[i].permissionId) {
+            flag = true;
+            break;
+          }
+        }
+        if (flag) {
+          return true;
+        }
+        return false;
+      },
+      // 鍏ㄩ�夊弽閫�
+      selectTreeAll() {
+        this.selectAllFlag = !this.selectAllFlag;
+        let select = this.selectAllFlag;
+        this.selectedTreeAll(this.permData, select);
+      },
+      // 閫掑綊鍏ㄩ�夎妭鐐�
+      selectedTreeAll(permData, select) {
+        let that = this;
+        permData.forEach(function (e) {
+          e.checked = select;
+          if (e.children && e.children.length > 0) {
+            that.selectedTreeAll(e.children, select);
+          }
+        });
+      },
+      submitPermEdit() {
+        this.submitPermLoading = true;
+        let permIds = "";
+        let selectedNodes = this.$refs.tree.getCheckedNodes();
+        selectedNodes.forEach(function (e) {
+          permIds += e.id + ",";
+        });
+        permIds = permIds.substring(0, permIds.length - 1);
+        editRolePerm({
+          roleId: this.editRolePermId,
+          permIds: permIds,
+        }).then((res) => {
+          this.submitPermLoading = false;
+          if (res.success) {
+            this.$Message.success("鎿嶄綔鎴愬姛");
+            // 鏍囪閲嶆柊鑾峰彇鑿滃崟鏁版嵁
+            this.$store.commit("setAdded", false);
+            util.initRouter(this);
+            this.getDataList();
+            this.permModalVisible = false;
+          }
+        });
+      },
+      cancelPermEdit() {
+        this.permModalVisible = false;
+      },
+      loadData(item, callback) {
+        loadDepartment(item.id, { openDataFilter: false }).then((res) => {
+          if (res.success) {
+            res.result.forEach(function (e) {
+              e.selected = false;
+              if (e.isParent) {
+                e.loading = false;
+                e.children = [];
+              }
+              if (e.status == -1) {
+                e.title = "[宸茬鐢╙ " + e.title;
+                e.disabled = true;
+              }
+            });
+            callback(res.result);
+          }
+        });
+      },
+      expandCheckDep(v) {
+        // 鍒ゆ柇灞曞紑瀛愯妭鐐�
+        this.checkDepTree(v.children, this.editDepartments);
+      },
+      // 鍒ゆ柇瀛愯妭鐐�
+      checkDepTree(depData, roleDepIds) {
+        let that = this;
+        depData.forEach(function (p) {
+          if (that.hasDepPerm(p, roleDepIds)) {
+            p.selected = true;
+          } else {
+            p.selected = false;
+          }
+        });
+      },
+      // 鍒ゆ柇瑙掕壊鎷ユ湁鐨勬潈闄愯妭鐐瑰嬀閫�
+      hasDepPerm(p, roleDepIds) {
+        let flag = false;
+        for (let i = 0; i < roleDepIds.length; i++) {
+          if (p.id == roleDepIds[i].departmentId) {
+            flag = true;
+            break;
+          }
+        }
+        if (flag) {
+          return true;
+        }
+        return false;
+      },
+      submitDepEdit() {
+        let depIds = "";
+        if (this.dataType == 1) {
+          let selectedNodes = this.$refs.depTree.getSelectedNodes();
+          selectedNodes.forEach(function (e) {
+            depIds += e.id + ",";
+          });
+          depIds = depIds.substring(0, depIds.length - 1);
+        }
+        this.submitDepLoading = true;
+        editRoleDep({
+          roleId: this.editRolePermId,
+          dataType: this.dataType,
+          depIds: depIds,
+        }).then((res) => {
+          this.submitDepLoading = false;
+          if (res.success) {
+            this.$Message.success("鎿嶄綔鎴愬姛");
+            this.getDataList();
+            this.depModalVisible = false;
+          }
+        });
+      },
+      changeOpen(v) {
+        if (v == "0") {
+          this.permData.forEach((e) => {
+            e.expand = true;
+            if (e.children && e.children.length > 0) {
+              e.children.forEach((c) => {
+                c.expand = true;
+                if (c.children && c.children.length > 0) {
+                  c.children.forEach(function (b) {
+                    b.expand = true;
+                  });
+                }
+              });
+            }
+          });
+        } else if (v == "1") {
+          this.permData.forEach((e) => {
+            e.expand = false;
+            if (e.children && e.children.length > 0) {
+              e.children.forEach((c) => {
+                c.expand = false;
+                if (c.children && c.children.length > 0) {
+                  c.children.forEach(function (b) {
+                    b.expand = false;
+                  });
+                }
+              });
+            }
+          });
+        } else if (v == "2") {
+          this.permData.forEach((e) => {
+            e.expand = true;
+            if (e.children && e.children.length > 0) {
+              e.children.forEach((c) => {
+                c.expand = false;
+                if (c.children && c.children.length > 0) {
+                  c.children.forEach(function (b) {
+                    b.expand = false;
+                  });
+                }
+              });
+            }
+          });
+        } else if (v == "3") {
+          this.permData.forEach((e) => {
+            e.expand = true;
+            if (e.children && e.children.length > 0) {
+              e.children.forEach((c) => {
+                c.expand = true;
+                if (c.children && c.children.length > 0) {
+                  c.children.forEach(function (b) {
+                    b.expand = false;
+                  });
+                }
+              });
+            }
+          });
+        }
+      },
+    },
+    mounted() {
+      this.maxHeight = Number(document.documentElement.clientHeight - 121) + "px";
+      this.init();
+    },
+  };
+</script>
\ No newline at end of file
diff --git a/src/views/your/addOil-manage/addOilManage.less b/src/views/your/addOil-manage/addOilManage.less
new file mode 100644
index 0000000..789f8db
--- /dev/null
+++ b/src/views/your/addOil-manage/addOilManage.less
@@ -0,0 +1,13 @@
+.permModal {
+    .ivu-modal-body {
+        max-height: 560px;
+        overflow: auto;
+    }
+}
+
+.depModal {
+    .ivu-modal-body {
+        max-height: 500px;
+        overflow: auto;
+    }
+}
\ No newline at end of file
diff --git a/src/views/your/addOil-manage/addOilManage.vue b/src/views/your/addOil-manage/addOilManage.vue
new file mode 100644
index 0000000..e96119f
--- /dev/null
+++ b/src/views/your/addOil-manage/addOilManage.vue
@@ -0,0 +1,849 @@
+<style lang="less">
+  @import "@/styles/table-common.less";
+  @import "@/styles/drawer-common.less";
+  @import "./addOilManage.less";
+</style>
+<template>
+  <div class="search">
+    <Card>
+      <Row class="operation">
+        <Button @click="addOil" type="primary" icon="md-add">娣诲姞鍔犳补璁板綍</Button>
+        <Button @click="delAll" icon="md-trash">鎵归噺鍒犻櫎</Button>
+        <Button @click="init" icon="md-refresh">鍒锋柊</Button>
+        <Button type="dashed" @click="openTip = !openTip">{{
+          openTip ? "鍏抽棴鎻愮ず" : "寮�鍚彁绀�"
+          }}</Button>
+        <Input
+                v-model="searchForm.carNo"
+                suffix="ios-search"
+                @on-change="getDataList"
+                placeholder="杈撳叆杞︾墝鍙锋悳绱�"
+                clearable
+                style="width: 250px"
+        />
+      </Row>
+      <Alert show-icon v-show="openTip">
+        宸查�夋嫨
+        <span class="select-count">{{ selectList.length }}</span> 椤�
+        <a class="select-clear" @click="clearSelectAll">娓呯┖</a>
+      </Alert>
+      <Table
+              :loading="loading"
+              border
+              :columns="columns"
+              :data="data"
+              ref="table"
+              sortable="custom"
+              @on-sort-change="changeSort"
+              @on-selection-change="changeSelect"
+      ></Table>
+      <Row type="flex" justify="end" class="page">
+        <Page
+                :current="searchForm.pageNumber"
+                :total="total"
+                :page-size="searchForm.pageSize"
+                @on-change="changePage"
+                @on-page-size-change="changePageSize"
+                :page-size-opts="[10, 20, 50]"
+                size="small"
+                show-total
+                show-elevator
+                show-sizer
+        ></Page>
+      </Row>
+    </Card>
+
+    <!-- 缂栬緫 -->
+    <Modal
+            :title="modalTitle"
+            v-model="roleModalVisible"
+            :mask-closable="false"
+            :width="500"
+    >
+      <Form
+              ref="addOilForm"
+              :model="addOilForm"
+              :label-width="80"
+              :rules="addOilFormValidate"
+      >
+        <FormItem label="杞﹁締" prop="carId">
+            <Select v-model="addOilForm.carId" filterable>
+              <Option v-for="item in carList" :value="item.id">{{ item.carNo }}</Option>
+            </Select>
+        </FormItem>
+        <Form-item label="鍔犳补鏃ユ湡" prop="addDate">
+          <Row>
+            <Col span="11">
+              <Date-picker @on-change="change1" type="date" value="yyyy-MM-dd" placeholder="閫夋嫨鏃ユ湡" v-model="addOilForm.addDate"></Date-picker>
+            </Col>
+          </Row>
+        </Form-item>
+        <FormItem label="鍔犳补閲�" prop="amount">
+          <Input v-model="addOilForm.amount" type="number"/>
+        </FormItem>
+        <FormItem label="鍗曚环" prop="unitPrice">
+          <Input v-model="addOilForm.unitPrice" type="number"/>
+        </FormItem>
+        <FormItem label="鍔犳补閲戦" prop="money">
+          <Input v-model="addOilForm.money" type="number"/>
+        </FormItem>
+        <FormItem label="鍔犳补鏃堕噷绋�" prop="mileage">
+          <Input v-model="addOilForm.mileage" type="number"/>
+        </FormItem>
+        <FormItem label="澶囨敞" prop="remarks">
+          <Input v-model="addOilForm.remarks" />
+        </FormItem>
+      </Form>
+      <div slot="footer">
+        <Button type="text" @click="carRole">鍙栨秷</Button>
+        <Button type="primary" :loading="submitLoading" @click="submitAddOil"
+        >鎻愪氦</Button
+        >
+      </div>
+    </Modal>
+    <!-- 鑿滃崟鏉冮檺 -->
+    <Drawer
+            :title="modalTitle"
+            v-model="permModalVisible"
+            :mask-closable="false"
+            :width="500"
+            draggable
+    >
+      <div :style="{ maxHeight: maxHeight }" class="drawer-content">
+        <div style="position: relative">
+          <Tree
+                  ref="tree"
+                  :data="permData"
+                  show-checkbox
+                  :render="renderContent"
+                  :check-strictly="true"
+          ></Tree>
+          <Spin size="large" fix v-if="treeLoading"></Spin>
+        </div>
+      </div>
+      <div class="drawer-footer br">
+        <Button
+                type="primary"
+                :loading="submitPermLoading"
+                @click="submitPermEdit"
+        >鎻愪氦</Button
+        >
+        <Button @click="selectTreeAll">鍏ㄩ��/鍙嶉��</Button>
+        <Select
+                v-model="openLevel"
+                @on-change="changeOpen"
+                style="width: 110px"
+                transfer
+        >
+          <Option value="0">灞曞紑鎵�鏈�</Option>
+          <Option value="1">鏀跺悎鎵�鏈�</Option>
+          <Option value="2">浠呭睍寮�涓�绾�</Option>
+          <Option value="3">浠呭睍寮�涓ょ骇</Option>
+        </Select>
+        <Button type="text" @click="cancelPermEdit">鍙栨秷</Button>
+      </div>
+    </Drawer>
+    <!-- 鏁版嵁鏉冮檺 -->
+    <Modal
+            :title="modalTitle"
+            v-model="carModalVisible"
+            :mask-closable="false"
+            :width="500"
+            class="depModal"
+    >
+      <Form :label-width="85" ref="removeForm" :model="removeForm">
+        <FormItem label="绉婚櫎鍘熷洜" prop="removeReason">
+          <Input v-model="removeForm.removeReason"/>
+        </FormItem>
+      </Form>
+      <div v-show="dataType == 1" style="margin-top: 15px">
+        <div style="position: relative">
+          <Tree
+                  ref="depTree"
+                  :data="depData"
+                  :load-data="loadData"
+                  @on-toggle-expand="expandCheckDep"
+                  multiple
+                  style="margin-top: 15px"
+          ></Tree>
+          <Spin size="large" fix v-if="depTreeLoading"></Spin>
+        </div>
+      </div>
+      <div slot="footer">
+        <Button type="text" @click="depModalVisible = false">鍙栨秷</Button>
+        <Button
+                type="primary"
+                :loading="submitDepLoading"
+                @click="submitRemove"
+        >鎻愪氦</Button
+        >
+      </div>
+    </Modal>
+  </div>
+</template>
+
+<script>
+  import {
+    getAllPermissionList,
+    setDefaultRole,
+    editRolePerm,
+    initDepartment,
+    loadDepartment,
+    editRoleDep,
+  } from "@/api/index";
+
+  import {
+    getAll,
+    getAddOilList,
+    addOil,
+    deleteAddOil,
+    getCarList,
+    editCar,
+    deleteCar,
+  } from "@/api/open";
+  import util from "@/libs/util.js";
+  export default {
+    name: "car-manage",
+    data() {
+      return {
+        maxHeight: 510,
+        openTip: true,
+        openLevel: "0",
+        loading: true,
+        treeLoading: true,
+        depTreeLoading: true,
+        submitPermLoading: false,
+        submitDepLoading: false,
+        searchKey: "",
+        sortColumn: "createTime",
+        sortType: "desc",
+        modalType: 0,
+        roleModalVisible: false,
+        carModalVisible: false,
+        permModalVisible: false,
+        depModalVisible: false,
+        modalTitle: "",
+        searchForm: {
+          // 鎼滅储妗嗗垵濮嬪寲瀵硅薄
+          pageNumber: 1, // 褰撳墠椤垫暟
+          pageSize: 10, // 椤甸潰澶у皬
+          sort: "createTime", // 榛樿鎺掑簭瀛楁
+          order: "desc", // 榛樿鎺掑簭鏂瑰紡
+          key: "",
+        },
+        addOilForm: {
+          status : 0
+        },
+        removeForm: {
+          status : 1
+        },
+        addOilFormValidate: {
+          name: [
+            { required: true, message: "瑙掕壊鍚嶇О涓嶈兘涓虹┖", trigger: "change" },
+          ],
+        },
+        submitLoading: false,
+        selectList: [],
+        columns: [
+          {
+            type: "selection",
+            width: 60,
+            align: "center",
+          },
+          {
+            type: "index",
+            width: 60,
+            align: "center",
+          },
+          {
+            title: "杞︾墝鍙�",
+            key: "carNo",
+            width: 100,
+            sortable: true,
+          },
+          {
+            title: "鍔犳补鏃ユ湡",
+            key: "addDate",
+            width: 150,
+            sortable: true,
+          },
+          {
+            title: "鍔犳补閲�",
+            key: "amount",
+            width: 100,
+            sortable: true,
+          },
+          {
+            title: "鍗曚环",
+            key: "unitPrice",
+            width: 100,
+            sortable: true,
+          },
+          {
+            title: "鍔犳补閲戦",
+            key: "money",
+            minWidth: 100,
+            sortable: true,
+          },
+          {
+            title: "鍔犳补鏃堕噷绋�",
+            key: "mileage",
+            minWidth: 100,
+            sortable: true,
+          },
+          {
+            title: "澶囨敞",
+            key: "remarks",
+            minWidth: 150,
+          },
+          {
+            title: "鎿嶄綔",
+            key: "action",
+            align: "center",
+            width: 200,
+            render: (h, params) => {
+              return h("div", [
+                h(
+                        "a",
+                        {
+                          on: {
+                            click: () => {
+                              this.edit(params.row);
+                            },
+                          },
+                        },
+                        "缂栬緫"
+                ),
+                h("Divider", {
+                  props: {
+                    type: "vertical",
+                  },
+                }),
+                h(
+                        "a",
+                        {
+                          on: {
+                            click: () => {
+                              this.remove(params.row);
+                            },
+                          },
+                        },
+                        "鍒犻櫎"
+                ),
+              ]);
+            },
+          },
+        ],
+        data: [],
+        total: 0,
+        permData: [],
+        editRolePermId: "",
+        selectAllFlag: false,
+        depData: [],
+        dataType: 0,
+        editDepartments: [],
+        buyYear:'',
+        carList:[]
+      };
+    },
+    methods: {
+      change1(e){
+        this.addDate = e;
+      },
+      init() {
+        this.getDataList();
+        // 鑾峰彇鎵�鏈夎彍鍗曟潈闄愭爲
+        this.getPermList();
+      },
+      renderContent(h, { root, node, data }) {
+        let icon = "";
+        if (data.level == 0) {
+          icon = "ios-navigate";
+        } else if (data.level == 1) {
+          icon = "md-list-box";
+        } else if (data.level == 2) {
+          icon = "md-list";
+        } else if (data.level == 3) {
+          icon = "md-radio-button-on";
+        } else {
+          icon = "md-radio-button-off";
+        }
+        return h(
+                "span",
+                {
+                  style: {
+                    display: "inline-block",
+                    cursor: "pointer",
+                  },
+                  on: {
+                    click: () => {
+                      if (data.status == -1) {
+                        return;
+                      }
+                      data.checked = !data.checked;
+                    },
+                  },
+                },
+                [
+                  h("span", [
+                    h("Icon", {
+                      props: {
+                        type: icon,
+                        size: "16",
+                      },
+                      style: {
+                        "margin-right": "8px",
+                        "margin-bottom": "3px",
+                      },
+                    }),
+                    h("span", data.title),
+                  ]),
+                ]
+        );
+      },
+      changePage(v) {
+        this.searchForm.pageNumber = v;
+        this.getDataList();
+        this.clearSelectAll();
+      },
+      changePageSize(v) {
+        this.searchForm.pageSize = v;
+        this.getDataList();
+      },
+      changeSort(e) {
+        this.searchForm.sort = e.key;
+        this.searchForm.order = e.order;
+        if (e.order == "normal") {
+          this.searchForm.order = "";
+        }
+        this.getDataList();
+      },
+      getDataList() {
+        this.loading = true;
+        getAddOilList(this.searchForm).then((res) => {
+          this.loading = false;
+          if (res.success) {
+            this.data = res.result.records;
+            this.total = res.result.total;
+          }
+        });
+      },
+      getPermList() {
+        this.treeLoading = true;
+        getAllPermissionList().then((res) => {
+          if (res.success) {
+            this.deleteDisableNode(res.result);
+            this.permData = res.result;
+            this.treeLoading = false;
+          }
+          this.treeLoading = false;
+        });
+      },
+      // 閫掑綊鏍囪绂佺敤鑺傜偣
+      deleteDisableNode(permData) {
+        let that = this;
+        permData.forEach(function (e) {
+          if (e.status == -1) {
+            e.title = "[宸茬鐢╙ " + e.title;
+            e.disabled = true;
+          }
+          if (e.children && e.children.length > 0) {
+            that.deleteDisableNode(e.children);
+          }
+        });
+      },
+      carRole() {
+        this.roleModalVisible = false;
+      },
+      submitAddOil() {
+        this.addOilForm.addDate = this.addDate;
+        this.$refs.addOilForm.validate((valid) => {
+          if (valid) {
+            if (this.modalType == 0) {
+              // 娣诲姞
+              this.submitLoading = true;
+              addOil(this.addOilForm).then((res) => {
+                this.submitLoading = false;
+                if (res.success) {
+                  this.$Message.success("鎿嶄綔鎴愬姛");
+                  this.getDataList();
+                  this.roleModalVisible = false;
+                }
+              });
+            } else {
+              this.submitLoading = true;
+              addOil(this.addOilForm).then((res) => {
+                this.submitLoading = false;
+                if (res.success) {
+                  this.$Message.success("鎿嶄綔鎴愬姛");
+                  this.getDataList();
+                  this.roleModalVisible = false;
+                }
+              });
+            }
+          }
+        });
+      },
+      submitRemove(){
+        this.$refs.removeForm.validate((valid) => {
+          if (valid) {
+            this.submitLoading = true;
+            editCar(this.removeForm).then((res) => {
+              this.submitLoading = false;
+              if (res.success) {
+                this.$Message.success("鎿嶄綔鎴愬姛");
+                this.getDataList();
+                this.carModalVisible = false;
+              }
+            });
+          }
+        });
+      },
+      addOil() {
+        this.getAllCar();
+        this.modalType = 0;
+        this.modalTitle = "娣诲姞鍔犳补璁板綍";
+        this.$refs.addOilForm.resetFields();
+        delete this.addOilForm.id;
+        this.roleModalVisible = true;
+      },
+      edit(v) {
+        this.getAllCar();
+        this.addDate = v.addDate;
+        this.modalType = 1;
+        this.modalTitle = "缂栬緫鍔犳补淇℃伅";
+        this.$refs.addOilForm.resetFields();
+        // 杞崲null涓�""
+        for (let attr in v) {
+          if (v[attr] == null) {
+            v[attr] = "";
+          }
+        }
+        let str = JSON.stringify(v);
+        let roleInfo = JSON.parse(str);
+
+        this.addOilForm = roleInfo;
+        this.roleModalVisible = true;
+      },
+      removeCar(v) {
+        this.dataType = 0;
+        this.modalTitle = "绉婚櫎杞﹁締";
+        this.$refs.addOilForm.resetFields();
+        // 杞崲null涓�""
+        for (let attr in v) {
+          if (v[attr] == null) {
+            v[attr] = "";
+          }
+        }
+        let str = JSON.stringify(v);
+        let roleInfo = JSON.parse(str);
+        roleInfo.status=1
+        console.log(roleInfo);
+        this.removeForm = roleInfo;
+        this.carModalVisible = true;
+
+      },
+      getAllCar(){
+        getAll().then((res) => {
+          if(res.success){
+            this.carList = res.result;
+            console.log(this.carList);
+          }
+        });
+      },
+      remove(v) {
+        this.$Modal.confirm({
+          title: "纭鍒犻櫎",
+          content: "鎮ㄧ‘璁よ鍒犻櫎鍚� ",
+          loading: true,
+          onOk: () => {
+            deleteAddOil({ ids: v.id }).then((res) => {
+              this.$Modal.remove();
+              if (res.success) {
+                this.clearSelectAll();
+                this.$Message.success("鍒犻櫎鎴愬姛");
+                this.getDataList();
+              }
+            });
+          },
+        });
+      },
+      setDefault(v) {
+        this.loading = true;
+        let params = {
+          id: v.id,
+          isDefault: true,
+        };
+        setDefaultRole(params).then((res) => {
+          this.loading = false;
+          if (res.success) {
+            this.$Message.success("鎿嶄綔鎴愬姛");
+            this.getDataList();
+          }
+        });
+      },
+      cancelDefault(v) {
+        this.loading = true;
+        let params = {
+          id: v.id,
+          isDefault: false,
+        };
+        setDefaultRole(params).then((res) => {
+          this.loading = false;
+          if (res.success) {
+            this.$Message.success("鎿嶄綔鎴愬姛");
+            this.getDataList();
+          }
+        });
+      },
+      clearSelectAll() {
+        this.$refs.table.selectAll(false);
+      },
+      changeSelect(e) {
+        this.selectList = e;
+      },
+      delAll() {
+        if (this.selectList.length <= 0) {
+          this.$Message.warning("鎮ㄨ繕鏈�夋嫨瑕佸垹闄ょ殑鏁版嵁");
+          return;
+        }
+        this.$Modal.confirm({
+          title: "纭鍒犻櫎",
+          content: "鎮ㄧ‘璁よ鍒犻櫎鎵�閫夌殑 " + this.selectList.length + " 鏉℃暟鎹�?",
+          loading: true,
+          onOk: () => {
+            let ids = "";
+            this.selectList.forEach(function (e) {
+              ids += e.id + ",";
+            });
+            ids = ids.substring(0, ids.length - 1);
+            deleteCar({ ids: ids }).then((res) => {
+              this.$Modal.remove();
+              if (res.success) {
+                this.$Message.success("鍒犻櫎鎴愬姛");
+                this.clearSelectAll();
+                this.getDataList();
+              }
+            });
+          },
+        });
+      },
+      editPerm(v) {
+        this.editRolePermId = v.id;
+        this.modalTitle = "鍒嗛厤 " + v.name + " 鐨勮彍鍗曟潈闄�";
+        // 鍖归厤鍕鹃��
+        let rolePerms = v.permissions;
+        if (this.treeLoading) {
+          this.$Message.warning("鑿滃崟鏉冮檺鏁版嵁鍔犺浇涓紝璇风◢鍚庣偣鍑绘煡鐪�");
+          return;
+        }
+        // 閫掑綊鍒ゆ柇瀛愯妭鐐�
+        this.checkPermTree(this.permData, rolePerms);
+        this.permModalVisible = true;
+      },
+      // 閫掑綊鍒ゆ柇瀛愯妭鐐�
+      checkPermTree(permData, rolePerms) {
+        let that = this;
+        permData.forEach(function (p) {
+          if (that.hasPerm(p, rolePerms) && p.status != -1) {
+            p.checked = true;
+          } else {
+            p.checked = false;
+          }
+          if (p.children && p.children.length > 0) {
+            that.checkPermTree(p.children, rolePerms);
+          }
+        });
+      },
+      // 鍒ゆ柇瑙掕壊鎷ユ湁鐨勬潈闄愯妭鐐瑰嬀閫�
+      hasPerm(p, rolePerms) {
+        let flag = false;
+        for (let i = 0; i < rolePerms.length; i++) {
+          if (p.id == rolePerms[i].permissionId) {
+            flag = true;
+            break;
+          }
+        }
+        if (flag) {
+          return true;
+        }
+        return false;
+      },
+      // 鍏ㄩ�夊弽閫�
+      selectTreeAll() {
+        this.selectAllFlag = !this.selectAllFlag;
+        let select = this.selectAllFlag;
+        this.selectedTreeAll(this.permData, select);
+      },
+      // 閫掑綊鍏ㄩ�夎妭鐐�
+      selectedTreeAll(permData, select) {
+        let that = this;
+        permData.forEach(function (e) {
+          e.checked = select;
+          if (e.children && e.children.length > 0) {
+            that.selectedTreeAll(e.children, select);
+          }
+        });
+      },
+      submitPermEdit() {
+        this.submitPermLoading = true;
+        let permIds = "";
+        let selectedNodes = this.$refs.tree.getCheckedNodes();
+        selectedNodes.forEach(function (e) {
+          permIds += e.id + ",";
+        });
+        permIds = permIds.substring(0, permIds.length - 1);
+        editRolePerm({
+          roleId: this.editRolePermId,
+          permIds: permIds,
+        }).then((res) => {
+          this.submitPermLoading = false;
+          if (res.success) {
+            this.$Message.success("鎿嶄綔鎴愬姛");
+            // 鏍囪閲嶆柊鑾峰彇鑿滃崟鏁版嵁
+            this.$store.commit("setAdded", false);
+            util.initRouter(this);
+            this.getDataList();
+            this.permModalVisible = false;
+          }
+        });
+      },
+      cancelPermEdit() {
+        this.permModalVisible = false;
+      },
+      loadData(item, callback) {
+        loadDepartment(item.id, { openDataFilter: false }).then((res) => {
+          if (res.success) {
+            res.result.forEach(function (e) {
+              e.selected = false;
+              if (e.isParent) {
+                e.loading = false;
+                e.children = [];
+              }
+              if (e.status == -1) {
+                e.title = "[宸茬鐢╙ " + e.title;
+                e.disabled = true;
+              }
+            });
+            callback(res.result);
+          }
+        });
+      },
+      expandCheckDep(v) {
+        // 鍒ゆ柇灞曞紑瀛愯妭鐐�
+        this.checkDepTree(v.children, this.editDepartments);
+      },
+      // 鍒ゆ柇瀛愯妭鐐�
+      checkDepTree(depData, roleDepIds) {
+        let that = this;
+        depData.forEach(function (p) {
+          if (that.hasDepPerm(p, roleDepIds)) {
+            p.selected = true;
+          } else {
+            p.selected = false;
+          }
+        });
+      },
+      // 鍒ゆ柇瑙掕壊鎷ユ湁鐨勬潈闄愯妭鐐瑰嬀閫�
+      hasDepPerm(p, roleDepIds) {
+        let flag = false;
+        for (let i = 0; i < roleDepIds.length; i++) {
+          if (p.id == roleDepIds[i].departmentId) {
+            flag = true;
+            break;
+          }
+        }
+        if (flag) {
+          return true;
+        }
+        return false;
+      },
+      submitDepEdit() {
+        let depIds = "";
+        if (this.dataType == 1) {
+          let selectedNodes = this.$refs.depTree.getSelectedNodes();
+          selectedNodes.forEach(function (e) {
+            depIds += e.id + ",";
+          });
+          depIds = depIds.substring(0, depIds.length - 1);
+        }
+        this.submitDepLoading = true;
+        editRoleDep({
+          roleId: this.editRolePermId,
+          dataType: this.dataType,
+          depIds: depIds,
+        }).then((res) => {
+          this.submitDepLoading = false;
+          if (res.success) {
+            this.$Message.success("鎿嶄綔鎴愬姛");
+            this.getDataList();
+            this.depModalVisible = false;
+          }
+        });
+      },
+      changeOpen(v) {
+        if (v == "0") {
+          this.permData.forEach((e) => {
+            e.expand = true;
+            if (e.children && e.children.length > 0) {
+              e.children.forEach((c) => {
+                c.expand = true;
+                if (c.children && c.children.length > 0) {
+                  c.children.forEach(function (b) {
+                    b.expand = true;
+                  });
+                }
+              });
+            }
+          });
+        } else if (v == "1") {
+          this.permData.forEach((e) => {
+            e.expand = false;
+            if (e.children && e.children.length > 0) {
+              e.children.forEach((c) => {
+                c.expand = false;
+                if (c.children && c.children.length > 0) {
+                  c.children.forEach(function (b) {
+                    b.expand = false;
+                  });
+                }
+              });
+            }
+          });
+        } else if (v == "2") {
+          this.permData.forEach((e) => {
+            e.expand = true;
+            if (e.children && e.children.length > 0) {
+              e.children.forEach((c) => {
+                c.expand = false;
+                if (c.children && c.children.length > 0) {
+                  c.children.forEach(function (b) {
+                    b.expand = false;
+                  });
+                }
+              });
+            }
+          });
+        } else if (v == "3") {
+          this.permData.forEach((e) => {
+            e.expand = true;
+            if (e.children && e.children.length > 0) {
+              e.children.forEach((c) => {
+                c.expand = true;
+                if (c.children && c.children.length > 0) {
+                  c.children.forEach(function (b) {
+                    b.expand = false;
+                  });
+                }
+              });
+            }
+          });
+        }
+      },
+    },
+    mounted() {
+      this.maxHeight = Number(document.documentElement.clientHeight - 121) + "px";
+      this.init();
+    },
+  };
+</script>
\ No newline at end of file
diff --git a/src/views/your/car-manage/carManage.vue b/src/views/your/car-manage/carManage.vue
index 09bae2d..3730dd1 100644
--- a/src/views/your/car-manage/carManage.vue
+++ b/src/views/your/car-manage/carManage.vue
@@ -17,7 +17,7 @@
           v-model="searchForm.carNo"
           suffix="ios-search"
           @on-change="getDataList"
-          placeholder="杈撳叆鍏抽敭璇嶆悳绱�"
+          placeholder="杈撳叆杞︾墝鍙锋悳绱�"
           clearable
           style="width: 250px"
         />
@@ -69,7 +69,6 @@
         <FormItem label="鍝佺墝" prop="brand">
           <Input v-model="carForm.brand"/>
         </FormItem>
-
         <FormItem label="鍨嬪彿" prop="model">
           <Input v-model="carForm.model" />
         </FormItem>
@@ -140,22 +139,14 @@
     <!-- 鏁版嵁鏉冮檺 -->
     <Modal
       :title="modalTitle"
-      v-model="depModalVisible"
+      v-model="carModalVisible"
       :mask-closable="false"
       :width="500"
       class="depModal"
     >
-      <Alert show-icon
-        >榛樿鍙煡鐪嬪叏閮ㄦ暟鎹紝鑷畾涔夋暟鎹寖鍥存椂璇峰嬀閫変笅鏂规暟鎹�</Alert
-      >
-      <Form :label-width="85">
-        <FormItem label="鏁版嵁鑼冨洿">
-          <Select v-model="dataType" transfer>
-            <Option :value="0">鍏ㄩ儴鏁版嵁鏉冮檺</Option>
-            <Option :value="1">鑷畾涔夋暟鎹潈闄�</Option>
-            <Option :value="2">鏈儴闂ㄥ強浠ヤ笅鏁版嵁鏉冮檺</Option>
-            <Option :value="3">鏈儴闂ㄦ暟鎹潈闄�</Option>
-          </Select>
+      <Form :label-width="85" ref="removeForm" :model="removeForm">
+        <FormItem label="绉婚櫎鍘熷洜" prop="removeReason">
+          <Input v-model="removeForm.removeReason"/>
         </FormItem>
       </Form>
       <div v-show="dataType == 1" style="margin-top: 15px">
@@ -176,7 +167,7 @@
         <Button
           type="primary"
           :loading="submitDepLoading"
-          @click="submitDepEdit"
+          @click="submitRemove"
           >鎻愪氦</Button
         >
       </div>
@@ -219,6 +210,7 @@
       sortType: "desc",
       modalType: 0,
       roleModalVisible: false,
+      carModalVisible: false,
       permModalVisible: false,
       depModalVisible: false,
       modalTitle: "",
@@ -226,13 +218,15 @@
         // 鎼滅储妗嗗垵濮嬪寲瀵硅薄
         pageNumber: 1, // 褰撳墠椤垫暟
         pageSize: 10, // 椤甸潰澶у皬
-        sort: "carNo", // 榛樿鎺掑簭瀛楁
+        sort: "createTime", // 榛樿鎺掑簭瀛楁
         order: "desc", // 榛樿鎺掑簭鏂瑰紡
         key: "",
       },
       carForm: {
-        type : 0,
         status : 0
+      },
+      removeForm: {
+        status : 1
       },
       carFormValidate: {
         name: [
@@ -253,16 +247,20 @@
           align: "center",
         },
         {
+          title: "杞︾墝鍙�",
+          key: "carNo",
+          width: 100,
+          sortable: true,
+        },
+        {
           title: "鍝佺墝",
           key: "brand",
           width: 100,
-          sortable: true,
         },
         {
           title: "鍨嬪彿",
           key: "model",
           width: 100,
-          sortable: true,
         },
         {
           title: "鎺掗噺",
@@ -273,20 +271,13 @@
         {
           title: "璐疆骞翠唤",
           key: "buyYear",
-          minWidth: 150,
+          minWidth: 120,
           sortable: true,
-        },
-        {
-          title: "鐗岀収",
-          key: "carNo",
-          width: 170,
-          sortable: true,
-          sortType: "desc",
         },
         {
           title: "鐘舵��",
           key: "status",
-          width: 170,
+          width: 100,
           sortable: true,
           render: (h, params) => {
             let re = "";
@@ -321,7 +312,6 @@
           title: "鎿嶄綔",
           key: "action",
           align: "center",
-          fixed: "right",
           width: 280,
           render: (h, params) => {
             return h("div", [
@@ -330,27 +320,11 @@
                 {
                   on: {
                     click: () => {
-                      this.editPerm(params.row);
+                      this.removeCar(params.row);
                     },
                   },
                 },
-                "鑿滃崟鏉冮檺"
-              ),
-              h("Divider", {
-                props: {
-                  type: "vertical",
-                },
-              }),
-              h(
-                "a",
-                {
-                  on: {
-                    click: () => {
-                      this.editDep(params.row);
-                    },
-                  },
-                },
-                "鏁版嵁鏉冮檺"
+                "绉婚櫎杞﹁締"
               ),
               h("Divider", {
                 props: {
@@ -396,11 +370,12 @@
       depData: [],
       dataType: 0,
       editDepartments: [],
+      buyYear:''
     };
   },
   methods: {
     change1(e){
-      this.carForm.buyYear = e;
+      this.buyYear = e;
     },
     init() {
       this.getDataList();
@@ -508,8 +483,8 @@
       this.roleModalVisible = false;
     },
     submitCar() {
+      this.carForm.buyYear = this.buyYear;
       this.$refs.carForm.validate((valid) => {
-        this.carForm.buyYear = this.carForm.buyYear.toString()
         if (valid) {
           if (this.modalType == 0) {
             // 娣诲姞
@@ -536,6 +511,21 @@
         }
       });
     },
+    submitRemove(){
+      this.$refs.removeForm.validate((valid) => {
+        if (valid) {
+            this.submitLoading = true;
+            editCar(this.removeForm).then((res) => {
+              this.submitLoading = false;
+              if (res.success) {
+                this.$Message.success("鎿嶄綔鎴愬姛");
+                this.getDataList();
+                this.carModalVisible = false;
+              }
+            });
+        }
+      });
+    },
     addCar() {
       this.modalType = 0;
       this.modalTitle = "娣诲姞杞﹁締";
@@ -544,8 +534,9 @@
       this.roleModalVisible = true;
     },
     edit(v) {
+      this.buyYear = v.buyYear;
       this.modalType = 1;
-      this.modalTitle = "缂栬緫杞﹁締";
+      this.modalTitle = "缂栬緫瑙掕壊";
       this.$refs.carForm.resetFields();
       // 杞崲null涓�""
       for (let attr in v) {
@@ -555,13 +546,32 @@
       }
       let str = JSON.stringify(v);
       let roleInfo = JSON.parse(str);
+
       this.carForm = roleInfo;
       this.roleModalVisible = true;
+    },
+    removeCar(v) {
+      this.dataType = 0;
+      this.modalTitle = "绉婚櫎杞﹁締";
+      this.$refs.carForm.resetFields();
+      // 杞崲null涓�""
+      for (let attr in v) {
+        if (v[attr] == null) {
+          v[attr] = "";
+        }
+      }
+      let str = JSON.stringify(v);
+      let roleInfo = JSON.parse(str);
+      roleInfo.status=1
+      console.log(roleInfo);
+      this.removeForm = roleInfo;
+      this.carModalVisible = true;
+
     },
     remove(v) {
       this.$Modal.confirm({
         title: "纭鍒犻櫎",
-        content: "鎮ㄧ‘璁よ鍒犻櫎杞﹁締 " + v.name + " ?",
+        content: "鎮ㄧ‘璁よ鍒犻櫎鍚� ",
         loading: true,
         onOk: () => {
           deleteCar({ ids: v.id }).then((res) => {
@@ -735,38 +745,6 @@
           callback(res.result);
         }
       });
-    },
-    editDep(v) {
-      this.dataType = 0;
-      this.editRolePermId = v.id;
-      this.modalTitle = "鍒嗛厤 " + v.name + " 鐨勬暟鎹潈闄�";
-      if (v.dataType) {
-        this.dataType = v.dataType;
-      }
-      // 鍖归厤鍕鹃��
-      let roleDepIds = v.departments;
-      this.editDepartments = roleDepIds;
-      this.depTreeLoading = true;
-      initDepartment({ openDataFilter: false }).then((res) => {
-        this.depTreeLoading = false;
-        if (res.success) {
-          res.result.forEach(function (e) {
-            e.selected = false;
-            if (e.isParent) {
-              e.loading = false;
-              e.children = [];
-            }
-            if (e.status == -1) {
-              e.title = "[宸茬鐢╙ " + e.title;
-              e.disabled = true;
-            }
-          });
-          this.depData = res.result;
-          // 鍒ゆ柇瀛愯妭鐐�
-          this.checkDepTree(this.depData, roleDepIds);
-        }
-      });
-      this.depModalVisible = true;
     },
     expandCheckDep(v) {
       // 鍒ゆ柇灞曞紑瀛愯妭鐐�

--
Gitblit v1.9.1