吉安感知网项目-前端
shuishen
2026-01-17 86c2d61ba9d33f1886cfc904dcaf17f033e4c80a
Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web
2 files modified
1 files renamed
4 files copied
4 files added
44 ■■■■■ changed files
applications/drone-command/src/views/system/menu.vue 4 ●●●● patch | view | raw | blame | history
applications/task-work-order/src/store/modules/user.js 4 ●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderDataManage/appInnovation/index.vue 9 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderDataManage/evaluate/index.vue 9 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/index.vue 9 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderManage/clueEvents/index.vue patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/index.vue patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderManage/operatingIncome/index.vue patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderManage/orderManage/index.vue 9 ●●●●● patch | view | raw | blame | history
applications/drone-command/src/views/system/menu.vue
@@ -206,6 +206,10 @@
                label: '无人机管控',
                value: 5,
              },
                            {
                                label: '任务工单',
                                value: 6,
                            },
            ],
            hide: true,
            rules: [
applications/task-work-order/src/store/modules/user.js
@@ -280,7 +280,7 @@
        })
      }
      return new Promise(resolve => {
        getRoutes({tenantId,sysType: 5}).then(res => {
        getRoutes({tenantId,sysType: 6}).then(res => {
          const data = res.data.data;
          let menu = deepClone(data);
          if (!res.data?.data?.length){
@@ -299,7 +299,7 @@
    },
    GetButtons({ commit }) {
      return new Promise(resolve => {
        getButtons({sysType: 5}).then(res => {
        getButtons({sysType: 6}).then(res => {
          const data = res.data.data;
          commit('SET_PERMISSION', data);
          resolve();
applications/task-work-order/src/views/orderView/orderDataManage/appInnovation/index.vue
New file
@@ -0,0 +1,9 @@
<template>
  <basic-container>
    创新
  </basic-container>
</template>
<script setup>
</script>
<style scoped lang="scss">
</style>
applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue
copy from applications/task-work-order/src/views/basicManage/index.vue copy to applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue
applications/task-work-order/src/views/orderView/orderDataManage/evaluate/index.vue
New file
@@ -0,0 +1,9 @@
<template>
  <basic-container>
    评价管理
  </basic-container>
</template>
<script setup>
</script>
<style scoped lang="scss">
</style>
applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/index.vue
New file
@@ -0,0 +1,9 @@
<template>
  <basic-container>
    供需填报管理
  </basic-container>
</template>
<script setup>
</script>
<style scoped lang="scss">
</style>
applications/task-work-order/src/views/orderView/orderManage/clueEvents/index.vue
applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue
copy from applications/task-work-order/src/views/basicManage/index.vue copy to applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue
applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/index.vue
copy from applications/task-work-order/src/views/basicManage/index.vue copy to applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/index.vue
applications/task-work-order/src/views/orderView/orderManage/operatingIncome/index.vue
copy from applications/task-work-order/src/views/basicManage/index.vue copy to applications/task-work-order/src/views/orderView/orderManage/operatingIncome/index.vue
applications/task-work-order/src/views/orderView/orderManage/orderManage/index.vue
New file
@@ -0,0 +1,9 @@
<template>
  <basic-container>
    工单管理
  </basic-container>
</template>
<script setup>
</script>
<style scoped lang="scss">
</style>