diff --git a/src/views/BasicData/WorkshopProcessMaintenance/index.vue b/src/views/BasicData/WorkshopProcessMaintenance/index.vue index d9d50248..1bcc4158 100644 --- a/src/views/BasicData/WorkshopProcessMaintenance/index.vue +++ b/src/views/BasicData/WorkshopProcessMaintenance/index.vue @@ -24,9 +24,9 @@ - + - 新增工艺名称 + 新增工艺 @@ -67,16 +67,21 @@ {{ scope.row.工艺名称 }} + + + - + - + @@ -112,7 +112,7 @@ {{ scope.row.MES终端编号 }} - + diff --git a/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue b/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue index b2057c8c..6530d9e2 100644 --- a/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue +++ b/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue @@ -16,7 +16,7 @@ 查询全部 查询 - 导出 + 导出 diff --git a/src/views/ManufacturingCenter/PartAssignment/index.vue b/src/views/ManufacturingCenter/PartAssignment/index.vue index d7ab8a55..6334119e 100644 --- a/src/views/ManufacturingCenter/PartAssignment/index.vue +++ b/src/views/ManufacturingCenter/PartAssignment/index.vue @@ -310,7 +310,7 @@ - +
- - - - - 新增 - 编辑 - 删除 - - - - - - - - - - - - - - 新增工艺名称 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + 查询 + + 新增 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ - - diff --git a/src/views/MarketingCenter/BidBond/index.vue b/src/views/MarketingCenter/BidBond/index.vue index c134fa7c..8964c898 100644 --- a/src/views/MarketingCenter/BidBond/index.vue +++ b/src/views/MarketingCenter/BidBond/index.vue @@ -58,11 +58,11 @@ border stripe size="mini"> - + @@ -106,11 +106,11 @@ {{ Number(scope.row.转履约保证金金额).toFixed(2) }} - - - + + + + + - + @@ -341,7 +341,7 @@ export default { this.List3.push({ 外协加工任务单明细流水号: response.data[i].外协加工任务单明细流水号, 加工价格_成交: response.data[i].加工价格_成交.toFixed(2), - 机加工开始时间: response.data[i].机加工开始时间, + 机加工开始时间: response.data[i].机加工开始时间 ? response.data[i].机加工开始时间.split(' ')[0] : '', 零件图号: response.data[i].零件图号, 零件名称: response.data[i].零件名称, 批次数量: response.data[i].批次数量, diff --git a/src/views/WorkshopProcurement/AccountingPrice/index.vue b/src/views/WorkshopProcurement/AccountingPrice/index.vue index 1fc3c073..6c306e04 100644 --- a/src/views/WorkshopProcurement/AccountingPrice/index.vue +++ b/src/views/WorkshopProcurement/AccountingPrice/index.vue @@ -57,7 +57,7 @@ @@ -118,6 +118,7 @@ export default { }, searchTable() { this.loading = true + this.tableData = [] this.contractNumValue ? this.check1 = 1 : this.check1 = 0 searchParts(this.pageCurrent, this.pageSize, this.check1, this.contractNumValue).then(response => { this.loading = false @@ -127,7 +128,19 @@ export default { response.data.rows[i].物料型号 = response.data.rows[i].零件图号 } } - this.tableData = response.data.rows + if (response.data.rows.length !== 0) { + for (let i = 0; i < response.data.rows.length; i++) { + this.tableData.push({ + 采购合同编号: response.data.rows[i].采购合同编号, + 供应商名称: response.data.rows[i].供应商名称, + 物料型号: response.data.rows[i].物料型号, + 物料名称: response.data.rows[i].物料名称, + 数量: response.data.rows[i].数量, + 单价: Number(response.data.rows[i].单价).toFixed(2), + 金额: response.data.rows[i].金额 + }) + } + } console.log(this.tableData) this.total = response.data.total }) diff --git a/src/views/WorkshopProcurement/ArrivalStateSearch/index.vue b/src/views/WorkshopProcurement/ArrivalStateSearch/index.vue index d1d7e22c..9b874ea7 100644 --- a/src/views/WorkshopProcurement/ArrivalStateSearch/index.vue +++ b/src/views/WorkshopProcurement/ArrivalStateSearch/index.vue @@ -15,32 +15,32 @@ - + - + - + - + - + - + diff --git a/src/views/WorkshopProcurement/CreatingPurchasingMaterials/index.vue b/src/views/WorkshopProcurement/CreatingPurchasingMaterials/index.vue index 857dbcd7..0816dcd2 100644 --- a/src/views/WorkshopProcurement/CreatingPurchasingMaterials/index.vue +++ b/src/views/WorkshopProcurement/CreatingPurchasingMaterials/index.vue @@ -142,7 +142,7 @@ {{ scope.row.姓名 }} - + @@ -156,7 +156,7 @@
- 打印 +
@@ -972,6 +972,25 @@ export default { right: 15px; top: 5px; } + .el-form--label-left >>> .el-form-item__label { + text-align: right; + } + >>>.el-dialog--center .el-dialog__body { + text-align: initial; + padding: 20px 30px 20px + } + >>>.el-dialog__header { + padding: 20px 20px 0px; + } + >>>.el-dialog__footer { + padding: 0px 20px 20px; + /*text-align: right;*/ + -webkit-box-sizing: border-box; + box-sizing: border-box; + } + >>>.el-form-item { + margin-bottom: 13px; + } + diff --git a/src/views/WorkshopProcurement/NewArrivalList/index.vue b/src/views/WorkshopProcurement/NewArrivalList/index.vue index e2b3cfeb..e99bd796 100644 --- a/src/views/WorkshopProcurement/NewArrivalList/index.vue +++ b/src/views/WorkshopProcurement/NewArrivalList/index.vue @@ -174,7 +174,7 @@ {{ scope.row.重量 }}
- + diff --git a/src/views/WorkshopProcurement/OfflineProcurement/index.vue b/src/views/WorkshopProcurement/OfflineProcurement/index.vue index f8e287db..98b8a994 100644 --- a/src/views/WorkshopProcurement/OfflineProcurement/index.vue +++ b/src/views/WorkshopProcurement/OfflineProcurement/index.vue @@ -186,6 +186,55 @@
+
+ +
+ + + + + + + + + + + + + + + + + + + +

江苏高精机电装备有限公司

{{ 采购单名称 }}

下单单位{{ 下单单位 }}单号{{ 单号 }}
下单日期{{ 下单日期 }}计划完成日期{{ 计划完成日期 }}
+ + + + + + + + + + + + + + + + + + + + + +
序号物料编码名称材料单位数量成品尺寸(长、宽、高)备注
{{ index + 1 }}{{ list.物料零件编码 }}{{ list.零件名称 }}{{ list.材料 }}{{ list.单位 }}{{ list.数量 }}{{ list.成品尺寸 }}{{ list.备注 }}
+
联系人:___________ 联系电话:___________
+
+
+
@@ -244,6 +293,7 @@ export default { 离线采购计划流水号: '', tableData: [], tableData3: [], + tableData4: [], arrival: [], judge: [] } @@ -521,6 +571,9 @@ export default { searchMX(row.离线采购计划流水号).then(response => { this.tableData3 = response.data }) + searchMX(row.离线采购计划流水号).then(response => { + this.tableData4 = response.data + }) }, saveWeight(index, row) { saveWeight(row.离线采购计划明细流水号, row.成品尺寸, row.备注, row.数量) diff --git a/src/views/WorkshopProcurement/OutsourcingMaterialsInvoice/index.vue b/src/views/WorkshopProcurement/OutsourcingMaterialsInvoice/index.vue index 6a740620..48582131 100644 --- a/src/views/WorkshopProcurement/OutsourcingMaterialsInvoice/index.vue +++ b/src/views/WorkshopProcurement/OutsourcingMaterialsInvoice/index.vue @@ -227,7 +227,7 @@
- + @@ -683,6 +683,25 @@ function saveAs(blob, filename = '下载文件.xls') { .el-input{ width:200px } + .el-form--label-left >>> .el-form-item__label { + text-align: right; + } + >>>.el-dialog--center .el-dialog__body { + text-align: initial; + padding: 20px 30px 20px + } + >>>.el-dialog__header { + padding: 20px 20px 0px; + } + >>>.el-dialog__footer { + padding: 0px 20px 20px; + /*text-align: right;*/ + -webkit-box-sizing: border-box; + box-sizing: border-box; + } + >>>.el-form-item { + margin-bottom: 13px; + } span{margin: 1px 0px; } .searchForm .el-form-item{ diff --git a/src/views/WorkshopProcurement/ProcurementContractEnquiry/index.vue b/src/views/WorkshopProcurement/ProcurementContractEnquiry/index.vue index 8262f163..959506e8 100644 --- a/src/views/WorkshopProcurement/ProcurementContractEnquiry/index.vue +++ b/src/views/WorkshopProcurement/ProcurementContractEnquiry/index.vue @@ -738,10 +738,18 @@ export default { .searchForm .el-form-item{ margin-bottom: 5px; } + el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:focus, .el-button.is-disabled.is-plain { + background: #9BD7FC; + border: 0px + } + el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:focus, .el-button.is-disabled.is-plain:hover { + background: rgb(238, 238, 238); + }