|
@ -500,6 +500,12 @@ export default { |
|
|
prop: "hostSN2", |
|
|
prop: "hostSN2", |
|
|
width: 120, |
|
|
width: 120, |
|
|
}); |
|
|
}); |
|
|
|
|
|
tempsTabs.push({ |
|
|
|
|
|
label: "打印类型", |
|
|
|
|
|
prop: "printType", |
|
|
|
|
|
width: 120, |
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
// tempsTabs.push({ |
|
|
// tempsTabs.push({ |
|
|
// label: "柱护板状态", |
|
|
// label: "柱护板状态", |
|
|
// prop: "printBillNum", |
|
|
// prop: "printBillNum", |
|
@ -693,6 +699,10 @@ export default { |
|
|
} |
|
|
} |
|
|
return moment(date).format("YYYY-MM-DD HH:mm:ss"); |
|
|
return moment(date).format("YYYY-MM-DD HH:mm:ss"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (column.property === "printType") { |
|
|
|
|
|
return { 1: "顺序打印", 2: "补账打印" }[row[column.property]]; |
|
|
|
|
|
} |
|
|
// if (column.property === "canNotPrint") { |
|
|
// if (column.property === "canNotPrint") { |
|
|
// return { true: "是", false: "否" }[row[column.property]]; |
|
|
// return { true: "是", false: "否" }[row[column.property]]; |
|
|
// } |
|
|
// } |
|
@ -739,7 +749,7 @@ export default { |
|
|
} else { |
|
|
} else { |
|
|
this.listQuery.BusinessType = 1 |
|
|
this.listQuery.BusinessType = 1 |
|
|
} |
|
|
} |
|
|
this.listQuery.PrintType = 1; |
|
|
this.listQuery.PrintType = null; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
console.log("M100查询条件:" + JSON.stringify(this.listQuery)); |
|
|
console.log("M100查询条件:" + JSON.stringify(this.listQuery)); |
|
|