\r\n \r\n isScrollToBottom = v\"\r\n @clickBtn=\"goNext\"\r\n />\r\n
\r\n\r\n\r\n\r\n","import { render } from \"./Index.vue?vue&type=template&id=db28c672\"\nimport script from \"./Index.vue?vue&type=script&lang=js\"\nexport * from \"./Index.vue?vue&type=script&lang=js\"\n\nimport exportComponent from \"D:\\\\版控\\\\online\\\\2022線上交易RE\\\\web\\\\otws-web\\\\node_modules\\\\vue-loader-v16\\\\dist\\\\exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","/** 釘住背景 */\r\nexport const disableScroll = () => {\r\n document.body.style.overflow = 'hidden';\r\n document.body.style.display = 'block';\r\n};\r\n\r\n/** 取消釘住背景 */\r\nexport const enableScroll = () => {\r\n document.body.style.removeProperty('overflow');\r\n document.body.style.removeProperty('display');\r\n};\r\n","/** 目標/計畫/每期保費暨配置比例/繳別變更 */\r\nimport { get, post } from '@/service/request';\r\nimport { requestOptions as options } from '@/service/requestOptions';\r\n\r\nconst url = 'api/ACH';\r\n// const options = { errorDialog: true, secure: false, baseURL: true, repeatRequestCancel: false };\r\n\r\n/** 取得條款說明 */\r\nexport function getAgreeTermsACH() {\r\n return get(`${url}/getAgreeTerms`);\r\n};\r\n\r\n/** 輸入bankCode=銀行代號 取得保單 */\r\nexport function postPolicyACH(bankCode) {\r\n return post(`${url}/policyOverView`, { bankCode });\r\n};\r\n\r\n/** 取得電子化授權狀態 */\r\nexport function getSearchACH(barCode) {\r\n return post(`${url}/search`, { barCode });\r\n};\r\n\r\n/** 取得上筆單據資訊 */\r\nexport function getContinueInfoACH() {\r\n return get(`${url}/continueInfo`, null, { ...options, closeAlert: true });\r\n};\r\n\r\n/** 針對網銀帳號密碼驗證/立碼驗取得可驗證銀行列表,輸入參數type:OnlineBank=網銀帳號密碼驗證、LinkPay=立碼驗 */\r\nexport function getBankListACH(type) {\r\n return get(`${url}/bankList`, { type });\r\n};\r\n\r\n/** 條款同意 */\r\nexport function postAgreeACH() {\r\n return post(`${url}/agree`);\r\n};\r\n\r\n/** 電子化授權 送出類型 */\r\nexport function submitTypeACH(data) {\r\n return post(`${url}/submitType`, { type: data }, { ...options, repeatRequestCancel: true });\r\n};\r\n/** 電子化授權 送出變更 */\r\nexport function submitACH(data) {\r\n return post(`${url}/submit`, data, { ...options, repeatRequestCancel: true });\r\n};\r\n\r\n/** 電子化授權 送出此次申請保單內容 */\r\nexport function submitPolicyACH(data) {\r\n return post(`${url}/submitPolicy`, data);\r\n};\r\n\r\n/** 電子化授權 送出申請金融機構轉帳電子化繳費授權繼續授權下一張保單 */\r\nexport function submitContinueACH(regiNo) {\r\n return post(`${url}/submitContinue`, { regiNo }, { ...options, repeatRequestCancel: true });\r\n};\r\n\r\n/** 電子化授權 送出此次申請銀行內容 */\r\nexport function submitBankACH(data) {\r\n return post(`${url}/submitBank`, data, { ...options, errorDialog: false, repeatRequestCancel: true });\r\n};\r\n"],"sourceRoot":""}