|
|
@ -598,7 +598,7 @@ export default { |
|
|
|
BillStatus: undefined, |
|
|
|
CanNotPrint: false, |
|
|
|
ZHBBillStatus: undefined, |
|
|
|
GroupNmae:undefined, |
|
|
|
GroupName:undefined, |
|
|
|
}, |
|
|
|
listExportQuery: { |
|
|
|
erpAssemblyCode: undefined, |
|
|
@ -1153,7 +1153,7 @@ export default { |
|
|
|
this.listQueryList.BillStatus = 2; //状态 |
|
|
|
this.listQueryList.ProductLine = this.listQuery.productLine; //产线 |
|
|
|
this.listQueryList.CanNotPrint = false; //不可打印 |
|
|
|
this.listQueryList.GroupNmae = this.listQuery.GroupName |
|
|
|
this.listQueryList.GroupName = this.listQuery.GroupName |
|
|
|
console.log("日常打印M100查询条件:" + JSON.stringify(this.listQueryList)); |
|
|
|
//this.click(); |
|
|
|
this.$axios |
|
|
|