From 82582ea05bacfd50137ad07381e0f9b3c69b713a Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Wed, 25 Mar 2020 14:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E9=97=B4=E9=87=87=E8=B4=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProductionPlanQuery/index.vue | 6 +-- .../PurchaseContractApproval/index.vue | 21 ++-------- .../TechnologyCenter/QueryParts/index.vue | 10 ++--- .../ArrivalStateSearch/index.vue | 12 ++++-- .../InvoiceSettlementApplication1/index.vue | 42 +------------------ .../ProcurementContractEnquiry/index.vue | 6 +-- .../ProjectTotalSearch/index.vue | 10 ++--- .../PurchaseContractRequestFund1/index.vue | 8 ++-- 8 files changed, 35 insertions(+), 80 deletions(-) diff --git a/src/views/ManufacturingCenter/ProductionPlanQuery/index.vue b/src/views/ManufacturingCenter/ProductionPlanQuery/index.vue index dc8254f2..1d4e73b9 100644 --- a/src/views/ManufacturingCenter/ProductionPlanQuery/index.vue +++ b/src/views/ManufacturingCenter/ProductionPlanQuery/index.vue @@ -37,7 +37,7 @@ :data="tableData" :row-class-name="tableRowClassName" height="570" - style="width: 960px; margin: 3px 0" + style="width: 1000px; margin: 3px 0" size="mini" border highlight-current-row @@ -63,7 +63,7 @@ {{ scope.row.规格 }} - + @@ -78,7 +78,7 @@ {{ scope.row.投产批次 }} - + diff --git a/src/views/PurchasingCenter/PurchaseContractApproval/index.vue b/src/views/PurchasingCenter/PurchaseContractApproval/index.vue index 9ba54063..9b1bdfd9 100644 --- a/src/views/PurchasingCenter/PurchaseContractApproval/index.vue +++ b/src/views/PurchasingCenter/PurchaseContractApproval/index.vue @@ -22,26 +22,11 @@ 供应商: - 查询 + 查询 - + - + @@ -91,6 +96,7 @@ export default { }, searchTable() { searchArrivalState(this.contractNumValue).then(response => { + console.log(response.data) for (let i = 0; i < response.data.length; i++) { if (response.data[i].物料型号 === '' || response.data[i].物料型号 === null) { response.data[i].物料型号 = response.data[i].零件图号 diff --git a/src/views/WorkshopProcurement/InvoiceSettlementApplication1/index.vue b/src/views/WorkshopProcurement/InvoiceSettlementApplication1/index.vue index aeca874a..9e42c548 100644 --- a/src/views/WorkshopProcurement/InvoiceSettlementApplication1/index.vue +++ b/src/views/WorkshopProcurement/InvoiceSettlementApplication1/index.vue @@ -1,47 +1,14 @@