[bug] 票据打印
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user