增加工单下发时打印编程文件pdf的功能
This commit is contained in:
@@ -8,6 +8,7 @@ class Printer(models.Model):
|
||||
name = fields.Char(string='名称', required=True)
|
||||
ip_address = fields.Char(string='IP 地址', required=True)
|
||||
port = fields.Integer(string='端口', default=9100)
|
||||
type = fields.Selection([('zpl', 'ZPL'), ('normal', '普通')], string='类型', default='zpl')
|
||||
|
||||
|
||||
class TableStyle(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user