|
|
|
@ -178,6 +178,7 @@ import {
|
|
|
|
|
getResultOrderProductList,
|
|
|
|
|
verifyTemplateFile,
|
|
|
|
|
printOrderProduct,
|
|
|
|
|
printOrderDeptProduct,
|
|
|
|
|
excelInoutImport, postExcelInoutImport
|
|
|
|
|
} from '@/api/inout/orderDetailResult'
|
|
|
|
|
import {getCorrespondence,getBasicUnitMaintainsOptimize} from "@/api/basic/basicUnitMaintain";
|
|
|
|
@ -463,7 +464,7 @@ export default {
|
|
|
|
|
templateId: res.data,
|
|
|
|
|
list: this.orderSelection
|
|
|
|
|
};
|
|
|
|
|
printOrderProduct(printParams).then((response) => {
|
|
|
|
|
printOrderDeptProduct(printParams).then((response) => {
|
|
|
|
|
//将pdf文件转换为url。
|
|
|
|
|
const binaryData = [];
|
|
|
|
|
binaryData.push(response);
|
|
|
|
@ -534,7 +535,7 @@ export default {
|
|
|
|
|
printParams.confirmStarTime = null;
|
|
|
|
|
printParams.confirmEndTime = null;
|
|
|
|
|
}
|
|
|
|
|
printOrderProduct(printParams).then((response) => {
|
|
|
|
|
printOrderDeptProduct(printParams).then((response) => {
|
|
|
|
|
//将pdf文件转换为url。
|
|
|
|
|
const binaryData = [];
|
|
|
|
|
binaryData.push(response);
|
|
|
|
|