diff --git a/src/api/production/generateReport.js b/src/api/production/generateReport.js
index 04a8b1c..a9a1eda 100644
--- a/src/api/production/generateReport.js
+++ b/src/api/production/generateReport.js
@@ -53,6 +53,7 @@ export const getBadCodeList=data => createAPI(`dailyPlan/getBadCodeList`, 'post'
export const printDefectCard=data => createAPI(`dailyPlan/printDefectCard`, 'post', data)
export const getOrderView=data => createAPI(`dailyPlan/getOrderView`, 'post', data)
+export const getLiuhuaView=data => createAPI(`dailyPlan/getLiuhuaView`, 'post', data)
export const selectSFDCToolHist = data =>createAPI(`dailyPlan/selectToolHist`,'post',data)
export const selectToolingHist = data =>createAPI(`dailyPlan/selectToolingHist`,'post',data)
diff --git a/src/views/modules/production/liuhuaProductView.vue b/src/views/modules/production/liuhuaProductView.vue
new file mode 100644
index 0000000..8829fd1
--- /dev/null
+++ b/src/views/modules/production/liuhuaProductView.vue
@@ -0,0 +1,458 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 产品编码
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+ {{ '导出' }}
+
+
+
+
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/production/shopOrderProductView.vue b/src/views/modules/production/shopOrderProductView.vue
index f900644..4a9bba8 100644
--- a/src/views/modules/production/shopOrderProductView.vue
+++ b/src/views/modules/production/shopOrderProductView.vue
@@ -392,7 +392,7 @@
},
search () {
- if (this.site === ''&&this.orderNo === ''&&this.partNo === ''&&this.partSpec === ''&&this.startDate === ''&&this.endDate === ''&&this.closedFlag === ''){
+ if (this.searchData.site === ''&&this.searchData.orderNo === ''&&this.searchData.partNo === ''&&this.searchData.partSpec === ''&&this.searchData.startDate === ''&&this.searchData.endDate === ''&&this.searchData.closedFlag === ''){
this.$alert('计算量过大,请至少填写一个筛选条件!', '错误', {
confirmButtonText: '确定'
})