- 1 生成订单 <%if order.o_state==0||order.o_state==2%>
- 2 上传凭证
- 3 商品提货
- 4 交易完成 <%else if order.o_state==3||order.o_state==4||order.o_state==5||order.o_state==6||order.o_state==7||order.o_state==8||order.o_state==9%>
- 2 上传凭证
- 3 商品提货
- 4 交易完成 <%else if order.o_state==-1||order.o_state==10||order.o_state==99%>
- 2 上传凭证
- 3 商品提货
- 4 交易完成 <%/if%>
<%set str=Method.formatmoney((decimal)order.o_allPrice,"0.00")%>
当前订单状态:
订单金额:¥{str}
<%if score!=-1&&order.o_state<3%>
填写的付款单通过镁商管理员审核后,您将获得{score}个积分。
<%/if%>
<%if seconds>0&&(order.o_state==0||order.o_state==2)%>
<%set str1=Method.formatmoney(decimal.Parse(GetPayMoney(order.oID)),"0.00")%>
<%if decimal.Parse(str1)
<%if dtPayRecord!=null&&dtPayRecord.Rows.Count>0%>
<%/if%>
<%if dtBillOfLading!=null&&dtBillOfLading.Rows.Count>0%>
<%/if%>
付款记录
付款日期 | 付款金额(元) | 审核状态 |
---|---|---|
<%set str=Method.formatdatetime(pay["payDate"].ToString(),"yyyy-MM-dd")%> {str} | {pay[payMoney]} | <%if pay["auditState"].ToString()=="0"%> 审核未通过 <%else if pay["auditState"].ToString()=="1"%> 审核通过 <%else%> 待收款审核 <%/if%> |
提货记录
提单号 | 提货日期 | 提货人 | 车牌号 | 联系电话 |
---|---|---|---|---|
{bill[tId]} | <%set str=Method.formatdatetime(bill["bDate"].ToString(),"yyyy-MM-dd")%> {str} | {bill[bUserName]} | {bill[bPlateNumber]} | {bill[bUserTel]} |
卖方信息
企业名称:{shopuserinfo.userCNCompanyInfo.Name} | 地区:{shopuserinfo.userCNCompanyInfo.Address} |
卖方银行账户
请选择其中一个账户进行线下付款。
<%loop (DataRow) bank dtBanks%>订单信息
订单编号:{order.oID} | <%set str=Method.formatdatetime(order.o_publishDate.ToString(),"yyyy-MM-dd hh:MM:ss")%> 生成时间:{str} | 交货地:{wName} |
商品信息 | 单价(元) | 件数 | 重量(吨) | 订单金额(元) |
---|---|---|---|---|
{info[p_productName]} | {info[p_unitprice]} | {info[p_Weight]} | {info[p_quantity]} | <%if info__loop__id==1%><%set str=Method.formatmoney((decimal)order.o_allPrice,"0.00")%> {str} | <%/if%>