diff --git a/src/api/purchase/goodsBind.js b/src/api/purchase/goodsBind.js index c87f6429..c72fe8ad 100644 --- a/src/api/purchase/goodsBind.js +++ b/src/api/purchase/goodsBind.js @@ -22,6 +22,15 @@ export function getNewBuyBindListDetailsApi(query) { }) } +//二级页面 查看 +export function getMaCodeInfo(query) { + return request({ + url: '/material/purchase_macode_info/list', + method: 'get', + params: query, + }) +} + //任务 详情 export function bindAllData(data) { return request({ @@ -40,6 +49,7 @@ export function getListDetailById(query) { }) } + // 导出 export function exportNewBuy(data) { return request({ 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 4d690bf3..034b0659 100644 --- a/src/views/material/lease/outBound/index.vue +++ b/src/views/material/lease/outBound/index.vue @@ -118,7 +118,7 @@ label="申请数量" align="center" prop="preCountNum" - width="110px" + width="80px" :show-overflow-tooltip="true" > @@ -127,7 +127,7 @@ label="已出库数量" align="center" prop="alNum" - width="110px" + width="90px" :show-overflow-tooltip="true" > @@ -175,7 +175,7 @@ :show-overflow-tooltip="true" /> - + @@ -310,13 +309,13 @@ - + /> @@ -375,7 +374,7 @@ - - - - + /> @@ -489,8 +465,7 @@ :show-overflow-tooltip="true" /> - - + +
+ +
+ 领料单 +
+
+
+ 领料单位: + {{ leaseApplyData.leaseUnit }} +
+
+ 工程名称: + {{ leaseApplyData.leaseProject }} +
+
+ 时间: + {{ leaseApplyData.createTime }} +
+
+ 编号: + {{ leaseApplyData.code }} +
+
+ + + + + + + + + + + + + + + + + + +
+
+ 审核: +
+
+ 领料: +
+
+ 仓库: +
+
+ 操作人: +
+
+
+
+ +
- \ No newline at end of file +} + \ No newline at end of file diff --git a/src/views/material/purchase/goodsArrived/component/home.vue b/src/views/material/purchase/goodsArrived/component/home.vue index 994bdef4..724f7982 100644 --- a/src/views/material/purchase/goodsArrived/component/home.vue +++ b/src/views/material/purchase/goodsArrived/component/home.vue @@ -787,8 +787,8 @@ export default { message: "操作成功", type: "success", }); - this.noticeOpen = false; - this.getTaskInfo(); + this.showPeople = false; + this.getList(); } }); } else { diff --git a/src/views/material/purchase/goodsBind/component/bindTools.vue b/src/views/material/purchase/goodsBind/component/bindTools.vue index 8e1a419e..ae9fb5e4 100644 --- a/src/views/material/purchase/goodsBind/component/bindTools.vue +++ b/src/views/material/purchase/goodsBind/component/bindTools.vue @@ -1,619 +1,813 @@ 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 @@