diff --git a/src/styles/index.scss b/src/styles/index.scss index 2b41a5dd..7a4f2451 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -210,3 +210,11 @@ el-card{ .el-table td, .el-table th { padding: 0; } +.el-table--striped .el-table__body tr.el-table__row--striped td { + //斑马纹颜色 + background-color: rgb(235,235,235); +} +.el-card__header { + //card白条宽度 + padding: 5px 5px; +} diff --git a/src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue b/src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue index 36fa7d09..01510b03 100644 --- a/src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue +++ b/src/views/PurchasingCenter/BacklogGoodsAnalysis/index.vue @@ -7,10 +7,10 @@ 物料规格: + 物料型号: + + 查询 - 物料型号: - - 查询

采购件列表

@@ -88,12 +88,12 @@ {{ scope.row.物料名称 }} - + - + @@ -245,7 +245,7 @@ export default { width:200px } .el-input{ - width:200px + width:150px } span{ margin: 10px 0 10px 10px; diff --git a/src/views/PurchasingCenter/CreateInquirySheet/index.vue b/src/views/PurchasingCenter/CreateInquirySheet/index.vue index 86e91a88..8a1d7031 100644 --- a/src/views/PurchasingCenter/CreateInquirySheet/index.vue +++ b/src/views/PurchasingCenter/CreateInquirySheet/index.vue @@ -1,7 +1,7 @@ - + - + @@ -467,10 +467,10 @@ {{ scope.row.货期 }} - + @@ -545,9 +545,9 @@ {{ scope.row.组号 || scope.row.基本件组号 }} - + @@ -1072,6 +1072,8 @@ export default { }) }, clickCard1(project, machine) { + var hight = this.$refs.height1.offsetHeight + document.documentElement.scrollTop = hight + 140 this.projectValue = project this.machine = [] this.machineValue = '' @@ -1092,6 +1094,8 @@ export default { }) }, clickCard2(project, machine) { + var hight = this.$refs.height1.offsetHeight + document.documentElement.scrollTop = hight + 140 this.projectValue = project this.machine = [] this.machineValue = '' @@ -1147,6 +1151,7 @@ export default { } }).then(res => { this.machines1 = res.data + console.log(this.machines1) }) }, async searchUnBuyPartNumber() { diff --git a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue index c5eb128a..9fa62c05 100644 --- a/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue +++ b/src/views/PurchasingCenter/InvoiceSettlementApplication/index.vue @@ -8,7 +8,7 @@ 创建

发票结算申请单

- + - + @@ -51,7 +51,7 @@ {{ scope.row.发票号 }} - + @@ -61,7 +61,7 @@ {{ scope.row.申请人姓名 ? scope.row.申请人姓名 : '未提交' }} - + @@ -71,7 +71,7 @@ {{ scope.row.审批人1姓名 ? scope.row.审批人1姓名 : '未审批' }} - + @@ -81,7 +81,7 @@ {{ scope.row.审批人4姓名 ? scope.row.审批人4姓名 : '未审批' }} - + @@ -91,16 +91,16 @@ {{ scope.row.审批人3姓名 ? scope.row.审批人3姓名 : '未审批' }} - + - + diff --git a/src/views/PurchasingCenter/OfflineContract/index.vue b/src/views/PurchasingCenter/OfflineContract/index.vue index 1b721d91..a857722c 100644 --- a/src/views/PurchasingCenter/OfflineContract/index.vue +++ b/src/views/PurchasingCenter/OfflineContract/index.vue @@ -12,7 +12,7 @@ 物料状态: - +
- + @@ -91,7 +91,7 @@ {{ scope.row.物料型号 }} - + @@ -111,7 +111,7 @@ {{ scope.row.待采购数量 = Number(scope.row.零件数量) - Number(scope.row.使用滞货数量) }} - + @@ -192,7 +192,7 @@ {{ scope.row.物料名称 }} - + @@ -231,8 +231,9 @@ 确定 设置 @@ -302,7 +303,7 @@ {{ scope.row.离线合同名称 }} - + @@ -324,9 +325,9 @@ @@ -434,7 +435,7 @@ @@ -1543,6 +1544,7 @@ export default {