- A+
常州匠惠家具有限公司 1.4k
中國(guó)??? 江蘇省??? 常州市 ?????? 制造商 批發(fā)商 出口商 貿(mào)易公司 服務(wù)商
產(chǎn)品圖冊(cè)
收藏店鋪
聯(lián)系我們
首頁(yè)
公司介紹
產(chǎn)品
定制及設(shè)計(jì)
*姓名:
*身份:
請(qǐng)選擇您的身份
專業(yè)買家
普通觀眾
設(shè)計(jì)師/建筑師
媒體
*公司名稱:
*國(guó)家/城市:
*電子郵件:
?
同意將您的信息發(fā)送給廠家
提交
j.ready(function () {
$(".v-productpdf").click(function () {
var template = j.template({
'template': '#pdf-down',
'bind': function (t) {
// pdf_name pdf_identify pdf_company pdf_adress pdf_email agree
var pdf_name = t.find("#pdf_name");
var pdf_identity = t.find("#pdf_identity");
var pdf_company = t.find("#pdf_company");
var pdf_adress = t.find("#pdf_adress");
var pdf_email = t.find("#pdf_email");
var agree = t.find("#agree");
agree.checkForm = function(){
agree.checkFormNum = 0;
if(!j.check.required(pdf_name.val())){agree.checkFormNum++;}
if(!j.check.required(pdf_identity.val())){agree.checkFormNum++;}
if(!j.check.required(pdf_company.val())){agree.checkFormNum++;}
if(!j.check.required(pdf_adress.val())){agree.checkFormNum++;}
if(!j.check.required(pdf_email.val())){agree.checkFormNum++;}
if(!agree.prop('checked')){agree.checkFormNum++;}
if(agree.checkFormNum){
t.find("#submit").css('background-color', '#666').css('color', '#fff');
}else{
t.find("#submit").css('background-color', '#da1212').css('color', '#fff');
}
};
pdf_name.change(function(){agree.checkForm();});
pdf_identity.change(function(){agree.checkForm();});
pdf_company.change(function(){agree.checkForm();});
pdf_adress.change(function(){agree.checkForm();});
pdf_email.change(function(){agree.checkForm();});
agree.change(function(){agree.checkForm();});
var submit = t.find("#submit");
var flag = 1;
submit.click(function () {
var i = 0;
if(!j.check.required(pdf_name.val())){j.warning({"target":pdf_name,"msg":"姓名不能為空!"});i++;}
if(!j.check.required(pdf_identity.val())){j.warning({"target":pdf_identity,"msg":"請(qǐng)選擇身份!"});i++;}
if(!j.check.required(pdf_company.val())){j.warning({"target":pdf_company,"msg":"請(qǐng)?zhí)顚懝久Q!"});i++;}
if(!j.check.required(pdf_adress.val( (5)自我實(shí)現(xiàn)的需求))){j.warning({"target":pdf_adress,"msg":"請(qǐng)?zhí)顚憞?guó)家/城市!"});i++;}
if(!j.check.required(pdf_emai960安全手機(jī)l.val())){j.warning({"target":pdf_email,"msg":"請(qǐng)?zhí)顚戨娮余]件!"});i++;}
if(j.check.required(pdf_email.val()) && !j.check.email(pdf_email.val())){
j.warning({"target":pdf_email,"msg":"電子郵件格式不正確!"});i++;
}
if(!agree.prop('checked')){j.warning({"target":agree,"msg":"需同意才能下載!"});i++;}
if(i || !flag){
return i;
}else{
flag = 0;
j.submit({
data:{
option: "com_jiaju",
task: "company.savePdfLog",
name: pdf_name.val(),
identity: pdf_identity.val(),
company: pdf_company.val(),
adress: pdf_adress.val(),
email: pdf_email.val(),
pid: 15,
},
success:function (data) {
window.open(data);
pdfDownModal.close();
},
failure:function (data) {
flag = 1;
解放雙手if(data.code == 300){
j.alert("請(qǐng)?zhí)顚懲暾?);
}else if(data.code == 302 || data.code == 303 || data.code == 304 ){
j.alert("下載失敗,請(qǐng)刷新頁(yè)面后重試!");
}else{
j.alert("下載失?。?);
}
}
})
}
});
}
});
var pdfDownModal = j.modal({
'title': "下載產(chǎn)品圖冊(cè)",
'content': template,
'width': '800px',
'padding': '80px 40px 40px'
});
});
$('.v-favorite-company').click(function () {
console.log("收藏店鋪");
var that = $(this);
j.login({
'success': function () {
j.submit({
data: {
'option': 'com_jiaju_ucenter',
'task': 'favoritecompany.favo 自我實(shí)現(xiàn)的需求主要指成全、展現(xiàn)個(gè)體自我的個(gè)性與目標(biāo),并能發(fā)揮自己的潛能及幫助他人獲得成長(zhǎng)等,進(jìn)而產(chǎn)生意志自由、成熟健康的感覺。包括個(gè)體對(duì)創(chuàng)造力、解決問(wèn)題能力、公正度等實(shí)現(xiàn)目標(biāo)和發(fā)揮潛能的需求。rite',
'cid': that.data('id')
},
loading: false,
'success': function (data) {
console.log("收藏店鋪change");
if (data == 'on') {
that.addClass('on');
} else {
that.removeClass('on');
}
},
'failure': function (data) {
if (data.code == 1000004) {
j.alert('請(qǐng)勿重復(fù)收藏');
}
}
});
}
});
});
$('.v-favorite-xiaochengxu').click(function () {
$("#wxxcx-img").toggle();
$("#wxxcx-img2").toggle();
});
$('#wxxcx-img2').click(function () {
$("#wxxcx-img").toggle();
$("#wxxcx-img2").toggle();
});
j.ready(function () {
$('.v-favorite-company').each(function () {
var el = $(this);
var id = el.data('id');
j.user.collectSupplier.forEach(function (v) {
if (id == v) {
el.addClass('on');
}
})
});
});
});
公司介紹
常州匠惠家具有限公司創(chuàng)建于2018年,公司主要產(chǎn)品為美式電動(dòng)床,日式電動(dòng)護(hù)理床。有50%以上的產(chǎn)品出口美國(guó),還遠(yuǎn)銷日本、澳大利亞和歐洲等國(guó)家。
公司目前已擁有焊接機(jī)器人8臺(tái)、焊機(jī)設(shè)備15 查看更多>
業(yè)務(wù)類型 制造商 批發(fā)商 出口商 貿(mào)易公司 服務(wù)商
業(yè)務(wù)范圍床、臥房家具、桌、柜、床墊、書房家具、定制商用、沙發(fā)、家具五金、材料配件、床墊面料、升降裝置、木材與板材、家具半成品
成立時(shí)間2018年
公司所在地
江蘇省常州市武進(jìn)區(qū)洛陽(yáng)鎮(zhèn)沈劉路8號(hào)
聯(lián)系我們
.exhibition_booth_show{
width: 1200px;
height: auto;
margin: 30px auto;
border: 1px solid #d2d2d2;
padding: 25px;
}
.exhibition_booth_show .left{
float: left;
width: 870px;
}
.exhibition_booth_show .left .item{
float: left;
width: 385px;
height: auto;
margin-right: 15px;
}
.exhibition_booth_show .left .img{
float: left;
width: 110px;
height: 110px;
background-color: #eeeeee;
}
.exhibition_booth_show .left .in{
width: 110px;
height: 110px;
}
.exhibition_booth_show .left img{
的節(jié)律兩類。 max-width: 110px;
max-height: 110px;
}
.exhibition_booth_show .left .info{
float: left;
height: 110px;
width: 270px;
padding-left: 15px;
padding-top: 20px;
}
.exhibition_booth_show .left .title{
height: 25px;
font-size: 18px;
overflow: hidden;
line-height: 25px;
width: 270px;
}
.exhibition_booth_show .left .d阿里蔣凡家庭背景ate{
font-size: 14px;
}
.exhibition_booth_show .left .booth{
font-size: 14px;
}
.exhibition_booth_show .right{
float: right;
width: 255px;
}
.exhibition_booth_show .jump_link{
display: block;
width: 240px;
height: 45px;
line-height: 45px;
text-align: center;
font-size: 16px;
color: #da1212;
border: 2px solid #da1212;
margin-top: 30px;
}
產(chǎn)品
更多
常規(guī)款可調(diào)節(jié)電動(dòng)床
¥1600 -- ¥5000
網(wǎng)狀款可調(diào)節(jié)電動(dòng)床
¥800 -- ¥1200
基礎(chǔ)款可調(diào)節(jié)電動(dòng)床
¥850 -- ¥1500
舒適款可調(diào)節(jié)電動(dòng)床
¥2100 -- ¥6000
護(hù)理床JH-HL-001
¥1500 -- ¥2000
護(hù)理床JH-HL-002
¥1400 -- ¥1800
常規(guī)款可調(diào)節(jié)電動(dòng)床
¥1600 -- ¥3000
常規(guī)款可調(diào)節(jié)電動(dòng)床
¥1600 -- ¥3000
常規(guī)款可調(diào)節(jié)電動(dòng)床
¥1600 -- ¥3000
常規(guī)款可調(diào)節(jié)電動(dòng)床
¥1600 -- ¥3000
相關(guān)話題(文章)