|
|
@@ -37,6 +37,13 @@ const EXPORT_VIEW = (() => {
|
|
|
$('#interface-export-confirm').click(async function () {
|
|
|
const pr = new SCComponent.InitProgressBar();
|
|
|
try {
|
|
|
+ let dom = $('#export-parent-area')[0];
|
|
|
+ if (dom.options[dom.selectedIndex].text === '广西') {
|
|
|
+ if ($('#certifyInputForGX')[0].value === null || $('#certifyInputForGX')[0].value.trim() === '') {
|
|
|
+ $('#verifyCodeLbl')[0].style.display = '';
|
|
|
+ throw '请输入验证码。';
|
|
|
+ }
|
|
|
+ }
|
|
|
const checkedDatas = $('#interface-export-modal input[type="checkbox"]:checked');
|
|
|
if (!checkedDatas.length) {
|
|
|
throw '请勾选导出文件。';
|