customer-reception.wxml 1.6 KB

1234567891011121314151617181920212223
  1. <!-- 前台导入wxmlUtil.wxs -->
  2. <wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
  3. <loading wx:if="{{loading}}" ></loading>
  4. <van-sticky scroll-top="0">
  5. <dk-navbar titleFontColor="#000000" navbarTitle="客户接待" bind:clickBack="handleNavBack" operateShow="{{ guideUrl ? true: false}}" operateUrl="{{guideUrl}}" bind:getNavbarHeight="getNavbarHeight"/>
  6. <dk-dropdown-menu model:value="{{searchForm}}" menuList="{{searchContent}}" pullMenuList="{{pullMenuList}}" bind:search="searchData" navBarHeight="{{navBarHeight}}" searchTextPlaceholder="{{wxmlUtil.setSearchPlaceholder($t,['customerName'\,'telephone','adddress'])}}">
  7. </dk-dropdown-menu>
  8. <dk-tabs active="{{active}}" list="{{tagList}}" bind:onChange="onChangeTabs"> </dk-tabs>
  9. </van-sticky>
  10. <!-- 列表区 -->
  11. <dk-list list="{{tableData}}" footerTag="cusFromName" title="cusName" collectCol="collectAmount" status="followStatusName" content="{{contentList}}" footerAmount="{{footerAmount}}" footerInfo="{{footerInfo}}" bind:toDetail="toDetail" bind:toTitle="toTitle" bind:toStatus="toStatus" bind:toPoint="toPoint" contentObj="{{contentObj}}" contentCol="followStatus" routeObjName="{{routeObjName}}" buttonList="{{buttonList}}" bind:open="open" customText="measureStatusName"></dk-list>
  12. <view style="height: 200rpx;"></view>
  13. <!-- 新建按钮 -->
  14. <!-- <dk-save-bottom flagTypeName="receive-customers" totallength="{{tableData.length}}" bind:submit="open" /> -->
  15. <!-- 新建按钮 -->
  16. <dk-save-button model:value="{{btnFormData}}" btnAutoWidthFlag="{{true}}" btnRightFlag="{{true}}" buttonList="{{buttonSaveList}}" contentList="{{contentSaveList}}" bind:open="open"></dk-save-button>