|
|
@@ -0,0 +1,32 @@
|
|
|
+<!-- 前台导入wxmlUtil.wxs -->
|
|
|
+<wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
|
|
|
+<loading wx:if="{{loading}}"></loading>
|
|
|
+<van-dialog id="van-dialog" />
|
|
|
+<van-sticky scroll-top="0">
|
|
|
+ <!-- 查询条件 -->
|
|
|
+ <dk-dropdown-menu model:value="{{searchForm}}" menuList="{{searchContent}}" pullMenuList="{{pullMenuList}}" navBarHeight="{{navBarHeight}}" bind:search="searchData" searchTextPlaceholder="{{wxmlUtil.setSearchPlaceholder($t,['customerName','orderNo','telephone','adddress'])}}">
|
|
|
+ </dk-dropdown-menu>
|
|
|
+ <dk-tabs active="{{active}}" list="{{tagList}}" bind:onChange="onChangeTabs"> </dk-tabs>
|
|
|
+</van-sticky>
|
|
|
+
|
|
|
+ <!-- 总头 -->
|
|
|
+ <view class="item-card">
|
|
|
+ <view class="card-title">
|
|
|
+ <view style="flex: 1;">
|
|
|
+ <view class="title"> 11111</view>
|
|
|
+ </view>
|
|
|
+ <view style="flex: 1;">
|
|
|
+ <view class="title"> 3333</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="card-content" >
|
|
|
+ <view style="flex: 1;">
|
|
|
+ <dk-cell left="0rpx" height="45rpx" contentRight="{{false}}" contentFontSize="14" contentColor="#A5814A"
|
|
|
+ contentFontWeight="bold" content="1111"></dk-cell>
|
|
|
+ </view>
|
|
|
+ <view style="flex: 1;">
|
|
|
+ <dk-cell left="0rpx" height="45rpx" contentRight="{{false}}" contentFontSize="14" contentColor="#A5814A"
|
|
|
+ contentFontWeight="bold" content="22222"></dk-cell>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|