diff --git a/src/views/modules/board/sopBoard.vue b/src/views/modules/board/sopBoard.vue
index 68c7954..7a16409 100644
--- a/src/views/modules/board/sopBoard.vue
+++ b/src/views/modules/board/sopBoard.vue
@@ -15,7 +15,7 @@
![]()
diff --git a/src/views/modules/production/dailyPlan.vue b/src/views/modules/production/dailyPlan.vue
index 45194d3..58c50ff 100644
--- a/src/views/modules/production/dailyPlan.vue
+++ b/src/views/modules/production/dailyPlan.vue
@@ -231,9 +231,16 @@
prop="orderDate"
header-align="center"
align="left"
- min-width="50"
+ min-width="40"
label="计划日期">
+
+
编辑
diff --git a/src/views/modules/production/generateReport.vue b/src/views/modules/production/generateReport.vue
index 8923e5a..f9de686 100644
--- a/src/views/modules/production/generateReport.vue
+++ b/src/views/modules/production/generateReport.vue
@@ -856,7 +856,7 @@
if (data.code == 0) {
this.$message.success(data.msg)
this.setUp.reviewFlag = false
- this.search()
+ // this.search()
let inList=[];
if(data.transData!=null){
inList.push(data.transData)
diff --git a/src/views/modules/production/productionBlankingSearch.vue b/src/views/modules/production/productionBlankingSearch.vue
index c11852e..450ec3b 100644
--- a/src/views/modules/production/productionBlankingSearch.vue
+++ b/src/views/modules/production/productionBlankingSearch.vue
@@ -4,6 +4,9 @@
+
+
+
@@ -251,7 +254,8 @@
tableData: [],
searchData:{
orderNo:'',
- partDescSpec:''
+ partDescSpec:'',
+ soTaskNo:'',
},
dataListSelections: [],
qty1:0,
@@ -325,7 +329,6 @@
if(data.rows[i].site==null||data.rows[i].site==''){
data.rows[i].componentPartNo=null;
}
-
}
this.tableData = data.rows;
})