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 @@