``` refactor(db): 移除SQL语句中的public schema前缀
This commit is contained in:
@@ -1647,13 +1647,7 @@ function formatPrintData() {
|
||||
printDate: new Date().toLocaleString("zh-CN"),
|
||||
...receiptHeaderForm,
|
||||
purchaseinventoryList: form.purchaseinventoryList,
|
||||
});
|
||||
const printElements = templateJson;
|
||||
var hiprintTemplate = new hiprint.PrintTemplate({ template: printElements }); // 定义模板
|
||||
hiprintTemplate.print2(result, {
|
||||
printer: 'EPSON LQ-80KFII',
|
||||
title: '打印标题',
|
||||
}); //开始打印
|
||||
};
|
||||
}
|
||||
|
||||
function deleteSelectedRows() {
|
||||
|
||||
Reference in New Issue
Block a user