diff --git a/.env.production b/.env.production index 18c6447..54499d6 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=https://bootapi.jeecg.com +VUE_APP_API_BASE_URL=http://haoyi.scyp.ink/prod-api VUE_APP_CAS_BASE_URL=http://localhost:8888/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file diff --git a/package.json b/package.json index 689fda5..5bf19f8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ", "serve": "vue-cli-service serve", "build:test": "vue-cli-service build --mode test", - "build": "vue-cli-service build", + "build": "vue-cli-service build --mode production", "lint": "vue-cli-service lint" }, "dependencies": { diff --git a/src/assets/less/common.less b/src/assets/less/common.less index b27871b..1a7d731 100644 --- a/src/assets/less/common.less +++ b/src/assets/less/common.less @@ -58,4 +58,8 @@ } /**隐藏样式-modal确定按钮 */ -.jee-hidden{display: none} \ No newline at end of file +.jee-hidden{display: none} + +.common-table-cs{ + height: 100%; +} \ No newline at end of file diff --git a/src/components/jeecg/HPlan.vue b/src/components/jeecg/HPlan.vue new file mode 100644 index 0000000..a711ed1 --- /dev/null +++ b/src/components/jeecg/HPlan.vue @@ -0,0 +1,212 @@ + + + + \ No newline at end of file diff --git a/src/components/jeecg/JUpload.vue b/src/components/jeecg/JUpload.vue index a52e9a5..a0f899f 100644 --- a/src/components/jeecg/JUpload.vue +++ b/src/components/jeecg/JUpload.vue @@ -314,7 +314,7 @@ this.previewVisible = true; }else if (file.url) { // 此base地址可以配置到一个常量文件里 - let base = "http://127.0.0.1:8012/onlinePreview?url=" + let base = "http://182.92.73.21:8012/onlinePreview?url=" let url = base+encodeURIComponent(this.$Base64.encode(file.url)) window.open(url, '_blank') } diff --git a/src/components/jeecg/index.js b/src/components/jeecg/index.js index 8c21c85..0f46adf 100644 --- a/src/components/jeecg/index.js +++ b/src/components/jeecg/index.js @@ -1,6 +1,7 @@ import JModal from './JModal' import JFormContainer from './JFormContainer.vue' import JPopup from './JPopup.vue' +import HPlan from './HPlan' import JMarkdownEditor from './JMarkdownEditor' import JCodeEditor from './JCodeEditor.vue' import JEditor from './JEditor.vue' @@ -48,6 +49,7 @@ export default { Vue.component('JImportModal', JImportModal) Vue.component('JInput', JInput) Vue.component('JPopup', JPopup) + Vue.component('HPlan', HPlan) Vue.component('JSelectMultiple', JSelectMultiple) Vue.component('JSlider', JSlider) Vue.component('JSuperQuery', JSuperQuery) diff --git a/src/components/jeecg/modal/ProcessPlan.vue b/src/components/jeecg/modal/ProcessPlan.vue new file mode 100644 index 0000000..85a0b99 --- /dev/null +++ b/src/components/jeecg/modal/ProcessPlan.vue @@ -0,0 +1,460 @@ + + + + + \ No newline at end of file diff --git a/src/components/jeecgbiz/JSelectUserByDep.vue b/src/components/jeecgbiz/JSelectUserByDep.vue index eaa9b98..ab79700 100644 --- a/src/components/jeecgbiz/JSelectUserByDep.vue +++ b/src/components/jeecgbiz/JSelectUserByDep.vue @@ -5,7 +5,8 @@ placeholder="请先选择用户" readOnly unselectable="on" - @search="onSearchDepUser"> + @search="onSearchDepUser" + > 选择用户 diff --git a/src/components/setting/SettingDrawer.vue b/src/components/setting/SettingDrawer.vue index bf4b361..11c4b11 100644 --- a/src/components/setting/SettingDrawer.vue +++ b/src/components/setting/SettingDrawer.vue @@ -26,7 +26,7 @@ - + @@ -201,8 +201,12 @@ if (this.multipage !== config.multipage) { this.$store.dispatch('ToggleMultipage', this.multipage) } + this.initData(); }, methods: { + initData(){ + this.$store.dispatch('ToggleTheme', 'dark') + }, showDrawer() { this.visible = true }, diff --git a/src/views/activiti/applyList.vue b/src/views/activiti/applyList.vue index 3814db4..3124ff9 100644 --- a/src/views/activiti/applyList.vue +++ b/src/views/activiti/applyList.vue @@ -219,10 +219,10 @@ 紧急 - + 站内消息通知 - 短信通知 - 邮件通知 +
取消 diff --git a/src/views/activiti/doneManage.vue b/src/views/activiti/doneManage.vue index 9034a9f..25b6fc7 100644 --- a/src/views/activiti/doneManage.vue +++ b/src/views/activiti/doneManage.vue @@ -109,7 +109,7 @@ -
+
@@ -213,6 +213,13 @@ export default { ); return; } + this.lcModa.disabled = true + this.lcModa.title = '查看流程业务信息:' + r.processName + this.lcModa.formComponent = this.getFormComponent(r.routeName).component + this.lcModa.processData = r + this.lcModa.isNew = false + this.lcModa.isTask = true + this.lcModa.visible = true }, history(r) { if (!r.procInstId) { @@ -221,15 +228,6 @@ export default { } this.procInstId = r.procInstId; this.modalLsVisible = true; - - this.lcModa.disabled = true - this.lcModa.title = '查看流程业务信息:' + r.processName - this.lcModa.formComponent = this.getFormComponent(r.routeName).component - this.lcModa.processData = r - this.lcModa.isNew = false - this.lcModa.isTask = true - this.lcModa.visible = true - }, remove(v) { this.postFormAction(this.url.deleteHistoricTask+v.id).then(res => { diff --git a/src/views/activiti/form/ProcessMaterialBorrowingForm.vue b/src/views/activiti/form/ProcessMaterialBorrowingForm.vue index a7f702f..24edf82 100644 --- a/src/views/activiti/form/ProcessMaterialBorrowingForm.vue +++ b/src/views/activiti/form/ProcessMaterialBorrowingForm.vue @@ -4,37 +4,37 @@ - + - - - - - - + - + - + + + + + + - + - + @@ -73,8 +73,8 @@