|
|
|
@ -463,7 +463,7 @@ export default {
|
|
|
|
|
templateId: res.data,
|
|
|
|
|
list: this.orderSelection
|
|
|
|
|
};
|
|
|
|
|
printOrderDept(printParams).then((response) => {
|
|
|
|
|
printOrderProduct(printParams).then((response) => {
|
|
|
|
|
//将pdf文件转换为url。
|
|
|
|
|
const binaryData = [];
|
|
|
|
|
binaryData.push(response);
|
|
|
|
@ -534,7 +534,7 @@ export default {
|
|
|
|
|
printParams.confirmStarTime = null;
|
|
|
|
|
printParams.confirmEndTime = null;
|
|
|
|
|
}
|
|
|
|
|
printOrderDept(printParams).then((response) => {
|
|
|
|
|
printOrderProduct(printParams).then((response) => {
|
|
|
|
|
//将pdf文件转换为url。
|
|
|
|
|
const binaryData = [];
|
|
|
|
|
binaryData.push(response);
|
|
|
|
|