diff --git a/src/components/jeecg/modal/ProcessDelivery.vue b/src/components/jeecg/modal/ProcessDelivery.vue
index e3d5833..bfb67ee 100644
--- a/src/components/jeecg/modal/ProcessDelivery.vue
+++ b/src/components/jeecg/modal/ProcessDelivery.vue
@@ -353,11 +353,7 @@
this.close()
},
handleSubmit() {
- if (this.getFileData) {
- this.$emit('close')
- this.visible = false
- return
- }
+
if (!this.multi) {
if (this.selectionRows && this.selectionRows.length > 1) {
this.$message.warning('请选择一条记录')
@@ -365,6 +361,11 @@
}
}
if (!this.selectionRows || this.selectionRows.length == 0) {
+ if (this.getFileData) {
+ this.$emit('close')
+ this.visible = false
+ return
+ }
this.$message.warning('请选择一条记录')
return false
}
diff --git a/src/components/jeecg/modal/ProcessPlan.vue b/src/components/jeecg/modal/ProcessPlan.vue
index 7066d9c..ff7cf12 100644
--- a/src/components/jeecg/modal/ProcessPlan.vue
+++ b/src/components/jeecg/modal/ProcessPlan.vue
@@ -381,18 +381,25 @@
this.close()
},
handleSubmit() {
- if (this.getFileData) {
+ /*if (this.getFileData) {
this.$emit('close')
this.visible = false
return
- }
+ }*/
+ console.log('//////////',this.changeData)
if (!this.multi) {
if (this.selectionRows && this.selectionRows.length > 1) {
+
this.$message.warning('请选择一条记录')
return false
}
}
if (!this.selectionRows || this.selectionRows.length == 0) {
+ if (this.getFileData){
+ this.$emit('close')
+ this.visible = false
+ return
+ }
this.$message.warning('请选择一条记录')
return false
}
diff --git a/src/defaultSettings.js b/src/defaultSettings.js
index 9672f83..3918af4 100644
--- a/src/defaultSettings.js
+++ b/src/defaultSettings.js
@@ -20,8 +20,8 @@ export default {
contentWidth: 'Fixed', // layout of content: Fluid or Fixed, only works when layout is topmenu
fixedHeader: true, // sticky header
fixSiderbar: true, // sticky siderbar
- autoHideHeader: true, // auto hide header
- colorWeak: true,
+ autoHideHeader: false, // auto hide header
+ colorWeak: false,
multipage: true, //默认多页签模式
// vue-ls options
storageOptions: {
diff --git a/src/views/activiti/applyHome.vue b/src/views/activiti/applyHome.vue
index d81b83a..74f12dd 100644
--- a/src/views/activiti/applyHome.vue
+++ b/src/views/activiti/applyHome.vue
@@ -14,16 +14,16 @@
- 版本:v.{{item.version}}
+
diff --git a/src/views/activiti/applyList.vue b/src/views/activiti/applyList.vue
index 3124ff9..defd790 100644
--- a/src/views/activiti/applyList.vue
+++ b/src/views/activiti/applyList.vue
@@ -130,7 +130,7 @@
- 撤回
+ 撤回
查看进度
@@ -238,7 +238,7 @@
-
+
@@ -553,17 +553,27 @@
this.cancelForm.procInstId = v.procInstId;
this.modalCancelVisible = true;
},
- handelSubmitCancel() {
- this.submitLoading = true;
- this.postFormAction(this.url.cancelApply,this.cancelForm).then(res => {
- if (res.success) {
- this.$message.success("操作成功");
- this.loadData();
- this.modalCancelVisible = false;
- }else {
- this.$message.error(res.message);
+ handelSubmitCancel(v) {
+ this.$confirm({
+ title: '撤回',
+ content: `您确定要撤回吗?`,
+ centered: true,
+ onOk: () => {
+ this.cancelForm.id = v.id;
+ this.cancelForm.procInstId = v.procInstId;
+ this.submitLoading = true;
+ this.postFormAction(this.url.cancelApply,this.cancelForm).then(res => {
+ if (res.success) {
+ this.$message.success("操作成功");
+ this.loadData();
+ this.modalCancelVisible = false;
+ }else {
+ this.$message.error(res.message);
+ }
+ }).finally(()=>this.submitLoading = false);
}
- }).finally(()=>this.submitLoading = false);
+ })
+
},
history(v) {
if (!v.procInstId) {
diff --git a/src/views/activiti/form/ProcessPermissionAuthorizationForm.vue b/src/views/activiti/form/ProcessPermissionAuthorizationForm.vue
index 30dd963..2b0132e 100644
--- a/src/views/activiti/form/ProcessPermissionAuthorizationForm.vue
+++ b/src/views/activiti/form/ProcessPermissionAuthorizationForm.vue
@@ -48,16 +48,16 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/activiti/form/ProcessUdgetPlanForm.vue b/src/views/activiti/form/ProcessUdgetPlanForm.vue
index 8cd1e1a..2c8354d 100644
--- a/src/views/activiti/form/ProcessUdgetPlanForm.vue
+++ b/src/views/activiti/form/ProcessUdgetPlanForm.vue
@@ -48,16 +48,17 @@
-
-
-
-
-
+
+
@@ -102,6 +103,11 @@
+
+ 流程说明:
+
+
+
保存
@@ -130,7 +136,7 @@
import JSelectDepart from '@/components/jeecgbiz/JSelectDepart'
import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
import JDictSelectTag from '@/components/dict/JDictSelectTag'
-
+ import JEditor from '@/components/jeecg/JEditor'
export default {
name: 'ProcessUdgetPlanForm',
@@ -144,10 +150,12 @@
JSelectUserByDep,
JDictSelectTag,
JSelectCompany,
+ JEditor
},
data() {
return {
bigId:[],
+ opinion:"",
bigIdRake:[],
materialGroups:'',
materialId :'',
@@ -190,6 +198,7 @@
// slotName: 'actions', // <-------------slot 的名称,对应 v-slot 冒号后面和等号前面的内容
// type: FormTypes.slot,
type: FormTypes.sel_search,
+ disabled: this.disabled,
// slotName: 'group',
width: '200px',
options: [],
@@ -205,6 +214,7 @@
key: 'materialNumber',
type: FormTypes.sel_search,
dictCode: '',
+ disabled: this.disabled,
width: '200px',
placeholder: '请输入${title}',
options: [],
@@ -269,6 +279,7 @@
title: '物料名称及规格型号',
key: 'materialName',
type: FormTypes.input,
+ disabled: this.disabled,
// type: FormTypes.sel_search,
// dictCode: '',
width: '200px',
@@ -279,6 +290,7 @@
title: '系列',
key: 'materialSeries',
type: FormTypes.input,
+ disabled: this.disabled ,
// dictCode: '',
width: '200px',
placeholder: '请输入${title}',
@@ -288,6 +300,7 @@
title: '单位',
key: 'materialUnit',
type: FormTypes.input,
+ disabled: this.disabled,
// type: FormTypes.select,
// dictCode: '',
width: '200px',
@@ -298,6 +311,7 @@
title: '单价(元)',
key: 'materialPrice',
type: FormTypes.inputNumber,
+ disabled: this.disabled,
width: '200px',
placeholder: '请输入${title}',
defaultValue: ''
@@ -306,6 +320,7 @@
title: '对比单价',
key: 'action',
type: FormTypes.slot,
+ disabled: this.disabled,
width: '80px',
// placeholder: '请输入${title}',
// defaultValue: '',
@@ -316,6 +331,7 @@
title: '数量',
key: 'materialQuantity',
type: FormTypes.inputNumber,
+ disabled: this.disabled,
width: '200px',
placeholder: '请输入${title}',
defaultValue: ''
@@ -324,6 +340,7 @@
title: '金额(元)',
key: 'materialAmount',
type: FormTypes.inputNumber,
+ disabled: this.disabled,
width: '200px',
placeholder: '请输入${title}',
defaultValue: ''
@@ -332,6 +349,7 @@
title: '供应商',
key: 'supplierId',
type: FormTypes.input,
+ disabled: this.disabled,
width: '200px',
placeholder: '请输入${title}',
defaultValue: ''
@@ -340,6 +358,7 @@
title: '执行标准',
key: 'materialStandard',
type: FormTypes.input,
+ disabled: this.disabled,
width: '200px',
placeholder: '请输入${title}',
defaultValue: ''
@@ -348,6 +367,7 @@
title: '交货时间',
key: 'deliveryTime',
type: FormTypes.date,
+ disabled: this.disabled,
width: '200px',
placeholder: '请输入${title}',
defaultValue: ''
@@ -356,6 +376,7 @@
title: '备注',
key: 'remarks',
type: FormTypes.input,
+ disabled: this.disabled,
width: '200px',
placeholder: '请输入${title}',
defaultValue: ''
@@ -376,6 +397,7 @@
}
},
btndisabled: false,
+ isShowInput: '',
// 表单校验
validatorRules: {
// 'blur'是鼠标失去焦点的时候会触发验证
@@ -935,5 +957,6 @@
\ No newline at end of file
diff --git a/src/views/activiti/todoManage.vue b/src/views/activiti/todoManage.vue
index de5bcb5..b8f8ede 100644
--- a/src/views/activiti/todoManage.vue
+++ b/src/views/activiti/todoManage.vue
@@ -215,6 +215,7 @@ export default {
searchForm: {
// 搜索框对应data对象
name: "",
+ tableId: "",
},
modalTaskTitle: "",
modalTitle: "", // 添加或编辑标题
@@ -263,6 +264,11 @@ export default {
};
},
mounted() {
+ console.log(this.searchForm)
+ console.log(this.$route.params.name)
+ if (this.$route.params.name !== null) {
+ this.searchForm.name=this.$route.params.name
+ }
this.init();
},
methods: {
@@ -272,9 +278,12 @@ export default {
loadData(){},
getDataList() {
this.loading = true;
+ console.log("this.searchForm")
+ console.log(this.searchForm)
this.getAction(this.url.todoList,this.searchForm).then(res => {
this.loading = false;
if (res.success) {
+ console.log(res)
this.data = res.result||[];
this.total = this.data.leading;
}
diff --git a/src/views/dashboard/HomePage.vue b/src/views/dashboard/HomePage.vue
index 25618f6..0b810f5 100644
--- a/src/views/dashboard/HomePage.vue
+++ b/src/views/dashboard/HomePage.vue
@@ -1,95 +1,100 @@
-
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ :pagination="false"
+ :customRow="rowClick"
+ >
+
-
+
-
+
-
-
-
- -
-
- {{loginlog.department}}
-
- {{loginlog.loginName}}
-
-
- {{loginlog.loginTime}}
-
-
-
-
+
+
+
-
+
+ -
+ 基础信息管理
+
-
- 流程管理
+ 流程管理
-
- 物资管理
+ 物资管理
-
- 统计分析
+ 统计分析
-
- 标准字典库
+ 标准字典库
-
- 系统管理
+ 系统管理
+
+ -
+ 门户信息
+
+ -
+ 统计报表
+
+ -
+ 统计报表
+
+ -
+ 统计报表
+
+ -
+ 统计报表
-
- 统计报表
+ 统计报表
-
@@ -99,70 +104,173 @@
import { getAction } from '@api/manage'
import { JVXETypes } from '@/components/jeecg/JVxeTable/index'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
-import { mixinDevice } from '@/utils/mixin'
+
export default {
name: 'HomePage',
+ // mixins:[JeecgListMixin],
components:{
JVXETypes,
},
data() {
return {
+ //登录日志查询条件
+ queryParam:{
+ logType:1,
+ keyWord:'登录成功',
+ },
+ isorter:{
+ column: 'createTime',
+ order: 'desc',
+ },
+ //待办 登录日志 站内消息查询地址
url: {
- todoManger: '/actTask/todoList'
+ todoManger: '/actTask/todoList',
+ lists: '/sys/log/list',
+ listMseeage: '/sys/sysAnnouncementSend/getMyAnnouncementSend',
},
-
+ //待办显示内容
columns:[
{
align:"left",
dataIndex: 'title',
+ ellipsis: true,
},
{
align:"left",
dataIndex: 'processName',
+ ellipsis: true,
},
{
align:"center",
dataIndex: 'createTime',
+ ellipsis: true,
}
],
- loading:true,
tasks:[],
- loginlogs:[
+ //登录日志显示内容
+ loginColumns:[
+ {
+ align:"left",
+ dataIndex: 'logType_dictText',
+ ellipsis: true,
+ sorter: true
+ },
{
- department: "企划部",
- loginName: "李朝阳",
- loginTime: "2022.10.26 12:00:00"
+ align:"left",
+ dataIndex: 'username',
+ ellipsis: true,
+ sorter: true
+ },
+ {
+ align:"center",
+ dataIndex: 'createTime',
+ ellipsis: true,
+ sorter: true
},
+ ],
+ loginLogs:[],
+ //站内消息显示内容
+ msgColumns:[
{
- department: "企划部",
- loginName: "李朝阳",
- loginTime: "2022.10.26 12:00:00"
+ align: "left",
+ dataIndex: "msgContent",
+ ellipsis: true,
}
- ]
+ ],
+ msgContent: [],
+ //加载状态
+ loading:true,
+
}
},
created() {
this.todoList();
+ this.loginList();
+ this.systemMessage();
},
-
methods: {
+ //待办任务的行点击事件(前往待办)
+ rowClick: function(record, index) {
+ return {
+ on: {
+ click: () => {
+ console.log(record)
+ console.log(record.id)
+ this.$router.push({name:'activiti-todoManage',
+ params:{
+ id: record.id
+ }
+ })
+ },
+ }
+ }
+ },
+ rowClickToDo: function(record, index) {
+ return {
+ on: {
+ click: () => {
+ console.log(record)
+ // this.$router.push({name:'activiti-todoManage',
+ // params:{
+ // businessKey: record.busId
+ // }
+ // })
+ },
+ }
+ }
+ },
+ //待办任务查询
todoList(){
getAction(this.url.todoManger).then((res) => {
if (res.success) {
+ console.log("res")
this.loading = false
this.tasks = res.result
console.log(res.result)
}
})
+ },
+
+ // 系统消息查询
+ systemMessage(){
+ let queryUnRead = {
+ readFlag: '0'
+ }
+ let param = Object.assign({},queryUnRead,this.isorter);
+
+ getAction(this.url.listMseeage,param).then((res) => {
+ if (res.success) {
+ console.log("resMessage")
+ this.loading = false
+ this.msgContent = res.result.records
+ console.log(res.result)
+ }
+ })
+ },
+
+ // 登录日志查询
+ loginList(){
+ let param = Object.assign({}, this.queryParam, this.isorter);
+ getAction(this.url.lists,param).then((res) => {
+ if (res.success) {
+ console.log("resnew")
+ console.log(res.result)
+ this.loading = false
+ this.loginLogs = res.result.records
+ }
+ })
},
// 跳转地址
+ informationManagement(){
+ this.$router.push('/supplier/regulate')
+ },
processManage(){
this.$router.push('/activiti/applyHome')
},
@@ -178,6 +286,9 @@ export default {
isystemManage(){
this.$router.push('/isystem/user')
},
+ portalInformation(){
+ this.$router.push('')
+ },
statisticalTreatment(){
this.$router.push('/report/ArchivesStatisticst')
},
@@ -194,13 +305,22 @@ export default {