工件装夹预调工单页面优化需求-1

This commit is contained in:
mgw
2024-06-24 15:00:54 +08:00
parent 21f94e5523
commit f67d08fc88
2 changed files with 31 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ _logger = logging.getLogger(__name__)
class JdEclp(models.Model):
_inherit = 'stock.picking'
senderNickName = fields.Char(string='寄件工厂简称', required=True, default='MW')
senderNickName = fields.Char(string='寄件工厂简称', required=True, default='XT')
# receiverName = fields.Char(string='收件人姓名')
# receiverMobile = fields.Char(string='收件人电话')