微信小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

add.wxml 19 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. <!--pages/apply/paymentTemplate/add/add.wxml-->
  2. <view class="ns" style="height:{{isIPX?'88px':'64px'}};">
  3. <image src="/image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};" mode="widthFix" bindtap="back"></image>
  4. <text style="top:{{isIPX?'54px':'30px'}};">支出申请</text>
  5. </view>
  6. <view class="pure_top" style="top:{{isIPX?'88px':'64px'}};"></view>
  7. <view class="main-box top-box" style="margin-top:{{isIPX?'100px':'75px'}};">
  8. <text class="box-title">审批事项</text>
  9. <input class="input_tit" placeholder="请输入审批事项" value="{{form.approvalItemTemplate.approvalItems}}" bindinput="bindKeyInput"/>
  10. <text>提交单位:{{form.approvalItemTemplate.submitCompany}}</text>
  11. <text>提交日期:{{form.approvalItemTemplate.submitDate}}</text>
  12. <text>提 交 人:{{form.approvalItemTemplate.submitter}}</text>
  13. <text>联系电话:{{form.approvalItemTemplate.telephone}}</text>
  14. </view>
  15. <block wx:for="{{form.transfers}}" wx:key="index">
  16. <view class="main-title">事项{{form.transfers[index].num}}</view>
  17. <view class="center">
  18. <text class="title">基础信息</text>
  19. <view class="main-box table-box">
  20. <!-- <van-field label="申请流水号" value="{{ form.approvalItemTemplate.telephone }}" placeholder="请输入申请流水号" border="{{ false }}" bind:change="onChange" input-align="right"/> -->
  21. <van-field label="申请时间" readonly is-link value="{{ form.transfers[index].applyDate }}" placeholder="请选择申请时间" border="{{ false }}" bind:change="onChange" input-align="right" bindtap="openBox" data-name="showApplyDate" />
  22. <van-calendar show="{{ showApplyDate }}" bind:close="closeBox" data-name="showApplyDate" bind:confirm="onConfirm" data-value="form.transfers[{{index}}].applyDate" show-confirm="{{ false }}" />
  23. <van-field readonly label="合计支出" value="{{ form.transfers[index].expenditureAmount }}" placeholder="(自动计算)" border="{{ false }}" data-formname="form.transfers[{{index}}].expenditureAmount" input-align="right"/>
  24. <van-field label="支出原因" value="{{ form.transfers[index].remark }}" placeholder="请输入支出原因" border="{{ false }}" bind:change="onChange" input-align="right" data-formname="form.transfers[{{index}}].remark" data-value="form.transfers[{{index}}].remark"/>
  25. <van-popup show="{{showCapitalExpenditureType}}" round position="bottom" bind:close="closeBox" data-name="showCapitalExpenditureType">
  26. <van-picker
  27. columns="{{capitalExpenditureTypeOptions}}"
  28. show-toolbar
  29. value-key="dictLabel"
  30. bind:cancel="closeBox"
  31. bind:confirm="onConfirmPick"
  32. data-name="showCapitalExpenditureType"
  33. data-value="form.transfers[{{index}}].capitalExpenditureType"
  34. />
  35. </van-popup>
  36. <van-field label="资金支出类别" readonly value="{{ form.transfers[index].capitalExpenditureTypeText }}" placeholder="请选择资金支出类别" border="{{ false }}" bind:change="onChange" input-align="right" is-link arrow-direction ="down" bindtap="openBox" data-name="showCapitalExpenditureType"/>
  37. </view>
  38. <block wx:if="{{form.transfers[index].capitalExpenditureType == 2}}">
  39. <text class="title">关联项目</text>
  40. <view class="main-box table-box">
  41. <van-popup show="{{showProject}}" round position="bottom" bind:close="closeBox" data-name="showProject">
  42. <van-picker
  43. columns="{{projectOptions}}"
  44. show-toolbar
  45. value-key="projectName"
  46. bind:cancel="closeBox"
  47. bind:confirm="onConfirmProject"
  48. data-name="showProject"
  49. data-value="projectForm.projectName"
  50. />
  51. </van-popup>
  52. <van-field label="项目名称" readonly value="{{ projectForm.projectName }}" placeholder="请输入项目名称" border="{{ false }}" bind:change="onChange" input-align="right" is-link bindtap="openBox" data-name="showProject"/>
  53. <van-field label="承建单位" readonly value="{{ projectForm.projectContractor }}" placeholder="请输入承建单位" border="{{ false }}" bind:change="onChange" input-align="right"/>
  54. <van-field label="合同价款(元)" readonly value="{{ projectForm.projectAmount }}" placeholder="请输入合同价款(元)" border="{{ false }}" bind:change="onChange" input-align="right"/>
  55. <van-popup show="{{showProjectFundType}}" round position="bottom" bind:close="closeBox" data-name="showProjectFundType">
  56. <van-picker
  57. columns="{{projectFundTypeOptions}}"
  58. show-toolbar
  59. value-key="dictLabel"
  60. bind:cancel="closeBox"
  61. bind:confirm="onConfirmPick"
  62. data-name="showProjectFundType"
  63. data-value="projectForm.projectFundType"
  64. />
  65. </van-popup>
  66. <van-field label="工程款类型" readonly value="{{ projectForm.projectFundTypeText }}" placeholder="请选择工程款类型" border="{{ false }}" bind:change="onChange" input-align="right" is-link arrow-direction ="down" bindtap="openBox" data-name="showProjectFundType"/>
  67. <van-field label="工程发票号" value="{{ projectForm.projectBillNum }}" placeholder="请输入工程发票号" border="{{ false }}" bind:change="onChange" input-align="right"/>
  68. </view>
  69. </block>
  70. <block wx:if="{{form.transfers[index].capitalExpenditureType == 4}}">
  71. <text class="title">关联合同</text>
  72. <view class="main-box table-box">
  73. <van-popup show="{{showContraction}}" round position="bottom" bind:close="closeBox" data-name="showContraction">
  74. <van-picker
  75. columns="{{contractionOptions}}"
  76. show-toolbar
  77. value-key="name"
  78. bind:cancel="closeBox"
  79. bind:confirm="onConfirmContraction"
  80. data-name="showContraction"
  81. data-value="contractionForm.name"
  82. />
  83. </van-popup>
  84. <van-field label="合同名称" readonly value="{{ contractionForm.name }}" placeholder="请选择合同名称" border="{{ false }}" bind:change="onChange" input-align="right" is-link bindtap="openBox" data-name="showContraction"/>
  85. <van-field label="合同编码" value="{{ contractionForm.code }}" placeholder="请输入合同编码" border="{{ false }}" bind:change="onChange" input-align="right"/>
  86. <van-field label="合同价款(元)" readonly value="{{ contractionForm.totalAmount }}" placeholder="请输入合同价款(元)" border="{{ false }}" bind:change="onChange" input-align="right"/>
  87. </view>
  88. </block>
  89. <text class="title">付款方信息</text>
  90. <view class="main-box table-box">
  91. <van-popup show="{{showTransferType}}" round position="bottom" bind:close="closeBox" data-name="showTransferType">
  92. <van-picker
  93. columns="{{transferTypeOptions}}"
  94. show-toolbar
  95. value-key="dictLabel"
  96. bind:cancel="closeBox"
  97. bind:confirm="onConfirmaTransfer"
  98. data-name="showTransferType"
  99. data-value="form.transfers[{{index}}]"
  100. />
  101. </van-popup>
  102. <van-field label="付款方式" readonly value="{{ form.transfers[index].transferTypeText }}" placeholder="请输入付款方式" border="{{ false }}" bind:change="onChange" input-align="right" is-link arrow-direction ="down" bindtap="openBox" data-name="showTransferType"/>
  103. <van-popup show="{{showAccount}}" round position="bottom" bind:close="closeBox" data-name="showAccount">
  104. <van-picker
  105. columns="{{accountOptions}}"
  106. show-toolbar
  107. value-key="accountName"
  108. bind:cancel="closeBox"
  109. bind:confirm="onConfirmAccount"
  110. data-name="showAccount"
  111. data-value="form.transfers[{{index}}]"
  112. />
  113. </van-popup>
  114. <van-field wx:if="{{form.transfers[index].transferType != 12}}" readonly value="{{ form.transfers[index].payer }}" placeholder="请选择付款方名称" border="{{ false }}" bind:change="onChange" input-align="right" is-link arrow-direction ="down" bindtap="openBox" data-name="showAccount">
  115. <view slot="label">
  116. 付款方<van-tag plain type="danger" color="red" round style="margin-left:10px;">必填</van-tag>
  117. </view>
  118. </van-field>
  119. <van-field readonly wx:if="{{form.transfers[index].transferType == 11}}" label="可用余额(元)" value="{{ balance }}" placeholder="可用余额" border="{{ false }}" bind:change="onChange" input-align="right"/>
  120. <block wx:elif="{{form.transfers[index].transferType == 12}}">
  121. <van-popup show="{{showAccount}}" round position="bottom" bind:close="closeBox" data-name="showMoneyorder">
  122. <van-picker
  123. columns="{{moneyorderOptions}}"
  124. show-toolbar
  125. value-key="accountName"
  126. bind:cancel="closeBox"
  127. bind:confirm="onConfirmMoneyorder"
  128. data-name="showMoneyorder"
  129. data-value="form.transfers[{{index}}]"
  130. />
  131. </van-popup>
  132. <van-field readonly label="出票方" value="{{ form.transfers[index].payerAccount }}" placeholder="请选择出票方" border="{{ false }}" bind:change="onChange" input-align="right" is-link arrow-direction ="down" bindtap="openBox" data-name="showMoneyorder"/>
  133. <van-field readonly label="汇票号码" value="{{ form.transfers[index].bankTypeText }}" placeholder="汇票号码" border="{{ false }}" bind:change="onChange" input-align="right"/>
  134. <van-field readonly label="出票金额(元)" value="{{ form.transfers[index].bankTypeText }}" placeholder="出票金额(元)" border="{{ false }}" bind:change="onChange" input-align="right"/>
  135. <van-field readonly label="汇票类型" value="{{ form.transfers[index].bankTypeText }}" placeholder="汇票类型" border="{{ false }}" bind:change="onChange" input-align="right"/>
  136. <van-field readonly label="开票日" value="{{ form.transfers[index].bankTypeText }}" placeholder="开票日" border="{{ false }}" bind:change="onChange" input-align="right"/>
  137. <van-field readonly label="到期日" value="{{ form.transfers[index].bankTypeText }}" placeholder="到期日" border="{{ false }}" bind:change="onChange" input-align="right"/>
  138. </block>
  139. <block wx:else>
  140. <van-field readonly label="付款方账号" value="{{ form.transfers[index].payerAccount }}" placeholder="请输入付款方账号" border="{{ false }}" bind:change="onChange" input-align="right"/>
  141. <van-field readonly label="所属银行" value="{{ form.transfers[index].bankTypeText }}" placeholder="请输入所属银行" border="{{ false }}" bind:change="onChange" input-align="right"/>
  142. </block>
  143. </view>
  144. <text class="title">收款方信息</text>
  145. <view class="center-box">
  146. <view class="main-box table-box" wx:if="{{form.transfers[index].bankType == 1 && form.transfers[index].transferType != 10 && form.transfers[index].transferType != 11 && form.transfers[index].transferType != 12}}">
  147. <van-cell title="收款账户类型" center border="{{false}}">
  148. <view style="float: right;">
  149. <van-radio-group
  150. value="{{ form.transfers[index].bankAccountType }}"
  151. bind:change="onChange"
  152. direction="horizontal"
  153. data-value="form.transfers[{{index}}].bankAccountType"
  154. >
  155. <van-radio name="1" checked-color="#2C8E68">公户</van-radio>
  156. <van-radio name="2" checked-color="#2C8E68">私户</van-radio>
  157. </van-radio-group>
  158. </view>
  159. </van-cell>
  160. </view>
  161. <view class="main-box table-box" wx:if="{{(form.transfers[index].bankType == 2 || form.transfers[index].bankType == 3 || form.transfers[index].bankType == 4) && (form.transfers[index].transferType != 10 && form.transfers[index].transferType != 11 && form.transfers[index].transferType != 12)}}">
  162. <van-cell title="是否同行" center border="{{false}}">
  163. <view style="float: right;">
  164. <van-radio-group
  165. value="{{ form.transfers[index].isPeers }}"
  166. bind:change="onChange"
  167. direction="horizontal"
  168. data-value="form.transfers[{{index}}].isPeers"
  169. >
  170. <van-radio name="Y" checked-color="#2C8E68">是</van-radio>
  171. <van-radio name="N" checked-color="#2C8E68">否</van-radio>
  172. </van-radio-group>
  173. </view>
  174. </van-cell>
  175. </view>
  176. <view class="main-box table-box" wx:for="{{form.transfers[index].payeeList}}" wx:for-index="childrenIndex" wx:key="payeeId">
  177. <van-field readonly value="{{ form.transfers[index].payeeList[childrenIndex].payee }}" placeholder="请输入姓名" border="{{ false }}" bind:change="onChange" input-align="right" is-link arrow-direction ="down" bindtap="goPayeeList" data-payer="{{form.transfers[index].payer}}" data-index="{{index}}" data-isPeers="{{ form.transfers[index].isPeers }}" data-bankType="{{ form.transfers[index].bankType }}" data-accountType="{{ form.transfers[index].bankAccountType }}" data-transferType="{{ form.transfers[index].transferType }}">
  178. <view slot="label">
  179. 姓名<van-tag plain type="danger" color="#5CAE77" round style="margin-left:10px;">收款方</van-tag>
  180. </view>
  181. </van-field>
  182. <van-field readonly label="收款账户" value="{{ form.transfers[index].payeeList[childrenIndex].payeeAccount }}" placeholder="请输入收款账户" border="{{ false }}" bind:change="onChange" input-align="right"/>
  183. <van-field readonly label="开户银行" value="{{ form.transfers[index].payeeList[childrenIndex].bankDeposit }}" placeholder="请输入开户银行" border="{{ false }}" bind:change="onChange" input-align="right" is-link arrow-direction ="down"/>
  184. <van-field label="收入金额" value="{{ form.transfers[index].payeeList[childrenIndex].incomeAmount }}" placeholder="请输入收入金额" border="{{ false }}" bind:change="onChangeMoney" input-align="right" data-formname="form.transfers[{{index}}].payeeList[{{childrenIndex}}]" data-index="{{index}}" data-childrenIndex="{{childrenIndex}}"/>
  185. <van-field readonly label="所属银行" value="{{ form.transfers[index].payeeList[childrenIndex].bankTypeText }}" placeholder="请输入所属银行" border="{{ false }}" bind:change="onChange" input-align="right" is-link arrow-direction ="down"/>
  186. </view>
  187. </view>
  188. <view class="main-box">
  189. <van-cell>
  190. <!-- <view slot="icon">
  191. <van-icon class-prefix="my-icon" name="extra" />
  192. </view> -->
  193. <view slot="title">
  194. <view class="van-cell-text">附件<van-tag type="danger" style="margin-left: 10px;">可拍照</van-tag></view>
  195. </view>
  196. <view>
  197. <view class="van-cell-text">总数<van-tag round color="#5CAE77" plain style="margin-left: 10px;"> {{form.transfers[index].fileNum?form.transfers[index].fileNum:0}}张 </van-tag></view>
  198. </view>
  199. </van-cell>
  200. <view class="fj-box">
  201. <view class="fj-li">
  202. <view>
  203. <text>收\n据</text>
  204. </view>
  205. <view class="img_box">
  206. <image wx:for="{{form.transfers[index].SJimage}}" src="{{item.tempFilePath}}" wx:key="index" data-option="{{form.transfers[index].SJimage}}" data-index="{{index}}" bindtap="openPreview"></image>
  207. <image src="/image/apply/fj_upload.png" data-index="{{index}}" bindtap="SJtakephoto"></image>
  208. </view>
  209. </view>
  210. <view class="fj-li">
  211. <view>
  212. <text>发\n票</text>
  213. </view>
  214. <view class="img_box">
  215. <image wx:for="{{form.transfers[index].FPimage}}" src="{{item.tempFilePath}}" data-option="{{form.transfers[index].FPimage}}" data-index="{{index}}" bindtap="openPreview" wx:key="index"></image>
  216. <image src="/image/apply/fj_upload.png" data-index="{{index}}" bindtap="FPtakephoto"></image>
  217. </view>
  218. </view>
  219. <view class="fj-li">
  220. <view>
  221. <text>其\n他</text>
  222. </view>
  223. <view class="img_box">
  224. <image wx:for="{{form.transfers[index].QTimage}}" src="{{item.tempFilePath}}" data-option="{{form.transfers[index].QTimage}}" data-index="{{index}}" bindtap="openPreview" wx:key="index"></image>
  225. <image src="/image/apply/fj_upload.png" data-index="{{index}}" bindtap="QTtakephoto"></image>
  226. </view>
  227. </view>
  228. </view>
  229. </view>
  230. <!-- <view class="main-box steps-box">
  231. <view class="steps-tit">审批流程</view>
  232. <van-row wx:for="{{steps}}" wx:key="index">
  233. <van-col span="3">
  234. <view class="index">{{index+1}}</view>
  235. <block wx:if="{{index==0}}">
  236. <view class="indexBorder">
  237. <view class="ssT" wx:if="{{index>0}}"></view>
  238. <view class="yq"></view>
  239. <view class="ss" wx:if="{{steps.length != index+1}}"></view>
  240. </view>
  241. </block>
  242. <block wx:else>
  243. <view class="indexBorder indexCenter">
  244. <view class="ssT" wx:if="{{index>0}}"></view>
  245. <view class="yq"></view>
  246. <view class="ss" wx:if="{{steps.length != index+1}}"></view>
  247. </view>
  248. </block>
  249. </van-col>
  250. <van-col span="21">
  251. <van-cell title="{{item.activityName}}" center="{{true}}" border="{{false}}">
  252. <view class="agree" wx:if="{{item.type=='1'}}">{{ item.assigneeName }}</view>
  253. <view class="in" wx:if="{{item.type=='2'}}">{{ item.assigneeName }}</view>
  254. <view class="disagree" wx:if="{{item.type=='3'}}">{{ item.assigneeName }}</view>
  255. </van-cell>
  256. <van-cell center border="{{false}}">
  257. <view slot="title">
  258. <view style="color: #999999;">{{ item.durationInMillis }}</view>
  259. </view>
  260. <view style="color: #999999;font-size: 12px;">{{ item.endTime }}</view>
  261. </van-cell>
  262. </van-col>
  263. </van-row>
  264. </view> -->
  265. </view>
  266. </block>
  267. <block wx:if="{{!isUpdate}}">
  268. <view class="bottomBtn">
  269. <view bindtap="goSubmitMB">
  270. <image src="/image/apply/icon_pres.png"></image>
  271. <text>保存模板</text>
  272. </view>
  273. <view bindtap="addList">
  274. <image src="/image/apply/icon_add.png"></image>
  275. <text>新增事项</text>
  276. </view>
  277. </view>
  278. <view class="bottom">
  279. <view class="btn1" data-type="3" bindtap="goSubmit">提交复核</view>
  280. <view class="btn2" data-type="0" bindtap="goSubmit">下一步</view>
  281. </view>
  282. </block>
  283. <block wx:if="{{isUpdate}}">
  284. <view class="bottom">
  285. <view class="btn3" data-type="0" bindtap="goKeep">保存</view>
  286. </view>
  287. </block>
  288. <!-- <view class="bottom">
  289. <button type="warn" plain class="btnDis">驳回</button>
  290. <button type="primary" class="btnAgree">同意</button>
  291. </view> -->
  292. <van-dialog
  293. use-slot
  294. title="支付模板"
  295. show="{{ showDialog }}"
  296. bind:close="onClose"
  297. theme='round-button'
  298. confirmButtonText="保存"
  299. data-type="1"
  300. bind:confirm="goSubmit"
  301. closeOnClickOverlay="{{ true }}"
  302. >
  303. <input class="input_tit" placeholder="请输入模板名称" style="width: 90%;margin: 0 auto;margin-top: 15px;margin-bottom: 10px;text-align: center;" value="{{form.approvalItemTemplate.templateName}}" bindinput="bindNameInput"/>
  304. </van-dialog>