");
+ LODOP.SET_PRINT_STYLEA(0, "Stretch", 1);//(不变形)原比例扩展缩放模式
+ //设置
+ LODOP.ADD_PRINT_TEXT(188,50,100,20, printData.ul);
+ LODOP.ADD_PRINT_TEXT(205,11, 120, 15, "Factory ID: YR");
+ }
+ }
+ //LODOP.PRINT_DESIGN();
+ //LODOP.PREVIEW();
+ LODOP.PRINT();
+
+ console.log("流转标签打印成功!数量:"+printList.length+"张。");
+ }
+}
+
+
+// 打印数据
+export const getRollInfList = data => createAPI(`/schedule/getRollInfList`,'POST',data)
+
+
diff --git a/src/views/modules/scheduleReport/produce_order.vue b/src/views/modules/scheduleReport/produce_order.vue
new file mode 100644
index 0000000..bf8eb8a
--- /dev/null
+++ b/src/views/modules/scheduleReport/produce_order.vue
@@ -0,0 +1,677 @@
+
+