[bug] 票据打印

This commit is contained in:
zhaoxiao
2021-11-02 11:40:28 +08:00
parent b8d22247b3
commit dbb9c9c3fd
4 changed files with 230 additions and 4 deletions
+8 -2
View File
@@ -13,8 +13,14 @@ window._CONFIG["casPrefixUrl"] = "http://cas.example.org:8443/cas";
window._CONFIG["onlinePreviewDomainURL"] = "http://localhost:8012/onlinePreview";
// 会议管理报名二维码地址
window._CONFIG['singUpQRCodeURL'] = 'http://localhost:3000/signupentrance'
window._CONFIG["singUpQRCodeURL"] = "http://localhost:3000/signupentrance"
// 签到二维码url
window._CONFIG['signInUrl'] = '/meeting/payMeetingSituation/getSignInPage'
window._CONFIG["signInUrl"] = "/meeting/payMeetingSituation/getSignInPage"
// 票据打印--寄件人单位名称
window._CONFIG["sendCompanyName"] = "中汽标准所"
// 票据打印--寄件人地址
window._CONFIG["sendAddress"] = "天津市东丽区先锋东路68号"
// 票据打印--寄件人邮编
window._CONFIG["sendPostCode"] = "300000"
+7 -1
View File
@@ -12,5 +12,11 @@ window._CONFIG["casPrefixUrl"] = "http://cas.example.org:8443/cas";
window._CONFIG["onlinePreviewDomainURL"] = "http://10.10.10.46:8012/onlinePreview";
// 会议管理报名二维码地址
window._CONFIG['singUpQRCodeURL'] = 'http://10.10.10.46:8055/signupentrance'
window._CONFIG["singUpQRCodeURL"] = "http://10.10.10.46:8055/signupentrance"
// 票据打印--寄件人单位名称
window._CONFIG["sendCompanyName"] = "中汽标准所"
// 票据打印--寄件人地址
window._CONFIG["sendAddress"] = "天津市东丽区先锋东路68号"
// 票据打印--寄件人邮编
window._CONFIG["sendPostCode"] = "300000"