luobang 2 年之前
父节点
当前提交
153eb84a7f
共有 3 个文件被更改,包括 463 次插入445 次删除
  1. 1 1
      build/utils.js
  2. 1 1
      config/index.js
  3. 461 443
      src/views/statisticalReport/components/tableItem.vue

+ 1 - 1
build/utils.js

@@ -15,7 +15,7 @@ const devPathSrc = path.resolve(__dirname, '../../../src') // node_modules应用
 // ['index','appoint','configManager','homepage',''inward,'queue','RMS','sale','serviceManager','SporadicManage'
 //       统计报表       组织机构/系统管理 采购  仓储
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow','ADMINISTRATORS']
-// let devModules = ['index', 'statisticalReport']
+// let devModules = ['index', 'statisticalReport', 'appoint']
 let devModules = ['all']
 //let devModules=['index']
 if (pathSrc.indexOf('node_modules') > -1) {

+ 1 - 1
config/index.js

@@ -74,7 +74,7 @@ let proxyTable = {
   '/api/v1': {
     target: 'http://172.16.33.166:80',
     // target: 'http://localhost:8080',
-    // target: 'http://192.168.1.102:8080',
+    // target: 'http://192.168.1.104:8080',
     ws: true,
     pathRewrite: {
       '^/api/v1': '/api/v1'

文件差异内容过多而无法显示
+ 461 - 443
src/views/statisticalReport/components/tableItem.vue


部分文件因为文件数量过多而无法显示