From 8d04cc548b307512037c2cac647b62e35b41fc9e Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Tue, 12 Nov 2024 17:56:31 +0800 Subject: [PATCH] init --- .env.production | 8 +- src/api/common.js | 7 + src/views/away/index.vue | 2 +- .../contract/components/editorContract.vue | 187 +++++++++++++----- src/views/contract/contractEdit.vue | 50 ++--- src/views/contract/contractList.vue | 79 +++----- .../contract/paymentRegistrationList.vue | 4 +- 7 files changed, 188 insertions(+), 149 deletions(-) diff --git a/.env.production b/.env.production index afceef9..6f2d2e6 100644 --- a/.env.production +++ b/.env.production @@ -2,10 +2,10 @@ ENV = 'production' # base api -VUE_APP_BASE_API='http://192.168.16.110:8080:8080' -VUE_APP_UPLOAD_API='http://192.168.16.110/api/upload-file' +VUE_APP_BASE_API='' +VUE_APP_UPLOAD_API='/api/upload-file' VUE_APP_PREVIEW=//view.langye.net/preview/onlinePreview -VUE_APP_OUT_OLD = http://192.168.16.110:8080/oa -VUE_APP_OUT_URL = http://192.168.16.110:8080/oa +VUE_APP_OUT_OLD = /oa +VUE_APP_OUT_URL = /oa VUE_APP_MODULE_NAME=ht diff --git a/src/api/common.js b/src/api/common.js index 9888eee..792217f 100644 --- a/src/api/common.js +++ b/src/api/common.js @@ -22,3 +22,10 @@ export function listCommonuser(params) { noloading: true }) } +export function flowStatusConfig() { + return request({ + url: '/api/ht/other/config', + method: 'get', + noloading: true + }) +} diff --git a/src/views/away/index.vue b/src/views/away/index.vue index de20964..2fcc205 100644 --- a/src/views/away/index.vue +++ b/src/views/away/index.vue @@ -572,7 +572,7 @@ export default { }, async deleteAway (id) { - await destrxoy({ id }); + await destroy({ id }); await this.getList(); }, diff --git a/src/views/contract/components/editorContract.vue b/src/views/contract/components/editorContract.vue index 5a1df2a..b79ff5e 100644 --- a/src/views/contract/components/editorContract.vue +++ b/src/views/contract/components/editorContract.vue @@ -121,6 +121,27 @@ + + + + *组织形式 + + + + + + + + @@ -174,75 +195,68 @@ - - - - - - - - - - - - - + 组织形式 - + - + - 事前流程 + 流程状态 - - - - - - - - - - 采购流程 - - - - - - + 新增记录 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - 招标流程 - - - - - - - - - - - - - 合同审批流程 + 招标流程 - - + + @@ -348,6 +362,7 @@