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',