-
- 零件图号:
-
- 查询
- 自家备料确认
-
+ 零件图号:
+
+ 查询
+ 自家备料确认
-
@@ -17,7 +14,7 @@
{{ scope.row.零件名称 }}
-
+
{{ scope.row.零件图号 }}
@@ -40,6 +37,7 @@
@current-change="handleCurrentChange"/>
+
零件图号:
@@ -149,7 +147,6 @@ export default {
})
}
},
- // ////////////////////////////////////////////////////////////////////////////0530新↑
// 查询表格数据
searchTable() {
this.loading = true
@@ -160,7 +157,7 @@ export default {
} else {
this.partNamecheck = false
}
- searchtable(this.partNamecheck, this.partName, !this.all, this.pageCurrent, this.pageSize).then(response => {
+ searchtable(this.partNamecheck, this.partName, 0, this.pageCurrent, this.pageSize).then(response => {
if (response.data.total === 0) {
this.loading = false
} else {
@@ -200,10 +197,10 @@ export default {
this.editTime = date.getFullYear() + '-' + month + '-' + day
change(row.工艺计划流水号, row.重量, row.单价).then(() => {
handlechange(row.工序流水号, '0000').then(response => {
- handlechange2(row.工序流水号, this.form.完成时间)
+ handlechange2(row.工序流水号, this.editTime).then(response => {
+ this.searchTable()
+ })
})
- }).then(response => {
- this.searchTable()
})
},
handleSelectionChange(val) {
diff --git a/src/views/ManufacturingCenter/SparePartsOut/index.vue b/src/views/ManufacturingCenter/SparePartsOut/index.vue
index 264de849..8201d649 100644
--- a/src/views/ManufacturingCenter/SparePartsOut/index.vue
+++ b/src/views/ManufacturingCenter/SparePartsOut/index.vue
@@ -5,9 +5,6 @@
零件图号:
查询
-
-
-
@@ -44,7 +41,7 @@
size="mini"
type="primary"
class="el-icon-edit"
- @click="handleChange1(scope.row)">备料确认
+ @click="handleChange1(scope.row)">出库
@@ -64,7 +61,7 @@