detail.wxml 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990
  1. <wxs src="../../../../dist/wxs/utils.wxs" module="utils" />
  2. <wxs src='../../../../utils/numberFormat.wxs' module="numberFormat"></wxs>
  3. <wxs src='../../../../utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
  4. <van-dialog id="van-dialog" />
  5. <loading wx:if="{{loading}}" loadingName="加载中" backgroundColor="#f2f2f2;" opacity="0.8"></loading>
  6. <view class="customer-detail">
  7. <view style="color: white;margin:12px;font-size: 13px; width: 100%;">
  8. <view style="display: flex;">
  9. <view style="width: 100%; display: flex;justify-content: space-between;">
  10. <view style="padding-right: 5px;margin-top:2px;display: flex;">
  11. <van-image width="20" height="20" src="/static/img/user.png" />
  12. <dk-text style="white-space:nowrap;margin-right: 20rpx;padding-left: 8rpx;" fontWeight="nomal" value="{{form.customerName}}"></dk-text>
  13. </view>
  14. <view data-item="{{item}}" catchtap="toEdit">
  15. <van-image custom-class="image-class" src="/static/img/edit.png" />
  16. </view>
  17. </view>
  18. </view>
  19. <view style="display:flex;margin-top:8rpx;">
  20. <view style="margin-left: 10rpx;white-space:nowrap;" wx:if="{{form.customerFromName}}" wx:for-item="item_a">
  21. <dk-van-tag border="1rpx solid #fff" color="transparent" textColor="#fff" radius="5rpx" roundFlag="{{true}}" value="{{form.customerFromName}}"></dk-van-tag>
  22. </view>
  23. <view style="margin-left: 10rpx;white-space:nowrap;" wx:if="{{form.saleStatus == '客成状态-潜客'}}" wx:for-item="item_a">
  24. <dk-van-tag border="1rpx solid #fff" color="transparent" textColor="#fff" radius="5rpx" roundFlag="{{true}}" value="潜在客户"></dk-van-tag>
  25. </view>
  26. <view style="margin-left: 10rpx;white-space:nowrap;" wx:if="{{form.saleStatus == '客成状态-成交'}}" wx:for-item="item_a">
  27. <dk-van-tag border="1rpx solid #fff" color="transparent" textColor="#fff" radius="5rpx" roundFlag="{{true}}" value="成交客户"></dk-van-tag>
  28. </view>
  29. <view style="margin-left: 10rpx;white-space:nowrap;" wx:if="{{form.saleStatus == '客成状态-公海'}}" wx:for-item="item_a">
  30. <dk-van-tag border="1rpx solid #fff" color="transparent" textColor="#fff" radius="5rpx" roundFlag="{{true}}" value="公海客户"></dk-van-tag>
  31. </view>
  32. <view style="margin-left: 10rpx;white-space:nowrap;" wx:if="{{form.intentionTagsName}}" wx:for-item="item_a">
  33. <dk-van-tag border="1rpx solid #fff" color="transparent" textColor="#fff" radius="5rpx" roundFlag="{{true}}" value=" {{form.intentionTagsName}}"></dk-van-tag>
  34. </view>
  35. </view>
  36. <view style="display:flex;margin-top:20rpx;">
  37. <!--联系电话-->
  38. <van-icon name="phone" class="image-small" />
  39. <dk-text color="#fff" fontWeight="500" fontSize="13px" value="{{form.customerPhone}}" copyValue="{{form.customerPhone}}"></dk-text>
  40. </view>
  41. <view style="display: flex;margin-top:15rpx;">
  42. <van-icon name="location" class="image-small" />
  43. <dk-text color="#fff" fontWeight="500" fontSize="13px" value="{{ wxmlUtil.addressToIndexOf(form.addressFull)}}" copyValue="{{form.addressName?form.addressName:''}}{{form.addressNo?form.addressNo:''}}"></dk-text>
  44. </view>
  45. <view wx:if="{{!(form.customerTagsName.length>0)}}" class="table-row">
  46. <dk-van-tag border="1rpx solid #4D66A6" color="transparent" textColor="#4D66A6" radius="5rpx" roundFlag="{{true}}" value="暂无标签"></dk-van-tag>
  47. </view>
  48. <view wx:if="{{form.customerTagsName.length>0}}" style="display: flex;margin-top:18rpx;">
  49. <view wx:for="{{form.customerTagsName}}" wx:for-index="indext" wx:for-item="itemt">
  50. <dk-van-tag border="1rpx solid #4D66A6" color="transparent" textColor="#4D66A6" radius="5rpx" roundFlag="{{true}}" value="{{ itemt.tagName }}"></dk-van-tag>
  51. </view>
  52. </view>
  53. </view>
  54. </view>
  55. <view class="customer-tel">
  56. <view class="customer-tel-detail" catchtap="onClickphone" data-telephone="{{form.customerPhone}}">
  57. <van-icon name="phone" class="image-small" />
  58. <view style="color:#2E3853;font-size:14px;font-weight:600;">
  59. 电话
  60. </view>
  61. </view>
  62. <view wx:if="{{form.qvExternalUserid}}" class="customer-tel-detail" catchtap="openWeChat" data-externalUserid="{{form.qvExternalUserid}}">
  63. <van-icon name="chat-o" />
  64. <view style="color:#2E3853;font-size:14px;font-weight:600;">
  65. 单聊
  66. </view>
  67. </view>
  68. <view wx:if="{{!form.qvExternalUserid}}" class="customer-tel-detail" catchtap="onnavigateToAddCustomer" data-externalUserid="{{form.qvExternalUserid}}">
  69. <van-icon name="chat-o" />
  70. <view style="color:#2E3853;font-size:14px;font-weight:600;">
  71. 加微信
  72. </view>
  73. </view>
  74. <view wx:if="{{form.qvChatId}}" class="customer-tel-detail" data-chatid="{{form.qvChatId}}" catchtap="openWeChatUs">
  75. <van-icon name="friends-o" />
  76. <view style="color:#2E3853;font-size:14px;font-weight:600;">
  77. 群聊
  78. </view>
  79. </view>
  80. <view wx:if="{{!form.qvChatId}}" class="customer-tel-detail" data-chatid="{{form.qvChatId}}" catchtap="showDesignPopup">
  81. <van-icon name="friends-o" />
  82. <view style="color:#2E3853;font-size:14px;font-weight:600;">
  83. 建群聊
  84. </view>
  85. </view>
  86. <!--
  87. <view class="customer-tel-detail" data-chatid="{{form.qvChatId}}" catchtap="toCustomerConsolidation">
  88. <van-icon name="friends-o" />
  89. <view style="color:#2E3853;font-size:14px;font-weight:600;">
  90. 客户合并
  91. </view>
  92. </view> -->
  93. </view>
  94. <van-grid column-num="3">
  95. <view style="display: flex;padding-top:39rpx;background-color:white;">
  96. <view class="number">
  97. <view class="order-summary">
  98. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#1B365D" fontWeight="600" title="" content="{{SumDataList.orderAmount}}"></dk-cell>
  99. </view>
  100. <view class="oreder-summary-detail">
  101. 订单({{SumDataList.orderQuantity}}单)
  102. </view>
  103. </view>
  104. <view class="number">
  105. <view class="order-summary">
  106. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#1B365D" fontWeight="600" title="" content="{{SumDataList.outAmount}}"></dk-cell>
  107. </view>
  108. <view class="oreder-summary-detail">
  109. 出库({{SumDataList.outQuantity}}单)
  110. </view>
  111. </view>
  112. <view class="number">
  113. <view class="order-summary">
  114. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#1B365D" fontWeight="600" title="" content="{{SumDataList.nonOutAmount}}"></dk-cell>
  115. </view>
  116. <view class="oreder-summary-detail">
  117. 未出库
  118. </view>
  119. </view>
  120. </view>
  121. <view style="display: flex;background-color:white;">
  122. <view class="number">
  123. <view class="order-summary">
  124. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#1B365D" fontWeight="600" title="" content="{{SumDataList.sumReceipt}}"></dk-cell>
  125. </view>
  126. <view class="oreder-summary-detail">
  127. 收款总额
  128. </view>
  129. </view>
  130. <view class="number">
  131. <view class="order-summary">
  132. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#1B365D" fontWeight="600" title="" content="{{arrears}}">
  133. </dk-cell>
  134. </view>
  135. <view class="oreder-summary-detail">
  136. 客户欠款
  137. </view>
  138. </view>
  139. <view class="number">
  140. <view class="order-summary">
  141. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#1B365D" fontWeight="600" title=""
  142. content="{{SumDataList.rejectAmount}}"></dk-cell>
  143. </view>
  144. <view class="oreder-summary-detail">
  145. 退货({{SumDataList.rejectQuantity}}单)
  146. </view>
  147. </view>
  148. </view>
  149. </van-grid>
  150. <view style="margin-bottom: 15rpx;"></view>
  151. <van-cell border="{{ false }}">
  152. <view style=" display:flex;height: 102rpx;width:100%;">
  153. <view class="order-button" style="background-color:#77C5D5;" bindtap="toChooseGoods" data-item="{{form}}">
  154. <van-icon style="vertical-align: -15%;font-size:5vw;color : #FFFFFF;" name="/static/img/customer-order.png" />
  155. <view style="color:#FFFFFF;">
  156. 销售订单
  157. </view>
  158. </view>
  159. <view class="order-button" style="background-color:#B3C3FC;margin-left: 23rpx;" bindtap="toCollectionAdd" data-item="{{form}}">
  160. <van-icon style="vertical-align: -15%;font-size:5vw;color : #FFFFFF;" name="/static/img/customer-collection.png" />
  161. <view style="color:#FFFFFF;">
  162. 收款单
  163. </view>
  164. </view>
  165. <view class="order-button" style="background-color:#99CDEF;margin-left: 23rpx;" bindtap="toSelectOrder" data-item="{{form}}">
  166. <van-icon style="vertical-align: -15%;font-size:5vw;color:#FFFFFF;" name="/static/img/customer-original.png" />
  167. <view style="color:#FFFFFF;">
  168. 销售退货
  169. </view>
  170. </view>
  171. </view>
  172. </van-cell>
  173. <view style="margin-bottom: 15rpx;"></view>
  174. <van-tabs color="#1B365D" active="{{ active }}" bind:change="onChange">
  175. <van-tab title-style="color:#96A7C5;" title="跟进记录">
  176. <view class="table-show">
  177. <view class="table-show-detail" style="padding: 5rpx;">
  178. <view style="width: 100%; height: 40px;background-color: white; justify-content: space-around; align-items: center;" wx:if="{{customerFollowList.length>0}}">
  179. <view style="font-size: 14px;display: flex; margin-top:34rpx; ">
  180. <view style="padding-left:20px;flex:1.1;color:#1B365D;white-space: nowrap;">
  181. <!-- 下次跟进时间:{{form.customerFollowList[0].nextFollowTime?form.customerFollowList[0].nextFollowTime:''}}</view> -->
  182. 下次跟进时间: 2024年1月24日
  183. </view>
  184. <view style="flex:1;color:#1B365D;text-align:right;margin-right:36rpx;">跟进 3 次</view>
  185. </view>
  186. <!--
  187. <view style="font-size: 12px;word-break: break-word; padding-left:20px;;color:#1B365D;">
  188. 下次跟进计划:{{form.customerFollowList[0].nextFollowPlan?form.customerFollowList[0].nextFollowPlan:''}}
  189. </view> -->
  190. <view style="font-size: 14px;word-break: break-all; padding-left:20px;color:#1B365D;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;width: calc(100% - 40px); ">
  191. 下次跟进计划: 11111
  192. </view>
  193. </view>
  194. <!-- 步骤条 start -->
  195. <!-- 跟进记录 第一个da循环 -->
  196. <view wx:for="{{customerFollowList}}">
  197. <!-- 第一框 -->
  198. <view style="display:flex;background:white;font-size:14px;color:#95A8CB;margin-top:10px;">
  199. <view style="margin-left: 6vw;">
  200. {{item.weekTime==1?"周一":item.weekTime==2?"周二":item.weekTime==3?"周三":item.weekTime==4?"周四":item.weekTime==5?"周五":item.weekTime==6?"周六":item.weekTime==7?"周日":""}}
  201. </view>
  202. <view style="margin-left: 6vw;">{{item.createTime}}</view>
  203. </view>
  204. <view class="steps_box">
  205. <!-- 第一框 循环 第一个 -->
  206. <block class="block-step" wx:for="{{item.data}}" wx:for-item="dataitem">
  207. <view class="view_item">
  208. <!-- 圆圈数字 -->
  209. <view style="display: inline-flex;">
  210. <view style="font-size: 13px;padding-right:10rpx; padding-top: 2vw; color: #95A8CB;" id="time{{index}}">
  211. {{dataitem.hourTime}}</view>
  212. <view style=" height: 10px; width: 10px;background-color: rgb(34, 141, 228); border-radius: 50%;margin-top: 3vw;" id="xian{{index}}"> </view>
  213. <view class="r_box" id="kuang{{index}}" data-item="{{dataitem}}" style="margin-left:20rpx;" bindtap="tofollew">
  214. <view style="color:#1B365D;font-size:13px;margin: 1vw;">
  215. {{dataitem.followType}}|{{dataitem.followStatus}}
  216. </view>
  217. <view style="color:#1B365D;font-size:13px;margin: 1vw;">
  218. 跟进人:{{dataitem.followUserName}}
  219. </view>
  220. <view style="color: #96A7C5;font-size:13px;margin:1vw;word-break:break-word;">
  221. {{dataitem.followData}}
  222. </view>
  223. <view wx:if="{{dataitem.measureTime}}" style="color:#1B365D;font-size:13px;margin: 1vw;">
  224. 回执时间:{{dataitem.measureTime}}
  225. </view>
  226. <!-- <view wx:if="{{dataitem.measureRemarks}}" style="color:#1B365D;font-size:13px;margin: 1vw;">
  227. 量尺记录:{{dataitem.measureRemarks}}
  228. </view> -->
  229. <view style=" color:#1B365D;font-size:13px;margin: 1vw;">
  230. <view style="display: flex;">
  231. <view style="color: rgb(34, 141, 228);">查看更多</view>
  232. </view>
  233. <!-- <view wx:for="{{dataitem.measureAnnex}}" wx:for-item="item2">
  234. 空间名称:{{item2.usedLocation}}
  235. <view wx:if="{{item2.annexPaths.length > 0}}" wx:for="{{item2.annexPaths}}" wx:for-item="item3">
  236. {{item3}}
  237. </view>
  238. </view> -->
  239. </view>
  240. </view>
  241. </view>
  242. </view>
  243. <view style="margin-left: calc({{timeWidth}}px );display: flex;">
  244. </view>
  245. </block>
  246. </view>
  247. <!-- 步骤条 end -->
  248. </view>
  249. <van-empty wx:if="{{customerFollowList.length==0}}" description="暂无数据" />
  250. </view>
  251. </view>
  252. </van-tab>
  253. <van-tab title-style="color:#96A7C5;" title="交易记录">
  254. </van-tab>
  255. <view wx:if="{{active == 1}}">
  256. <view style="margin-bottom: 15rpx;"></view>
  257. <van-tabs type="card" border="{{false}}" active="{{ activeCard }}" bind:change="changeTag" tab-active-class="{{activeCard==0?'van-tab-active-left':(activeCard==2?'van-tab-active-right':'van-tab-active-middle')}}">
  258. <van-tab title="预算报价">
  259. </van-tab>
  260. <van-tab title="成交订单">
  261. </van-tab>
  262. <van-tab title="销售退货">
  263. </van-tab>
  264. </van-tabs>
  265. <view wx:if="{{activeCard == 0}}">
  266. <view wx:for="{{orderList_price}}" data-index="{{index}}" data-item="item">
  267. <view class="dk-card-outer-class">
  268. <view class="dk-card-class">
  269. <view style="display:flex;padding: 2vw;">
  270. <image style="width:48rpx;height:48rpx;align-self:center;margin: 16rpx;" src="/static/img/customer-assignment.png"></image>
  271. <view style="font-weight:bold;font-size: 13px;white-space:nowrap;align-self:center;">{{item.orderNo}}
  272. </view>
  273. </view>
  274. <view style="height: 1px;background:#E9F0FE;width:90%;margin-left:5vw;" />
  275. <view style="display:flex;font-size: 26rpx;">
  276. <view style="margin:2vw;margin-left: 32rpx;">门店:{{item.orgName}}</view>
  277. <view style="flex:1;text-align:right;margin: 2vw;margin-right: 32rpx;white-space:nowrap;">
  278. 导购:{{item.staffName}}</view>
  279. </view>
  280. <van-grid column-num="3">
  281. <view style="display: flex;background-color:white;">
  282. <view class="number-out-order">
  283. <view class="order-summary">
  284. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#CAA977" fontWeight="600" title="" content="{{item.sumAmount}}"></dk-cell>
  285. </view>
  286. <view class="out-oreder-detail">
  287. 报价金额
  288. </view>
  289. </view>
  290. <view class="number-out-order">
  291. <view class="order-summary">
  292. <dk-text fontSize="17" color="#1B365D" value="{{item.categoryQuantity}}">
  293. </dk-text>
  294. </view>
  295. <view class="out-oreder-detail">
  296. 品类数
  297. </view>
  298. </view>
  299. <view class="number-out-order">
  300. <view class="order-summary">
  301. <dk-text fontSize="17" color="#1B365D" value="{{item.sumQuantity}}">
  302. </dk-text>
  303. </view>
  304. <view class="out-oreder-detail">
  305. 产品件数
  306. </view>
  307. </view>
  308. </view>
  309. </van-grid>
  310. <view style="height: 1px;background:#E9F0FE;width:90%;margin-left:5vw;" />
  311. <van-collapse value="{{ activeNames_goods }}" bind:change="onChange_goods">
  312. <van-collapse-item name="{{index+1}}" value="展开">
  313. <view slot="title">
  314. <view style="display: flex;">
  315. <view>商品明细</view>
  316. <view style="color:#b9b9b9;font-size:10px;flex:1;text-align-last: right;"></view>
  317. </view>
  318. </view>
  319. <view wx:for="{{item.orderItemVOList}}" data-item="{{item}}" wx:for-item="item" wx:key="index" wx:for-index="childindex" border="{{ true }}">
  320. <van-card data-item="{{item}}" data-index="{{index}}">
  321. <view slot="thumb">
  322. <van-image radius="5px" width="80" height="80" src="{{item.iconThumPath }}" />
  323. </view>
  324. <view slot="title" style="display: flex;">
  325. <view style="display: flex;">
  326. <dk-title titleTag="{{item.titleTag}}" title="{{item.title}}"></dk-title>
  327. </view>
  328. <view wx:if="{{item.flag}}" style="text-align: right;width: 30%;">
  329. <van-tag catchtap="flag_bindtap" wx:if="{{item.flag}}" type="danger" color="red" style="text-align: right;">可换件</van-tag>
  330. <van-tag catchtap="flag_bindtap" wx:if="{{item.flag}}" type="danger" color="red" style="text-align: right;">需设计</van-tag>
  331. </view>
  332. </view>
  333. <view slot="desc">
  334. <view style="display:flex;width: 100%;">
  335. <view style="width: 80%;">
  336. <dk-text fontWeight="nomal" value="{{item.desc}}"></dk-text>
  337. </view>
  338. </view>
  339. </view>
  340. <view slot="price">
  341. <view style="display: flex;width: 100%;flex-direction: row;">
  342. <view style="color: red;font-size: 4vw;width: 100%;">
  343. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="16" contentColor="#CAA977" fontWeight="600" title="" content="{{numberFormat.toThousandCents(item.priceSale ? item.priceSale : 0)}}"></dk-cell>
  344. </view>
  345. <view style="width: 100%;text-align: right;font-size: 3.5vw;color: #95A8CB;">x <span style="line-height:56rpx;">{{item.itemQuantity}}</span></view>
  346. </view>
  347. </view>
  348. <view slot="footer">
  349. <view style="margin-top: 15rpx;" wx:if="{{item.bomItems.length > 0}}">
  350. <view style="width: 100%;display: flex;">
  351. <view style="font-size: 14px;width: 50%;text-align: left;color: #95A8CB;">
  352. 明细
  353. </view>
  354. <view style="font-size: 14px;width: 50%;text-align: right;color: #95A8CB;" data-item="{{item}}" data-big="{{index}}" data-index="{{childindex}}" catchtap="onPriceOpenGoodsList">
  355. {{item.packageDetailsFlag ? '收起' :'展开'}}
  356. <van-icon name="{{item.packageDetailsFlag ? 'arrow-up' :'arrow-down' }}" />
  357. </view>
  358. </view>
  359. <view wx:if="{{item.packageDetailsFlag}}">
  360. <view wx:for="{{item.bomItems}}" data-item="{{item2}}" wx:for-item="item2" wx:key="index2">
  361. <view style="text-align: left;width: 100%; padding-left: 15rpx;padding-top:15rpx;">
  362. <view style="display: flex;">
  363. <view>
  364. <van-image radius="5px" width="65" height="65" src="{{item2.iconThumPath }}" />
  365. </view>
  366. <view style="margin-left:5px;width: 66vw;">
  367. <view style="display: flex;">
  368. <dk-title titleTag="{{item2.titleTag}}" title="{{item2.skuModel}}"></dk-title>
  369. </view>
  370. <view style="display: flex;font-size:3.2vw; ">
  371. <text decode>{{item2.skuName}}</text>
  372. </view>
  373. <view style="display: flex;font-size:3.2vw; ">
  374. <text decode>{{' '}}</text>
  375. </view>
  376. <view slot="footer" style="width:100%;justify-content: flex-end;margin-top:20rpx;text-align:right;align-self: flex-end;">
  377. <view style="display: flex;width: 100%;flex-direction: row;">
  378. <view style="color: red;font-size: 4vw;width: 100%;text-align: left;">
  379. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="16" contentColor="#CAA977" fontWeight="600" title="" content="{{numberFormat.toThousandCents(item2.priceSale)}}"></dk-cell>
  380. </view>
  381. <view style="width: 100%;text-align: right;font-size: 3.5vw;color: #95A8CB;">x <span style="line-height:56rpx;">{{item2.itemQuantity }}</span></view>
  382. </view>
  383. </view>
  384. </view>
  385. </view>
  386. </view>
  387. </view>
  388. </view>
  389. </view>
  390. <view class="hr"></view>
  391. <view style="display: flex;width: 100%;margin-top:5px;" data-index="{{index}}">
  392. <view style="width: 70%;text-align: left;font-size: 3.5vw;color: #95A8CB;">
  393. 备注:<span style="line-height:56rpx;">{{item.remarks ? item.remarks : ''}}</span>
  394. </view>
  395. <!-- <view style="width: 100%;text-align: right;font-size: 3.5vw;color: #95A8CB;">金额:<span style="line-height:56rpx;color:#CAA977;">
  396. ¥{{ numberFormat.toThousandCents((item.priceSale ?
  397. item.priceSale : 0) * item.itemQuantity)}}</span></view> -->
  398. </view>
  399. </view>
  400. </van-card>
  401. <van-divider />
  402. </view>
  403. </van-collapse-item>
  404. </van-collapse>
  405. </view>
  406. </view>
  407. </view>
  408. <van-empty wx:if="{{orderList_price.length==0}}" description="暂无数据" />
  409. </view>
  410. <view wx:if="{{activeCard == 1}}">
  411. <scroll-view scroll-y="true" style="height: 1300rpx;" bindscrolltolower="paging" scroll-top="{{topNum}}">
  412. <view wx:for="{{orderList_ok}}" data-index="{{index}}" wx-key="index" data-item="item">
  413. <view class="dk-card-outer-class">
  414. <view class="dk-card-class">
  415. <view style="display:flex;padding: 2vw;">
  416. <image style="width:48rpx;height:48rpx;align-self:center;margin: 16rpx;" src="/static/img/customer-assignment.png"></image>
  417. <view style="width: 60%;">
  418. <view style="font-weight:bold;font-size: 26rpx;white-space:nowrap;">{{item.orderNo}}</view>
  419. <view style="font-size: 12px;color:#95A8CB;">{{wxmlUtil.format(item.makingTime)}}</view>
  420. </view>
  421. <view style="width: 30%;display: flex;">
  422. <view style="font-size:13px;align-self:center;flex:1;text-align: right;color:#00A7B5;" bindtap="toOriginal_order" data-item="{{item}}">查看原单
  423. <van-icon name="arrow" />
  424. </view>
  425. </view>
  426. </view>
  427. <view style="height: 1px;background:#E9F0FE;width:90%;margin-left:5vw;" />
  428. <view style="display:flex;font-size: 26rpx;">
  429. <view style="margin:2vw;margin-left:32rpx;">门店:{{item.orgName}}</view>
  430. <view style="flex:1;text-align:right;margin: 2vw;margin-right:32rpx;white-space:nowrap;">
  431. 导购:{{item.staffName}}</view>
  432. </view>
  433. <van-grid column-num="3">
  434. <view style="display: flex;background-color:white;">
  435. <view class="number-out-order">
  436. <view class="order-summary">
  437. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#CAA977" fontWeight="600" title="" content="{{item.tSumGoodsAmount}}"></dk-cell>
  438. </view>
  439. <view class="out-oreder-detail">
  440. 订单金额
  441. </view>
  442. </view>
  443. <view class="number-out-order">
  444. <view class="order-summary">
  445. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#CAA977" fontWeight="600" title="" content="{{item.sumOutAmount}}"></dk-cell>
  446. </view>
  447. <view class="out-oreder-detail">
  448. 出库(1单)
  449. </view>
  450. </view>
  451. <view class="number-out-order">
  452. <view class="order-summary">
  453. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#CAA977" fontWeight="600" title="" content="{{item.tSumGoodsAmount - item.sumOutAmount?item.tSumGoodsAmount - item.sumOutAmount:0}}">
  454. </dk-cell>
  455. </view>
  456. <view class="out-oreder-detail">
  457. 未出库
  458. </view>
  459. </view>
  460. </view>
  461. <view style="display: flex;background-color:white;">
  462. <view class="number-out-order">
  463. <view class="order-summary">
  464. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#CAA977" fontWeight="600" title="" content="{{item.sumReceiptAmount}}"></dk-cell>
  465. </view>
  466. <view class="out-oreder-detail">
  467. 定金金额
  468. </view>
  469. </view>
  470. <view class="number-out-order">
  471. <view class="order-summary">
  472. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#CAA977" fontWeight="600" title="" content="{{item.receivable}}"></dk-cell>
  473. </view>
  474. <view class="out-oreder-detail">
  475. 订单欠款
  476. </view>
  477. </view>
  478. <view class="number-out-order">
  479. <view class="order-summary">
  480. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#CAA977" fontWeight="600" title="" content="{{item.sumRejectAmount}}"></dk-cell>
  481. </view>
  482. <view class="out-oreder-detail">
  483. 退货
  484. </view>
  485. </view>
  486. </view>
  487. </van-grid>
  488. <view style="height: 1px;background:#E9F0FE;width:90%;margin-left:5vw;" />
  489. <van-collapse value="{{ activeNames_goods }}" bind:change="onChange_goods">
  490. <van-collapse-item name="{{index+1}}" style="color:#95A8CB;border-color:15rpx;" value="展开">
  491. <view slot="title">
  492. <view style="display: flex;">
  493. <view>商品明细</view>
  494. <view style="color:#b9b9b9;font-size:10px;flex:1;text-align-last: right;"></view>
  495. </view>
  496. </view>
  497. <view wx:for="{{item.orderItemVOList}}" data-item="{{item}}" wx:for-item="item" wx:key="index" wx:for-index="childindex" border="{{ true }}">
  498. <van-card data-item="{{item}}" data-index="{{index}}">
  499. <view slot="thumb">
  500. <van-image radius="5px" width="80" height="80" src="{{item.iconThumPath }}" />
  501. </view>
  502. <view slot="title" style="display: flex;">
  503. <view style="display: flex;">
  504. <dk-title titleTag="{{item.titleTag}}" title="{{item.title}}"></dk-title>
  505. </view>
  506. <view wx:if="{{item.flag}}" style="text-align: right;width: 30%;">
  507. <van-tag catchtap="flag_bindtap" wx:if="{{item.flag}}" type="danger" color="red" style="text-align: right;">可换件</van-tag>
  508. <van-tag catchtap="flag_bindtap" wx:if="{{item.flag}}" type="danger" color="red" style="text-align: right;">需设计</van-tag>
  509. </view>
  510. </view>
  511. <view slot="desc">
  512. <view style="display:flex;width: 100%;">
  513. <view style="width: 80%;">
  514. <dk-text fontWeight="nomal" value="{{item.desc}}"></dk-text>
  515. </view>
  516. </view>
  517. </view>
  518. <view slot="price">
  519. <view style="display: flex;width: 100%;flex-direction: row;">
  520. <view style="color: red;font-size: 4vw;width: 100%;">
  521. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="16" contentColor="#CAA977" fontWeight="600" title="" content="{{numberFormat.toThousandCents(item.priceSale ? item.priceSale : 0)}}"></dk-cell>
  522. </view>
  523. <view style="width: 100%;text-align: right;font-size: 3.5vw;color: #95A8CB;">x <span style="line-height:56rpx;">{{item.tItemQuantity}}</span></view>
  524. </view>
  525. </view>
  526. <view slot="footer">
  527. <view style="margin-top: 15rpx;" wx:if="{{item.bomItems.length > 0}}">
  528. <view style="width: 100%;display: flex;">
  529. <view style="font-size: 14px;width: 50%;text-align: left;color: #95A8CB;">
  530. 明细
  531. </view>
  532. <view style="font-size: 14px;width: 50%;text-align: right;color: #95A8CB;" data-item="{{item}}" data-big="{{index}}" data-index="{{childindex}}" catchtap="onChangeOpenGoodsList">
  533. {{item.packageDetailsFlag ? '收起' :'展开'}}
  534. <van-icon name="{{item.packageDetailsFlag ? 'arrow-up' :'arrow-down' }}" />
  535. </view>
  536. </view>
  537. <view wx:if="{{item.packageDetailsFlag}}">
  538. <view wx:for="{{item.bomItems}}" data-item="{{item2}}" wx:for-item="item2" wx:key="index2">
  539. <view style="text-align: left;width: 100%; padding-left: 15rpx;padding-top:15rpx;">
  540. <view style="display: flex;">
  541. <view>
  542. <van-image radius="5px" width="65" height="65" src="{{item2.iconThumPath }}" />
  543. </view>
  544. <view style="margin-left:5px;width: 66vw;">
  545. <view style="display: flex;">
  546. <dk-title titleTag="{{item2.titleTag}}" title="{{item2.skuModel}}"></dk-title>
  547. </view>
  548. <view style="display: flex;font-size:3.2vw; ">
  549. <text decode>{{item2.skuName}}</text>
  550. </view>
  551. <view style="display: flex;font-size:3.2vw; ">
  552. <text decode>{{' '}}</text>
  553. </view>
  554. <view slot="footer" style="width:100%;justify-content: flex-end;margin-top:20rpx;text-align:right;align-self: flex-end;">
  555. <view style="display: flex;width: 100%;flex-direction: row;">
  556. <view style="color: red;font-size: 4vw;width: 100%;text-align: left;">
  557. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="16" contentColor="#CAA977" fontWeight="600" title="" content="{{numberFormat.toThousandCents(item2.priceSale)}}"></dk-cell>
  558. </view>
  559. <view style="width: 100%;text-align: right;font-size: 3.5vw;color: #95A8CB;">x <span style="line-height:56rpx;">{{item2.tItemQuantity }}</span></view>
  560. </view>
  561. </view>
  562. </view>
  563. </view>
  564. </view>
  565. </view>
  566. </view>
  567. </view>
  568. <view class="hr"></view>
  569. <view style="display: flex;width: 100%;margin-top:5px;" data-index="{{index}}">
  570. <view style="width: 70%;text-align: left;font-size: 3.5vw;color: #95A8CB;">
  571. 备注:<span style="line-height:56rpx;">{{item.remarks ? item.remarks : ''}}</span>
  572. </view>
  573. <view style="width: 100%;text-align: right;font-size: 3.5vw;color: #95A8CB;">金额:<span style="line-height:56rpx;color:#CAA977;">¥{{ numberFormat.toThousandCents((item.priceSale
  574. ?
  575. item.priceSale : 0) * item.tItemQuantity)}}</span></view>
  576. </view>
  577. </view>
  578. </van-card>
  579. <van-divider />
  580. </view>
  581. </van-collapse-item>
  582. </van-collapse>
  583. </view>
  584. </view>
  585. </view>
  586. </scroll-view>
  587. <van-empty wx:if="{{orderList_ok.length==0}}" description="暂无数据" />
  588. </view>
  589. <view wx:if="{{activeCard == 2}}">
  590. <view wx:for="{{orderList_out}}" data-index="{{index}}" data-item="item">
  591. <view class="dk-card-outer-class">
  592. <view class="dk-card-class">
  593. <view style="display:flex;padding: 2vw;">
  594. <image style="width:48rpx;height:48rpx;align-self:center;margin: 16rpx;" src="/static/img/customer-assignment.png"></image>
  595. <view>
  596. <view style="font-weight:bold;font-size: 26rpx;white-space:nowrap;">{{item.rejectNo}}</view>
  597. <view style="font-size: 12px;color:#95A8CB;">{{wxmlUtil.format(item.makingTime)}}</view>
  598. </view>
  599. </view>
  600. <view style="height: 1px;background:#E9F0FE;width:90%;margin-left:5vw" />
  601. <view style="display:flex;font-size: 26rpx;">
  602. <view style="margin:2vw;margin-left: 32rpx;">门店:{{item.orgName}}</view>
  603. <view style="flex:1;text-align:right;margin: 2vw;margin-right: 32rpx;white-space:nowrap;">
  604. 导购:{{item.staffName}}</view>
  605. </view>
  606. <van-grid column-num="3">
  607. <view style="display: flex;background-color:white;">
  608. <view class="number-out-order">
  609. <view class="order-summary">
  610. <dk-cell center="center" height="46rpx" spaceWidth="1rpx" left="0" fontSize="17" contentColor="#CAA977" fontWeight="600" title="" content="{{item.sumRejectAmount}}"></dk-cell>
  611. </view>
  612. <view class="out-oreder-detail">
  613. 退货金额
  614. </view>
  615. </view>
  616. <view class="number-out-order">
  617. <view class="order-summary">
  618. <dk-text fontSize="17" color="#1B365D" value=" {{item.categoryQuantity}}">
  619. </dk-text>
  620. </view>
  621. <view class="out-oreder-detail">
  622. 品类数
  623. </view>
  624. </view>
  625. <view class="number-out-order">
  626. <view class="order-summary">
  627. <dk-text fontSize="17" color="#1B365D" value=" {{item.sumRejectQuantity}}">
  628. </dk-text>
  629. </view>
  630. <view class="out-oreder-detail">
  631. 退货件数
  632. </view>
  633. </view>
  634. </view>
  635. </van-grid>
  636. <van-collapse value="{{ activeNames_goods2 }}" bind:change="onChange_goods2">
  637. <van-collapse-item name="{{index+1}}" style="color:#95A8CB;" value="展开">
  638. <view slot="title">
  639. <view style="display: flex;">
  640. <view>商品明细</view>
  641. <view style="color:#b9b9b9;font-size:10px;flex:1;text-align-last: right;"></view>
  642. </view>
  643. </view>
  644. <view wx:for="{{item.rejectItemVOList}}" data-item="{{item}}" wx:key="index" border="{{ true }}" wx:for-index="childindex">
  645. <van-card data-item="{{item}}" data-index="{{index}}">
  646. <view slot="thumb">
  647. <van-image radius="5px" width="80" height="80" src="{{item.iconThumPath }}" />
  648. </view>
  649. <view slot="title" style="display: flex;">
  650. <view style="display: flex;">
  651. <dk-title titleTag="{{item.titleTag}}" title="{{item.title}}"></dk-title>
  652. </view>
  653. <view wx:if="{{item.flag}}" style="text-align: right;width: 30%;">
  654. <van-tag catchtap="flag_bindtap" wx:if="{{item.flag}}" type="danger" color="red" style="text-align: right;">可换件</van-tag>
  655. <van-tag catchtap="flag_bindtap" wx:if="{{item.flag}}" type="danger" color="red" style="text-align: right;">需设计</van-tag>
  656. </view>
  657. </view>
  658. <view slot="desc">
  659. <view style="display:flex;width: 100%;">
  660. <view style="width: 80%;">
  661. <dk-text fontWeight="nomal" value="{{item.desc}}"></dk-text>
  662. </view>
  663. </view>
  664. </view>
  665. <view slot="price">
  666. <view style="display: flex;width: 100%;flex-direction: row;">
  667. <view style="width: 100%;text-align: right;font-size: 3.5vw;">销售数量:<span style="line-height:56rpx;color:red;">{{item.orderQuantity}}</span></view>
  668. </view>
  669. </view>
  670. <view slot="footer">
  671. <view style="display: flex;width: 100%;margin-top:5px;" data-index="{{index}}">
  672. <view style="width: 70%;text-align: left;font-size: 3.5vw;color: #95A8CB;">
  673. 备注:<span style="line-height:56rpx;">{{item.remarks ? item.remarks : ''}}</span>
  674. </view>
  675. <view style="width: 100%;text-align: right;font-size: 3.5vw;">售价:<span style="line-height:56rpx;color:#CAA977;">¥{{item.orderPriceSale}}</span></view>
  676. </view>
  677. </view>
  678. </van-card>
  679. </view>
  680. </van-collapse-item>
  681. </van-collapse>
  682. </view>
  683. </view>
  684. </view>
  685. <van-empty wx:if="{{orderList_out.length==0}}" description="暂无数据" />
  686. </view>
  687. </view>
  688. <van-tab title-style="color:#96A7C5;" title="收款记录">
  689. <view style="margin-bottom: 1vw;" wx:for="{{listFee}}" wx:for-index="index">
  690. <view class="table-show">
  691. <view class="table-show-detail">
  692. <view style="display:flex;background-color:#FBF6EF;">
  693. <image style="width:5vw;height:5vw;align-self:center;margin: 2vw;" src="/static/img/customer-assignment.png">
  694. </image>
  695. <view>
  696. <view style="font-weight:bold;font-size: 26rpx;">{{item.receiptNo}}</view>
  697. <view style="font-size: 12px;color:#95A8CB;">{{item.opCreateTime}}</view>
  698. </view>
  699. <view style="color: #00A7B5;font-size: 13px;align-self:center;flex:1;margin-left: 35px; display: flex;" bindtap="toOriginal_order_collection" data-item="{{item}}">
  700. <view>查看原单 </view>
  701. <van-icon name="arrow" />
  702. </view>
  703. </view>
  704. <view class="table-row">
  705. <view class="table-content-row">
  706. <view style="display: flex;">
  707. <view class="table-content-row-font">
  708. <dk-text fontSize="14px" color="#95A8CB" fontWeight="nomal" value="门店/导购"></dk-text>
  709. </view>
  710. <view class="table-content-class">
  711. {{item.orgName}} | {{item.staffName}}
  712. </view>
  713. </view>
  714. </view>
  715. </view>
  716. <view class="table-row">
  717. <view class="table-content-row" style="width:100%;">
  718. <view style="display: flex;justify-content:space-between;">
  719. <view style="display: flex; width: 50%;">
  720. <view class="table-content-row-font">
  721. <dk-text fontSize="14px" color="#95A8CB" fontWeight="nomal" value="收款类型">
  722. </dk-text>
  723. </view>
  724. <view class="table-content-class">
  725. {{item.docCode}}
  726. </view>
  727. </view>
  728. <view style="text-align:right;width: 50%;">
  729. <!-- <dk-text fontSize="17" color="#CAA977" value=" ¥{{item.sumAmount}}">
  730. </dk-text> -->
  731. <dk-cell height="46rpx" contentRight="{{true}}" spaceWidth="15rpx" fontSize="17" contentColor="#CAA977" fontWeight="" title=" " content="{{item.sumAmount ? item.sumAmount : 0}}"></dk-cell>
  732. </view>
  733. </view>
  734. </view>
  735. </view>
  736. </view>
  737. </view>
  738. </view>
  739. <van-empty wx:if="{{listFee.length==0}}" description="暂无数据" />
  740. </van-tab>
  741. <van-tab title-style="color:#96A7C5;" title="退款记录">
  742. <view style="margin-bottom: 1vw;" wx:for="{{listRefund}}" wx:for-index="index">
  743. <view class="table-show">
  744. <view class="table-show-detail">
  745. <view style="display:flex;background-color:#FBF6EF;">
  746. <image style="width:5vw;height:5vw;align-self:center;margin: 2vw;" src="/static/img/customer-assignment.png">
  747. </image>
  748. <view>
  749. <view style="font-weight:bold;font-size: 26rpx;">{{item.refundNo}}</view>
  750. <view style="font-size: 12px;color:#95A8CB;">{{item.opCreateTime}}</view>
  751. </view>
  752. <view style="color: #00A7B5;font-size: 13px;align-self:center;flex:1;margin-left: 35px; display: flex;" bindtap="toRefund" data-item="{{item}}">
  753. <view>查看原单 </view>
  754. <van-icon name="arrow" />
  755. </view>
  756. </view>
  757. <view class="table-row">
  758. <view class="table-content-row">
  759. <view style="display: flex;">
  760. <view class="table-content-row-font">
  761. <dk-text fontSize="14px" color="#95A8CB" fontWeight="nomal" value="门店/导购"></dk-text>
  762. </view>
  763. <view class="table-content-class">
  764. {{item.orgName}} | {{item.staffName}}
  765. </view>
  766. </view>
  767. </view>
  768. </view>
  769. <view class="table-row">
  770. <view class="table-content-row" style="width:100%;">
  771. <view style="display: flex;justify-content:space-between;">
  772. <view style="display: flex; width: 50%;">
  773. <view class="table-content-row-font">
  774. <dk-text fontSize="14px" color="#95A8CB" fontWeight="nomal" value="退款类型">
  775. </dk-text>
  776. </view>
  777. <view class="table-content-class">
  778. {{item.docCode}}
  779. </view>
  780. </view>
  781. <view style="text-align:right;width: 50%;">
  782. <!-- <dk-text fontSize="17" color="#CAA977" value=" ¥{{item.sumAmount}}">
  783. </dk-text> -->
  784. <dk-cell height="46rpx" contentRight="{{true}}" spaceWidth="15rpx" fontSize="17" contentColor="#CAA977" fontWeight="" title=" " content="{{item.refundAmount ? item.refundAmount : 0}}"></dk-cell>
  785. </view>
  786. </view>
  787. </view>
  788. </view>
  789. </view>
  790. </view>
  791. </view>
  792. <van-empty wx:if="{{listRefund.length==0}}" description="暂无数据" />
  793. </van-tab>
  794. <van-tab title-style="color:#96A7C5;" title="客户信息">
  795. <view class="table-show">
  796. <view class="table-show-detail" style="padding: 5rpx;">
  797. <van-cell border="{{ false }}" title-width="180rpx" title="报备人" value=" {{form.reportUserName?form.reportUserName:''}}" title-class="dk-cell-title" />
  798. <van-cell border="{{ false }}" title-width="180rpx" title="部门" value="{{form.orgName}}" title-class="dk-cell-title" />
  799. <van-cell border="{{ false }}" title-width="180rpx" title="客户来源" value="{{form.customerFromName}}" title-class="dk-cell-title" />
  800. <van-cell border="{{ false }}" title-width="180rpx" title="装修户型" value="{{form.toiletCountName}}" title-class="dk-cell-title" />
  801. <van-cell border="{{ false }}" title-width="180rpx" title="装修类型" value="{{form.fitupTypeName}}" title-class="dk-cell-title" />
  802. <van-cell border="{{ false }}" title-width="180rpx" title="房屋类型" value="{{form.houseTypeName}}" title-class="dk-cell-title" />
  803. <van-cell border="{{ false }}" title-width="180rpx" title="装修风格" value="{{form.fitupStyleName}}" title-class="dk-cell-title" />
  804. <van-cell border="{{ false }}" title-width="180rpx" title="年龄构成" value="{{form.ageCompositionName}}" title-class="dk-cell-title" />
  805. <van-cell border="{{ false}}" title-width="180rpx" title="决策者" value="{{form.decisionMakerName}}" title-class="dk-cell-title" />
  806. <van-cell border="{{ false }}" title-width="180rpx" title="客户分类" value=" {{form.customerClassifiedName}}" title-class="dk-cell-title" />
  807. <van-cell border="{{ false }}" title-width="180rpx" title="跟进人" value=" {{form.userName}}" title-class="dk-cell-title" />
  808. <view style="display:flex;width:100%;margin: 1vw; padding-top: 20rpx;">
  809. <view style="width: 30%; flex:1;color: #95A8CB;font-size: 28rpx;padding-left: 27rpx;">附件</view>
  810. <view style="width: 70%;text-align: left;">
  811. <van-uploader deletable="{{false}}" show-upload="{{false}}" max-count="5" accept="image" style="margin-left: 4%;border-radius: 15rpx;" preview-size="160rpx;" file-list="{{ fileList }}" bind:delete="deleteImg" bind:after-read="afterRead" multiple="true" imageFit="aspectFit" />
  812. </view>
  813. </view>
  814. <view style="margin-bottom: 35rpx;"></view>
  815. </view>
  816. </view>
  817. </van-tab>
  818. </van-tabs>
  819. <!-- 群聊 -->
  820. <dk-muti-dropdown-item show="{{designFlag}}" contentID="{{form.DesignUserId}}" id='staff' typeName='staff' bind:muticommit='mutiSearchAll' bind:muticlose='muticlose'>
  821. </dk-muti-dropdown-item>