diff --git a/src/api/unqualProcess.js b/src/api/unqualProcess.js index 61866c15e..229f11353 100644 --- a/src/api/unqualProcess.js +++ b/src/api/unqualProcess.js @@ -63,12 +63,13 @@ export function meetingByMonth(params) { //未符合项模块新增 export function addUn( - closeState, standSerialNumber, standName, + closeState,standId, standSerialNumber, standName, itemsNum, itemsName, productType, - productLine, productName, reason, responsibleUnit, + productLine, productName,productId,reason, responsibleUnit, dutyEngineer, authEngineer, qaEngineer, planCloseTime) { const data = { closeState, + standId, standSerialNumber, //标准号 standName, //标准名称 itemsNum, //条款号 @@ -76,6 +77,7 @@ export function addUn( productType, productLine, //产品线 productName, //项目名称 + productId, //项目编号 reason, //不合规项目 responsibleUnit, //责任部门 dutyEngineer, //责任工程师 @@ -92,12 +94,13 @@ export function addUn( //未符合项模块编辑 export function editUn( - closeState, standSerialNumber, standName, + closeState, standId, standSerialNumber, standName, itemsNum, itemsName, productType, productLine, productName, reason, responsibleUnit, dutyEngineer, authEngineer, qaEngineer, planCloseTime, id) { const data = { closeState, + standId, standSerialNumber, //标准号 standName, //标准名称 itemsNum, //条款号 diff --git a/src/components/CustomFormComponents/File.vue b/src/components/CustomFormComponents/File.vue index c4a98dc58..674502230 100644 --- a/src/components/CustomFormComponents/File.vue +++ b/src/components/CustomFormComponents/File.vue @@ -22,13 +22,23 @@ v-if="reUpload || showUploadBtn">{{ uploadText || '重新上传' }} + + + {{ file.name }} + + - {{ (value === 'null' || value === '' || value == null) && (!processModel || (processModel && !disabled)) ? '点击上传' : '查看已上传的文件' }} + + 上传 = 1) { setTimeout(() => { - this.getChildByList(node.data.level,node.data.id, resolve); + this.getChildByList(node.data.level,node.data.id,node.data.model, resolve); }, 500); return resolve([]); // 加上这个,防止在该节点没有子节点时一直转圈的问题发生。 } @@ -194,8 +194,8 @@ } }) }, - getChildByList( level,id,resolve) { // 获取子节点请求 - let params = {level : level,id :id,type : this.type}; + getChildByList( level,id,model,resolve) { // 获取子节点请求 + let params = {level : level,id :id,type : this.type,model :model}; this.$http.get(this.urlChild, params, { _this: this }, res => { diff --git a/src/pages/details/complianceDetails/index.vue b/src/pages/details/complianceDetails/index.vue index 30cb0f9ab..9a33fbf29 100644 --- a/src/pages/details/complianceDetails/index.vue +++ b/src/pages/details/complianceDetails/index.vue @@ -1,6 +1,7 @@ + 暂无评估结果 不满足 @@ -21,25 +22,28 @@ > + + {{ scope.row.researchImplementationTime ? $moment(scope.row.researchImplementationTime).format('YYYY-MM-DD') : '' }} + @@ -54,8 +58,8 @@ - + + @@ -78,13 +82,13 @@ > diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index f000f5e31..ebfc39406 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -5,7 +5,7 @@ {{ sarStandardsInfoEO.standSortShow || '' }} {{ sarStandardsInfoEO.standNumber - }}-{{ sarStandardsInfoEO.standYear }} 《{{ sarStandardsInfoEO.standName }}》 标准详情 + }}-{{ sarStandardsInfoEO.standYear }} 《{{ sarStandardsInfoEO.standName }}》 @@ -62,7 +62,7 @@ {{ file.oldFileName | ellipsis }} + :title="file.oldFileName">{{ file.oldFileName }} - {{ child.attrName }} + {{ child.attrName }} {{ child.value || '-' }} @@ -3282,7 +3282,9 @@ export default {
- {{ child.attrName }} + {{ child.attrName }} {{ child.value || '-' }}