|
|
@@ -54,7 +54,7 @@ const EXPORT_VIEW = (() => {
|
|
|
}
|
|
|
const parentArea = $('#export-parent-area').val();
|
|
|
const subArea = $('#export-sub-area').val();
|
|
|
- if (subArea === '池州') {
|
|
|
+ if (subArea === '池州' && projectObj.project.property.boqType !== 1) {
|
|
|
if ($('#certifyInputForAH_CZ')[0].value === null || $('#certifyInputForAH_CZ')[0].value.trim() === '') {
|
|
|
throw '请输入验证码。';
|
|
|
}
|
|
|
@@ -135,12 +135,12 @@ function bidAreaSelectChange(dom) {
|
|
|
if (gxDom2 && gxDom2.length > 0) {
|
|
|
gxDom2[0].style.display = "none";
|
|
|
}
|
|
|
- } else if (dom.options[dom.selectedIndex].text === '池州' || (dom.options[dom.selectedIndex].text === '安徽' && subArea === '池州')) {
|
|
|
- $('#certifyDivForXJ')[0].style.display = "none";
|
|
|
+ } else if (dom.options[dom.selectedIndex].text === '新疆') {
|
|
|
+ //certifyDivForXJ
|
|
|
+ $('#certifyDivForXJ')[0].style.display = "";
|
|
|
$('#certifyDivForGX')[0].style.display = "none";
|
|
|
- $('#certifyDivForAH_CZ')[0].style.display = "";
|
|
|
- $('#certifyInputForAH_CZ')[0].value = '';
|
|
|
- //
|
|
|
+ $('#certifyDivForAH_CZ')[0].style.display = "none";
|
|
|
+ $('#certifyInputForXJ')[0].value = '';
|
|
|
let gxDom1 = $('#lblTtlDiv');
|
|
|
if (gxDom1 && gxDom1.length > 0) {
|
|
|
gxDom1[0].style.display = "none";
|
|
|
@@ -149,12 +149,12 @@ function bidAreaSelectChange(dom) {
|
|
|
if (gxDom2 && gxDom2.length > 0) {
|
|
|
gxDom2[0].style.display = "none";
|
|
|
}
|
|
|
- } else if (dom.options[dom.selectedIndex].text === '新疆') {
|
|
|
- //certifyDivForXJ
|
|
|
- $('#certifyDivForXJ')[0].style.display = "";
|
|
|
+ } else if (projectObj.project.property.boqType !== 1 && (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 = "none";
|
|
|
- $('#certifyInputForXJ')[0].value = '';
|
|
|
+ $('#certifyDivForAH_CZ')[0].style.display = "";
|
|
|
+ $('#certifyInputForAH_CZ')[0].value = '';
|
|
|
+ //
|
|
|
let gxDom1 = $('#lblTtlDiv');
|
|
|
if (gxDom1 && gxDom1.length > 0) {
|
|
|
gxDom1[0].style.display = "none";
|