jufubao-admin-library 1.1.97 → 1.1.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -148,6 +148,19 @@ module.exports = {
148
148
  },
149
149
  disabled: true,
150
150
  "role": "FINANCE-PARTNER.WALLET_LIST_PARTNER_CHANNEL_SUPPLIERS"
151
- }
152
- ]
151
+ },
152
+ {
153
+ title: "加盟商明细-服务费返点结算明细",
154
+ mapFn: "getByCardFeeInfo",
155
+ path: "/finance-partner/v1/trade-record/get-card-service-fee-rule",
156
+ isRule: false,
157
+ params: {
158
+ trade_nnid: ["交易号", "String", "必填"],
159
+ partner_id: ["加盟商ID", "String", "必填"],
160
+ wallet_type: ["钱包类型", "String", "必填"],
161
+ },
162
+ disabled: true,
163
+ },
164
+ ],
165
+
153
166
  }
@@ -414,7 +414,7 @@ export default {
414
414
  let temp = {};
415
415
  if(row.trade_type === 'card_fee_a'){
416
416
  temp['trade_nnid'] = row['trade_nnid'];
417
- temp['partner_id'] = row['partner_id'];
417
+ temp['partner_id'] = this.partner_id;
418
418
  temp['wallet_type'] = this.wallet_type
419
419
  }
420
420
  return temp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.97",
3
+ "version": "1.1.99",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {