|
@@ -750,8 +750,7 @@ export default {
|
|
|
if (this.commonJS.isNotEmpty(this.inputForm.id)) {
|
|
|
this.programProjectListInfoService.findByIdArchive(this.inputForm.id).then((data) => {
|
|
|
if (this.commonJS.isNotEmpty(data.status) && data.status !== '0' && data.status !== '1' && data.status !== '3' && data.status !== '6') { // 审核状态不是“未发起”或“暂存”或“撤回”,就弹出提示
|
|
|
-
|
|
|
- if ((data.status == "5" || data.status == "7") && !data.invoiceDate && data.projectMould == "2") {
|
|
|
+ if ((data.status == "5" || data.status == "7") && !data.invoiceDate) {
|
|
|
this.startFormTrue(callback)
|
|
|
} else {
|
|
|
this.loading = false
|