|
|
@@ -121,7 +121,7 @@ $(document).ready(() => {
|
|
|
})
|
|
|
|
|
|
function bidAreaSelectChange(dom) {
|
|
|
- // const subArea = $('#export-sub-area').val();
|
|
|
+ const subArea = $('#export-sub-area').val();
|
|
|
if (dom.options[dom.selectedIndex].text === '广西') {
|
|
|
$('#certifyDivForGX')[0].style.display = "";
|
|
|
$('#certifyDivForXJ')[0].style.display = "none";
|
|
|
@@ -135,7 +135,7 @@ function bidAreaSelectChange(dom) {
|
|
|
if (gxDom2 && gxDom2.length > 0) {
|
|
|
gxDom2[0].style.display = "none";
|
|
|
}
|
|
|
- } else if (dom.options[dom.selectedIndex].text === '池州') {
|
|
|
+ } else if (dom.options[dom.selectedIndex].text === '池州' || (dom.options[dom.selectedIndex].text === '安徽' && subArea === '池州')) {
|
|
|
$('#certifyDivForXJ')[0].style.display = "none";
|
|
|
$('#certifyDivForGX')[0].style.display = "none";
|
|
|
$('#certifyDivForAH_CZ')[0].style.display = "";
|