एक में 2-पौधों का अद्भुत संयोजन।
यह एक ही इकाई में सभी उत्पादन आवश्यकताओं को पूरा करता है।
आपका
भोजन के लिए सामान्य 4-बिन फीडर और रैंप के कारण कम भूमि क्षेत्र की आवश्यकता होती है समुच्चय, एक एकल कॉम्पैक्ट स्वचालित इलेक्ट्रॉनिक पैनल, एरोबस्ट में स्थित, पूरी तरह से सुसज्जित नियंत्रण केबिन पीटी; 2-प्लांट (DM&WMM) की विशेषताएं एक ही कॉम्बो प्लांट में हैं , इस प्रकार उपयोगिता मशीनरी की आवश्यकता कम हो जाती है जैसे: डी.जी. 4 || jq('#inq_email').val()) {
jq("#fixed_name_co_pin_span").show();
}
} else if(/SUCCESS/.test(data)) {
jq("#fixed_name_co_pin_span").hide();
reg_user = 1;
}
}
});
}
function inqFixed_pincode_check(pincode) {
if(pincode.toString().length > 0) {
jq.ajax({
url: '/component/get_pincode_city_ajax.html',
type: 'POST',
global: 'false',
dataType: 'json',
data: {
'pincode' : pincode
},
success: function(res) {
var pincode_count = res.EXISTS;
if(typeof(pincode_count) == 'undefined' || pincode_count <= 0) {
jq('#inqFixed_city_dd').show();
} else {
jq('#inqFixed_city_dd').hide();
}
},
error: function() {
jq('#inqFixed_city_dd').show();
}
});
}
}
function submit_fixed_detailed_data(data){
jq.ajax({
url: '/Exporters_Suppliers/Exporters/hp/scripts/send_inq_extra_details_action.html',
type: 'post',
data: data,
dataType: 'json',
async: true,
beforeSend: function() {
jq(".fixed-loading-container").css('display','flex');
},
success: function(data){
if (data.SUCCESS){
jq("#inqFixed_step2").hide();
jq("#inqFixed_step3").show();
setTimeout(function(){
jq("#inqFixed_step3").hide();
} ,10000);
}else{
jq("#inqFixed_step2").hide();
jq("#Fixederror_msg_display_main").show();
}
},
complete: function() {
jq("#inqFixed_submit_btn_step2").prop('disabled',false);
jq(".fixed-loading-container").css('display','none');
},
});
}