diff --git a/src/api/repair/testExamine.js b/src/api/repair/testExamine.js index f287f288..90872f63 100644 --- a/src/api/repair/testExamine.js +++ b/src/api/repair/testExamine.js @@ -17,7 +17,14 @@ export function getAuditInfo(query) { }) } - +//修试审核二级-通过,驳回 +export function auditPass(data) { + return request({ + url: '/material/repair_audit_details', + method: 'put', + data: data, + }) +} diff --git a/src/views/material/lease/outBound/index.vue b/src/views/material/lease/outBound/index.vue index 6fb57e61..b09b95d1 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -127,7 +127,7 @@ label="已出库数量" align="center" prop="alNum" - width="80px" + width="90px" :show-overflow-tooltip="true" > @@ -309,13 +309,13 @@ - + /> @@ -488,8 +488,7 @@ :show-overflow-tooltip="true" /> - - + { this.getListOutInfo = response.data.leaseApplyDetailsList; + // this.dialogTotal = response. // this.loading = false; }); }, diff --git a/src/views/material/repair/testExamine/component/queryToolsApply.vue b/src/views/material/repair/testExamine/component/queryToolsApply.vue index 3b445331..ceab022f 100644 --- a/src/views/material/repair/testExamine/component/queryToolsApply.vue +++ b/src/views/material/repair/testExamine/component/queryToolsApply.vue @@ -4,7 +4,6 @@ :model="maForm" ref="maForm" size="small" - :rules="rules" :inline="true" label-width="120px" > @@ -48,17 +47,17 @@ 合格通过 驳回 - + + > + + + + + + @@ -144,7 +180,7 @@