소스 검색

业务字典更换为系统字典

ljb 9 달 전
부모
커밋
a79ae35199
41개의 변경된 파일76개의 추가작업 그리고 77개의 파일을 삭제
  1. 1 1
      src/option/RDSystemManage/list.js
  2. 1 1
      src/option/achievement/otherAchivement.js
  3. 5 5
      src/option/achievement/patentAchievement.js
  4. 1 1
      src/option/achievement/researchPaper.js
  5. 1 1
      src/option/achievement/softWorks.js
  6. 2 2
      src/option/achievement/technicalStandard.js
  7. 2 2
      src/option/basicResource/kyAssetList.js
  8. 1 1
      src/option/basicResource/technicianMonthAvgSales.js
  9. 6 6
      src/option/basicResource/technicianRoster.js
  10. 2 2
      src/option/deviceManage/assetLegder.js
  11. 2 2
      src/option/deviceManage/deviceWorkHoursRecordList.js
  12. 2 2
      src/option/deviceManage/yfCostShareList.js
  13. 1 1
      src/option/projectManage/change.js
  14. 1 1
      src/option/projectManage/implement.js
  15. 1 1
      src/option/projectManage/projectList.js
  16. 3 3
      src/option/techPerson/cyPersonRoster.js
  17. 3 3
      src/option/techPerson/cyPersonSumList.js
  18. 6 6
      src/option/techPerson/highTechPersonSumList.js
  19. 2 2
      src/option/techPerson/monthSjcyry.js
  20. 1 1
      src/option/yfCostManage/basicDataSetting/attenInfo.js
  21. 2 2
      src/option/yfCostManage/basicDataSetting/devWorkHoursRegister.js
  22. 1 1
      src/option/yfCostManage/basicDataSetting/dtCostAllocationList.js
  23. 2 2
      src/option/yfCostManage/basicDataSetting/houseDetailList.js
  24. 2 2
      src/option/yfCostManage/basicDataSetting/kyDeviceList.js
  25. 1 1
      src/option/yfCostManage/basicDataSetting/leaseRecords.js
  26. 1 1
      src/option/yfCostManage/basicDataSetting/monthSalaryList.js
  27. 1 1
      src/option/yfCostManage/basicDataSetting/pickingDetail.js
  28. 1 1
      src/option/yfCostManage/basicDataSetting/projectZjtrCost.js
  29. 1 1
      src/option/yfCostManage/basicDataSetting/sjzbsyCostLedger.js
  30. 1 1
      src/option/yfCostManage/basicDataSetting/workHoursRecords.js
  31. 3 3
      src/option/yfCostManage/basicDataSetting/wwCostLedger.js
  32. 2 2
      src/option/yfCostManage/basicDataSetting/wxzcDetail.js
  33. 2 2
      src/option/yfCostManage/yfCostStatistics/amortizeCostSummaryList.js
  34. 2 2
      src/option/yfCostManage/yfCostStatistics/devDepreAllocation.js
  35. 2 2
      src/option/yfCostManage/yfCostStatistics/hourseDepreAllocation.js
  36. 2 2
      src/option/yfCostManage/yfCostStatistics/otherCostSummaryList.js
  37. 1 1
      src/option/yfCostManage/yfCostStatistics/personAllocationList.js
  38. 1 1
      src/option/yfCostManage/yfCostStatistics/yfWorkHoursAllocationList.js
  39. 1 1
      src/views/project-manage/components/change-form.vue
  40. 3 3
      src/views/project-manage/components/outsourcing-doc.vue
  41. 0 1
      src/views/project-manage/project-list.vue

+ 1 - 1
src/option/RDSystemManage/list.js

