Merge branch 'develop' into FOTON
This commit is contained in:
@@ -1509,19 +1509,19 @@ export default {
|
||||
if (res.data) {
|
||||
this.batchDeleteItem()
|
||||
} else if(this.selectedList === null){
|
||||
this.$message.warning('请选择要删除的数据')
|
||||
this.$message.warning('请确认选择条款是否有子节点,若有,则此次删除将全部删除。')
|
||||
} else {
|
||||
this.deleteItemsModal = true
|
||||
}
|
||||
}, e => {
|
||||
})
|
||||
} else {
|
||||
this.$message.warning('请选择要删除的数据')
|
||||
this.$message.warning('请确认选择条款是否有子节点,若有,则此次删除将全部删除。')
|
||||
}
|
||||
},
|
||||
batchDeleteItem () {
|
||||
if (this.selectedList != null && this.selectedList.length > 0) {
|
||||
this.$confirm('确认删除选择数据?', '提示', {
|
||||
this.$confirm('请确认选择条款是否有子节点,若有,则此次删除将全部删除。', '提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning',
|
||||
@@ -1556,7 +1556,7 @@ export default {
|
||||
})
|
||||
}).catch(() => {})
|
||||
} else {
|
||||
this.$message.warning('请选择要删除的数据')
|
||||
this.$message.warning('请确认选择条款是否有子节点,若有,则此次删除将全部删除。')
|
||||
}
|
||||
},
|
||||
// 批量复制 事件
|
||||
|
||||
@@ -277,14 +277,12 @@
|
||||
<ProcessFooter
|
||||
:show-save="submitShow"
|
||||
:show-submit="submitShow"
|
||||
:show-confirm="acceptShow"
|
||||
:submitLoading="isSubmit"
|
||||
:saveLoading="saveLoading"
|
||||
:show-transfer="submitShow"
|
||||
@transfer="handleTransfer"
|
||||
@save="handleSave"
|
||||
@submit="handleSubmit"
|
||||
@accept="handleAccept"
|
||||
>
|
||||
</ProcessFooter>
|
||||
<Role-tree
|
||||
@@ -551,7 +549,7 @@
|
||||
active: '1', // 默认显示
|
||||
isSubmit: false,
|
||||
saveLoading: false,
|
||||
submitShow: false,
|
||||
submitShow: true,
|
||||
acceptShow: false,
|
||||
todoId: '',
|
||||
form: {
|
||||
@@ -898,14 +896,15 @@
|
||||
}).then(res => {
|
||||
let data = JSON.parse(res.mesg)
|
||||
this.form.endTime = data.endTime || data.form.endTime
|
||||
let commitStatus = res.commitStatus
|
||||
if(commitStatus && commitStatus > 0){
|
||||
this.acceptShow = true
|
||||
this.submitShow = false
|
||||
}else {
|
||||
this.acceptShow = false
|
||||
this.submitShow = true
|
||||
}
|
||||
// let commitStatus = res.commitStatus
|
||||
// if(commitStatus && commitStatus > 0){
|
||||
// this.acceptShow = true
|
||||
// this.submitShow = false
|
||||
// }else {
|
||||
// this.acceptShow = false
|
||||
// this.submitShow = true
|
||||
// }
|
||||
this.submitShow = true
|
||||
this.AOLIGEI = data.AOLIGEI
|
||||
this.commentText3 = data.commentText3 || ''
|
||||
this.todoId = res.id
|
||||
|
||||
+1
-1
@@ -4009,7 +4009,7 @@ export default {
|
||||
if (nowstandinfo.firstPutTime != null && nowstandinfo.firstPutTime !== '') {
|
||||
nowstandinfo.firstPutTime = this.$dateFormat(this.sarBussionessStandEO.firstPutTime, 'yyyy-MM-dd hh:mm:ss')
|
||||
}
|
||||
nowstandinfo.standCode = nowstandinfo.standSort+" "+ nowstandinfo.standNumber + (nowstandinfo.standYear === '' ? '' : '-' + nowstandinfo.standYear)
|
||||
nowstandinfo.standCode = nowstandinfo.standSort+""+ nowstandinfo.standNumber + (nowstandinfo.standYear === '' ? '' : '-' + nowstandinfo.standYear)
|
||||
this.$http.postData('lawss/sarBussionessStand/updateSarBussionessStand', nowstandinfo, {
|
||||
_this: this,
|
||||
loading: 'isSubmit'
|
||||
|
||||
Reference in New Issue
Block a user