Browse Source

2024.11.25 审批优化

java8
yuejiayang 1 year ago
parent
commit
02b8c6df5f
  1. 3
      src/views/modules/eam/com_project_proof_record.vue

3
src/views/modules/eam/com_project_proof_record.vue

@ -1406,9 +1406,10 @@
proofingStatus: '进行中',
proofingResultStatus: row.proofingResultStatus,
remark: row.remark,
type: 1
type: type
}
} else {
inData.type = 2
if (this.modalData.cProjectTypeDb === '' || this.modalData.cProjectTypeDb === null || this.modalData.cProjectTypeDb === undefined) {
this.$message({
message: '项目分类不能为空',

Loading…
Cancel
Save