{if userState.isLogin()} {var user=userState.getUser()} {var userOrgs=user.userOrgs}
${user.fullName}{if !user.mail && !user.mobile}
!
{/if}
您好!
{if user.org}
您当前的机构:
${user.org.orgName}
{if userOrgs.length>1}
{for org in userOrgs} {if org.orgId != user.selRelOrgId}
${org.orgName}
{/if} {/for}
{/if}
|
进入办公室
{/if}
|
安全退出
{else}
请
登录
注册
{/if}
购物车
我的账户
我的订单
我的退换货
我的特需单
订购申请
我的账簿
我的礼券
收货地址
我的评价
我的留言
我的收藏
服务中心
帮助中心
站点公告
留言咨询
页面设计
搜索
搜本店
全部商品分类
日常用药
妇科用药
儿科用药
滋补保健
五官用药
肠胃用药
 
医疗器械
隐形眼镜
计生情趣
OTC药品
日用百货
首页
企业介绍
OTC药品
五官用药
Home
>
OTC药品
分类:
特别推荐
(2)
更多
销售标签:
未指定
(2)
更多
价格:
10-100
(2)
-
确定
更多
{if (bargain.isSeller)}
协议价格
{else}
议价申请
{/if}
{if (bargain.isSeller)}
${bargain.productCaption}
${bargain.packDesc}
${bargain.priceTip}
{if (bargain.priceOfOrg) && bargain.priceOfOrg.valid && bargain.priceType=="协议价"} 当前售价:
${bargain.priceOfOrg.price}
元 / ${bargain.packUnits}
此价格于 ${bargain.priceOfOrg.createTime} 协商确定 {if (bargain.priceOfOrg.endDate!='')}
有效期至 ${bargain.priceOfOrg.endDate}止 {/if} {if (bargain.priceOfOrg.limitCount>0)}
限${bargain.priceOfOrg.limitCount}次已执行${bargain.priceOfOrg.orderCount}次。 {/if} {if (bargain.priceOfOrg.limitAmount>0)}
限${bargain.priceOfOrg.limitAmount}${bargain.packUnits},已执行${bargain.priceOfOrg.orderAmount}${bargain.packUnits}。 {/if}
{else} 当前售价:
${bargain.price}
元 / ${bargain.packUnits}
{if bargain.priceType=="特价" && bargain.priceEndTime!=""} 此价格 ${bargain.endTime} 前有效。 {/if}
{/if}
调价说明:
<textarea cols="84" rows="2" name="message" class="messageText" id="message" onfocus="if(value=='请记录调价原因备查。'){value=''}" onblur="if (value ==''){value='请记录调价原因备查。'}">请记录调价原因备查。</textarea>
快速备注
客户议价
厂家调价
公司调价
市场价变动
最低限价: {if bargain.basePrice<=0.01} 未设定 {else}
${bargain.basePrice} 元 / ${bargain.packUnits}
{/if}
协议价格:
此价格有效期至:
清除有效期
订购数量:
提交协议价格同时加入购物车
提交协议价格
{else}
${bargain.productCaption}
${bargain.packDesc}
${bargain.priceTip}
{if (bargain.priceOfOrg) && bargain.priceOfOrg.valid && bargain.priceType=="协议价"} 当前售价:
${bargain.priceOfOrg.price}
元 / ${bargain.packUnits}
此价格于 ${bargain.priceOfOrg.createTime} 协商确定 {if (bargain.priceOfOrg.endDate!='')}
有效期至 ${bargain.priceOfOrg.endDate}止 {/if} {if (bargain.priceOfOrg.limitCount>0)}
限${bargain.priceOfOrg.limitCount}次已执行${bargain.priceOfOrg.orderCount}次。 {/if} {if (bargain.priceOfOrg.limitAmount>0)}
限${bargain.priceOfOrg.limitAmount}${bargain.packUnits},已执行${bargain.priceOfOrg.orderAmount}${bargain.packUnits}。 {/if}
{else} 当前售价:
${bargain.price}
元 / ${bargain.packUnits}
{if bargain.priceType=="特价" && bargain.priceEndTime!=""} 此价格 ${bargain.endTime} 前有效。 {/if}
{/if}
{if (bargain.bill)}
您已提交过议价申请,如果不需要修改留言信息,请关闭窗口等待我们的回复。
{else}
感谢您的关注,我们的业务代表会立即为您核定成交价格并与您联系。
{/if}
您的留言:
<textarea cols="84" rows="2" name="message" class="messageText" id="message" onfocus="if(value=='请您详细说明您的期望。'){value=''}" onblur="if (value ==''){value='请您详细说明您的期望。'}">{if bargain.bill}${bargain.bill.message}{else}请您详细说明您的期望。{/if}</textarea>
快速留言
请回复成交价
别人家更便宜
有什么赠品或促销
我以前的进价更低
我希望的价格是
*您可以先将此商品加入购物车,待我们为您修改价格后再提交订单。
订购数量:
提交协议价格同时加入购物车
提交协议价格
{/if}
议价订购
议价历史
{eval} $(".fast-message").hoverDelay({ delay: 150, over :function(ee){ ee.find("ul").show(); } ,out : function(ee){ ee.find("ul").hide(); } }); $(".fast-message ul li").unbind(); $(".fast-message ul li").bind("click",function(){ $(".messageText").val($(this).html()); }); $(".clearEndDate").unbind(); $(".clearEndDate").bind("click",function(){ $("#endDate").val(""); }); //数量验证 $("#bargainAmount").unbind(); $("#bargainAmount").bind("change",function(){ $.ex.util.validAmount(this,$("#bargainAmount").attr("minOrder")); }); //单价验证 $("#price").unbind(); $("#price").bind("change",function(){ $.ex.util.validPrice(this,0.00); }); $.Tipmsg.r=" "; //编辑表单验证与提交 var modifyForm=$('#modifyForm').Validform({ tiptype:2 ,btnSubmit:"#save,#addtocartsave" ,datatype:{} ,callback:function(data){ if ($("#price").attr("type")=="text" && parseFloat($("#price").val()) < parseFloat($("#price").attr("basePrice"))){ $.ex.msgbox.message('价格不能小于'+$("#price").attr("basePrice")+'元。'); return false; } var t=data.data("eventTarget").attr("id"); if (t=="addtocartsave"){ var amount= $("#bargainAmount").val(); var modCount=$("#bargainAmount").attr("modCount"); if (modCount>1 && amount%modCount!=0){ $.ex.msgbox.message('此商品不拆零销售,数量必须是
'+modCount+'
的倍数。'); return false; } var ee=$("#addtocartsave"); $.eh.shopCart.doAddProduct($("#orgId").val(),$("#bizCenterId").val(),$("#orgProductId").val(),$("#skuId").val(),amount,function(){ MShopcart(ee,"#shopcart"); $.eh.bargain.savePriceOfOrgBill(data,function(success,o){ if(success){ if ($("#modifyForm").attr("isSeller") && typeof("refreshBargainPrice") != "undefined"){ refreshBargainPrice({ price:$("#price").val() ,endDate:$("#endDate").val() ,skuId:$("#modifyForm").attr("skuId") }); } $.colorbox.close(); }else{ $.ex.msgbox.warning(o.message); } }); }); } else { $.eh.bargain.savePriceOfOrgBill(data,function(success,o){ if(success){ if ($("#modifyForm").attr("isSeller") && typeof("refreshBargainPrice") != "undefined"){ refreshBargainPrice({ price:$("#price").val() ,endDate:$("#endDate").val() ,skuId:$("#modifyForm").attr("skuId") }); } $.colorbox.close(); }else{ $.ex.msgbox.warning(o.message); } }); } return false; } ,usePlugin:{ datepicker:{} } }); //验证规则 var rules=[{ ele :'#caption' ,dataType :'*5-60' ,nullmsg :'请输入标题。' ,errormsg :'请输入正确的标题(5-60个字)。' }]; //添加验证规则 modifyForm.addRule(rules); //页签切换 $(".tab-label a.tab-label-his").unbind(); $(".tab-label a.tab-label-his").bind("click",function(){ $(".tab-label a").removeClass("active"); $(this).addClass("active"); $(".xunjiaWindow .tab-content").hide(); $(".xunjiaWindow .tab-his").show(); if(!$(this).attr("loaded")){ $.eh.bargain.getPriceBillHis(bargainProduct.orgId ,bargainProduct.bizCenterId ,bargainProduct.orgProductId ,bargainProduct.skuId ,function(success,o){ if (success){ $.ex.util.merge("priceBargainHis-tpl","priceBargainHis_el",{bills:o.results}); } }) $(this).attr("loaded",true); } }); $(".tab-label a.tab-label-bargain").unbind(); $(".tab-label a.tab-label-bargain").bind("click",function(){ $(".tab-label a").removeClass("active"); $(this).addClass("active"); $(".xunjiaWindow .tab-content").hide(); $(".xunjiaWindow .tab-bargain").show(); }); {/eval}
{if bills.length>0}
提交日期
协议价格
回复信息
{for bill in bills}
${bill.createTime}
{if (bill.state) && (bill.state==="1")} 价格:${bill.price} {if bill.endDate!=""} ,至${bill.endDate} {/if} {if bill.limitCount>0} ,限次(${bill.orderCount}/${bill.limitCount}) {/if} {if bill.limitAmount>0} ,限量(${bill.orderAmount}/${bill.limitAmount}) {/if} {else} 未同意调价 {/if}
{if (bill.reMessage)} ${bill.accepterName}:${bill.reMessage} {else} ${bill.accepterName}受理 {/if}
{/for}
{else}
没有历史议价记录!
{/if}
显示方式:
表格
列表
清单
综合排序
销量
评论
价格
只看有货
共
2
个商品
1
/1
<
>
销量:
4410
评价:
0
达克宁 硝酸咪康唑乳膏 20g/支
品 名:
达克宁硝酸咪康唑乳膏 20g/支 脚癣手足癣皮肤用药
规 格:
20g/支
生产产商:
西安杨森制药有限公司
批准文号:
国药准字H61020001
包装:
--
元/
--
+
-
购买
销量:
0
评价:
0
午时 金银花露 340ml(含糖型) /瓶
品 名:
金银花露
规 格:
340ml(含糖型)
单 位:
瓶
生产产商:
湖北午时药业股份有限公司
批准文号:
国药准字Z42021971
包装:
--
元/
--
+
-
购买
重新搜索:
搜 索
商品订购需求登记
欲购商品:
${product.productCaption}
规格:
${product.packUnits} ${product.specDesc}
欲购数量:
欲购商品数量。
电话:
请填写联系电话以便与您联系。
留言:
<textarea name="message" id="message" class="message-text" ></textarea>
请留下您的联系方式,以方便我们的客服人员联系您,接洽购买此商品的相关事宜。
提 交
{eval} // var captchaCode = $('.field_input .checkCodeImg').captchaCode(); //表单验证与提交 var form=$(".productDemandForm").Validform({ tiptype:2 ,datatype:{ "phone":/^(0[0-9]{2,3}\-)?([2-9]{1}[0-9]{6,7}){1}(\-[0-9]{1,4})?$/, "amount":/^(0*|[1-9])\d{0,9}$/ } ,btnSubmit:"#submit" ,callback:function(data){ //执行表单提交 $.eh.shopDisplay.saveProductDemand(data,function(success,o){ if (success){ $.ex.msgbox.success("需求登记成功,感谢您的支持!",function(){ $.colorbox.close(true); }); }else{ $.ex.msgbox.warning(o.message); } }); return false; } }) $.Tipmsg.r=" "; form.addRule([{ ele:"#amount", datatype:"amount", errormsg:"请输入正确的购买数量。" },{ ele:"#message", datatype:"*1-200", errormsg:"留言内容请控制在200字以内。", ignore:"ignore" },{ ele:"#telephone", datatype:"phone|m", nullmsg:"请输入电话号码。", errormsg:"请输入正确的电话号码。" } ]); {/eval}
回到顶部