@@ -29,7 +29,7 @@ export default {
       type: 'select',
       span: 24,
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=system_doc_type',
+      dicUrl: '/api/kd-system/dict/dictionary?code=system_doc_type',
       editDisabled: true,
       props: {
         label: 'dictValue',

+ 1 - 1
src/option/achievement/otherAchivement.js

@@ -54,7 +54,7 @@ export default {
       span: 24,
       search: true,
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=achievement_type',
+      dicUrl: '/api/kd-system/dict/dictionary?code=achievement_type',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 5 - 5
src/option/achievement/patentAchievement.js

@@ -52,7 +52,7 @@ export default {
       type: "select",
       span: 12,
       search: true,
-      dicUrl: "/api/kd-system/dict-biz/dictionary?code=patent_type",
+      dicUrl: "/api/kd-system/dict/dictionary?code=patent_type",
       width: 100,
       align: "center",
       showOverflowTooltip: true,
@@ -77,7 +77,7 @@ export default {
       search: true,
       align: "center",
       showOverflowTooltip: true,
-      dicUrl: "/api/kd-system/dict-biz/dictionary?code=yes_or_no",
+      dicUrl: "/api/kd-system/dict/dictionary?code=yes_or_no",
        props:{
         label: 'dictValue',
         value: 'dictKey'
@@ -97,7 +97,7 @@ export default {
       span: 12,
       width: 70,
       search: true,
-      dicUrl: "/api/kd-system/dict-biz/dictionary?code=countries",
+      dicUrl: "/api/kd-system/dict/dictionary?code=countries",
       props:{
         label: 'dictValue',
         value: 'dictKey'
@@ -214,7 +214,7 @@ export default {
       width: 80,
       align: "center",
       search: true,
-      dicUrl: "/api/kd-system/dict-biz/dictionary?code=legal_status",
+      dicUrl: "/api/kd-system/dict/dictionary?code=legal_status",
       props: {
         label: "dictValue",
         value: "dictKey",
@@ -310,7 +310,7 @@ export default {
       width: 90,
       align: "center",
       display: false,
-      dicUrl: "/api/kd-system/dict-biz/dictionary?code=zltx",
+      dicUrl: "/api/kd-system/dict/dictionary?code=zltx",
       props: {
         label: "dictValue",
         value: "dictKey",

+ 1 - 1
src/option/achievement/researchPaper.js

@@ -105,7 +105,7 @@ export default {
       search: true,
       type: 'select',
       align: 'center',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=paper_type',
+      dicUrl: '/api/kd-system/dict/dictionary?code=paper_type',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/achievement/softWorks.js

@@ -113,7 +113,7 @@ export default {
       width: 75,
       align: "center",
       search: true,
-      dicUrl: "/api/kd-system/dict-biz/dictionary?code=rjzzqdfs",
+      dicUrl: "/api/kd-system/dict/dictionary?code=rjzzqdfs",
       props: {
         label: "dictValue",
         value: "dictKey",

+ 2 - 2
src/option/achievement/technicalStandard.js

@@ -54,7 +54,7 @@ export default {
       span: 24,
       search: true,
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=technical_standard_type',
+      dicUrl: '/api/kd-system/dict/dictionary?code=technical_standard_type',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -109,7 +109,7 @@ export default {
       label: "状态",
       prop: "state",
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=technical_standard_state',
+      dicUrl: '/api/kd-system/dict/dictionary?code=technical_standard_state',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 2 - 2
src/option/basicResource/kyAssetList.js

@@ -53,7 +53,7 @@ export default {
       label: '资产类别',
       prop: 'zclb',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zclb',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zclb',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -87,7 +87,7 @@ export default {
       label: '用途',
       prop: 'yt',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zcyt',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zcyt',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/basicResource/technicianMonthAvgSales.js

@@ -92,7 +92,7 @@ export default {
       align: 'center',
       search: true,
       disabled: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing',
+      dicUrl: '/api/kd-system/dict/dictionary?code=renyuanleixing',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 6 - 6
src/option/basicResource/technicianRoster.js

@@ -180,7 +180,7 @@ export default {
       width: 80,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=yonggongxingzhi',
+      dicUrl: '/api/kd-system/dict/dictionary?code=yonggongxingzhi',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -221,7 +221,7 @@ export default {
       width: 100,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=xueli',
+      dicUrl: '/api/kd-system/dict/dictionary?code=xueli',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -243,7 +243,7 @@ export default {
       width: 70,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=xuewei',
+      dicUrl: '/api/kd-system/dict/dictionary?code=xuewei',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -297,7 +297,7 @@ export default {
       width: 100,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zhicheng',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zhicheng',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -343,7 +343,7 @@ export default {
       width: 80,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=canyanqingkuang',
+      dicUrl: '/api/kd-system/dict/dictionary?code=canyanqingkuang',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -365,7 +365,7 @@ export default {
       width: 80,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing',
+      dicUrl: '/api/kd-system/dict/dictionary?code=renyuanleixing',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 2 - 2
src/option/deviceManage/assetLegder.js

@@ -62,7 +62,7 @@ export default {
       type: 'select',
       width: 120,
       align: 'center',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=asset_category',
+      dicUrl: '/api/kd-system/dict/dictionary?code=asset_category',
       search: true,
       props: {
         label: 'dictValue',
@@ -83,7 +83,7 @@ export default {
       prop: 'yt',
       type: 'select',
       width: 90,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=asset_category',
+      dicUrl: '/api/kd-system/dict/dictionary?code=asset_category',
       search: true,
       props: {
         label: 'dictValue',

+ 2 - 2
src/option/deviceManage/deviceWorkHoursRecordList.js

@@ -47,7 +47,7 @@ export default {
       type: 'select',
       width: 120,
       align: 'center',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=asset_category',
+      dicUrl: '/api/kd-system/dict/dictionary?code=asset_category',
       search: true,
       props: {
         label: 'dictValue',
@@ -60,7 +60,7 @@ export default {
       prop: 'yt',
       type: 'select',
       width: 90,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=asset_category',
+      dicUrl: '/api/kd-system/dict/dictionary?code=asset_category',
       search: true,
       props: {
         label: 'dictValue',

+ 2 - 2
src/option/deviceManage/yfCostShareList.js

@@ -45,7 +45,7 @@ export default {
       type: 'select',
       width: 120,
       align: 'center',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=asset_category',
+      dicUrl: '/api/kd-system/dict/dictionary?code=asset_category',
       search: true,
       props: {
         label: 'dictValue',
@@ -58,7 +58,7 @@ export default {
       prop: 'yt',
       type: 'select',
       width: 90,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=asset_category',
+      dicUrl: '/api/kd-system/dict/dictionary?code=asset_category',
       search: true,
       props: {
         label: 'dictValue',

+ 1 - 1
src/option/projectManage/change.js

@@ -45,7 +45,7 @@ export default {
       width: 140,
       align: 'center',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=xm_biangeng_field',
+      dicUrl: '/api/kd-system/dict/dictionary?code=xm_biangeng_field',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/projectManage/implement.js

@@ -38,7 +38,7 @@ export default {
       width: 140,
       align: 'center',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=项目实施-阶段性报告-附件类型',
+      dicUrl: '/api/kd-system/dict/dictionary?code=项目实施-阶段性报告-附件类型',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/projectManage/projectList.js

@@ -77,7 +77,7 @@ export default {
       align: 'center',
       search: true,
       showOverflowTooltip: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=project_state',
+      dicUrl: '/api/kd-system/dict/dictionary?code=project_state',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 3 - 3
src/option/techPerson/cyPersonRoster.js

@@ -88,7 +88,7 @@ export default {
         width: 70,
         align: 'center',
         search: true,
-        dicUrl: '/api/kd-system/dict-biz/dictionary?code=yonggongxingzhi',
+        dicUrl: '/api/kd-system/dict/dictionary?code=yonggongxingzhi',
         props: {
           label: 'dictValue',
           value: 'dictKey',
@@ -103,7 +103,7 @@ export default {
         width: 70,
         align: 'center',
         search: true,
-        dicUrl: '/api/kd-system/dict-biz/dictionary?code=canyanqingkuang',
+        dicUrl: '/api/kd-system/dict/dictionary?code=canyanqingkuang',
         props: {
           label: 'dictValue',
           value: 'dictKey',
@@ -118,7 +118,7 @@ export default {
         width: 70,
         align: 'center',
         search: true,
-        dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing',
+        dicUrl: '/api/kd-system/dict/dictionary?code=renyuanleixing',
         props: {
           label: 'dictValue',
           value: 'dictKey',

+ 3 - 3
src/option/techPerson/cyPersonSumList.js

@@ -88,7 +88,7 @@ export default {
       width: 80,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=yonggongxingzhi',
+      dicUrl: '/api/kd-system/dict/dictionary?code=yonggongxingzhi',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -103,7 +103,7 @@ export default {
       width: 70,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=canyanqingkuang',
+      dicUrl: '/api/kd-system/dict/dictionary?code=canyanqingkuang',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -118,7 +118,7 @@ export default {
       width: 80,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing',
+      dicUrl: '/api/kd-system/dict/dictionary?code=renyuanleixing',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 6 - 6
src/option/techPerson/highTechPersonSumList.js

@@ -172,7 +172,7 @@ export default {
       width: 80,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=yonggongxingzhi',
+      dicUrl: '/api/kd-system/dict/dictionary?code=yonggongxingzhi',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -212,7 +212,7 @@ export default {
       width: 100,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=xueli',
+      dicUrl: '/api/kd-system/dict/dictionary?code=xueli',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -234,7 +234,7 @@ export default {
       width: 70,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=xuewei',
+      dicUrl: '/api/kd-system/dict/dictionary?code=xuewei',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -288,7 +288,7 @@ export default {
       width: 100,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zhicheng',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zhicheng',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -327,7 +327,7 @@ export default {
       width: 80,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=canyanqingkuang',
+      dicUrl: '/api/kd-system/dict/dictionary?code=canyanqingkuang',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -348,7 +348,7 @@ export default {
       span: 12,
       width: 80,
       align: 'center',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing',
+      dicUrl: '/api/kd-system/dict/dictionary?code=renyuanleixing',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 2 - 2
src/option/techPerson/monthSjcyry.js

@@ -105,7 +105,7 @@ export default {
       width: 80,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=yonggongxingzhi',
+      dicUrl: '/api/kd-system/dict/dictionary?code=yonggongxingzhi',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -121,7 +121,7 @@ export default {
       width: 70,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=canyanqingkuang',
+      dicUrl: '/api/kd-system/dict/dictionary?code=canyanqingkuang',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/yfCostManage/basicDataSetting/attenInfo.js

@@ -57,7 +57,7 @@ export default {
       width: 100,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing',
+      dicUrl: '/api/kd-system/dict/dictionary?code=renyuanleixing',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 2 - 2
src/option/yfCostManage/basicDataSetting/devWorkHoursRegister.js

@@ -64,7 +64,7 @@ export default {
       span: 24,
       width: 70,
       align: 'center',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zclb',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zclb',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -80,7 +80,7 @@ export default {
       width: 60,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zcyt',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zcyt',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/yfCostManage/basicDataSetting/dtCostAllocationList.js

@@ -81,7 +81,7 @@ export default {
       label: '用途',
       prop: 'yt',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zcyt',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zcyt',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 2 - 2
src/option/yfCostManage/basicDataSetting/houseDetailList.js

@@ -91,7 +91,7 @@ export default {
       label: '资产类别',
       prop: 'zclb',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zclb',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zclb',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -116,7 +116,7 @@ export default {
       label: '用途',
       prop: 'yt',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zcyt',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zcyt',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 2 - 2
src/option/yfCostManage/basicDataSetting/kyDeviceList.js

@@ -91,7 +91,7 @@ export default {
       label: '资产类别',
       prop: 'zclb',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zclb',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zclb',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -116,7 +116,7 @@ export default {
       label: '用途',
       prop: 'yt',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zcyt',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zcyt',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/yfCostManage/basicDataSetting/leaseRecords.js

@@ -89,7 +89,7 @@ export default {
       width: 100,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zulinzichan_lx',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zulinzichan_lx',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/yfCostManage/basicDataSetting/monthSalaryList.js

@@ -79,7 +79,7 @@ export default {
       align: 'center',
       search: true,
       disabled: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing',
+      dicUrl: '/api/kd-system/dict/dictionary?code=renyuanleixing',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/yfCostManage/basicDataSetting/pickingDetail.js

@@ -88,7 +88,7 @@ export default {
       width: 60,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=wuzi_lx',
+      dicUrl: '/api/kd-system/dict/dictionary?code=wuzi_lx',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/yfCostManage/basicDataSetting/projectZjtrCost.js

@@ -81,7 +81,7 @@ export default {
       span: 24,
       minWidth: 260,
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zhitoufeiyong_lx',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zhitoufeiyong_lx',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/yfCostManage/basicDataSetting/sjzbsyCostLedger.js

@@ -62,7 +62,7 @@ export default {
       span: 24,
       minWidth: 260,
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=design_cost_type',
+      dicUrl: '/api/kd-system/dict/dictionary?code=design_cost_type',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/yfCostManage/basicDataSetting/workHoursRecords.js

@@ -101,7 +101,7 @@ export default {
       align: 'center',
       search: true,
       disabled: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing',
+      dicUrl: '/api/kd-system/dict/dictionary?code=renyuanleixing',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 3 - 3
src/option/yfCostManage/basicDataSetting/wwCostLedger.js

@@ -98,7 +98,7 @@ export default {
       type: 'select',
       width: 100,
       align: 'center',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=trustee_type',
+      dicUrl: '/api/kd-system/dict/dictionary?code=trustee_type',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -138,7 +138,7 @@ export default {
       align: 'center',
       span: 24,
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=yes_or_no',
+      dicUrl: '/api/kd-system/dict/dictionary?code=yes_or_no',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -154,7 +154,7 @@ export default {
       align: 'center',
       span: 24,
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=contract_registration_type',
+      dicUrl: '/api/kd-system/dict/dictionary?code=contract_registration_type',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 2 - 2
src/option/yfCostManage/basicDataSetting/wxzcDetail.js

@@ -89,7 +89,7 @@ export default {
       label: '资产类别',
       prop: 'zclb',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zclb',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zclb',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -114,7 +114,7 @@ export default {
       label: '用途',
       prop: 'yt',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zcyt',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zcyt',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 2 - 2
src/option/yfCostManage/yfCostStatistics/amortizeCostSummaryList.js

@@ -61,7 +61,7 @@ export default {
       label: '资产类别',
       prop: 'zclb',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zclb',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zclb',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -86,7 +86,7 @@ export default {
       label: '用途',
       prop: 'yt',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zcyt',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zcyt',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 2 - 2
src/option/yfCostManage/yfCostStatistics/devDepreAllocation.js

@@ -61,7 +61,7 @@ export default {
       label: '资产类别',
       prop: 'zclb',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zclb',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zclb',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -76,7 +76,7 @@ export default {
       label: '用途',
       prop: 'yt',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zcyt',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zcyt',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 2 - 2
src/option/yfCostManage/yfCostStatistics/hourseDepreAllocation.js

@@ -66,7 +66,7 @@ export default {
       label: '资产类别',
       prop: 'zclb',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zclb',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zclb',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -82,7 +82,7 @@ export default {
       label: '用途',
       prop: 'yt',
       type: 'select',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zcyt',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zcyt',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 2 - 2
src/option/yfCostManage/yfCostStatistics/otherCostSummaryList.js

@@ -57,7 +57,7 @@ export default {
       span: 24,
       minWidth: 120,
       align: 'center',
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zulinzichan_lx',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zulinzichan_lx',
       props: {
         label: 'dictValue',
         value: 'dictKey',
@@ -71,7 +71,7 @@ export default {
       span: 24,
       minWidth: 180,
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=zulinzichan_lx',
+      dicUrl: '/api/kd-system/dict/dictionary?code=zulinzichan_lx',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/yfCostManage/yfCostStatistics/personAllocationList.js

@@ -192,7 +192,7 @@ export default {
       width: 100,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing',
+      dicUrl: '/api/kd-system/dict/dictionary?code=renyuanleixing',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/option/yfCostManage/yfCostStatistics/yfWorkHoursAllocationList.js

@@ -57,7 +57,7 @@ export default {
       width: 100,
       align: 'center',
       search: true,
-      dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing',
+      dicUrl: '/api/kd-system/dict/dictionary?code=renyuanleixing',
       props: {
         label: 'dictValue',
         value: 'dictKey',

+ 1 - 1
src/views/project-manage/components/change-form.vue

@@ -117,7 +117,7 @@
 </template>
 
 <script>
-import { getDictionary } from "@/api/system/dictbiz";
+import { getDictionary } from "@/api/system/dict";
 import { getList as getTechnicanRosterList } from "@/api/basicResource/technicianRoster";
 import { save } from "@/api/projectManage/change";
 import moment from "moment";

+ 3 - 3
src/views/project-manage/components/outsourcing-doc.vue

@@ -133,7 +133,7 @@ export default {
             prop: 'stflx',
             span: 24,
             type: 'select',
-            dicUrl: '/api/kd-system/dict-biz/dictionary?code=trustee_type',
+            dicUrl: '/api/kd-system/dict/dictionary?code=trustee_type',
             props: {
               label: 'dictValue',
               value: 'dictKey',
@@ -162,7 +162,7 @@ export default {
             prop: 'sfwcjshtdj',
             span: 24,
             type: 'select',
-            dicUrl: '/api/kd-system/dict-biz/dictionary?code=yes_or_no',
+            dicUrl: '/api/kd-system/dict/dictionary?code=yes_or_no',
             props: {
               label: 'dictValue',
               value: 'dictKey',
@@ -178,7 +178,7 @@ export default {
             prop: 'jshtdjlx',
             span: 24,
             type: 'select',
-            dicUrl: '/api/kd-system/dict-biz/dictionary?code=contract_registration_type',
+            dicUrl: '/api/kd-system/dict/dictionary?code=contract_registration_type',
             props: {
               label: 'dictValue',
               value: 'dictKey',

+ 0 - 1
src/views/project-manage/project-list.vue

@@ -6,7 +6,6 @@
       v-model="form"
       :page.sync="page"
       :before-open="handleBeforeOpen"
-      :permission="permissionList"
       @row-dblclick="handleRowDbClick"
     >
       <template slot="menuLeft">