|
|
@@ -1,2 +1,18 @@
|
|
|
-<!--package-purchase/pages/pur-receipt/pur-receipt.wxml-->
|
|
|
-<text>package-purchase/pages/pur-receipt/pur-receipt.wxml</text>
|
|
|
+<!-- 前台导入wxmlUtil.wxs -->
|
|
|
+<wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
|
|
|
+<loading wx:if="{{loading}}" loadingName="{{$t['loading']}}" backgroundColor="#f2f2f2;" opacity="0.8"></loading>
|
|
|
+<van-sticky scroll-top="0">
|
|
|
+ <!-- 自定义导航 -->
|
|
|
+ <dk-navbar titleFontColor="#000000" navbarTitle="{{navigationBarTitle}}" bind:clickBack="handleNavBack" operateShow="{{ guideUrl ? true: false}}" operateUrl="{{guideUrl}}" bind:getNavbarHeight="getNavbarHeight"/>
|
|
|
+ <!-- 查询条件 -->
|
|
|
+ <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>
|
|
|
+</van-sticky>
|
|
|
+
|
|
|
+<!-- 列表区 -->
|
|
|
+<dk-list list="{{tableData}}" flgSubFormatDate="{{true}}" titleCorner="channelName" title="cusName" status="rpTypeName" content="{{contentList}}" collectCol="collectStatus" collectCol="sumAmtRec" contentObj="{{contentObj}}" contentCol="" footerAmount="{{footerAmount}}" footerInfo="{{footerInfo}}" bind:toDetail="toDetail" bind:toTitle="toTitle" bind:toStatus="toStatus" bind:toPoint="toPoint" collectName="收款" routeObjName="{{routeObjName}}" buttonList="{{buttonList}}" bind:open="open"></dk-list>
|
|
|
+<view style="height: 200rpx;"></view>
|
|
|
+
|
|
|
+<van-dialog id="van-dialog" />
|
|
|
+<!-- 新建按钮 -->
|
|
|
+<dk-save-button model:value="{{btnFormData}}" btnAutoWidthFlag="{{true}}" btnRightFlag="{{true}}" buttonList="{{buttonSaveList}}" contentList="{{contentSaveList}}" bind:open="open"></dk-save-button>
|