From 533208f4821a41ab3b6bb4b2935a13080bb87d4f Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 23 Sep 2021 01:01:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=8C=E6=88=90=20?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../applyDeleteFeeBatch.html | 2 +- .../applyDeleteFeeBatch.js | 8 +- .../property/payFeeBatch/payFeeBatch.html | 112 +++++++++++++----- .../pages/property/payFeeBatch/payFeeBatch.js | 2 +- 4 files changed, 84 insertions(+), 40 deletions(-) diff --git a/public/components/property/applyDeleteFeeBatch/applyDeleteFeeBatch.html b/public/components/property/applyDeleteFeeBatch/applyDeleteFeeBatch.html index 99f656c40..1e226f30c 100644 --- a/public/components/property/applyDeleteFeeBatch/applyDeleteFeeBatch.html +++ b/public/components/property/applyDeleteFeeBatch/applyDeleteFeeBatch.html @@ -39,7 +39,7 @@
+
+ + + + +
@@ -8,42 +57,42 @@
- - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + - + + + + - - - + + +
批次号员工时间取消原因审核状态审核意见操作
批次号员工时间取消原因审核状态审核意见操作
{{payFee.batchId}}{{payFee.createUserName}}{{payFee.createTime}}{{payFee.remark || '无'}}{{payFee.stateName}}{{payFee.msg}} -
-
{{payFee.batchId}}{{payFee.createUserName}}{{payFee.createTime}}{{payFee.remark || '无'}}{{payFee.stateName}}{{payFee.msg}} +
+ - -
-
-
    -
    +
      +
      @@ -52,6 +101,7 @@
      - + +
      \ No newline at end of file diff --git a/public/pages/property/payFeeBatch/payFeeBatch.js b/public/pages/property/payFeeBatch/payFeeBatch.js index 1553b1cfe..e996850b5 100644 --- a/public/pages/property/payFeeBatch/payFeeBatch.js +++ b/public/pages/property/payFeeBatch/payFeeBatch.js @@ -65,7 +65,7 @@ }, _auditPayFeeBatchState: function (_auditInfo) { vc.component.payFeeBatchInfo.payFeeBatch.state = _auditInfo.state; - //vc.component.payFeeBatchInfo.payFeeBatch.remark = _auditInfo.remark; + vc.component.payFeeBatchInfo.payFeeBatch.msg = _auditInfo.remark; let _payFeeBatch = vc.component.payFeeBatchInfo.payFeeBatch; vc.http.apiPost( 'payFeeBatch.updatePayFeeBatch',