|
@@ -603,7 +603,7 @@ export default {
|
|
|
data.liuChengId = this.instid
|
|
data.liuChengId = this.instid
|
|
|
data.liuChengShenPiShi = this.$common.getDateNow(19)
|
|
data.liuChengShenPiShi = this.$common.getDateNow(19)
|
|
|
}else if(data.shiFouGuoShen === '已退回'){
|
|
}else if(data.shiFouGuoShen === '已退回'){
|
|
|
- data.shiFouGuoShen = '已编制'
|
|
|
|
|
|
|
+ data.shiFouGuoShen = '已'+this.currentName
|
|
|
}
|
|
}
|
|
|
agree({
|
|
agree({
|
|
|
opinion: '同意',
|
|
opinion: '同意',
|
|
@@ -958,7 +958,8 @@ export default {
|
|
|
showToolBarsBtn(key) {
|
|
showToolBarsBtn(key) {
|
|
|
const status = (this.form && this.form.shiFouGuoShen) || '已暂存'
|
|
const status = (this.form && this.form.shiFouGuoShen) || '已暂存'
|
|
|
// 已暂存状态显示流程图,导出pdf,关闭,保存,提交,终止按钮
|
|
// 已暂存状态显示流程图,导出pdf,关闭,保存,提交,终止按钮
|
|
|
- if (status === '已暂存' || status === '已退回') {
|
|
|
|
|
|
|
+
|
|
|
|
|
+ if (status === '已暂存' || (status === '已退回' && this.currentName == '编制')) {
|
|
|
this.internalReadonly = false
|
|
this.internalReadonly = false
|
|
|
return !['flowChart', 'approvalHistory','pdf', 'cancel', 'save','doEndProcess', 'submit'].includes(key)
|
|
return !['flowChart', 'approvalHistory','pdf', 'cancel', 'save','doEndProcess', 'submit'].includes(key)
|
|
|
}
|
|
}
|
|
@@ -980,7 +981,7 @@ export default {
|
|
|
this.internalReadonly = true
|
|
this.internalReadonly = true
|
|
|
return !['flowChart','approvalHistory', 'pdf', 'cancel'].includes(key)
|
|
return !['flowChart','approvalHistory', 'pdf', 'cancel'].includes(key)
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ this.internalReadonly = true
|
|
|
// 默认显示流程图,导出pdf,关闭,保存,提交按钮
|
|
// 默认显示流程图,导出pdf,关闭,保存,提交按钮
|
|
|
return !['flowChart','approvalHistory', 'pdf', 'cancel', 'save', 'submit'].includes(key)
|
|
return !['flowChart','approvalHistory', 'pdf', 'cancel', 'save', 'submit'].includes(key)
|
|
|
},
|
|
},
|