-
-
-
-
{{ lastItem.dishesName }}
-
...
+
+
+
+
+
+
+
{{ lastItem.dishesName }};
+
+
+
+ 无菜品
+
+
+
+
+
+
+
+
{{ lastItem.dishesName }}
+
...
+
+
+
+
+
+ 无菜品
-
-
- 无菜品
-
+
@@ -145,17 +162,18 @@
-
+
设备详情
-
-
+
+
+
删除
+ 导入
@@ -205,7 +228,38 @@
-
+
+ 说明:请按下载的模板填写数据并导入。
+
+ 1、下载模板,按规范填写信息
+ 模板下载
+
+
+
+ 2、上传文件
+
+ 上传导入
+
+
+
+
+
@@ -214,7 +268,9 @@
diff --git a/src/views/reportCenter/inComeSum/deptPaymentSum/index.vue b/src/views/reportCenter/inComeSum/deptPaymentSum/index.vue
index a1d2ecc5..407cf82f 100644
--- a/src/views/reportCenter/inComeSum/deptPaymentSum/index.vue
+++ b/src/views/reportCenter/inComeSum/deptPaymentSum/index.vue
@@ -44,74 +44,38 @@
{{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}
-
+
-
+
- {{ (scope.row.accAllBal/100).toFixed(2) }}
+ {{ (scope.row.lastWalletBal/100).toFixed(2) }}
-
-
- {{ (scope.row.accAllBal/100).toFixed(2) }}
-
-
-
-
- {{ (scope.row.accAllBal/100).toFixed(2) }}
-
-
-
-
- {{ (scope.row.accAllBal/100).toFixed(2) }}
-
-
-
-
- {{ (scope.row.accAllBal/100).toFixed(2) }}
-
-
-
-
- {{ (scope.row.accAllBal/100).toFixed(2) }}
-
-
-
-
-
-
+
+
+ {{ (scope.row.otherOutcome/100).toFixed(2) }}
+
+
+
+
+ {{ (scope.row.walletBal/100).toFixed(2) }}
+
+
+
+
+
+
+
+
+ 组织全称
+ {{ rowData.deptFullName }}
+
+
+ 用户姓名
+ {{ rowData.nickName }}
+
+
+ 用户编号
+ {{rowData.userId}}
+
+
+ 用户手机号
+ {{ rowData.phonenumber }}
+
+
+ 上期余额
+ {{ (rowData.lastWalletBal/100).toFixed(2) }}
+
+
+ 本期余额
+ {{ (rowData.walletBalNow/100).toFixed(2) }}
+
+
+ 总收入
+ {{ (rowData.income/100).toFixed(2) }}
+
+
+ 总支出
+ {{ (rowData.outcome/100).toFixed(2) }}
+
+
+ 账户余额
+ {{ (rowData.walletBal/100).toFixed(2) }}
+
+
+
+
+
+