Browse Source

2025.1.20 文档收集 - 修改料号状态优化

java8
yuejiayang 12 months ago
parent
commit
adf8321915
  1. 2
      src/views/modules/eam/eamProjectInfo.vue

2
src/views/modules/eam/eamProjectInfo.vue

@ -3414,6 +3414,7 @@ import {updateColumnSize} from "../../../api/table";
closeDate : this.modalData.projectCloseDate, closeDate : this.modalData.projectCloseDate,
buildDate : this.modalData.projectCreationDate, buildDate : this.modalData.projectCreationDate,
priority: this.modalData.priority, priority: this.modalData.priority,
partType: this.modalData.partType,
testPartNo: 'P000000', testPartNo: 'P000000',
partDesc: '无物料', partDesc: '无物料',
} }
@ -3535,7 +3536,6 @@ import {updateColumnSize} from "../../../api/table";
} }
this.modalData.closeDate = this.modalData.projectCloseDate this.modalData.closeDate = this.modalData.projectCloseDate
this.modalData.buildDate = this.modalData.projectCreationDate this.modalData.buildDate = this.modalData.projectCreationDate
this.modalData.partType = 'Active'
eamProjectPartInfoEdit(this.modalData).then(({data}) => { eamProjectPartInfoEdit(this.modalData).then(({data}) => {
if (data && data.code === 0) { if (data && data.code === 0) {
this.refreshCurrentTabTable() this.refreshCurrentTabTable()

Loading…
Cancel
Save