diff --git a/src/api/PurchasingCenter/FundApproval.js b/src/api/PurchasingCenter/FundApproval.js index d54ec3f2..2878638c 100644 --- a/src/api/PurchasingCenter/FundApproval.js +++ b/src/api/PurchasingCenter/FundApproval.js @@ -17,6 +17,20 @@ export function initApproval(pageCurrent, pageSize, haha) { } }) } +// 查询审核/审批/付款 +export function initApproval_noPage(haha) { + return request({ + url: '', + method: 'post', + data: { + UserID: state.state.user.id, + ModularID: router.currentRoute.path, + type: '1', + name: '采购管理_采购合同_审批付款_查询数据', + param: `审批_付款状态=${haha}` + } + }) +} // 执行审核/审批/付款 export function execApproval(num1, num2, reason, person, haha) { return request({ diff --git a/src/views/Inventory/PurchasePartsStorage/index.vue b/src/views/Inventory/PurchasePartsStorage/index.vue index 681de1ec..f31c6a93 100644 --- a/src/views/Inventory/PurchasePartsStorage/index.vue +++ b/src/views/Inventory/PurchasePartsStorage/index.vue @@ -89,15 +89,24 @@ export default { Type: [ { value: 1, - label: '采购部采购合同' + label: '采购合同(采购)' }, { value: 3, - label: '车间采购合同' - }, { - value: 4, - label: '车间离线合同' + label: '采购合同(制造)' } ], + // Type: [ + // { + // value: 1, + // label: '采购部采购合同' + // }, { + // value: 3, + // label: '车间采购合同' + // }, { + // value: 4, + // label: '车间离线合同' + // } + // ], TypeValue: 1, supplierValue: '', // 供应商 supplier: [], diff --git a/src/views/ManufacturingCenter/PartWorkCraftSelect_rdlc/index.vue b/src/views/ManufacturingCenter/PartWorkCraftSelect_rdlc/index.vue index 0d34e61e..9a28374b 100644 --- a/src/views/ManufacturingCenter/PartWorkCraftSelect_rdlc/index.vue +++ b/src/views/ManufacturingCenter/PartWorkCraftSelect_rdlc/index.vue @@ -55,42 +55,41 @@ - + + @selection-change="handleSelectionChange"> - + - + - + - + @@ -105,21 +104,26 @@ {{ scope.row.工艺员 }} - + - + - + + + +
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
江苏高精零件条码零件图号{{ tableData2[0] ? tableData2[0].零件图号 : '' }}数量
零件名称{{ tableData2[0] ? tableData2[0].零件名称 : '' }}{{ tableData2[0] ? tableData2[0].投产数量 : '' }}
项目名称{{ tableData2[0] ? tableData2[0].项目名称 : '' }}{{ tableData2[0] ? 'P' + tableData2[0].工艺计划流水号 : '' }}机床{{ tableData2[0] ? tableData2[0].机床图号 : '' }}
材质{{ tableData2[0] ? tableData2[0].材料 : '' }}规格{{ tableData2[0] ? tableData2[0].原材料规格 : '' }}组号{{ tableData2[0] ? tableData2[0].组号 : '' }}
序次工艺名称工艺要求难度系数工作者单件准结检查结果计划完成日期工序条码
{{ key + 1 }}{{ value.工艺名称 }}{{ value.工艺要求 }}{{ value.工艺难度等级 }} + {{ value.单件定额工时 }}{{ value.准结定额工时 }} + {{ value.计划日期 }}2{{ value.工序流水号 }}
工艺员{{ tableData2[0] ? tableData2[0].工艺员 : '' }}定额员{{ tableData2[0] ? tableData2[0].定额员 : '' }}工艺完成{{ tableData2[0].工艺实际完成时间 ? tableData2[0].工艺实际完成时间.split(' ')[0] : '' }}计划开始{{ tableData2[0] ? tableData2[0].机加工开始时间.split(' ')[0] : '' }}计划结束{{ tableData2[0] ? tableData2[0].机加工结束时间.split(' ')[0] : '' }}
+
+
@@ -213,6 +290,7 @@ import { initMachineProject, searchgroup, initPerson, search, searchtable1, retu export default { data() { return { + centerDialogVisible: false, order: '', finishTime: '', partNumValue: [], @@ -253,6 +331,10 @@ export default { // this.searchData() }, methods: { + viewDetails(row) { + this.centerDialogVisible = true + this.click(row) + }, tiaozheng() { if (this.partNumValue.length !== 0) { if (this.PersonValue1) { diff --git a/src/views/PurchasingCenter/FundApproval3/index.vue b/src/views/PurchasingCenter/FundApproval3/index.vue index 090fc6d0..dc41d754 100644 --- a/src/views/PurchasingCenter/FundApproval3/index.vue +++ b/src/views/PurchasingCenter/FundApproval3/index.vue @@ -30,7 +30,7 @@ -
+

合同明细

@@ -117,7 +117,7 @@