diff --git a/src/views/ManufacturingCenter/SparePartsForScrap/index.vue b/src/views/ManufacturingCenter/SparePartsForScrap/index.vue index f1bf022b..2afd1167 100644 --- a/src/views/ManufacturingCenter/SparePartsForScrap/index.vue +++ b/src/views/ManufacturingCenter/SparePartsForScrap/index.vue @@ -51,36 +51,42 @@ style="width: 100%; text-align: center" @current-change="fetchTableData2"> @@ -90,6 +96,7 @@ @@ -377,6 +383,7 @@ export default { this.MachineDrawingValue ? this.MachineCode_check = 1 : this.MachineCode_check = 0 this.TeamValue ? this.TeamCode_check = 1 : this.TeamCode_check = 0 this.PartDrawing ? this.PartDrawing_check = 1 : this.PartDrawing_check = 0 + this.tableData2 = [] this.getTable(TableDataSelect, [this.ProjectCode_check, this.ProjectNameValue, this.MachineCode_check, this.MachineDrawingValue, this.TeamCode_check, this.TeamValue, this.ComponentPartsBasicCattleTaxNumber_check, this.ComponentPartsBasicCattleTaxNumber, this.CutCode_check, this.CutCode, this.CutCodeBefore_check, this.CutCodeBefore, this.Assess_check, this.Assess, this.PartDrawing_check, this.PartDrawing, this.currentPage1, this.pageSize1], ['tableData', 'total1', 'loading']) }, fetchTableData2(row) { diff --git a/src/views/ManufacturingCenter/StatusQuery/index.vue b/src/views/ManufacturingCenter/StatusQuery/index.vue index 114b821e..47ca1a41 100644 --- a/src/views/ManufacturingCenter/StatusQuery/index.vue +++ b/src/views/ManufacturingCenter/StatusQuery/index.vue @@ -27,7 +27,6 @@ 零件号: -
零件状态: - 零件类型: - - - + + + + + + + + 查询 @@ -100,15 +99,15 @@
- - - + + + + + + + + +
{ - console.log(response.data) for (let i = 0; i < response.data.rows.length; i++) { response.data.rows[i].考核状态 = parseInt(response.data.rows[i].考核状态) - 2 if (response.data.rows[i].传递时间 !== undefined || response.data.rows[i].hasOwnProperty('传递时间')) { @@ -435,7 +433,6 @@ export default { this.dialogFormVisible3 = false }, handleEdit(row) { - console.log(row) this.title = '编辑' this.partStateValue1 = parseInt(row.考核状态) + 2 this.dialogFormVisible4 = true diff --git a/src/views/TechnologyCenter/CreatePackingList/index.vue b/src/views/TechnologyCenter/CreatePackingList/index.vue index 9be6bbab..fe8b0655 100644 --- a/src/views/TechnologyCenter/CreatePackingList/index.vue +++ b/src/views/TechnologyCenter/CreatePackingList/index.vue @@ -293,6 +293,7 @@ value-format="yyyy-MM-dd" size="small" type="date" + style="width:200px" placeholder="请选择发货节点"/>