@@ -557,7 +560,8 @@ export default {
orderInfo: {},
dataForm: {
key: '',
- time: ''
+ time: '',
+ productName:''
},
PrintSheetList: [],//打印列表
sheetListLoading:false,
@@ -914,6 +918,7 @@ export default {
// }),
data:this.$http.adornData({
"searchKeyWord": this.dataForm.key,
+ "productName": this.dataForm.productName,
"startTime": this.dataForm.time[0],
"endTime": this.dataForm.time[1],
"orderStatus": this.tabChange.tabActiveName,