Compare commits
No commits in common. "main" and "zhangwei" have entirely different histories.
@ -1,5 +0,0 @@
|
|||||||
NODE_ENV = 'development'
|
|
||||||
|
|
||||||
VITE_APP_BASE_URL = 'https://ceshi-engineering.lihaink.cn/'
|
|
||||||
# VITE_APP_BASE_URL = 'http://www.eng.local/'
|
|
||||||
#VITE_APP_BASE_URL = 'http://192.168.1.8:8526/'
|
|
5
.env.prod
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
NODE_ENV = 'prod'
|
||||||
|
|
||||||
|
VITE_APP_BASE_URL = 'https://engineering.lihaink.cn/'
|
||||||
|
|
6
.gitignore
vendored
@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
.env.development
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
@ -16,7 +14,6 @@ dist-ssr
|
|||||||
coverage
|
coverage
|
||||||
*.local
|
*.local
|
||||||
|
|
||||||
|
|
||||||
# unplugin-auto-import
|
# unplugin-auto-import
|
||||||
auto-imports.d.ts
|
auto-imports.d.ts
|
||||||
components.d.ts
|
components.d.ts
|
||||||
@ -32,6 +29,5 @@ components.d.ts
|
|||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
.zip
|
|
||||||
|
|
||||||
helper.json
|
.env.development
|
||||||
|
16
.vscode/settings.json
vendored
@ -1,11 +1,9 @@
|
|||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"[vue]": {
|
"[vue]": {
|
||||||
"editor.defaultFormatter": "Vue.volar"
|
"editor.defaultFormatter": "Vue.volar"
|
||||||
},
|
},
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
"[javascript]": {
|
|
||||||
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
||||||
},
|
|
||||||
"vue.codeActions.enabled": false
|
|
||||||
}
|
}
|
||||||
|
241
package-lock.json
generated
@ -18,7 +18,6 @@
|
|||||||
"echarts": "^5.3.3",
|
"echarts": "^5.3.3",
|
||||||
"element-plus": "^2.2.9",
|
"element-plus": "^2.2.9",
|
||||||
"highlight.js": "^11.6.0",
|
"highlight.js": "^11.6.0",
|
||||||
"moment": "^2.30.1",
|
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"pinia": "^2.0.14",
|
"pinia": "^2.0.14",
|
||||||
"vue": "^3.2.37",
|
"vue": "^3.2.37",
|
||||||
@ -35,7 +34,7 @@
|
|||||||
"@types/node": "^16.11.41",
|
"@types/node": "^16.11.41",
|
||||||
"@types/nprogress": "^0.2.0",
|
"@types/nprogress": "^0.2.0",
|
||||||
"@vitejs/plugin-legacy": "^2.3.1",
|
"@vitejs/plugin-legacy": "^2.3.1",
|
||||||
"@vitejs/plugin-vue": "^3.2.0",
|
"@vitejs/plugin-vue": "^3.0.0",
|
||||||
"@vitejs/plugin-vue-jsx": "^2.0.0",
|
"@vitejs/plugin-vue-jsx": "^2.0.0",
|
||||||
"@vue/eslint-config-prettier": "^7.0.0",
|
"@vue/eslint-config-prettier": "^7.0.0",
|
||||||
"@vue/eslint-config-typescript": "^11.0.0",
|
"@vue/eslint-config-typescript": "^11.0.0",
|
||||||
@ -48,7 +47,6 @@
|
|||||||
"fs-extra": "^10.1.0",
|
"fs-extra": "^10.1.0",
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.14",
|
||||||
"prettier": "^2.5.1",
|
"prettier": "^2.5.1",
|
||||||
"rollup-plugin-visualizer": "^5.12.0",
|
|
||||||
"sass": "^1.53.0",
|
"sass": "^1.53.0",
|
||||||
"tailwindcss": "^3.0.24",
|
"tailwindcss": "^3.0.24",
|
||||||
"terser": "^5.15.1",
|
"terser": "^5.15.1",
|
||||||
@ -1344,9 +1342,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@vitejs/plugin-vue": {
|
"node_modules/@vitejs/plugin-vue": {
|
||||||
"version": "3.2.0",
|
"version": "3.0.1",
|
||||||
"resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-3.2.0.tgz",
|
"resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-3.0.1.tgz",
|
||||||
"integrity": "sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==",
|
"integrity": "sha512-Ll9JgxG7ONIz/XZv3dssfoMUDu9qAnlJ+km+pBA0teYSXzwPCIzS/e1bmwNYl5dcQGs677D21amgfYAnzMl17A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^14.18.0 || >=16.0.0"
|
"node": "^14.18.0 || >=16.0.0"
|
||||||
@ -2340,20 +2338,6 @@
|
|||||||
"tiny-emitter": "^2.0.0"
|
"tiny-emitter": "^2.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/cliui": {
|
|
||||||
"version": "8.0.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
|
|
||||||
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"string-width": "^4.2.0",
|
|
||||||
"strip-ansi": "^6.0.1",
|
|
||||||
"wrap-ansi": "^7.0.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/clone": {
|
"node_modules/clone": {
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"resolved": "https://registry.npmmirror.com/clone/-/clone-1.0.4.tgz",
|
"resolved": "https://registry.npmmirror.com/clone/-/clone-1.0.4.tgz",
|
||||||
@ -2704,15 +2688,6 @@
|
|||||||
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/define-lazy-prop": {
|
|
||||||
"version": "2.0.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
|
|
||||||
"integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
|
|
||||||
"dev": true,
|
|
||||||
"engines": {
|
|
||||||
"node": ">=8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/define-property": {
|
"node_modules/define-property": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmmirror.com/define-property/-/define-property-1.0.0.tgz",
|
"resolved": "https://registry.npmmirror.com/define-property/-/define-property-1.0.0.tgz",
|
||||||
@ -2964,12 +2939,6 @@
|
|||||||
"resolved": "https://registry.npmjs.org/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
|
"resolved": "https://registry.npmjs.org/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
|
||||||
"integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ=="
|
"integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ=="
|
||||||
},
|
},
|
||||||
"node_modules/emoji-regex": {
|
|
||||||
"version": "8.0.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
||||||
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/emojis-list": {
|
"node_modules/emojis-list": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz",
|
"resolved": "https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz",
|
||||||
@ -4172,15 +4141,6 @@
|
|||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/get-caller-file": {
|
|
||||||
"version": "2.0.5",
|
|
||||||
"resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
||||||
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
||||||
"dev": true,
|
|
||||||
"engines": {
|
|
||||||
"node": "6.* || 8.* || >= 10.*"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/get-stream": {
|
"node_modules/get-stream": {
|
||||||
"version": "6.0.1",
|
"version": "6.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
||||||
@ -4641,18 +4601,6 @@
|
|||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/is-docker": {
|
|
||||||
"version": "2.2.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz",
|
|
||||||
"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
|
|
||||||
"dev": true,
|
|
||||||
"bin": {
|
|
||||||
"is-docker": "cli.js"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/is-extendable": {
|
"node_modules/is-extendable": {
|
||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
"resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
|
"resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
|
||||||
@ -4671,15 +4619,6 @@
|
|||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/is-fullwidth-code-point": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
||||||
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
||||||
"dev": true,
|
|
||||||
"engines": {
|
|
||||||
"node": ">=8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/is-glob": {
|
"node_modules/is-glob": {
|
||||||
"version": "4.0.3",
|
"version": "4.0.3",
|
||||||
"resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
|
"resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
|
||||||
@ -4749,18 +4688,6 @@
|
|||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/is-wsl": {
|
|
||||||
"version": "2.2.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
||||||
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"is-docker": "^2.0.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/isarray": {
|
"node_modules/isarray": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
|
"resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
|
||||||
@ -5211,14 +5138,6 @@
|
|||||||
"pkg-types": "^0.3.3"
|
"pkg-types": "^0.3.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/moment": {
|
|
||||||
"version": "2.30.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz",
|
|
||||||
"integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
|
|
||||||
"engines": {
|
|
||||||
"node": "*"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/ms": {
|
"node_modules/ms": {
|
||||||
"version": "2.1.3",
|
"version": "2.1.3",
|
||||||
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
||||||
@ -5557,20 +5476,6 @@
|
|||||||
"url": "https://github.com/sponsors/sindresorhus"
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/open": {
|
|
||||||
"version": "8.4.2",
|
|
||||||
"resolved": "https://registry.npmmirror.com/open/-/open-8.4.2.tgz",
|
|
||||||
"integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"define-lazy-prop": "^2.0.0",
|
|
||||||
"is-docker": "^2.1.1",
|
|
||||||
"is-wsl": "^2.2.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/optionator": {
|
"node_modules/optionator": {
|
||||||
"version": "0.9.1",
|
"version": "0.9.1",
|
||||||
"resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.1.tgz",
|
"resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.1.tgz",
|
||||||
@ -6215,15 +6120,6 @@
|
|||||||
"node": ">=0.10"
|
"node": ">=0.10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/require-directory": {
|
|
||||||
"version": "2.1.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
|
|
||||||
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
||||||
"dev": true,
|
|
||||||
"engines": {
|
|
||||||
"node": ">=0.10.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/resize-detector": {
|
"node_modules/resize-detector": {
|
||||||
"version": "0.3.0",
|
"version": "0.3.0",
|
||||||
"resolved": "https://registry.npmmirror.com/resize-detector/-/resize-detector-0.3.0.tgz",
|
"resolved": "https://registry.npmmirror.com/resize-detector/-/resize-detector-0.3.0.tgz",
|
||||||
@ -6319,41 +6215,6 @@
|
|||||||
"fsevents": "~2.3.2"
|
"fsevents": "~2.3.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/rollup-plugin-visualizer": {
|
|
||||||
"version": "5.12.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.12.0.tgz",
|
|
||||||
"integrity": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"open": "^8.4.0",
|
|
||||||
"picomatch": "^2.3.1",
|
|
||||||
"source-map": "^0.7.4",
|
|
||||||
"yargs": "^17.5.1"
|
|
||||||
},
|
|
||||||
"bin": {
|
|
||||||
"rollup-plugin-visualizer": "dist/bin/cli.js"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=14"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"rollup": "2.x || 3.x || 4.x"
|
|
||||||
},
|
|
||||||
"peerDependenciesMeta": {
|
|
||||||
"rollup": {
|
|
||||||
"optional": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/rollup-plugin-visualizer/node_modules/source-map": {
|
|
||||||
"version": "0.7.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz",
|
|
||||||
"integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
|
|
||||||
"dev": true,
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/run-parallel": {
|
"node_modules/run-parallel": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
"resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
|
"resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
|
||||||
@ -6825,20 +6686,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"node_modules/string-width": {
|
|
||||||
"version": "4.2.3",
|
|
||||||
"resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
|
|
||||||
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"emoji-regex": "^8.0.0",
|
|
||||||
"is-fullwidth-code-point": "^3.0.0",
|
|
||||||
"strip-ansi": "^6.0.1"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/strip-ansi": {
|
"node_modules/strip-ansi": {
|
||||||
"version": "6.0.1",
|
"version": "6.0.1",
|
||||||
"resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
"resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
||||||
@ -8252,50 +8099,6 @@
|
|||||||
"node": ">=0.10.0"
|
"node": ">=0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/wrap-ansi": {
|
|
||||||
"version": "7.0.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
||||||
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"ansi-styles": "^4.0.0",
|
|
||||||
"string-width": "^4.1.0",
|
|
||||||
"strip-ansi": "^6.0.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
||||||
"version": "4.3.0",
|
|
||||||
"resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
||||||
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"color-convert": "^2.0.1"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/wrap-ansi/node_modules/color-convert": {
|
|
||||||
"version": "2.0.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
|
|
||||||
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"color-name": "~1.1.4"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=7.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/wrap-ansi/node_modules/color-name": {
|
|
||||||
"version": "1.1.4",
|
|
||||||
"resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
|
|
||||||
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
||||||
"dev": true
|
|
||||||
},
|
|
||||||
"node_modules/wrappy": {
|
"node_modules/wrappy": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
|
"resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
|
||||||
@ -8320,15 +8123,6 @@
|
|||||||
"node": ">=0.4"
|
"node": ">=0.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/y18n": {
|
|
||||||
"version": "5.0.8",
|
|
||||||
"resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
|
|
||||||
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
||||||
"dev": true,
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/yallist": {
|
"node_modules/yallist": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
|
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
|
||||||
@ -8344,33 +8138,6 @@
|
|||||||
"node": ">= 6"
|
"node": ">= 6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/yargs": {
|
|
||||||
"version": "17.7.2",
|
|
||||||
"resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
|
|
||||||
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
|
||||||
"cliui": "^8.0.1",
|
|
||||||
"escalade": "^3.1.1",
|
|
||||||
"get-caller-file": "^2.0.5",
|
|
||||||
"require-directory": "^2.1.1",
|
|
||||||
"string-width": "^4.2.3",
|
|
||||||
"y18n": "^5.0.5",
|
|
||||||
"yargs-parser": "^21.1.1"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/yargs-parser": {
|
|
||||||
"version": "21.1.1",
|
|
||||||
"resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
||||||
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
||||||
"dev": true,
|
|
||||||
"engines": {
|
|
||||||
"node": ">=12"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/yocto-queue": {
|
"node_modules/yocto-queue": {
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
"resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
"echarts": "^5.3.3",
|
"echarts": "^5.3.3",
|
||||||
"element-plus": "^2.2.9",
|
"element-plus": "^2.2.9",
|
||||||
"highlight.js": "^11.6.0",
|
"highlight.js": "^11.6.0",
|
||||||
"moment": "^2.30.1",
|
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"pinia": "^2.0.14",
|
"pinia": "^2.0.14",
|
||||||
"vue": "^3.2.37",
|
"vue": "^3.2.37",
|
||||||
@ -38,7 +37,7 @@
|
|||||||
"@types/node": "^16.11.41",
|
"@types/node": "^16.11.41",
|
||||||
"@types/nprogress": "^0.2.0",
|
"@types/nprogress": "^0.2.0",
|
||||||
"@vitejs/plugin-legacy": "^2.3.1",
|
"@vitejs/plugin-legacy": "^2.3.1",
|
||||||
"@vitejs/plugin-vue": "^3.2.0",
|
"@vitejs/plugin-vue": "^3.0.0",
|
||||||
"@vitejs/plugin-vue-jsx": "^2.0.0",
|
"@vitejs/plugin-vue-jsx": "^2.0.0",
|
||||||
"@vue/eslint-config-prettier": "^7.0.0",
|
"@vue/eslint-config-prettier": "^7.0.0",
|
||||||
"@vue/eslint-config-typescript": "^11.0.0",
|
"@vue/eslint-config-typescript": "^11.0.0",
|
||||||
@ -51,7 +50,6 @@
|
|||||||
"fs-extra": "^10.1.0",
|
"fs-extra": "^10.1.0",
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.14",
|
||||||
"prettier": "^2.5.1",
|
"prettier": "^2.5.1",
|
||||||
"rollup-plugin-visualizer": "^5.12.0",
|
|
||||||
"sass": "^1.53.0",
|
"sass": "^1.53.0",
|
||||||
"tailwindcss": "^3.0.24",
|
"tailwindcss": "^3.0.24",
|
||||||
"terser": "^5.15.1",
|
"terser": "^5.15.1",
|
||||||
|
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 585 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.9 KiB |
14
src/App.vue
@ -47,9 +47,6 @@ watch(
|
|||||||
immediate: true
|
immediate: true
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@ -58,13 +55,4 @@ watch(
|
|||||||
</el-config-provider>
|
</el-config-provider>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style></style>
|
||||||
.el-table th.el-table__cell>.cell {
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-table td.el-table__cell div {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
@ -6,8 +6,8 @@ export function getConfig() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 工作台主页
|
// 工作台主页
|
||||||
export function getWorkbench(params: any) {
|
export function getWorkbench() {
|
||||||
return request.get({ url: '/workbench/index', params })
|
return request.get({ url: '/workbench/index' })
|
||||||
}
|
}
|
||||||
|
|
||||||
//字典数据
|
//字典数据
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 用章申请列表
|
|
||||||
export function apiApplyWithSealLists(params: any) {
|
|
||||||
return request.get({ url: '/project_process_management.apply_with_seal/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加用章申请
|
|
||||||
export function apiApplyWithSealAdd(params: any) {
|
|
||||||
return request.post({ url: '/project_process_management.apply_with_seal/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑用章申请
|
|
||||||
export function apiApplyWithSealEdit(params: any) {
|
|
||||||
return request.post({ url: '/project_process_management.apply_with_seal/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除用章申请
|
|
||||||
export function apiApplyWithSealDelete(params: any) {
|
|
||||||
return request.post({ url: '/project_process_management.apply_with_seal/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 用章申请详情
|
|
||||||
export function apiApplyWithSealDetail(params: any) {
|
|
||||||
return request.get({ url: '/project_process_management.apply_with_seal/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 成果文件审定、签发列表
|
|
||||||
export function apiApprovalIssuanceAchievementDocumentsLists(params: any) {
|
|
||||||
return request.get({ url: '/approval_issuance_achievement_documents/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加成果文件审定、签发
|
|
||||||
export function apiApprovalIssuanceAchievementDocumentsAdd(params: any) {
|
|
||||||
return request.post({ url: '/approval_issuance_achievement_documents/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑成果文件审定、签发
|
|
||||||
export function apiApprovalIssuanceAchievementDocumentsEdit(params: any) {
|
|
||||||
return request.post({ url: '/approval_issuance_achievement_documents/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除成果文件审定、签发
|
|
||||||
export function apiApprovalIssuanceAchievementDocumentsDelete(params: any) {
|
|
||||||
return request.post({ url: '/approval_issuance_achievement_documents/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 成果文件审定、签发详情
|
|
||||||
export function apiApprovalIssuanceAchievementDocumentsDetail(params: any) {
|
|
||||||
return request.get({ url: '/approval_issuance_achievement_documents/detail', params })
|
|
||||||
}
|
|
@ -1,22 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 列表
|
|
||||||
export function flowapproveLists(params: any) {
|
|
||||||
return request.get({ url: '/oa.flow_approve/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
//详情
|
|
||||||
export function flowapproveDetail(params: any) {
|
|
||||||
return request.get({ url: '/oa.flow_approve/detail', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
//处理审批
|
|
||||||
export function flowapproveCheck(params: any) {
|
|
||||||
return request.post({ url: '/oa.flow_approve/check', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//撤销审批
|
|
||||||
export function flowapproveRevoke(params: any) {
|
|
||||||
return request.post({ url: '/oa.flow_approve/revoke', params })
|
|
||||||
}
|
|
@ -10,15 +10,15 @@ export function apiBidBiddingDecisionAdd(params: any) {
|
|||||||
return request.post({ url: '/bid.bid_bidding_decision/add', params })
|
return request.post({ url: '/bid.bid_bidding_decision/add', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 编辑投标决策
|
// // 编辑投标决策
|
||||||
export function apiBidBiddingDecisionEdit(params: any) {
|
// export function apiBidBiddingDecisionEdit(params: any) {
|
||||||
return request.post({ url: '/bid.bid_bidding_decision/edit', params })
|
// return request.post({ url: '/bid.bid_bidding_decision/edit', params })
|
||||||
}
|
// }
|
||||||
|
|
||||||
// 删除投标决策
|
// // 删除投标决策
|
||||||
export function apiBidBiddingDecisionDelete(params: any) {
|
// export function apiBidBiddingDecisionDelete(params: any) {
|
||||||
return request.post({ url: '/bid.bid_bidding_decision/delete', params })
|
// return request.post({ url: '/bid.bid_bidding_decision/delete', params })
|
||||||
}
|
// }
|
||||||
|
|
||||||
// 投标决策详情
|
// 投标决策详情
|
||||||
export function apiBidBiddingDecisionDetail(params: any) {
|
export function apiBidBiddingDecisionDetail(params: any) {
|
||||||
|
@ -11,14 +11,14 @@ export function apiBidBuyBiddingDocumentAdd(params: any) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 编辑购买标书
|
// 编辑购买标书
|
||||||
export function apiBidBuyBiddingDocumentEdit(params: any) {
|
// export function apiBidBuyBiddingDocumentEdit(params: any) {
|
||||||
return request.post({ url: '/bid.bid_buy_bidding_document/edit', params })
|
// return request.post({ url: '/bid.bid_buy_bidding_document/edit', params })
|
||||||
}
|
// }
|
||||||
|
|
||||||
// 删除购买标书
|
// 删除购买标书
|
||||||
export function apiBidBuyBiddingDocumentDelete(params: any) {
|
// export function apiBidBuyBiddingDocumentDelete(params: any) {
|
||||||
return request.post({ url: '/bid.bid_buy_bidding_document/delete', params })
|
// return request.post({ url: '/bid.bid_buy_bidding_document/delete', params })
|
||||||
}
|
// }
|
||||||
|
|
||||||
// 购买标书详情
|
// 购买标书详情
|
||||||
export function apiBidBuyBiddingDocumentDetail(params: any) {
|
export function apiBidBuyBiddingDocumentDetail(params: any) {
|
||||||
|
@ -24,12 +24,3 @@ export function apiBidDocumentExaminationDetailDelete(params: any) {
|
|||||||
export function apiBidDocumentExaminationDetailDetail(params: any) {
|
export function apiBidDocumentExaminationDetailDetail(params: any) {
|
||||||
return request.get({ url: '/bid.bid_document_examination_detail/detail', params })
|
return request.get({ url: '/bid.bid_document_examination_detail/detail', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 标书审查-提交审批
|
|
||||||
export function apibidDocumentExaminationApprove(params: any) {
|
|
||||||
return request.post({ url: '/bid.bid_document_examination/approve', params })
|
|
||||||
}
|
|
||||||
// 标书审查-审批详情
|
|
||||||
export function apibidDocumentExaminationFlows() {
|
|
||||||
return request.get({ url: '/bid.bid_document_examination/flows' })
|
|
||||||
}
|
|
||||||
|
@ -3,8 +3,3 @@ import request from '@/utils/request'
|
|||||||
export function buildreportDetaillists(params: any) {
|
export function buildreportDetaillists(params: any) {
|
||||||
return request.get({ url: '/build.build_report_detail/lists', params })
|
return request.get({ url: '/build.build_report_detail/lists', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 某个施工汇报下的人工明细列表
|
|
||||||
export function apibuild_reportLists(params: any) {
|
|
||||||
return request.get({ url: '/build.build_report/personDetails', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--验收管理列表
|
|
||||||
export function apiConsultAcceptLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_build.consult_accept/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--验收管理
|
|
||||||
export function apiConsultAcceptAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_build.consult_accept/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--验收管理
|
|
||||||
export function apiConsultAcceptEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_build.consult_accept/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--验收管理
|
|
||||||
export function apiConsultAcceptDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_build.consult_accept/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--验收管理详情
|
|
||||||
export function apiConsultAcceptDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_build.consult_accept/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--合同管理列表
|
|
||||||
export function apiConsultContractLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_strategy.consult_contract/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--合同管理
|
|
||||||
export function apiConsultContractAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_contract/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--合同管理
|
|
||||||
export function apiConsultContractEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_contract/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--合同管理
|
|
||||||
export function apiConsultContractDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_contract/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--合同管理详情
|
|
||||||
export function apiConsultContractDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_strategy.consult_contract/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--总控管理列表
|
|
||||||
export function apiConsultControlLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_target.consult_control/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--总控管理
|
|
||||||
export function apiConsultControlAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_target.consult_control/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--总控管理
|
|
||||||
export function apiConsultControlEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_target.consult_control/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--总控管理
|
|
||||||
export function apiConsultControlDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_target.consult_control/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--总控管理详情
|
|
||||||
export function apiConsultControlDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_target.consult_control/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--造价管理列表
|
|
||||||
export function apiConsultCostLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_strategy.consult_cost/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--造价管理
|
|
||||||
export function apiConsultCostAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_cost/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--造价管理
|
|
||||||
export function apiConsultCostEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_cost/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--造价管理
|
|
||||||
export function apiConsultCostDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_cost/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--造价管理详情
|
|
||||||
export function apiConsultCostDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_strategy.consult_cost/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--决策管理列表
|
|
||||||
export function apiConsultDecisionLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_target.consult_decision/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--决策管理
|
|
||||||
export function apiConsultDecisionAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_target.consult_decision/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--决策管理
|
|
||||||
export function apiConsultDecisionEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_target.consult_decision/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--决策管理
|
|
||||||
export function apiConsultDecisionDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_target.consult_decision/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--决策管理详情
|
|
||||||
export function apiConsultDecisionDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_target.consult_decision/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--报建管理列表
|
|
||||||
export function apiConsultDeclareLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_strategy.consult_declare/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--报建管理
|
|
||||||
export function apiConsultDeclareAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_declare/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--报建管理
|
|
||||||
export function apiConsultDeclareEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_declare/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--报建管理
|
|
||||||
export function apiConsultDeclareDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_declare/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--报建管理详情
|
|
||||||
export function apiConsultDeclareDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_strategy.consult_declare/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--需求研究及管理列表
|
|
||||||
export function apiConsultDemandLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_target.consult_demand/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--需求研究及管理
|
|
||||||
export function apiConsultDemandAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_target.consult_demand/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--需求研究及管理
|
|
||||||
export function apiConsultDemandEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_target.consult_demand/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--需求研究及管理
|
|
||||||
export function apiConsultDemandDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_target.consult_demand/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--需求研究及管理详情
|
|
||||||
export function apiConsultDemandDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_target.consult_demand/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--设计管理列表
|
|
||||||
export function apiConsultDesignLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_strategy.consult_design/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--设计管理
|
|
||||||
export function apiConsultDesignAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_design/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--设计管理
|
|
||||||
export function apiConsultDesignEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_design/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--设计管理
|
|
||||||
export function apiConsultDesignDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_design/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--设计管理详情
|
|
||||||
export function apiConsultDesignDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_strategy.consult_design/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--全过程咨询目录列表
|
|
||||||
export function apiConsultDirectoryLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_catalog.consult_directory/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--全过程咨询目录
|
|
||||||
export function apiConsultDirectoryAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_catalog.consult_directory/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--全过程咨询目录
|
|
||||||
export function apiConsultDirectoryEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_catalog.consult_directory/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--全过程咨询目录
|
|
||||||
export function apiConsultDirectoryDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_catalog.consult_directory/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--全过程咨询目录详情
|
|
||||||
export function apiConsultDirectoryDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_catalog.consult_directory/detail', params })
|
|
||||||
}
|
|
@ -1,44 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--新开工项目管理列表
|
|
||||||
export function apiConsultNewStartProjectLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_basic.consult_new_start_project/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--新开工项目管理
|
|
||||||
export function apiConsultNewStartProjectAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_basic.consult_new_start_project/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--新开工项目管理
|
|
||||||
export function apiConsultNewStartProjectEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_basic.consult_new_start_project/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--新开工项目管理
|
|
||||||
export function apiConsultNewStartProjectDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_basic.consult_new_start_project/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--新开工项目管理详情
|
|
||||||
export function apiConsultNewStartProjectDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_basic.consult_new_start_project/detail', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--新开工项目管理详情
|
|
||||||
export function apiconsult_project_evolve(params: any) {
|
|
||||||
return request.get({ url: '/consult_basic.consult_project_evolve/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--新开工项目管理详情
|
|
||||||
export function apiconsult_project_evolve_delete(params: any) {
|
|
||||||
return request.post({ url: '/consult_basic.consult_project_evolve/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apiconsult_project_preparation(params: any) {
|
|
||||||
return request.get({ url: '/consult_basic.consult_project_preparation/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apiconsult_project_preparation_delete(params: any) {
|
|
||||||
return request.post({ url: '/consult_basic.consult_project_preparation/delete', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--招采管理列表
|
|
||||||
export function apiConsultProcureLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_strategy.consult_procure/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--招采管理
|
|
||||||
export function apiConsultProcureAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_procure/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--招采管理
|
|
||||||
export function apiConsultProcureEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_procure/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--招采管理
|
|
||||||
export function apiConsultProcureDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_strategy.consult_procure/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--招采管理详情
|
|
||||||
export function apiConsultProcureDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_strategy.consult_procure/detail', params })
|
|
||||||
}
|
|
@ -1,31 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 项目咨询--基本信息列表
|
|
||||||
export function apiConsultProjectLists(params: any) {
|
|
||||||
return request.get({ url: "/consult_basic.consult_project/lists", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--基本信息
|
|
||||||
export function apiConsultProjectAdd(params: any) {
|
|
||||||
return request.post({ url: "/consult_basic.consult_project/add", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--基本信息
|
|
||||||
export function apiConsultProjectEdit(params: any) {
|
|
||||||
return request.post({ url: "/consult_basic.consult_project/edit", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--基本信息
|
|
||||||
export function apiConsultProjectDelete(params: any) {
|
|
||||||
return request.post({ url: "/consult_basic.consult_project/delete", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--基本信息详情
|
|
||||||
export function apiConsultProjectDetail(params: any) {
|
|
||||||
return request.get({ url: "/consult_basic.consult_project/detail", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
//apiConsultProjectSearch
|
|
||||||
export function apiConsultProjectSearch(params: any) {
|
|
||||||
return request.get({ url: "/consult_basic.consult_project/datas", params });
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--接收管理列表
|
|
||||||
export function apiConsultReceiveLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_target.consult_receive/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--接收管理
|
|
||||||
export function apiConsultReceiveAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_target.consult_receive/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--接收管理
|
|
||||||
export function apiConsultReceiveEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_target.consult_receive/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--接收管理
|
|
||||||
export function apiConsultReceiveDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_target.consult_receive/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--接收管理详情
|
|
||||||
export function apiConsultReceiveDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_target.consult_receive/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--现场实施管理列表
|
|
||||||
export function apiConsultSceneExecuteLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_build.consult_scene_execute/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--现场实施管理
|
|
||||||
export function apiConsultSceneExecuteAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_build.consult_scene_execute/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--现场实施管理
|
|
||||||
export function apiConsultSceneExecuteEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_build.consult_scene_execute/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--现场实施管理
|
|
||||||
export function apiConsultSceneExecuteDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_build.consult_scene_execute/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--现场实施管理详情
|
|
||||||
export function apiConsultSceneExecuteDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_build.consult_scene_execute/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--现场组织建设列表
|
|
||||||
export function apiConsultSceneOrgLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_build.consult_scene_org/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--现场组织建设
|
|
||||||
export function apiConsultSceneOrgAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_build.consult_scene_org/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--现场组织建设
|
|
||||||
export function apiConsultSceneOrgEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_build.consult_scene_org/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--现场组织建设
|
|
||||||
export function apiConsultSceneOrgDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_build.consult_scene_org/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--现场组织建设详情
|
|
||||||
export function apiConsultSceneOrgDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_build.consult_scene_org/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--现场准备列表
|
|
||||||
export function apiConsultScenePrepareLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_build.consult_scene_prepare/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--现场准备
|
|
||||||
export function apiConsultScenePrepareAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_build.consult_scene_prepare/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--现场准备
|
|
||||||
export function apiConsultScenePrepareEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_build.consult_scene_prepare/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--现场准备
|
|
||||||
export function apiConsultScenePrepareDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_build.consult_scene_prepare/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--现场准备详情
|
|
||||||
export function apiConsultScenePrepareDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_build.consult_scene_prepare/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目咨询--全过程咨询子目录列表
|
|
||||||
export function apiConsultSubdirectoryLists(params: any) {
|
|
||||||
return request.get({ url: '/consult_catalog.consult_subdirectory/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目咨询--全过程咨询子目录
|
|
||||||
export function apiConsultSubdirectoryAdd(params: any) {
|
|
||||||
return request.post({ url: '/consult_catalog.consult_subdirectory/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目咨询--全过程咨询子目录
|
|
||||||
export function apiConsultSubdirectoryEdit(params: any) {
|
|
||||||
return request.post({ url: '/consult_catalog.consult_subdirectory/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目咨询--全过程咨询子目录
|
|
||||||
export function apiConsultSubdirectoryDelete(params: any) {
|
|
||||||
return request.post({ url: '/consult_catalog.consult_subdirectory/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目咨询--全过程咨询子目录详情
|
|
||||||
export function apiConsultSubdirectoryDetail(params: any) {
|
|
||||||
return request.get({ url: '/consult_catalog.consult_subdirectory/detail', params })
|
|
||||||
}
|
|
@ -1,30 +1,26 @@
|
|||||||
import request from "@/utils/request";
|
import request from '@/utils/request'
|
||||||
|
|
||||||
// 项目合同列表
|
// 项目合同列表
|
||||||
export function apiContractLists(params: any) {
|
export function apiContractLists(params: any) {
|
||||||
return request.get({ url: "/contract.contract/lists", params });
|
return request.get({ url: '/contract.contract/lists', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 添加项目合同
|
// 添加项目合同
|
||||||
export function apiContractAdd(params: any) {
|
export function apiContractAdd(params: any) {
|
||||||
return request.post({ url: "/contract.contract/add", params });
|
return request.post({ url: '/contract.contract/add', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 编辑项目合同
|
// 编辑项目合同
|
||||||
export function apiContractEdit(params: any) {
|
export function apiContractEdit(params: any) {
|
||||||
return request.post({ url: "/contract.contract/edit", params });
|
return request.post({ url: '/contract.contract/edit', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 删除项目合同
|
// 删除项目合同
|
||||||
export function apiContractDelete(params: any) {
|
export function apiContractDelete(params: any) {
|
||||||
return request.post({ url: "/contract.contract/delete", params });
|
return request.post({ url: '/contract.contract/delete', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 项目合同详情
|
// 项目合同详情
|
||||||
export function apiContractDetail(params: any) {
|
export function apiContractDetail(params: any) {
|
||||||
return request.get({ url: "/contract.contract/detail", params });
|
return request.get({ url: '/contract.contract/detail', params })
|
||||||
}
|
|
||||||
|
|
||||||
export function apiContractSearch(params: any) {
|
|
||||||
return request.get({ url: "/contract.contract/datas", params });
|
|
||||||
}
|
}
|
@ -1,25 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 财务管理--合同台账列表
|
|
||||||
export function apiContractLedgerLists(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/cost_project.cost_approved_project/ledger",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--合同台账列表
|
|
||||||
export function apiMarketingContract(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.MarketingContract/info",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--合同台账列表
|
|
||||||
export function apiMarketingContractdownload(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_contract/download?export=2",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,49 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 待立项造价项目列表
|
|
||||||
export function apiCostApprovedProjectLists(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/cost_project.cost_approved_project/lists",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加待立项造价项目
|
|
||||||
export function apiCostApprovedProjectAdd(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/cost_project.cost_approved_project/add",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑待立项造价项目
|
|
||||||
export function apiCostApprovedProjectEdit(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/cost_project.cost_approved_project/edit",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除待立项造价项目
|
|
||||||
export function apiCostApprovedProjectDelete(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/cost_project.cost_approved_project/delete",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 待立项造价项目详情
|
|
||||||
export function apiCostApprovedProjectDetail(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/cost_project.cost_approved_project/detail",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 待立项造价项目列表
|
|
||||||
export function apiCostApprovedProjectSerch(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/cost_project.cost_approved_project/datas",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,31 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 造价项目台账列表
|
|
||||||
export function apiCostProjectLists(params: any) {
|
|
||||||
return request.get({ url: '/cost_project.cost_project/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加造价项目台账
|
|
||||||
export function apiCostProjectAdd(params: any) {
|
|
||||||
return request.post({ url: '/cost_project.cost_project/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑造价项目台账
|
|
||||||
export function apiCostProjectEdit(params: any) {
|
|
||||||
return request.post({ url: '/cost_project.cost_project/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除造价项目台账
|
|
||||||
export function apiCostProjectDelete(params: any) {
|
|
||||||
return request.post({ url: '/cost_project.cost_project/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 造价项目台账详情
|
|
||||||
export function apiCostProjectDetail(params: any) {
|
|
||||||
return request.get({ url: '/cost_project.cost_project/detail', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 造价项目台账下拉列表
|
|
||||||
export function apiCostProjectDatas(params: any) {
|
|
||||||
return request.get({ url: '/cost_project.cost_project/datas', params })
|
|
||||||
}
|
|
@ -24,7 +24,3 @@ export function apiCustomDelete(params: any) {
|
|||||||
export function apiCustomDetail(params: any) {
|
export function apiCustomDetail(params: any) {
|
||||||
return request.get({ url: '/custom.custom/detail', params })
|
return request.get({ url: '/custom.custom/detail', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
export function apiCustomSearch(params: any) {
|
|
||||||
return request.get({ url: "/custom.custom/datas", params });
|
|
||||||
}
|
|
@ -1,26 +1,26 @@
|
|||||||
import request from "@/utils/request";
|
import request from '@/utils/request'
|
||||||
|
|
||||||
// 客户联系人列表
|
// 客户联系人列表
|
||||||
export function apiCustomContactsLists(params: any) {
|
export function apiCustomContactsLists(params: any) {
|
||||||
return request.get({ url: "/custom.custom_contacts/lists", params });
|
return request.get({ url: '/custom.custom_contacts/lists', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 添加客户联系人
|
// 添加客户联系人
|
||||||
export function apiCustomContactsAdd(params: any) {
|
export function apiCustomContactsAdd(params: any) {
|
||||||
return request.post({ url: "/custom.custom_contacts/add", params });
|
return request.post({ url: '/custom.custom_contacts/add', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 编辑客户联系人
|
// 编辑客户联系人
|
||||||
export function apiCustomContactsEdit(params: any) {
|
export function apiCustomContactsEdit(params: any) {
|
||||||
return request.post({ url: "/custom.custom_contacts/edit", params });
|
return request.post({ url: '/custom.custom_contacts/edit', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 删除客户联系人
|
// 删除客户联系人
|
||||||
export function apiCustomContactsDelete(params: any) {
|
export function apiCustomContactsDelete(params: any) {
|
||||||
return request.post({ url: "/custom.custom_contacts/delete", params });
|
return request.post({ url: '/custom.custom_contacts/delete', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 客户联系人详情
|
// 客户联系人详情
|
||||||
export function apiCustomContactsDetail(params: any) {
|
export function apiCustomContactsDetail(params: any) {
|
||||||
return request.get({ url: "/custom.custom_contacts/detail", params });
|
return request.get({ url: '/custom.custom_contacts/detail', params })
|
||||||
}
|
}
|
@ -1,31 +1,22 @@
|
|||||||
import request from "@/utils/request";
|
import request from '@/utils/request'
|
||||||
|
|
||||||
// 客户售后列表
|
// 客户售后列表
|
||||||
export function apiCustomServiceLists(params: any) {
|
export function apiCustomServiceLists(params: any) {
|
||||||
return request.get({ url: "/custom.custom_service/lists", params });
|
return request.get({ url: '/custom.custom_service/lists', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 添加客户售后
|
// 添加客户售后
|
||||||
export function apiCustomServiceAdd(params: any) {
|
export function apiCustomServiceAdd(params: any) {
|
||||||
return request.post({ url: "/custom.custom_service/add", params });
|
return request.post({ url: '/custom.custom_service/add', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 处理客户售后
|
// 处理客户售后
|
||||||
export function apiCustomServiceSolve(params: any) {
|
export function apiCustomServiceSolve(params: any) {
|
||||||
return request.post({ url: "/custom.custom_service/solve", params });
|
return request.post({ url: '/custom.custom_service/solve', params })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 客户售后详情
|
// 客户售后详情
|
||||||
export function apiCustomServiceDetail(params: any) {
|
export function apiCustomServiceDetail(params: any) {
|
||||||
return request.get({ url: "/custom.custom_service/detail", params });
|
return request.get({ url: '/custom.custom_service/detail', params })
|
||||||
}
|
|
||||||
|
|
||||||
// 客户售后删除
|
|
||||||
export function apiCustomServiceDelete(params: any) {
|
|
||||||
return request.post({ url: "/custom.custom_service/delete", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 客户售后删除
|
|
||||||
export function apiCustomServiceEdit(params: any) {
|
|
||||||
return request.post({ url: "/custom.custom_service/edit", params });
|
|
||||||
}
|
}
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 资料接收列表
|
|
||||||
export function apiDataReceptionLists(params: any) {
|
|
||||||
return request.get({ url: '/data_reception/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加资料接收
|
|
||||||
export function apiDataReceptionAdd(params: any) {
|
|
||||||
return request.post({ url: '/data_reception/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑资料接收
|
|
||||||
export function apiDataReceptionEdit(params: any) {
|
|
||||||
return request.post({ url: '/data_reception/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除资料接收
|
|
||||||
export function apiDataReceptionDelete(params: any) {
|
|
||||||
return request.post({ url: '/data_reception/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 资料接收详情
|
|
||||||
export function apiDataReceptionDetail(params: any) {
|
|
||||||
return request.get({ url: '/data_reception/detail', params })
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
|
|
||||||
export function cost_approved_project_list(params: any) {
|
|
||||||
return request.get({ url: '/cost_consultation_report/cost_approved_project_list', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
export function cost_project_report(params?: any) {
|
|
||||||
return request.get({ url: '/cost_consultation_report/cost_project_report', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
export function project_trace(params?: any) {
|
|
||||||
return request.get({ url: '/cost_consultation_report/project_trace', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apiproject_invoice_receipt(params?: any) {
|
|
||||||
return request.get({ url: '/cost_consultation_report/project_invoice_receipt', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apidistribution_project_departments(params?: any) {
|
|
||||||
return request.get({ url: '/cost_consultation_report/distribution_project_departments', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
export function apiproject_schedule_statistics(params?: any) {
|
|
||||||
return request.get({ url: '/cost_consultation_report/project_schedule_statistics', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apiproject_commission_statistics(params?: any) {
|
|
||||||
return request.get({ url: '/cost_consultation_report/project_commission_statistics', params })
|
|
||||||
}
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 财务管理--投标保证金申请列表
|
|
||||||
export function apiFinancialBidMarginLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_bid_margin/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--投标保证金申请
|
|
||||||
export function apiFinancialBidMarginAdd(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_bid_margin/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--投标保证金申请
|
|
||||||
export function apiFinancialBidMarginEdit(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_bid_margin/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--投标保证金申请
|
|
||||||
export function apiFinancialBidMarginDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_bid_margin/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--投标保证金申请详情
|
|
||||||
export function apiFinancialBidMarginDetail(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_bid_margin/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 财务管理--投标保证金回收列表
|
|
||||||
export function apiFinancialBidMarginRecoveryLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_bid_margin_recovery/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--投标保证金回收
|
|
||||||
export function apiFinancialBidMarginRecoveryAdd(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_bid_margin_recovery/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--投标保证金回收
|
|
||||||
export function apiFinancialBidMarginRecoveryEdit(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_bid_margin_recovery/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--投标保证金回收
|
|
||||||
export function apiFinancialBidMarginRecoveryDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_bid_margin_recovery/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--投标保证金回收详情
|
|
||||||
export function apiFinancialBidMarginRecoveryDetail(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_bid_margin_recovery/detail', params })
|
|
||||||
}
|
|
@ -1,35 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
export function apibid_margin_recovery_searchs(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/financial.financial_bid_statistics/bid_margin_recovery_search",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apiperformance_money_recovery_search(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/financial.financial_bid_statistics/performance_money_recovery_search",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apiperformance_money_list(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/financial.financial_bid_statistics/performance_money_list",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apibid_margin_list(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/financial.financial_bid_statistics/bid_margin_list",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
export function apibid_margin_statistics(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/financial.financial_bid_statistics/bid_margin_statistics",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 财务管理--借款单列表
|
|
||||||
export function apiFinancialBorrowMoneyLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_borrow_money/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--借款单
|
|
||||||
export function apiFinancialBorrowMoneyAdd(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_borrow_money/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--借款单
|
|
||||||
export function apiFinancialBorrowMoneyEdit(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_borrow_money/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--借款单
|
|
||||||
export function apiFinancialBorrowMoneyDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_borrow_money/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--借款单详情
|
|
||||||
export function apiFinancialBorrowMoneyDetail(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_borrow_money/detail', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// 财务管理--借款单列表
|
|
||||||
export function apiFinancialBorrowMoneySearch(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_borrow_money/datas', params })
|
|
||||||
}
|
|
@ -1,34 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 财务管理--项目预算书列表
|
|
||||||
export function apiFinancialBudgetDocLists(params: any) {
|
|
||||||
return request.get({ url: "/financial.financial_budget_doc/lists", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--项目预算书
|
|
||||||
export function apiFinancialBudgetDocAdd(params: any) {
|
|
||||||
return request.post({ url: "/financial.financial_budget_doc/add", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--项目预算书
|
|
||||||
export function apiFinancialBudgetDocEdit(params: any) {
|
|
||||||
return request.post({ url: "/financial.financial_budget_doc/edit", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--项目预算书
|
|
||||||
export function apiFinancialBudgetDocDelete(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/financial.financial_budget_doc/delete",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--项目预算书详情
|
|
||||||
export function apiFinancialBudgetDocDetail(params: any) {
|
|
||||||
return request.get({ url: "/financial.financial_budget_doc/detail", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--项目预算书
|
|
||||||
export function apiFinancialBudgetDocSearch(params: any) {
|
|
||||||
return request.get({ url: "/financial.financial_budget_doc/datas", params });
|
|
||||||
}
|
|
@ -1,41 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 财务管理--项目预算书列表
|
|
||||||
export function apiFinancialBudgetDocDetailLists(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/financial.financial_budget_doc_detail/lists",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--项目预算书
|
|
||||||
export function apiFinancialBudgetDocDetailAdd(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/financial.financial_budget_doc_detail/add",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--项目预算书
|
|
||||||
export function apiFinancialBudgetDocDetailEdit(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/financial.financial_budget_doc_detail/edit",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--项目预算书
|
|
||||||
export function apiFinancialBudgetDocDetailDelete(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/financial.financial_budget_doc_detail/delete",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--项目预算书详情
|
|
||||||
export function apiFinancialBudgetDocDetailDetail(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/financial.financial_budget_doc_detail/detail",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 财务管理--项目预算书列表
|
|
||||||
export function apiFinancialBudgetDocLists(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/financial.financial_budget_doc/income",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 财务管理--合同收款计划列表
|
|
||||||
export function apiFinancialCollectionPlanLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_collection_plan/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--合同收款计划
|
|
||||||
export function apiFinancialCollectionPlanAdd(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_collection_plan/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--合同收款计划
|
|
||||||
export function apiFinancialCollectionPlanEdit(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_collection_plan/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--合同收款计划
|
|
||||||
export function apiFinancialCollectionPlanDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_collection_plan/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--合同收款计划详情
|
|
||||||
export function apiFinancialCollectionPlanDetail(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_collection_plan/detail', params })
|
|
||||||
}
|
|
@ -1,58 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 财务管理--部门收入结算列表
|
|
||||||
export function apiFinancialDepartmentIncomeSettlementLists(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/financial.financial_department_income_settlement/lists",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--部门收入结算
|
|
||||||
export function apiFinancialDepartmentIncomeSettlementAdd(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/financial.financial_department_income_settlement/add",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--部门收入结算
|
|
||||||
export function apiFinancialDepartmentIncomeSettlementEdit(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/financial.financial_department_income_settlement/edit",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--部门收入结算
|
|
||||||
export function apiFinancialDepartmentIncomeSettlementDelete(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/financial.financial_department_income_settlement/delete",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--部门收入结算详情
|
|
||||||
export function apiFinancialDepartmentIncomeSettlementDetail(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/financial.financial_department_income_settlement/detail",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 财务管理--部门收入结算列表
|
|
||||||
export function apiFinancialDepartmentIncomeSettlementDetailLists(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/financial.financial_department_income_settlement_detail/lists",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--部门收入结算
|
|
||||||
export function apiFinancialDepartmentIncomeSettlementDetailDelete(
|
|
||||||
params: any
|
|
||||||
) {
|
|
||||||
return request.post({
|
|
||||||
url: "/financial.financial_department_income_settlement_detail/delete",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,37 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 财务管理--费用报销单列表
|
|
||||||
export function apiFinancialExpenseReimbursementLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_expense_reimbursement/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--费用报销单
|
|
||||||
export function apiFinancialExpenseReimbursementAdd(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_expense_reimbursement/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--费用报销单
|
|
||||||
export function apiFinancialExpenseReimbursementEdit(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_expense_reimbursement/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--费用报销单
|
|
||||||
export function apiFinancialExpenseReimbursementDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_expense_reimbursement/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--费用报销单详情
|
|
||||||
export function apiFinancialExpenseReimbursementDetail(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_expense_reimbursement/detail', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--费用报销单列表
|
|
||||||
export function apiFinancialExpenseReimbursementDetailLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_expense_reimbursement_detail/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// 删除财务管理--费用报销单
|
|
||||||
export function apiFinancialExpenseReimbursementDetailDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_expense_reimbursement_detail/delete', params })
|
|
||||||
}
|
|
@ -1,36 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 财务管理--费用申请列表
|
|
||||||
export function apiFinancialFeeApplicationLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_fee_applications/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--费用申请
|
|
||||||
export function apiFinancialFeeApplicationAdd(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_fee_applications/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--费用申请
|
|
||||||
export function apiFinancialFeeApplicationEdit(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_fee_applications/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--费用申请
|
|
||||||
export function apiFinancialFeeApplicationDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_fee_applications/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--费用申请详情
|
|
||||||
export function apiFinancialFeeApplicationDetail(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_fee_applications/detail', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--费用申请列表
|
|
||||||
export function apiFinancialFeeApplicationDetailLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_fee_application_detail/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--费用申请
|
|
||||||
export function apiFinancialFeeApplicationDetailDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_fee_application_detail/delete', params })
|
|
||||||
}
|
|
@ -1,39 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 财务管理--开票台账列表
|
|
||||||
export function apiFinancialInvoiceLists(params: any) {
|
|
||||||
return request.get({ url: "/financial.financial_invoice/lists", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--开票台账
|
|
||||||
export function apiFinancialInvoiceAdd(params: any) {
|
|
||||||
return request.post({ url: "/financial.financial_invoice/add", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--开票台账
|
|
||||||
export function apiFinancialInvoiceEdit(params: any) {
|
|
||||||
return request.post({ url: "/financial.financial_invoice/edit", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--开票台账
|
|
||||||
export function apiFinancialInvoiceDelete(params: any) {
|
|
||||||
return request.post({ url: "/financial.financial_invoice/delete", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--开票台账详情
|
|
||||||
export function apiFinancialInvoiceDetail(params: any) {
|
|
||||||
return request.get({ url: "/financial.financial_invoice/detail", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--开票台账列表
|
|
||||||
export function apiFinancialInvoiceSearch(params: any) {
|
|
||||||
return request.get({ url: "/financial.financial_invoice/datas", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--下载开票台账列表
|
|
||||||
export function apiFinancialInvoiceDown(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/financial.financial_invoice/download",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 财务管理--履约金申请列表
|
|
||||||
export function apiFinancialPerformanceMoneyApplyLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_performance_money_apply/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--履约金申请
|
|
||||||
export function apiFinancialPerformanceMoneyApplyAdd(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_performance_money_apply/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--履约金申请
|
|
||||||
export function apiFinancialPerformanceMoneyApplyEdit(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_performance_money_apply/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--履约金申请
|
|
||||||
export function apiFinancialPerformanceMoneyApplyDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_performance_money_apply/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--履约金申请详情
|
|
||||||
export function apiFinancialPerformanceMoneyApplyDetail(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_performance_money_apply/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 财务管理--履约金回收列表
|
|
||||||
export function apiFinancialPerformanceMoneyRecoveryLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_performance_money_recovery/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--履约金回收
|
|
||||||
export function apiFinancialPerformanceMoneyRecoveryAdd(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_performance_money_recovery/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--履约金回收
|
|
||||||
export function apiFinancialPerformanceMoneyRecoveryEdit(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_performance_money_recovery/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--履约金回收
|
|
||||||
export function apiFinancialPerformanceMoneyRecoveryDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_performance_money_recovery/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--履约金回收详情
|
|
||||||
export function apiFinancialPerformanceMoneyRecoveryDetail(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_performance_money_recovery/detail', params })
|
|
||||||
}
|
|
@ -1,34 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 财务管理--到账台账列表
|
|
||||||
export function apiFinancialRefundLists(params: any) {
|
|
||||||
return request.get({ url: "/financial.financial_refund/lists", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--到账台账
|
|
||||||
export function apiFinancialRefundAdd(params: any) {
|
|
||||||
return request.post({ url: "/financial.financial_refund/add", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--到账台账
|
|
||||||
export function apiFinancialRefundEdit(params: any) {
|
|
||||||
return request.post({ url: "/financial.financial_refund/edit", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--到账台账
|
|
||||||
export function apiFinancialRefundDelete(params: any) {
|
|
||||||
return request.post({ url: "/financial.financial_refund/delete", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--到账台账详情
|
|
||||||
export function apiFinancialRefundDetail(params: any) {
|
|
||||||
return request.get({ url: "/financial.financial_refund/detail", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--到账台账详情
|
|
||||||
export function apiFinancialRefundDownl(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/financial.financial_refund/download",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 财务管理--还款单列表
|
|
||||||
export function apiFinancialRepaymentLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_repayment/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--还款单
|
|
||||||
export function apiFinancialRepaymentAdd(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_repayment/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--还款单
|
|
||||||
export function apiFinancialRepaymentEdit(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_repayment/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--还款单
|
|
||||||
export function apiFinancialRepaymentDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_repayment/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--还款单详情
|
|
||||||
export function apiFinancialRepaymentDetail(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_repayment/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 财务管理--项目结算列表
|
|
||||||
export function apiFinancialSettlementLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_settlement/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--项目结算
|
|
||||||
export function apiFinancialSettlementAdd(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_settlement/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--项目结算
|
|
||||||
export function apiFinancialSettlementEdit(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_settlement/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--项目结算
|
|
||||||
export function apiFinancialSettlementDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_settlement/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--项目结算详情
|
|
||||||
export function apiFinancialSettlementDetail(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_settlement/detail', params })
|
|
||||||
}
|
|
@ -1,37 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 财务管理--差旅费报销单列表
|
|
||||||
export function apiFinancialTravelReimbursementLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_travel_reimbursement/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--差旅费报销单
|
|
||||||
export function apiFinancialTravelReimbursementAdd(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_travel_reimbursement/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--差旅费报销单
|
|
||||||
export function apiFinancialTravelReimbursementEdit(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_travel_reimbursement/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--差旅费报销单
|
|
||||||
export function apiFinancialTravelReimbursementDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_travel_reimbursement/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--差旅费报销单详情
|
|
||||||
export function apiFinancialTravelReimbursementDetail(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_travel_reimbursement/detail', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--差旅费报销单列表
|
|
||||||
export function apiFinancialTravelReimbursementDetailLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_travel_reimbursement_detail/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// 删除财务管理--差旅费报销单
|
|
||||||
export function apiFinancialTravelReimbursementDetailDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_travel_reimbursement_detail/delete', params })
|
|
||||||
}
|
|
@ -1,35 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 财务管理--用款申请单列表
|
|
||||||
export function apiFinancialUsingFundsLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_using_funds/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加财务管理--用款申请单
|
|
||||||
export function apiFinancialUsingFundsAdd(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_using_funds/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑财务管理--用款申请单
|
|
||||||
export function apiFinancialUsingFundsEdit(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_using_funds/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除财务管理--用款申请单
|
|
||||||
export function apiFinancialUsingFundsDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_using_funds/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--用款申请单详情
|
|
||||||
export function apiFinancialUsingFundsDetail(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_using_funds/detail', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 财务管理--用款申请单列表
|
|
||||||
export function apiFinancialUsingFundsDetailLists(params: any) {
|
|
||||||
return request.get({ url: '/financial.financial_using_funds_detail/lists', params })
|
|
||||||
}
|
|
||||||
// 删除财务管理--用款申请单
|
|
||||||
export function apiFinancialUsingFundsDetailDelete(params: any) {
|
|
||||||
return request.post({ url: '/financial.financial_using_funds_detail/delete', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 审批流程表列表
|
|
||||||
export function apiFlowLists(params: any) {
|
|
||||||
return request.get({ url: '/oa.flow/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加审批流程表
|
|
||||||
export function apiFlowAdd(params: any) {
|
|
||||||
return request.post({ url: '/oa.flow/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑审批流程表
|
|
||||||
export function apiFlowEdit(params: any) {
|
|
||||||
return request.post({ url: '/oa.flow/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除审批流程表
|
|
||||||
export function apiFlowDelete(params: any) {
|
|
||||||
return request.post({ url: '/oa.flow/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 审批流程表详情
|
|
||||||
export function apiFlowDetail(params: any) {
|
|
||||||
return request.get({ url: '/oa.flow/detail', params })
|
|
||||||
}
|
|
@ -1,421 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 标书审查-提交审批
|
|
||||||
export function apibidDocumentExaminationApprove(params: any) {
|
|
||||||
return request.post({ url: "/bid.bid_document_examination/approve", params });
|
|
||||||
}
|
|
||||||
// 标书审查-审批详情
|
|
||||||
export function apibidDocumentExaminationFlows() {
|
|
||||||
return request.get({ url: "/bid.bid_document_examination/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 投标决策-提交审批
|
|
||||||
export function apibid_bidding_decisionApprove(params: any) {
|
|
||||||
return request.post({ url: "/bid.bid_bidding_decision/approve", params });
|
|
||||||
}
|
|
||||||
// 投标决策-审批详情
|
|
||||||
export function apibid_bidding_decisionFlows() {
|
|
||||||
return request.get({ url: "/bid.bid_bidding_decision/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 购买标书-提交审批
|
|
||||||
export function apibid_buy_bidding_documentApprove(params: any) {
|
|
||||||
return request.post({ url: "/bid.bid_buy_bidding_document/approve", params });
|
|
||||||
}
|
|
||||||
// 购买标书-审批详情
|
|
||||||
export function apibid_buy_bidding_documentFlows() {
|
|
||||||
return request.get({ url: "/bid.bid_buy_bidding_document/flows" });
|
|
||||||
}
|
|
||||||
// 项目合同-提交审批
|
|
||||||
export function apicontractApprove(params: any) {
|
|
||||||
return request.post({ url: "/contract.contract/approve", params });
|
|
||||||
}
|
|
||||||
// 项目合同-审批详情
|
|
||||||
export function apicontractFlows() {
|
|
||||||
return request.get({ url: "/contract.contract/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 合同洽商-提交审批
|
|
||||||
export function apicontract_negotiationApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/contract.contract_negotiation/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 合同洽商-审批详情
|
|
||||||
export function apicontract_negotiationFlows() {
|
|
||||||
return request.get({ url: "/contract.contract_negotiation/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 采购合同-提交审批
|
|
||||||
export function apiprocurement_contractApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/contract.procurement_contract/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 采购合同-审批详情
|
|
||||||
export function apiprocurement_contractFlows() {
|
|
||||||
return request.get({ url: "/contract.procurement_contract/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 分包合同-提交审批
|
|
||||||
export function apisubcontracting_contractApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/contract.subcontracting_contract/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 分包合同-审批详情
|
|
||||||
export function apisubcontracting_contractFlows() {
|
|
||||||
return request.get({ url: "/contract.subcontracting_contract/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 分包洽商-提交审批
|
|
||||||
export function apisubcontracting_contract_negotiationApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/contract.subcontracting_contract_negotiation/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 分包洽商-审批详情
|
|
||||||
export function apisubcontracting_contract_negotiationFlows() {
|
|
||||||
return request.get({
|
|
||||||
url: "/contract.subcontracting_contract_negotiation/flows",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 开票申请-提交审批
|
|
||||||
export function apiInvoicingRequestsApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/finance.finance_invoice_apply/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 开票申请-审批详情
|
|
||||||
export function apiInvoicingRequestsFlows() {
|
|
||||||
return request.get({ url: "/finance.finance_invoice_apply/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 回款计划-提交审批
|
|
||||||
export function apifinance_returned_moneyApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/finance.finance_returned_money/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 回款计划-审批详情
|
|
||||||
export function apifinance_returned_moneyFlows() {
|
|
||||||
return request.get({ url: "/finance.finance_returned_money/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 回款记录-提交审批
|
|
||||||
export function apifinance_returned_recordApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/finance.finance_returned_record/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 回款记录-审批详情
|
|
||||||
export function apifinance_returned_recordFlows() {
|
|
||||||
return request.get({ url: "/finance.finance_returned_record/flows" });
|
|
||||||
}
|
|
||||||
// 退款申请-提交审批
|
|
||||||
export function apifinance_refund_applyApprove(params: any) {
|
|
||||||
return request.post({ url: "/finance.finance_refund_apply/approve", params });
|
|
||||||
}
|
|
||||||
// 退款申请-审批详情
|
|
||||||
export function apifinance_refund_applydFlows() {
|
|
||||||
return request.get({ url: "/finance.finance_refund_apply/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 收票记录-提交审批
|
|
||||||
export function apifinance_receipt_recordApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/finance.finance_receipt_record/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 收票记录-审批详情
|
|
||||||
export function apifinance_receipt_recordFlows() {
|
|
||||||
return request.get({ url: "/finance.finance_receipt_record/flows" });
|
|
||||||
}
|
|
||||||
// 付款计划-提交审批
|
|
||||||
export function apifinance_payment_planApprove(params: any) {
|
|
||||||
return request.post({ url: "/finance.finance_payment_plan/approve", params });
|
|
||||||
}
|
|
||||||
// 付款计划-审批详情
|
|
||||||
export function apifinance_payment_planFlows() {
|
|
||||||
return request.get({ url: "/finance.finance_payment_plan/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 付款申请-提交审批
|
|
||||||
export function apifinance_payment_applyApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/finance.finance_payment_apply/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 付款申请-审批详情
|
|
||||||
export function apifinance_payment_applyFlows() {
|
|
||||||
return request.get({ url: "/finance.finance_payment_apply/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 退款记录-提交审批
|
|
||||||
export function apifinance_refund_recordApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/finance.finance_refund_record/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 退款记录-审批详情
|
|
||||||
export function apifinance_refund_recordFlows() {
|
|
||||||
return request.get({ url: "/finance.finance_refund_record/flows" });
|
|
||||||
}
|
|
||||||
// 保证金-提交审批
|
|
||||||
export function apibid_security_applyApprove(params: any) {
|
|
||||||
return request.post({ url: "/bid.bid_security_apply/approve", params });
|
|
||||||
}
|
|
||||||
// 保证金-审批详情
|
|
||||||
export function apibid_security_applyFlows() {
|
|
||||||
return request.get({ url: "/bid.bid_security_apply/flows" });
|
|
||||||
}
|
|
||||||
// 推投标保证金-提交审批
|
|
||||||
export function apibid_security_refundApprove(params: any) {
|
|
||||||
return request.post({ url: "/bid.bid_security_refund/approve", params });
|
|
||||||
}
|
|
||||||
// 推投标保证金-审批详情
|
|
||||||
export function apbid_security_refundFlows() {
|
|
||||||
return request.get({ url: "/bid.bid_security_refund/flows" });
|
|
||||||
}
|
|
||||||
// 项目结算-提交审批
|
|
||||||
export function apiproject_settlementApprove(params: any) {
|
|
||||||
return request.post({ url: "/project.project_settlement/approve", params });
|
|
||||||
}
|
|
||||||
// 项目结算-审批详情
|
|
||||||
export function apiproject_settlementFlows() {
|
|
||||||
return request.get({ url: "/project.project_settlement/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 分包结算-提交审批
|
|
||||||
export function apiproject_subcontract_settlementApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/project.project_subcontract_settlement/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 分包结算-审批详情
|
|
||||||
export function apiproject_subcontract_settlementFlows() {
|
|
||||||
return request.get({ url: "/project.project_subcontract_settlement/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 总预算-提交审批
|
|
||||||
export function apiproject_total_budgetApprove(params: any) {
|
|
||||||
return request.post({ url: "/project.project_total_budget/approve", params });
|
|
||||||
}
|
|
||||||
// 总预算-审批详情
|
|
||||||
export function apiproject_total_budgetFlows() {
|
|
||||||
return request.get({ url: "/project.project_total_budget/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 材料预算-提交审批
|
|
||||||
export function apiproject_material_budgetApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/project.project_material_budget/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 材料预算-审批详情
|
|
||||||
export function apiproject_material_budgetFlows() {
|
|
||||||
return request.get({ url: "/project.project_material_budget/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 材料预算明细-提交审批
|
|
||||||
export function apiproject_material_budget_detailApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/project.project_material_budget_detail/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 材料预算明细-审批详情
|
|
||||||
export function apiproject_material_budget_detailFlows() {
|
|
||||||
return request.get({ url: "/project.project_material_budget_detail/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 分包预算-提交审批
|
|
||||||
export function apiproject_subpackage_budgetApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/project.project_subpackage_budget/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 分包预算-审批详情
|
|
||||||
export function apiproject_subpackage_budgetFlows() {
|
|
||||||
return request.get({ url: "/project.project_subpackage_budget/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 分包预算明细-提交审批
|
|
||||||
export function apiproject_subpackage_budget_detailApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/project.project_subpackage_budget_detail/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 分包预算明细-审批详情
|
|
||||||
export function approject_subpackage_budget_detailFlows() {
|
|
||||||
return request.get({
|
|
||||||
url: "/project.project_subpackage_budget_detail/flows",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 人工预算-提交审批
|
|
||||||
export function apiproject_labor_budgetApprove(params: any) {
|
|
||||||
return request.post({ url: "/project.project_labor_budget/approve", params });
|
|
||||||
}
|
|
||||||
// 人工预算-审批详情
|
|
||||||
export function apiproject_labor_budgetFlows() {
|
|
||||||
return request.get({ url: "/project.project_labor_budget/flows" });
|
|
||||||
}
|
|
||||||
// 机具预算-提交审批
|
|
||||||
export function apiproject_equipment_budgetApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/project.project_equipment_budget/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 机具预算-审批详情
|
|
||||||
export function apiproject_equipment_budgetFlows() {
|
|
||||||
return request.get({ url: "/project.project_equipment_budget/flows" });
|
|
||||||
}
|
|
||||||
// 费用预算-提交审批
|
|
||||||
export function apiproject_cost_budgetApprove(params: any) {
|
|
||||||
return request.post({ url: "/project.project_cost_budget/approve", params });
|
|
||||||
}
|
|
||||||
// 费用预算-审批详情
|
|
||||||
export function apiproject_cost_budgetFlows() {
|
|
||||||
return request.get({ url: "/project.project_cost_budget/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 出差申请-提交审批
|
|
||||||
export function apiproject_trip_applyApprove(params: any) {
|
|
||||||
return request.post({ url: "/project.project_trip_apply/approve", params });
|
|
||||||
}
|
|
||||||
// 出差申请-审批详情
|
|
||||||
export function apiproject_trip_applyFlows() {
|
|
||||||
return request.get({ url: "/project.project_trip_apply/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 借款申请-提交审批
|
|
||||||
export function apiproject_loan_applyApprove(params: any) {
|
|
||||||
return request.post({ url: "/project.project_loan_apply/approve", params });
|
|
||||||
}
|
|
||||||
// 借款申请-审批详情
|
|
||||||
export function apiproject_loan_applyFlows() {
|
|
||||||
return request.get({ url: "/project.project_loan_apply/flows" });
|
|
||||||
}
|
|
||||||
// 成本调整-提交审批
|
|
||||||
export function apiproject_cost_adjustmentApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/project.project_cost_adjustment/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 成本调整-审批详情
|
|
||||||
export function apiproject_cost_adjustmentFlows() {
|
|
||||||
return request.get({ url: "/project.project_cost_adjustment/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 差旅报销-提交审批
|
|
||||||
export function apiproject_travel_reimbursementApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/project.project_travel_reimbursement/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 差旅报销-审批详情
|
|
||||||
export function apiproject_travel_reimbursementFlows() {
|
|
||||||
return request.get({ url: "/project.project_travel_reimbursement/flows" });
|
|
||||||
}
|
|
||||||
// 差旅报销-提交审批
|
|
||||||
export function apiproject_expense_reimbursementApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/project.project_expense_reimbursement/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 差旅报销-审批详情
|
|
||||||
export function apiproject_expense_reimbursementFlows() {
|
|
||||||
return request.get({ url: "/project.project_expense_reimbursement/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 采购申请-提交审批
|
|
||||||
export function apimaterial_purchase_requestApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/material.material_purchase_request/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
// 采购申请-审批详情
|
|
||||||
export function apimaterial_purchase_requestFlows() {
|
|
||||||
return request.get({ url: "/material.material_purchase_request/flows" });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 框架协议
|
|
||||||
export function apimarketing_framework_agreementFlows() {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_framework_agreement/flows",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 框架协议-提交审批
|
|
||||||
export function apimarketing_framework_agreementApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/marketing.marketing_framework_agreement/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 合同列表
|
|
||||||
export function apimarketing_contractFlows() {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_contract/flows",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 框架协议-提交审批
|
|
||||||
export function apimarketing_contractApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/marketing.marketing_contract/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 合同列表
|
|
||||||
export function apimarketing_supplementary_agreementFlows() {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_supplementary_agreement/flows",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 框架协议-提交审批
|
|
||||||
export function apimarketing_supplementary_agreementApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "adminapi/marketing.marketing_supplementary_agreement/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 合同列表
|
|
||||||
export function apimarketing_business_opportunitytFlows() {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_business_opportunity/flows",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 框架协议-提交审批
|
|
||||||
export function apimarketing_supplementary_agreementtApprove(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/marketing.marketing_business_opportunity/approve",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 审批类型列表
|
|
||||||
export function apiFlowTypeLists(params: any) {
|
|
||||||
return request.get({ url: '/oa.flow_type/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加审批类型
|
|
||||||
export function apiFlowTypeAdd(params: any) {
|
|
||||||
return request.post({ url: '/oa.flow_type/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑审批类型
|
|
||||||
export function apiFlowTypeEdit(params: any) {
|
|
||||||
return request.post({ url: '/oa.flow_type/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除审批类型
|
|
||||||
export function apiFlowTypeDelete(params: any) {
|
|
||||||
return request.post({ url: '/oa.flow_type/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 审批类型详情
|
|
||||||
export function apiFlowTypeDetail(params: any) {
|
|
||||||
return request.get({ url: '/oa.flow_type/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目进度汇报列表
|
|
||||||
export function apiJianliProjectProgressReportLists(params: any) {
|
|
||||||
return request.get({ url: '/project_process_management.jianli_project_progress_report/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目进度汇报
|
|
||||||
export function apiJianliProjectProgressReportAdd(params: any) {
|
|
||||||
return request.post({ url: '/project_process_management.jianli_project_progress_report/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目进度汇报
|
|
||||||
export function apiJianliProjectProgressReportEdit(params: any) {
|
|
||||||
return request.post({ url: '/project_process_management.jianli_project_progress_report/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目进度汇报
|
|
||||||
export function apiJianliProjectProgressReportDelete(params: any) {
|
|
||||||
return request.post({ url: '/project_process_management.jianli_project_progress_report/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目进度汇报详情
|
|
||||||
export function apiJianliProjectProgressReportDetail(params: any) {
|
|
||||||
return request.get({ url: '/project_process_management.jianli_project_progress_report/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目管理--收文管理列表
|
|
||||||
export function apiManageAcceptDocLists(params: any) {
|
|
||||||
return request.get({ url: '/manage_communication.manage_accept_doc/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目管理--收文管理
|
|
||||||
export function apiManageAcceptDocAdd(params: any) {
|
|
||||||
return request.post({ url: '/manage_communication.manage_accept_doc/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目管理--收文管理
|
|
||||||
export function apiManageAcceptDocEdit(params: any) {
|
|
||||||
return request.post({ url: '/manage_communication.manage_accept_doc/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目管理--收文管理
|
|
||||||
export function apiManageAcceptDocDelete(params: any) {
|
|
||||||
return request.post({ url: '/manage_communication.manage_accept_doc/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目管理--收文管理详情
|
|
||||||
export function apiManageAcceptDocDetail(params: any) {
|
|
||||||
return request.get({ url: '/manage_communication.manage_accept_doc/detail', params })
|
|
||||||
}
|
|
@ -1,34 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目管理--参建单位列表
|
|
||||||
export function apiManageCompanyLists(params: any) {
|
|
||||||
return request.get({ url: '/manage_basic.manage_company/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目管理--参建单位
|
|
||||||
export function apiManageCompanyAdd(params: any) {
|
|
||||||
return request.post({ url: '/manage_basic.manage_company/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目管理--参建单位
|
|
||||||
export function apiManageCompanyEdit(params: any) {
|
|
||||||
return request.post({ url: '/manage_basic.manage_company/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目管理--参建单位
|
|
||||||
export function apiManageCompanyDelete(params: any) {
|
|
||||||
return request.post({ url: '/manage_basic.manage_company/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目管理--参建单位详情
|
|
||||||
export function apiManageCompanyDetail(params: any) {
|
|
||||||
return request.get({ url: '/manage_basic.manage_company/detail', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apimanage_company_contacts(params: any) {
|
|
||||||
return request.get({ url: '/manage_basic.manage_company_contacts/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apimanage_company_contacts_delete(params: any) {
|
|
||||||
return request.post({ url: '/manage_basic.manage_company_contacts/delete', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目管理--工程变更列表
|
|
||||||
export function apiManageEngineeringChangesLists(params: any) {
|
|
||||||
return request.get({ url: '/manage_invest.manage_engineering_changes/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目管理--工程变更
|
|
||||||
export function apiManageEngineeringChangesAdd(params: any) {
|
|
||||||
return request.post({ url: '/manage_invest.manage_engineering_changes/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目管理--工程变更
|
|
||||||
export function apiManageEngineeringChangesEdit(params: any) {
|
|
||||||
return request.post({ url: '/manage_invest.manage_engineering_changes/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目管理--工程变更
|
|
||||||
export function apiManageEngineeringChangesDelete(params: any) {
|
|
||||||
return request.post({ url: '/manage_invest.manage_engineering_changes/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目管理--工程变更详情
|
|
||||||
export function apiManageEngineeringChangesDetail(params: any) {
|
|
||||||
return request.get({ url: '/manage_invest.manage_engineering_changes/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目管理--项目信息上报列表
|
|
||||||
export function apiManageInfoReportLists(params: any) {
|
|
||||||
return request.get({ url: '/manage_communication.manage_info_report/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目管理--项目信息上报
|
|
||||||
export function apiManageInfoReportAdd(params: any) {
|
|
||||||
return request.post({ url: '/manage_communication.manage_info_report/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目管理--项目信息上报
|
|
||||||
export function apiManageInfoReportEdit(params: any) {
|
|
||||||
return request.post({ url: '/manage_communication.manage_info_report/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目管理--项目信息上报
|
|
||||||
export function apiManageInfoReportDelete(params: any) {
|
|
||||||
return request.post({ url: '/manage_communication.manage_info_report/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目管理--项目信息上报详情
|
|
||||||
export function apiManageInfoReportDetail(params: any) {
|
|
||||||
return request.get({ url: '/manage_communication.manage_info_report/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目管理--计量支付列表
|
|
||||||
export function apiManageMeteredPaymentLists(params: any) {
|
|
||||||
return request.get({ url: '/manage_invest.manage_metered_payment/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目管理--计量支付
|
|
||||||
export function apiManageMeteredPaymentAdd(params: any) {
|
|
||||||
return request.post({ url: '/manage_invest.manage_metered_payment/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目管理--计量支付
|
|
||||||
export function apiManageMeteredPaymentEdit(params: any) {
|
|
||||||
return request.post({ url: '/manage_invest.manage_metered_payment/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目管理--计量支付
|
|
||||||
export function apiManageMeteredPaymentDelete(params: any) {
|
|
||||||
return request.post({ url: '/manage_invest.manage_metered_payment/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目管理--计量支付详情
|
|
||||||
export function apiManageMeteredPaymentDetail(params: any) {
|
|
||||||
return request.get({ url: '/manage_invest.manage_metered_payment/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目管理--工程进度月报列表
|
|
||||||
export function apiManageMonthlyProgressReportLists(params: any) {
|
|
||||||
return request.get({ url: '/manage_progress.manage_monthly_progress_report/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目管理--工程进度月报
|
|
||||||
export function apiManageMonthlyProgressReportAdd(params: any) {
|
|
||||||
return request.post({ url: '/manage_progress.manage_monthly_progress_report/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目管理--工程进度月报
|
|
||||||
export function apiManageMonthlyProgressReportEdit(params: any) {
|
|
||||||
return request.post({ url: '/manage_progress.manage_monthly_progress_report/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目管理--工程进度月报
|
|
||||||
export function apiManageMonthlyProgressReportDelete(params: any) {
|
|
||||||
return request.post({ url: '/manage_progress.manage_monthly_progress_report/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目管理--工程进度月报详情
|
|
||||||
export function apiManageMonthlyProgressReportDetail(params: any) {
|
|
||||||
return request.get({ url: '/manage_progress.manage_monthly_progress_report/detail', params })
|
|
||||||
}
|
|
@ -1,30 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 项目管理--项目信息列表
|
|
||||||
export function apiManageProjectLists(params: any) {
|
|
||||||
return request.get({ url: "/manage_basic.manage_project/lists", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目管理--项目信息
|
|
||||||
export function apiManageProjectAdd(params: any) {
|
|
||||||
return request.post({ url: "/manage_basic.manage_project/add", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目管理--项目信息
|
|
||||||
export function apiManageProjectEdit(params: any) {
|
|
||||||
return request.post({ url: "/manage_basic.manage_project/edit", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目管理--项目信息
|
|
||||||
export function apiManageProjectDelete(params: any) {
|
|
||||||
return request.post({ url: "/manage_basic.manage_project/delete", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目管理--项目信息详情
|
|
||||||
export function apiManageProjectDetail(params: any) {
|
|
||||||
return request.get({ url: "/manage_basic.manage_project/detail", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apiManageProjectSearch(params: any) {
|
|
||||||
return request.get({ url: "/manage_basic.manage_project/datas", params });
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 项目管理--发文管理列表
|
|
||||||
export function apiManageSendDocLists(params: any) {
|
|
||||||
return request.get({ url: '/manage_communication.manage_send_doc/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加项目管理--发文管理
|
|
||||||
export function apiManageSendDocAdd(params: any) {
|
|
||||||
return request.post({ url: '/manage_communication.manage_send_doc/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑项目管理--发文管理
|
|
||||||
export function apiManageSendDocEdit(params: any) {
|
|
||||||
return request.post({ url: '/manage_communication.manage_send_doc/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除项目管理--发文管理
|
|
||||||
export function apiManageSendDocDelete(params: any) {
|
|
||||||
return request.post({ url: '/manage_communication.manage_send_doc/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 项目管理--发文管理详情
|
|
||||||
export function apiManageSendDocDetail(params: any) {
|
|
||||||
return request.get({ url: '/manage_communication.manage_send_doc/detail', params })
|
|
||||||
}
|
|
@ -1,50 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 市场经营--投标管理--投标评审列表
|
|
||||||
export function apiMarketingBidEvaluationLists(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_bid_evaluation/lists",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加市场经营--投标管理--投标评审
|
|
||||||
export function apiMarketingBidEvaluationAdd(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/marketing.marketing_bid_evaluation/add",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑市场经营--投标管理--投标评审
|
|
||||||
export function apiMarketingBidEvaluationEdit(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/marketing.marketing_bid_evaluation/edit",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除市场经营--投标管理--投标评审
|
|
||||||
export function apiMarketingBidEvaluationDelete(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/marketing.marketing_bid_evaluation/delete",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 市场经营--投标管理--投标评审详情
|
|
||||||
export function apiMarketingBidEvaluationDetail(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_bid_evaluation/detail",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 报名登记
|
|
||||||
|
|
||||||
export function apiMarketingBidEvaluationReg(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/marketing.marketing_bid_evaluation/reg",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 市场经营--投标管理--投标信息列表
|
|
||||||
export function apiMarketingBidInfoLists(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_bid_info/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加市场经营--投标管理--投标信息
|
|
||||||
export function apiMarketingBidInfoAdd(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_bid_info/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑市场经营--投标管理--投标信息
|
|
||||||
export function apiMarketingBidInfoEdit(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_bid_info/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除市场经营--投标管理--投标信息
|
|
||||||
export function apiMarketingBidInfoDelete(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_bid_info/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 市场经营--投标管理--投标信息详情
|
|
||||||
export function apiMarketingBidInfoDetail(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_bid_info/detail', params })
|
|
||||||
}
|
|
@ -1,45 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 市场经营--投标管理--投标结果列表
|
|
||||||
export function apiMarketingBidResultLists(params: any) {
|
|
||||||
return request.get({ url: "/marketing.marketing_bid_result/lists", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加市场经营--投标管理--投标结果
|
|
||||||
export function apiMarketingBidResultAdd(params: any) {
|
|
||||||
return request.post({ url: "/marketing.marketing_bid_result/add", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑市场经营--投标管理--投标结果
|
|
||||||
export function apiMarketingBidResultEdit(params: any) {
|
|
||||||
return request.post({ url: "/marketing.marketing_bid_result/edit", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除市场经营--投标管理--投标结果
|
|
||||||
export function apiMarketingBidResultDelete(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/marketing.marketing_bid_result/delete",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 市场经营--投标管理--投标结果详情
|
|
||||||
export function apiMarketingBidResultDetail(params: any) {
|
|
||||||
return request.get({ url: "/marketing.marketing_bid_result/detail", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 市场经营--投标管理--投标结果列表
|
|
||||||
export function apiMarketingBidResultDetailLists(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_bid_result_detail/lists",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除市场经营--投标管理--投标结果
|
|
||||||
export function apiMarketingBidResultDetailDelete(params: any) {
|
|
||||||
return request.post({
|
|
||||||
url: "/marketing.marketing_bid_result_detail/delete",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,36 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
export function apiwinning_project(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_bid_statistics/winning_project",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apibid_project_status(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_bid_statistics/bid_project_status",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apibid_project_number(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_bid_statistics/bid_project_number",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apibid_project_analysis(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_bid_statistics/bid_project_analysis",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
export function apibid_industry_analysis(params: any) {
|
|
||||||
return request.get({
|
|
||||||
url: "/marketing.marketing_bid_statistics/bid_industry_analysis",
|
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 市场经营--分支机构备案列表
|
|
||||||
export function apiMarketingBranchFilingLists(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_branch_filing/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加市场经营--分支机构备案
|
|
||||||
export function apiMarketingBranchFilingAdd(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_branch_filing/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑市场经营--分支机构备案
|
|
||||||
export function apiMarketingBranchFilingEdit(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_branch_filing/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除市场经营--分支机构备案
|
|
||||||
export function apiMarketingBranchFilingDelete(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_branch_filing/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 市场经营--分支机构备案详情
|
|
||||||
export function apiMarketingBranchFilingDetail(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_branch_filing/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 市场经营--投标管理--业务机会列表
|
|
||||||
export function apiMarketingBusinessOpportunityLists(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_business_opportunity/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加市场经营--投标管理--业务机会
|
|
||||||
export function apiMarketingBusinessOpportunityAdd(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_business_opportunity/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑市场经营--投标管理--业务机会
|
|
||||||
export function apiMarketingBusinessOpportunityEdit(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_business_opportunity/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除市场经营--投标管理--业务机会
|
|
||||||
export function apiMarketingBusinessOpportunityDelete(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_business_opportunity/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 市场经营--投标管理--业务机会详情
|
|
||||||
export function apiMarketingBusinessOpportunityDetail(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_business_opportunity/detail', params })
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 市场经营--投标管理--竞争对手列表
|
|
||||||
export function apiMarketingCompetitorLists(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_competitor/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加市场经营--投标管理--竞争对手
|
|
||||||
export function apiMarketingCompetitorAdd(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_competitor/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑市场经营--投标管理--竞争对手
|
|
||||||
export function apiMarketingCompetitorEdit(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_competitor/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除市场经营--投标管理--竞争对手
|
|
||||||
export function apiMarketingCompetitorDelete(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_competitor/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 市场经营--投标管理--竞争对手详情
|
|
||||||
export function apiMarketingCompetitorDetail(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_competitor/detail', params })
|
|
||||||
}
|
|
@ -1,31 +0,0 @@
|
|||||||
import request from "@/utils/request";
|
|
||||||
|
|
||||||
// 市场经营--合同信息列表
|
|
||||||
export function apiMarketingContractLists(params: any) {
|
|
||||||
return request.get({ url: "/marketing.marketing_contract/lists", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加市场经营--合同信息
|
|
||||||
export function apiMarketingContractAdd(params: any) {
|
|
||||||
return request.post({ url: "/marketing.marketing_contract/add", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑市场经营--合同信息
|
|
||||||
export function apiMarketingContractEdit(params: any) {
|
|
||||||
return request.post({ url: "/marketing.marketing_contract/edit", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除市场经营--合同信息
|
|
||||||
export function apiMarketingContractDelete(params: any) {
|
|
||||||
return request.post({ url: "/marketing.marketing_contract/delete", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 市场经营--合同信息详情
|
|
||||||
export function apiMarketingContractDetail(params: any) {
|
|
||||||
return request.get({ url: "/marketing.marketing_contract/detail", params });
|
|
||||||
}
|
|
||||||
|
|
||||||
// 市场经营--合同信息列表
|
|
||||||
export function apiMarketingContractSearch(params: any) {
|
|
||||||
return request.get({ url: "/marketing.marketing_contract/datas", params });
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 市场经营--合同信息--合同变更列表
|
|
||||||
export function apiMarketingContractChangeLists(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_contract_change/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加市场经营--合同信息--合同变更
|
|
||||||
export function apiMarketingContractChangeAdd(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_contract_change/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑市场经营--合同信息--合同变更
|
|
||||||
export function apiMarketingContractChangeEdit(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_contract_change/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除市场经营--合同信息--合同变更
|
|
||||||
export function apiMarketingContractChangeDelete(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_contract_change/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 市场经营--合同信息--合同变更详情
|
|
||||||
export function apiMarketingContractChangeDetail(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_contract_change/detail', params })
|
|
||||||
}
|
|
@ -1,37 +0,0 @@
|
|||||||
import request from '@/utils/request'
|
|
||||||
|
|
||||||
// 市场经营--客户信息列表
|
|
||||||
export function apiMarketingCustomLists(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_custom/lists', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 添加市场经营--客户信息
|
|
||||||
export function apiMarketingCustomAdd(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_custom/add', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 编辑市场经营--客户信息
|
|
||||||
export function apiMarketingCustomEdit(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_custom/edit', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除市场经营--客户信息
|
|
||||||
export function apiMarketingCustomDelete(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_custom/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 市场经营--客户信息详情
|
|
||||||
export function apiMarketingCustomDetail(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_custom/detail', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
// 删除市场经营--客户联系人
|
|
||||||
export function apiMarketingCustomContactsDelete(params: any) {
|
|
||||||
return request.post({ url: '/marketing.marketing_custom_contacts/delete', params })
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// 市场经营--客户联系人列表
|
|
||||||
export function apiMarketingCustomContactsLists(params: any) {
|
|
||||||
return request.get({ url: '/marketing.marketing_custom_contacts/lists', params })
|
|
||||||
}
|
|