Sfoglia il codice sorgente

新建service文件

huangbin 4 anni fa
parent
commit
de0bf0346f
34 ha cambiato i file con 24 aggiunte e 9 eliminazioni
  1. 1 0
      src/goServiceAPI/ermcp/business-review/index.ts
  2. 0 0
      src/goServiceAPI/ermcp/business-review/interface.ts
  3. 1 0
      src/goServiceAPI/ermcp/exposure-report/index.ts
  4. 0 0
      src/goServiceAPI/ermcp/exposure-report/interface.ts
  5. 1 0
      src/goServiceAPI/ermcp/exposure/index.ts
  6. 0 0
      src/goServiceAPI/ermcp/exposure/interface.ts
  7. 1 0
      src/goServiceAPI/ermcp/finance-report/index.ts
  8. 0 0
      src/goServiceAPI/ermcp/finance-report/interface.ts
  9. 1 0
      src/goServiceAPI/ermcp/finance-review/index.ts
  10. 0 0
      src/goServiceAPI/ermcp/finance-review/interface.ts
  11. 1 0
      src/goServiceAPI/ermcp/goodsInfo/index.ts
  12. 0 0
      src/goServiceAPI/ermcp/goodsInfo/interface.ts
  13. 1 0
      src/goServiceAPI/ermcp/inventory-report/index.ts
  14. 0 0
      src/goServiceAPI/ermcp/inventory-report/interface.ts
  15. 1 0
      src/goServiceAPI/ermcp/inventory-review/index.ts
  16. 0 0
      src/goServiceAPI/ermcp/inventory-review/interface.ts
  17. 1 1
      src/goServiceAPI/ermcp/outaccount-status/index.ts
  18. 0 0
      src/goServiceAPI/ermcp/outaccount-status/interface.ts
  19. 1 0
      src/goServiceAPI/ermcp/plan/index.ts
  20. 0 0
      src/goServiceAPI/ermcp/plan/interface.ts
  21. 1 0
      src/goServiceAPI/ermcp/purchase/index.ts
  22. 0 0
      src/goServiceAPI/ermcp/purchase/interface.ts
  23. 1 0
      src/goServiceAPI/ermcp/search-inventory/index.ts
  24. 0 0
      src/goServiceAPI/ermcp/search-inventory/interface.ts
  25. 1 0
      src/goServiceAPI/ermcp/sell/index.ts
  26. 0 0
      src/goServiceAPI/ermcp/sell/interface.ts
  27. 1 0
      src/goServiceAPI/ermcp/spot-contract/index.ts
  28. 0 0
      src/goServiceAPI/ermcp/spot-contract/interface.ts
  29. 1 0
      src/goServiceAPI/ermcp/spot-report/index.ts
  30. 0 0
      src/goServiceAPI/ermcp/spot-report/interface.ts
  31. 1 0
      src/goServiceAPI/ermcp/warehouse-info/index.ts
  32. 0 0
      src/goServiceAPI/ermcp/warehouse-info/interface.ts
  33. 6 6
      src/layout/top.vue
  34. 2 2
      src/views/search/outaccount_status/index.vue

+ 1 - 0
src/goServiceAPI/ermcp/business-review/index.ts

@@ -0,0 +1 @@
+/** ================================= 业务审核 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/business-review/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/exposure-report/index.ts

@@ -0,0 +1 @@
+/** ================================= 敞口报表 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/exposure-report/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/exposure/index.ts

@@ -0,0 +1 @@
+/** ================================= 敞口 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/exposure/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/finance-report/index.ts

@@ -0,0 +1 @@
+/** ================================= 财务报表 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/finance-report/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/finance-review/index.ts

@@ -0,0 +1 @@
+/** ================================= 财务审核 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/finance-review/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/goodsInfo/index.ts

@@ -0,0 +1 @@
+/** ================================= 商品信息 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/goodsInfo/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/inventory-report/index.ts

@@ -0,0 +1 @@
+/** ================================= 库存报表 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/inventory-report/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/inventory-review/index.ts

@@ -0,0 +1 @@
+/** ================================= 库存审核 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/inventory-review/interface.ts


+ 1 - 1
src/goServiceAPI/ermcp/index.ts → src/goServiceAPI/ermcp/outaccount-status/index.ts

@@ -1,5 +1,5 @@
 import { getLongTypeLoginID } from '@/services/bus/login';
-import { commonSearch_go } from '../index';
+import { commonSearch_go } from '../../index';
 import * as type from './interface';
 
 /**

+ 0 - 0
src/goServiceAPI/ermcp/interface.ts → src/goServiceAPI/ermcp/outaccount-status/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/plan/index.ts

@@ -0,0 +1 @@
+/** ================================= 计划 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/plan/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/purchase/index.ts

@@ -0,0 +1 @@
+/** ================================= 采购 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/purchase/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/search-inventory/index.ts

@@ -0,0 +1 @@
+/** ================================= 库存查询 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/search-inventory/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/sell/index.ts

@@ -0,0 +1 @@
+/** ================================= 销售 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/sell/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/spot-contract/index.ts

@@ -0,0 +1 @@
+/** ================================= 现货合同 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/spot-contract/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/spot-report/index.ts

@@ -0,0 +1 @@
+/** ================================= 现货报表 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/spot-report/interface.ts


+ 1 - 0
src/goServiceAPI/ermcp/warehouse-info/index.ts

@@ -0,0 +1 @@
+/** ================================= 仓库信息 ================================**/

+ 0 - 0
src/goServiceAPI/ermcp/warehouse-info/interface.ts


+ 6 - 6
src/layout/top.vue

@@ -274,12 +274,12 @@ export default defineComponent({
                     }
                 }
                 const code = list[firstIndex].children[secondeIndex].code;
-                selectedKeys.value.length = 0;
-                selectedKeys.value.push(code);
-                openKeys.value.length = 0;
-                openKeys.value.push(list[firstIndex].code);
-                // selectedKeys.value = [code];
-                // openKeys.value = [list[firstIndex].code];
+                // selectedKeys.value.length = 0;
+                // selectedKeys.value.push(code);
+                // openKeys.value.length = 0;
+                // openKeys.value.push(list[firstIndex].code);
+                selectedKeys.value = [code];
+                openKeys.value = [list[firstIndex].code];
                 context.emit('chooseMenu', setShowBottomPart(code));
                 // 处理页面刷新时候 引发路由乱跳的bug
                 if (router.currentRoute.value.fullPath === '/home') {

+ 2 - 2
src/views/search/outaccount_status/index.vue

@@ -22,8 +22,8 @@ import { defineComponent, ref, onUnmounted } from 'vue';
 import { initData } from '@/setup/methods/index';
 import { message } from 'ant-design-vue';
 import firstMenu from '@/components/firstMenu/index.vue';
-import { GetErmcpOutAccountStatus } from '@/goServiceAPI/ermcp/index';
-import { GetErmcpOutAccountStatus as GetErmcpOutAccountStatusType } from '@/goServiceAPI/ermcp/interface';
+import { GetErmcpOutAccountStatus } from '@/goServiceAPI/ermcp/outaccount-status/index';
+import { GetErmcpOutAccountStatus as GetErmcpOutAccountStatusType } from '@/goServiceAPI/ermcp/outaccount-status/interface';
 import TimerUtils from '@/utils/tool/timerUtil';
 import moment from 'moment';