|
@ -433,8 +433,12 @@ export default { |
|
|
toCreate() { |
|
|
toCreate() { |
|
|
if (this.sids.length === 1) { |
|
|
if (this.sids.length === 1) { |
|
|
if (this.multipleSelection[0].nodeState === '已办结') { |
|
|
if (this.multipleSelection[0].nodeState === '已办结') { |
|
|
this.viewState = 5 |
|
|
if (this.multipleSelection[0].allowSave) { |
|
|
this.$refs['divContract'].showEdit(this.sids[0]) |
|
|
this.viewState = 5 |
|
|
|
|
|
this.$refs['divContract'].showEdit(this.sids[0]) |
|
|
|
|
|
} else { |
|
|
|
|
|
this.$message({ showClose: true, type: 'error', message: '该申请正在竞价中!' }) |
|
|
|
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
this.$message({ showClose: true, type: 'error', message: '请选择状态为已办结的记录进行操作' }) |
|
|
this.$message({ showClose: true, type: 'error', message: '请选择状态为已办结的记录进行操作' }) |
|
|
} |
|
|
} |
|
|