|
|
|
@ -26,22 +26,25 @@ |
|
|
|
</swiper> |
|
|
|
|
|
|
|
<template name="outStoreOrderTemplate"> |
|
|
|
<view class='listItem' catchtap='transToOrderDetail' data-detailitemid='{{item.orderID}}' data-detailitemstate='{{item.orderState}}'> |
|
|
|
<view class='topView'> |
|
|
|
<view class='goodsNum'> |
|
|
|
<text class='goodsIDText'>{{item.orderID}}仙坛食品有限公司</text> |
|
|
|
<view class='listContainer'> |
|
|
|
<view class='listItem' catchtap='transToOrderDetail' data-detailitemid='{{item.orderID}}' data-detailitemstate='{{item.orderState}}'> |
|
|
|
<view class='topView'> |
|
|
|
<view class='goodsNum'> |
|
|
|
<text class='goodsIDText'>{{item.orderID}}仙坛食品有限公司</text> |
|
|
|
</view> |
|
|
|
<view class='goodsMoney'> |
|
|
|
<text class='goodsIDText'>业务员:梁方刚{{item.workFlowState}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='goodsMoney'> |
|
|
|
<text class='goodsIDText'>业务员:梁方刚{{item.workFlowState}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='bottomView'> |
|
|
|
<view class='goodsNum'> |
|
|
|
<text class='goodsNumText'>数量:1000{{item.Customer_Name}}</text> |
|
|
|
</view> |
|
|
|
<view class='goodsMoney'> |
|
|
|
<text class='goodsMoneyText'>日期:2018.2.9{{item.time}}</text> |
|
|
|
<view class='bottomView'> |
|
|
|
<view class='goodsNum'> |
|
|
|
<text class='goodsNumText'>数量:1000{{item.Customer_Name}}</text> |
|
|
|
</view> |
|
|
|
<view class='goodsMoney'> |
|
|
|
<text class='goodsMoneyText'>日期:2018.2.9{{item.time}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='horizontallineView'></view> |
|
|
|
</view> |
|
|
|
</template> |