baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
17.12k stars 2.48k forks source link

crud 快速编辑初始化数据时顶部确认数据数异常 #10314

Open ydiego opened 3 months ago

ydiego commented 3 months ago

描述问题:

若干个tabs下面分别对应一个可inline编辑的crud,每个crud的初始数据由接口返回手动赋值,赋值完成之后会出现顶部教据修改确 认,但存在tab下数据修改数量对不上问题 该问题在sdk6.3.0版本下正常, 编辑器6.2.1正常, sdk与编辑器升至6.4.1后能复现

截图或视频:

正常 image 数量与列表展示不一致 image 没提示需要修改,但是样式是修改了数据后的样式 image

如何复现(请务必完整填写下面内容):

在官网可复现,点击上传随便选一个文件,全部数据放不上来,看评论

{
  "type": "page",
  "body": {
    "type": "form",
    "api": "/amis/api/mock2/form/saveForm",
    "body": [
      {
        "type": "input-file",
        "id": "u:d503492e638e",
        "drag": false,
        "mode": "inline",
        "name": "",
        "label": "上传",
        "proxy": true,
        "accept": "*",
        "onEvent": {
          "success": {
            "weight": 0,
            "actions": [
              {
                "script": "context.props.formStore.setValues({ ...event.data.value})",
                "actionType": "custom",
                "ignoreError": false
              }
            ]
          }
        },
        "btnLabel": "选择排期表",
        "multiple": false,
        "receiver": {
          "url": "",
          "method": "post",
          "mockResponse": {}
        },
        "useChunk": false,
        "autoUpload": true,
        "uploadType": "fileReceptor"
      },
      {
        "type": "tabs",
        "id": "u:d2aaff37199c",
        "tabs": [
          {
            "id": "u:55b98217c533",
            "body": [
              {
                "id": "kol_crud",
                "type": "crud",
                "source": "$projectDetails.kol",
                "data": {
                  "customerPolicyList": "$customerPolicyReportBoList"
                },
                "name": "projectDetails.kol",
                "columnsTogglable": false,
                "quickSaveApi": {
                  "url": "/project/application/recalculate",
                  "method": "post"
                },
                "perPageAvailable": [
                  30
                ],
                "onEvent": {
                  "quickSaveSucc": {
                    "weight": 0,
                    "actions": [
                      {
                        "ignoreError": false,
                        "script": "doAction({\n  actionType: 'setValue',\n  componentId: 'u:5ab47fd96eb7',\n  args: {\n    value: event.data.result\n  }\n});\n",
                        "actionType": "custom"
                      }
                    ]
                  }
                },
                "columns": [
                  {
                    "name": "deliveryPlatform",
                    "label": "投放平台",
                    "placeholder": "-",
                    "width": 150,
                    "quickEdit": {
                      "mode": "inline",
                      "type": "select",
                      "source": "${delivery_platform_kol}",
                      "labelField": "dictLabel",
                      "valueField": "dictValue",
                      "required": true,
                      "id": "u:800c4f2b9333"
                    },
                    "type": "text",
                    "id": "u:f14ef623d80e"
                  },
                  {
                    "name": "mcn",
                    "type": "text",
                    "label": "MCN",
                    "id": "u:994fe8e62e05"
                  },
                  {
                    "name": "telentId",
                    "label": "达人ID",
                    "placeholder": "-",
                    "width": 150,
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-text",
                      "required": true,
                      "id": "u:f3c409f13809"
                    },
                    "type": "text",
                    "id": "u:d9f14b1a36c3"
                  },
                  {
                    "name": "telentName",
                    "label": "达人昵称",
                    "placeholder": "-",
                    "width": 150,
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-text",
                      "required": true,
                      "id": "u:d61e6c569179"
                    },
                    "type": "text",
                    "id": "u:c004e1aad002"
                  },
                  {
                    "name": "cooperateType",
                    "label": "合作内容",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "select",
                      "required": true,
                      "source": "/system/dict/data/type/${deliveryPlatform}?v=${RAND()}",
                      "labelField": "dictLabel",
                      "valueField": "dictValue",
                      "trackExpression": "$delivery_platform",
                      "id": "u:ec3a71ab4f27"
                    },
                    "placeholder": "-",
                    "width": 150,
                    "type": "text",
                    "id": "u:7a0da87c2052"
                  },
                  {
                    "name": "whetherPlatform",
                    "label": "是否平台",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "select",
                      "size": "xs",
                      "required": true,
                      "options": [
                        {
                          "label": "是",
                          "value": 0
                        },
                        {
                          "label": "否",
                          "value": 1
                        }
                      ],
                      "id": "u:c142bca02e9a"
                    },
                    "type": "text",
                    "id": "u:441d6cd27997"
                  },
                  {
                    "name": "placeAmount",
                    "label": "平台下单裸价",
                    "quickEdit": {
                      "mode": "inline",
                      "required": true,
                      "type": "input-number",
                      "keyboard": true,
                      "step": 1,
                      "precision": 2,
                      "id": "u:d132bb4e3ba8"
                    },
                    "type": "text",
                    "id": "u:3aca24847d0f"
                  },
                  {
                    "name": "platformService",
                    "type": "text",
                    "label": "平台服务费",
                    "id": "u:384c87caa3ed"
                  },
                  {
                    "name": "telentRebates",
                    "type": "text",
                    "label": "预估返点",
                    "id": "u:aad56f47cd4b"
                  },
                  {
                    "name": "finalPrice",
                    "type": "text",
                    "label": "预估返点金额",
                    "id": "u:59a6b76fe5be"
                  },
                  {
                    "name": "telentRebates",
                    "label": "客户实收金额",
                    "quickEdit": {
                      "mode": "inline",
                      "required": true,
                      "type": "input-number",
                      "precision": 2,
                      "id": "u:6d80ab6bc037"
                    },
                    "type": "text",
                    "id": "u:17461d578ab1"
                  },
                  {
                    "name": "addShoppingCart",
                    "label": "加购物车/链接金额",
                    "quickEdit": {
                      "mode": "inline",
                      "required": true,
                      "type": "input-number",
                      "precision": 2,
                      "id": "u:0685b2da13a7"
                    },
                    "type": "text",
                    "id": "u:b92352f6cd0e"
                  },
                  {
                    "name": "authorizedAmount",
                    "label": "站内外授权金额",
                    "quickEdit": {
                      "mode": "inline",
                      "required": true,
                      "type": "input-number",
                      "precision": 2,
                      "id": "u:00158ab4c463"
                    },
                    "type": "text",
                    "id": "u:9141c7b4ef7e"
                  },
                  {
                    "name": "travelExpense",
                    "label": "线下差旅费金额",
                    "quickEdit": {
                      "mode": "inline",
                      "required": true,
                      "type": "input-number",
                      "precision": 2,
                      "id": "u:edafdca8343f"
                    },
                    "type": "text",
                    "id": "u:773db5316d74"
                  },
                  {
                    "name": "productCost",
                    "label": "产品费金额",
                    "quickEdit": {
                      "mode": "inline",
                      "required": true,
                      "type": "input-number",
                      "precision": 2,
                      "id": "u:f75981407089"
                    },
                    "type": "text",
                    "id": "u:54427c05ec50"
                  },
                  {
                    "name": "inspectionAmount",
                    "label": "线下探店金额",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-number",
                      "required": true,
                      "precision": 2,
                      "id": "u:362caae09192"
                    },
                    "type": "text",
                    "id": "u:867e0e74b51a"
                  },
                  {
                    "name": "countInspection",
                    "type": "text",
                    "label": "线下金额总计",
                    "id": "u:84f41edb7d96"
                  },
                  {
                    "name": "countCustomer",
                    "type": "text",
                    "label": "客户实收金额总计",
                    "id": "u:37f8818d6e81"
                  },
                  {
                    "name": "remark",
                    "label": "备注",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-text",
                      "id": "u:ff39cacdb275"
                    },
                    "placeholder": "-",
                    "width": 150,
                    "type": "text",
                    "id": "u:d885bbbd425a"
                  }
                ]
              }
            ],
            "title": "a"
          },
          {
            "id": "u:963635529908",
            "body": [
              {
                "id": "recharge_crud",
                "type": "crud",
                "source": "$projectDetails.recharge",
                "data": {
                  "customerPolicyList": "$customerPolicyReportBoList"
                },
                "name": "projectDetails.recharge",
                "columnsTogglable": false,
                "quickSaveApi": {
                  "url": "/project/application/recalculate",
                  "method": "post"
                },
                "perPageAvailable": [
                  30
                ],
                "onEvent": {
                  "quickSaveSucc": {
                    "weight": 0,
                    "actions": [
                      {
                        "ignoreError": false,
                        "script": "console.log(event.data.result, 2331)\ndoAction({\n  actionType: 'setValue',\n  componentId: 'u:5ab47fd96eb7',\n  args: {\n    value: event.data.result\n  },\n  dataMergeMode: 'override'\n});\n",
                        "actionType": "custom"
                      }
                    ]
                  }
                },
                "bulkActions": [],
                "columns": [
                  {
                    "name": "deliveryPlatform",
                    "label": "投放平台",
                    "placeholder": "-",
                    "width": 150,
                    "quickEdit": {
                      "mode": "inline",
                      "type": "select",
                      "source": "${delivery_platform_kol}",
                      "labelField": "dictLabel",
                      "valueField": "dictValue",
                      "required": true,
                      "id": "u:a3cfe4e99602"
                    },
                    "type": "text",
                    "id": "u:7ef56c987c54"
                  },
                  {
                    "type": "text",
                    "label": "实际充值金额",
                    "name": "placeAmount",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-number",
                      "precision": 2,
                      "required": true,
                      "id": "u:d49e4124d4f8"
                    },
                    "id": "u:5de3defc0110"
                  },
                  {
                    "name": "customerReceipts",
                    "label": "实收客户金额",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-number",
                      "precision": 2,
                      "required": true,
                      "id": "u:60f20a205ac8"
                    },
                    "placeholder": "-",
                    "width": 150,
                    "type": "text",
                    "id": "u:47e5dde987b3"
                  },
                  {
                    "name": "paymentMethod",
                    "label": "打款方式",
                    "type": "text",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "select",
                      "source": "${payment_method}",
                      "labelField": "dictLabel",
                      "valueField": "dictValue",
                      "required": true,
                      "id": "u:58f8617c10b9"
                    },
                    "id": "u:6ad6fbfdf8c9"
                  },
                  {
                    "name": "priceSheet",
                    "label": "上传报价单",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-file",
                      "label": "",
                      "accept": "*",
                      "autoUpload": true,
                      "receiver": {
                        "method": "post",
                        "url": "/resource/oss/upload"
                      },
                      "valueField": "ossId",
                      "requiredOn": "${deliveryPlatform == 'xiaohongshu'}",
                      "id": "u:6336c8f6cbab"
                    },
                    "type": "text",
                    "id": "u:f775844a81b5"
                  },
                  {
                    "name": "remark",
                    "label": "备注",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-text",
                      "id": "u:2409aa96d0af"
                    },
                    "placeholder": "-",
                    "width": 150,
                    "type": "text",
                    "id": "u:5196027b1e76"
                  }
                ],
                "messages": {}
              }
            ],
            "title": "b"
          },
          {
            "id": "u:963635529908",
            "body": [
              {
                "id": "brand_crud",
                "type": "crud",
                "source": "$projectDetails.brand",
                "columns": [
                  {
                    "name": "purchasingType",
                    "type": "text",
                    "label": "采买类型",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-text",
                      "required": true,
                      "id": "u:fef0346bd8d8"
                    },
                    "width": 150,
                    "id": "u:e9f608b34c8d"
                  },
                  {
                    "name": "cooperateType",
                    "type": "text",
                    "label": "投放媒体",
                    "placeholder": "-",
                    "width": 150,
                    "quickEdit": {
                      "mode": "inline",
                      "type": "select",
                      "source": "${delivery_platform_ad}",
                      "labelField": "dictLabel",
                      "valueField": "dictValue",
                      "required": true,
                      "id": "u:20b1c74defda"
                    },
                    "id": "u:624c3ac95c75"
                  },
                  {
                    "name": "telentName",
                    "type": "text",
                    "label": "媒介触点",
                    "placeholder": "-",
                    "width": 150,
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-text",
                      "required": true,
                      "id": "u:50856595f9bd"
                    },
                    "id": "u:f9971dd38a70"
                  },
                  {
                    "name": "customerReceipts",
                    "type": "text",
                    "label": "实收客户金额",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-number",
                      "precision": 2,
                      "required": true,
                      "id": "u:af94750f6809"
                    },
                    "placeholder": "-",
                    "width": 150,
                    "id": "u:1ad782d54e10"
                  },
                  {
                    "name": "brandFormerRebates",
                    "type": "text",
                    "label": "前吐比例",
                    "id": "u:fbb4fb43d71f"
                  },
                  {
                    "name": "brandAfterRebates",
                    "type": "text",
                    "label": "后吐比例",
                    "id": "u:73ec2ba77684"
                  },
                  {
                    "name": "placeAmount",
                    "type": "text",
                    "label": "媒体排期金额",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-number",
                      "precision": 2,
                      "required": true,
                      "id": "u:a4df47d78447"
                    },
                    "id": "u:60654672a804"
                  },
                  {
                    "name": "startTime",
                    "label": "投放开始时间",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-date",
                      "required": true,
                      "valueFormat": "YYYY-MM-DD",
                      "id": "u:48c39b0762c1"
                    },
                    "type": "text",
                    "id": "u:f0770cc94e4b"
                  },
                  {
                    "name": "endTime",
                    "label": "投放结束时间",
                    "quickEdit": {
                      "mode": "inline",
                      "required": true,
                      "type": "input-date",
                      "valueFormat": "YYYY-MM-DD",
                      "id": "u:10da54e6884a"
                    },
                    "type": "text",
                    "id": "u:051abab58774"
                  },
                  {
                    "name": "platformService",
                    "label": "服务费金额",
                    "type": "text",
                    "id": "u:261a30a8154f"
                  },
                  {
                    "name": "serviceIncomeRatio",
                    "label": "服务费比例",
                    "type": "text",
                    "id": "u:eb6cc8d9a004"
                  },
                  {
                    "name": "priceSheet",
                    "label": "对客报价单",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-file",
                      "label": "",
                      "accept": "*",
                      "receiver": {
                        "method": "post",
                        "url": "/resource/oss/upload"
                      },
                      "valueField": "ossId",
                      "id": "u:aff96ae710a5"
                    },
                    "type": "text",
                    "id": "u:45311dfe0647"
                  },
                  {
                    "name": "remark",
                    "label": "备注",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-text",
                      "id": "u:0fcf3dc925a4"
                    },
                    "placeholder": "-",
                    "width": 150,
                    "type": "text",
                    "id": "u:4947f74b8604"
                  }
                ],
                "bulkActions": [],
                "data": {
                  "customerPolicyList": "$customerPolicyReportBoList"
                },
                "name": "projectDetails.kol",
                "showFooterAddBtn": true,
                "columnsTogglable": false,
                "quickSaveApi": {
                  "url": "/project/application/recalculate",
                  "method": "post"
                },
                "perPageAvailable": [
                  30
                ],
                "messages": {},
                "onEvent": {
                  "quickSaveSucc": {
                    "weight": 0,
                    "actions": [
                      {
                        "ignoreError": false,
                        "script": "doAction({\n  actionType: 'setValue',\n  componentId: 'u:5ab47fd96eb7',\n  args: {\n    value: event.data.result\n  }\n});\n",
                        "actionType": "custom"
                      }
                    ]
                  }
                }
              }
            ],
            "title": "c"
          },
          {
            "id": "u:4db624fab8f9",
            "body": [
              {
                "id": "other_crud",
                "type": "crud",
                "source": "$projectDetails.other",
                "columns": [
                  {
                    "name": "purchasingType",
                    "type": "text",
                    "label": "采买类型",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "select",
                      "required": true,
                      "source": "${purchasing_type}",
                      "labelField": "dictLabel",
                      "valueField": "dictValue",
                      "id": "u:3d2d50ad1051"
                    },
                    "placeholder": "-",
                    "width": 150,
                    "id": "u:766efdb8d459"
                  },
                  {
                    "name": "cooperateType",
                    "type": "text",
                    "label": "合作方式",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-text",
                      "required": true,
                      "id": "u:e2257bf48861"
                    },
                    "id": "u:2babacc2769e",
                    "placeholder": "-",
                    "width": 150
                  },
                  {
                    "name": "placeAmount",
                    "type": "text",
                    "label": "报价(不含税)",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-number",
                      "precision": 2,
                      "required": true,
                      "id": "u:810e5d152b61"
                    },
                    "id": "u:f91293d23195",
                    "placeholder": "-",
                    "width": 150
                  },
                  {
                    "name": "telentRebates",
                    "type": "text",
                    "label": "税点",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-number",
                      "precision": 2,
                      "required": true,
                      "id": "u:8217dd6f16ca"
                    },
                    "id": "u:91cb9cf178b2",
                    "placeholder": "-",
                    "width": 150
                  },
                  {
                    "id": "u:cd9bc5ce6644",
                    "name": "productCost",
                    "type": "text",
                    "label": "报价(含税)"
                  },
                  {
                    "name": "customerReceipts",
                    "type": "text",
                    "label": "实收客户金额",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-number",
                      "precision": 2,
                      "required": true,
                      "id": "u:93f6046d9b91"
                    },
                    "id": "u:7c7f0813041b",
                    "placeholder": "-",
                    "width": 150
                  },
                  {
                    "name": "paymentMethod",
                    "type": "text",
                    "label": "打款方式",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "select",
                      "required": true,
                      "source": "${payment_method}",
                      "labelField": "dictLabel",
                      "valueField": "dictValue",
                      "id": "u:bd3fa66dda27"
                    },
                    "id": "u:b34b1d5a503b"
                  },
                  {
                    "type": "text",
                    "label": "供应商全称",
                    "name": "telentName",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-text",
                      "required": true,
                      "id": "u:d66677832395"
                    },
                    "id": "u:eb1f95f36026"
                  },
                  {
                    "type": "text",
                    "label": "上传下单报价单(业务侧)",
                    "name": "priceSheet",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-file",
                      "label": "",
                      "accept": "*",
                      "id": "u:86e0aa24f63c",
                      "receiver": {
                        "method": "post",
                        "url": "/resource/oss/upload"
                      },
                      "valueField": "ossId"
                    },
                    "id": "u:0fdb2167efb1"
                  },
                  {
                    "type": "text",
                    "label": "备注",
                    "name": "remark",
                    "quickEdit": {
                      "mode": "inline",
                      "type": "input-text",
                      "required": true,
                      "id": "u:e56d8e38a586"
                    },
                    "id": "u:27f7f8e99695"
                  }
                ],
                "data": {
                  "customerPolicyList": "$customerPolicyReportBoList"
                },
                "name": "projectDetails.other",
                "columnsTogglable": false,
                "quickSaveApi": {
                  "url": "/project/application/recalculate",
                  "method": "post"
                },
                "perPageAvailable": [
                  30
                ],
                "messages": {},
                "onEvent": {
                  "quickSaveSucc": {
                    "weight": 0,
                    "actions": [
                      {
                        "ignoreError": false,
                        "script": "doAction({\n  actionType: 'setValue',\n  componentId: 'u:5ab47fd96eb7',\n  args: {\n    value: event.data.result\n  }\n});\n",
                        "actionType": "custom"
                      }
                    ]
                  }
                },
                "bulkActions": []
              }
            ],
            "title": "d"
          }
        ],
        "className": "m-t-md"
      }
    ]
  }
}
github-actions[bot] commented 3 months ago

👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

ydiego commented 3 months ago

mock数据我单独发下

{
    "status": 0,
    "msg": "操作成功",
    "data": {
        "guid": null,
        "kolCost": "42370.91",
        "kolFormerRebates": "0.00",
        "kolAfterRebates": "0.00",
        "kolPaidUp": "38573.89",
        "brandCost": "7178.00",
        "brandFormerRebates": "143560.00",
        "brandAfterRebates": "71780.00",
        "brandPaidUp": "7767.12",
        "otherBudget": "2010.00",
        "otherPaidUp": "395.00",
        "countCost": "51558.91",
        "countFormerRebates": "143560.00",
        "countAfterRebates": "73790.00",
        "countPaidUp": "46736.01",
        "projectDetails": {
            "other": [
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 3,
                    "deliveryPlatform": null,
                    "cooperateType": "产品费金额,pr发稿/数据优化/线下成本/赔付/外包-方案/外包-ac/外包-媒介/dou+/外包-投流/素材费/知乎营销",
                    "purchasingType": "qtfy",
                    "whetherPlatform": null,
                    "telentName": "测试mcn",
                    "telentId": null,
                    "placeAmount": "123",
                    "placeAmountMedium": null,
                    "customerReceipts": "77",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": "147.6",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": "20%",
                    "finalPrice": null,
                    "paymentMethod": "dgfk",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 1,
                    "rowName": "其它费用",
                    "cost": "77",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 3,
                    "deliveryPlatform": null,
                    "cooperateType": "IMC方案/传播方案/互动文案/产品文案/项目报告",
                    "purchasingType": "fa",
                    "whetherPlatform": null,
                    "telentName": "测试mcn1",
                    "telentId": null,
                    "placeAmount": "124",
                    "placeAmountMedium": null,
                    "customerReceipts": "78",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": "272.8",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": "120%",
                    "finalPrice": null,
                    "paymentMethod": "dsfk",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 2,
                    "rowName": "其它费用",
                    "cost": "78",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 3,
                    "deliveryPlatform": null,
                    "cooperateType": "创意海报/图片调整/创意设计/视频剪辑/创意广告/朋友圈广告",
                    "purchasingType": "wl",
                    "whetherPlatform": null,
                    "telentName": "测试mcn2",
                    "telentId": null,
                    "placeAmount": "125",
                    "placeAmountMedium": null,
                    "customerReceipts": "79",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": "400.0",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": "220%",
                    "finalPrice": null,
                    "paymentMethod": "dgfk",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 3,
                    "rowName": "其它费用",
                    "cost": "79",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 3,
                    "deliveryPlatform": null,
                    "cooperateType": "投流费用/代垫费/投流策略月费",
                    "purchasingType": "tl",
                    "whetherPlatform": null,
                    "telentName": "测试mcn3",
                    "telentId": null,
                    "placeAmount": "126",
                    "placeAmountMedium": null,
                    "customerReceipts": "80",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": "529.2",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": "320%",
                    "finalPrice": null,
                    "paymentMethod": "dsfk",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 4,
                    "rowName": "其它费用",
                    "cost": "80",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 3,
                    "deliveryPlatform": null,
                    "cooperateType": "产品费金额,pr发稿/数据优化/线下成本/赔付/外包-方案/外包-ac/外包-媒介/dou+/外包-投流/素材费/知乎营销",
                    "purchasingType": "kolqtfy",
                    "whetherPlatform": null,
                    "telentName": "测试mcn4",
                    "telentId": null,
                    "placeAmount": "127",
                    "placeAmountMedium": null,
                    "customerReceipts": "81",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": "660.4",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": "420%",
                    "finalPrice": null,
                    "paymentMethod": "dsfk",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 5,
                    "rowName": "其它费用",
                    "cost": "81",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                }
            ],
            "recharge": [
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 4,
                    "deliveryPlatform": "xiaohongshu",
                    "cooperateType": null,
                    "purchasingType": null,
                    "whetherPlatform": null,
                    "telentName": null,
                    "telentId": null,
                    "placeAmount": "1000",
                    "placeAmountMedium": null,
                    "customerReceipts": "895.32",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": null,
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": null,
                    "finalPrice": null,
                    "paymentMethod": "ptcz",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 1,
                    "rowName": "代充值业务",
                    "cost": "895.32",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 4,
                    "deliveryPlatform": "xingtu",
                    "cooperateType": null,
                    "purchasingType": null,
                    "whetherPlatform": null,
                    "telentName": null,
                    "telentId": null,
                    "placeAmount": "1520.5",
                    "placeAmountMedium": null,
                    "customerReceipts": "123",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": null,
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": null,
                    "finalPrice": null,
                    "paymentMethod": "dsfk",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 2,
                    "rowName": "代充值业务",
                    "cost": "123",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 4,
                    "deliveryPlatform": "bilibili",
                    "cooperateType": null,
                    "purchasingType": null,
                    "whetherPlatform": null,
                    "telentName": null,
                    "telentId": null,
                    "placeAmount": "777.32",
                    "placeAmountMedium": null,
                    "customerReceipts": "56",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": null,
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": null,
                    "finalPrice": null,
                    "paymentMethod": "dgfk",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 3,
                    "rowName": "代充值业务",
                    "cost": "56",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 4,
                    "deliveryPlatform": "kuaishou",
                    "cooperateType": null,
                    "purchasingType": null,
                    "whetherPlatform": null,
                    "telentName": null,
                    "telentId": null,
                    "placeAmount": "9999",
                    "placeAmountMedium": null,
                    "customerReceipts": "1236",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": null,
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": null,
                    "finalPrice": null,
                    "paymentMethod": "dgfk",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 4,
                    "rowName": "代充值业务",
                    "cost": "1236",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 4,
                    "deliveryPlatform": "wechat",
                    "cooperateType": null,
                    "purchasingType": null,
                    "whetherPlatform": null,
                    "telentName": null,
                    "telentId": null,
                    "placeAmount": "3333",
                    "placeAmountMedium": null,
                    "customerReceipts": "56.369",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": null,
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": null,
                    "finalPrice": null,
                    "paymentMethod": "dgfk",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 5,
                    "rowName": "代充值业务",
                    "cost": "56.369",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 4,
                    "deliveryPlatform": "tencent_hx",
                    "cooperateType": null,
                    "purchasingType": null,
                    "whetherPlatform": null,
                    "telentName": null,
                    "telentId": null,
                    "placeAmount": "2435.23",
                    "placeAmountMedium": null,
                    "customerReceipts": "123",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": null,
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": null,
                    "finalPrice": null,
                    "paymentMethod": "ptcz",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 6,
                    "rowName": "代充值业务",
                    "cost": "123",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 4,
                    "deliveryPlatform": "weibo",
                    "cooperateType": null,
                    "purchasingType": null,
                    "whetherPlatform": null,
                    "telentName": null,
                    "telentId": null,
                    "placeAmount": "34556.2300000000",
                    "placeAmountMedium": null,
                    "customerReceipts": "343",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": null,
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": null,
                    "finalPrice": null,
                    "paymentMethod": "dsfk",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 7,
                    "rowName": "代充值业务",
                    "cost": "343",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 4,
                    "deliveryPlatform": "dewu",
                    "cooperateType": null,
                    "purchasingType": null,
                    "whetherPlatform": null,
                    "telentName": null,
                    "telentId": null,
                    "placeAmount": "789",
                    "placeAmountMedium": null,
                    "customerReceipts": "456",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": null,
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": null,
                    "platformService": null,
                    "telentRebates": null,
                    "finalPrice": null,
                    "paymentMethod": "ptcz",
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 8,
                    "rowName": "代充值业务",
                    "cost": "456",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                }
            ],
            "kol": [
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 1,
                    "deliveryPlatform": "xiaohongshu",
                    "cooperateType": "xjmtwbj",
                    "purchasingType": null,
                    "whetherPlatform": 0,
                    "telentName": "龙",
                    "telentId": "qweer",
                    "placeAmount": "2000.12",
                    "placeAmountMedium": null,
                    "customerReceipts": "1600.56",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": "788.65",
                    "addShoppingCartMedium": null,
                    "authorizedAmount": "986.25",
                    "authorizedAmountMedium": null,
                    "travelExpense": "785.99",
                    "travelExpenseMedium": null,
                    "inspectionAmount": "233.45",
                    "inspectionAmountMedium": null,
                    "productCost": "123",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": "测试mcn",
                    "platformService": "200.01",
                    "telentRebates": "10%",
                    "finalPrice": "200.01",
                    "paymentMethod": null,
                    "priceSheet": null,
                    "remark": "备注123",
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": "2794.34",
                    "countCustomer": "4394.90",
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 2,
                    "rowName": "KOL投放",
                    "cost": "1600.56",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 1,
                    "deliveryPlatform": "xingtu",
                    "cooperateType": "jrtt",
                    "purchasingType": null,
                    "whetherPlatform": 0,
                    "telentName": "龙",
                    "telentId": "qweer",
                    "placeAmount": "2000.12",
                    "placeAmountMedium": null,
                    "customerReceipts": "1600.56",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": "788.65",
                    "addShoppingCartMedium": null,
                    "authorizedAmount": "987.25",
                    "authorizedAmountMedium": null,
                    "travelExpense": "786.99",
                    "travelExpenseMedium": null,
                    "inspectionAmount": "234.45",
                    "inspectionAmountMedium": null,
                    "productCost": "124",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": "测试mcn",
                    "platformService": "100.01",
                    "telentRebates": "10%",
                    "finalPrice": "200.01",
                    "paymentMethod": null,
                    "priceSheet": null,
                    "remark": "备注124",
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": "2797.34",
                    "countCustomer": "4397.90",
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 3,
                    "rowName": "KOL投放",
                    "cost": "1600.56",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 1,
                    "deliveryPlatform": "bilibili",
                    "cooperateType": "fbbtw",
                    "purchasingType": null,
                    "whetherPlatform": 1,
                    "telentName": "龙",
                    "telentId": "qweer",
                    "placeAmount": "2001.12",
                    "placeAmountMedium": null,
                    "customerReceipts": "1601.56",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": "789.65",
                    "addShoppingCartMedium": null,
                    "authorizedAmount": "988.25",
                    "authorizedAmountMedium": null,
                    "travelExpense": "787.99",
                    "travelExpenseMedium": null,
                    "inspectionAmount": "235.45",
                    "inspectionAmountMedium": null,
                    "productCost": "125",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": "测试mcn",
                    "platformService": "0",
                    "telentRebates": "10%",
                    "finalPrice": "200.11",
                    "paymentMethod": null,
                    "priceSheet": null,
                    "remark": "备注125",
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": "2801.34",
                    "countCustomer": "4402.90",
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 4,
                    "rowName": "KOL投放",
                    "cost": "1601.56",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 1,
                    "deliveryPlatform": "wechat",
                    "cooperateType": "hxsph",
                    "purchasingType": null,
                    "whetherPlatform": 1,
                    "telentName": "龙",
                    "telentId": "qweer",
                    "placeAmount": "2002.12",
                    "placeAmountMedium": null,
                    "customerReceipts": "1602.56",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": "790.65",
                    "addShoppingCartMedium": null,
                    "authorizedAmount": "989.25",
                    "authorizedAmountMedium": null,
                    "travelExpense": "788.99",
                    "travelExpenseMedium": null,
                    "inspectionAmount": "236.45",
                    "inspectionAmountMedium": null,
                    "productCost": "126",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": "测试mcn",
                    "platformService": "0",
                    "telentRebates": "10%",
                    "finalPrice": "200.21",
                    "paymentMethod": null,
                    "priceSheet": null,
                    "remark": "备注126",
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": "2805.34",
                    "countCustomer": "4407.90",
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 5,
                    "rowName": "KOL投放",
                    "cost": "1602.56",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 1,
                    "deliveryPlatform": "xiaohongshu",
                    "cooperateType": "bbspbj",
                    "purchasingType": null,
                    "whetherPlatform": 0,
                    "telentName": "龙",
                    "telentId": "qweer",
                    "placeAmount": "2003.12",
                    "placeAmountMedium": null,
                    "customerReceipts": "1603.56",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": "791.65",
                    "addShoppingCartMedium": null,
                    "authorizedAmount": "990.25",
                    "authorizedAmountMedium": null,
                    "travelExpense": "789.99",
                    "travelExpenseMedium": null,
                    "inspectionAmount": "237.45",
                    "inspectionAmountMedium": null,
                    "productCost": "127",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": "测试mcn",
                    "platformService": "200.31",
                    "telentRebates": "10%",
                    "finalPrice": "200.31",
                    "paymentMethod": null,
                    "priceSheet": null,
                    "remark": "备注127",
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": "2809.34",
                    "countCustomer": "4412.90",
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 6,
                    "rowName": "KOL投放",
                    "cost": "1603.56",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 1,
                    "deliveryPlatform": "tencent_hx",
                    "cooperateType": "yctt",
                    "purchasingType": null,
                    "whetherPlatform": 0,
                    "telentName": "龙",
                    "telentId": "qweer",
                    "placeAmount": "2004.12",
                    "placeAmountMedium": null,
                    "customerReceipts": "1604.56",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": "792.65",
                    "addShoppingCartMedium": null,
                    "authorizedAmount": "991.25",
                    "authorizedAmountMedium": null,
                    "travelExpense": "790.99",
                    "travelExpenseMedium": null,
                    "inspectionAmount": "238.45",
                    "inspectionAmountMedium": null,
                    "productCost": "128",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": "测试mcn",
                    "platformService": "100.21",
                    "telentRebates": "10%",
                    "finalPrice": "200.41",
                    "paymentMethod": null,
                    "priceSheet": null,
                    "remark": "备注128",
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": "2813.34",
                    "countCustomer": "4417.90",
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 7,
                    "rowName": "KOL投放",
                    "cost": "1604.56",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 1,
                    "deliveryPlatform": "weibo",
                    "cooperateType": "wrwyczfs",
                    "purchasingType": null,
                    "whetherPlatform": 0,
                    "telentName": "龙",
                    "telentId": "qweer",
                    "placeAmount": "2005.12",
                    "placeAmountMedium": null,
                    "customerReceipts": "1605.56",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": "793.65",
                    "addShoppingCartMedium": null,
                    "authorizedAmount": "992.25",
                    "authorizedAmountMedium": null,
                    "travelExpense": "791.99",
                    "travelExpenseMedium": null,
                    "inspectionAmount": "239.45",
                    "inspectionAmountMedium": null,
                    "productCost": "129",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": "测试mcn",
                    "platformService": "0.00",
                    "telentRebates": "10%",
                    "finalPrice": "200.51",
                    "paymentMethod": null,
                    "priceSheet": null,
                    "remark": "备注129",
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": "2817.34",
                    "countCustomer": "4422.90",
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 8,
                    "rowName": "KOL投放",
                    "cost": "1605.56",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": null,
                    "brandAfterRebates": null,
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 1,
                    "deliveryPlatform": "dewu",
                    "cooperateType": "bbspbj(dx)",
                    "purchasingType": null,
                    "whetherPlatform": 0,
                    "telentName": "龙",
                    "telentId": "qweer",
                    "placeAmount": "2006.12",
                    "placeAmountMedium": null,
                    "customerReceipts": "1606.56",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": "794.65",
                    "addShoppingCartMedium": null,
                    "authorizedAmount": "993.25",
                    "authorizedAmountMedium": null,
                    "travelExpense": "792.99",
                    "travelExpenseMedium": null,
                    "inspectionAmount": "240.45",
                    "inspectionAmountMedium": null,
                    "productCost": "130",
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": null,
                    "endTime": null,
                    "playTime": null,
                    "mcn": "测试mcn",
                    "platformService": "0.00",
                    "telentRebates": "10%",
                    "finalPrice": "200.61",
                    "paymentMethod": null,
                    "priceSheet": null,
                    "remark": "备注130",
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": "2821.34",
                    "countCustomer": "4427.90",
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": null,
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 9,
                    "rowName": "KOL投放",
                    "cost": "1606.56",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                }
            ],
            "brand": [
                {
                    "guid": null,
                    "brandFormerRebates": "20.00%",
                    "brandAfterRebates": "10.00%",
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 2,
                    "deliveryPlatform": null,
                    "cooperateType": "ad_douyin",
                    "purchasingType": "品牌采买",
                    "whetherPlatform": null,
                    "telentName": "资源包非标资源",
                    "telentId": null,
                    "placeAmount": "1232",
                    "placeAmountMedium": null,
                    "customerReceipts": "2312.12",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": null,
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": "2024/5/15",
                    "endTime": "2024/6/1",
                    "playTime": null,
                    "mcn": null,
                    "platformService": "1.23",
                    "telentRebates": null,
                    "finalPrice": null,
                    "paymentMethod": null,
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": "10.00%",
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 1,
                    "rowName": "品牌硬广报价",
                    "cost": "2312.12",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": "20.00%",
                    "brandAfterRebates": "10.00%",
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 2,
                    "deliveryPlatform": null,
                    "cooperateType": "ad_douyin",
                    "purchasingType": "品牌采买",
                    "whetherPlatform": null,
                    "telentName": "资源包星图",
                    "telentId": null,
                    "placeAmount": "1245",
                    "placeAmountMedium": null,
                    "customerReceipts": "455",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": null,
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": "2024/5/16",
                    "endTime": "2024/6/2",
                    "playTime": null,
                    "mcn": null,
                    "platformService": "1.25",
                    "telentRebates": null,
                    "finalPrice": null,
                    "paymentMethod": null,
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": "10.00%",
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 2,
                    "rowName": "品牌硬广报价",
                    "cost": "455",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": "20.00%",
                    "brandAfterRebates": "10.00%",
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 2,
                    "deliveryPlatform": null,
                    "cooperateType": "ad_douyin",
                    "purchasingType": "品牌采买",
                    "whetherPlatform": null,
                    "telentName": "资源包王牌硬广",
                    "telentId": null,
                    "placeAmount": "4578",
                    "placeAmountMedium": null,
                    "customerReceipts": "455",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": null,
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": "2024/5/17",
                    "endTime": "2024/6/3",
                    "playTime": null,
                    "mcn": null,
                    "platformService": "4.58",
                    "telentRebates": null,
                    "finalPrice": null,
                    "paymentMethod": null,
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": "10.00%",
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 3,
                    "rowName": "品牌硬广报价",
                    "cost": "455",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                },
                {
                    "guid": null,
                    "brandFormerRebates": "20.00%",
                    "brandAfterRebates": "10.00%",
                    "projectApplicationImportId": null,
                    "projectApplicationId": null,
                    "type": 2,
                    "deliveryPlatform": null,
                    "cooperateType": "ad_hexun",
                    "purchasingType": "品牌采买",
                    "whetherPlatform": null,
                    "telentName": "-",
                    "telentId": null,
                    "placeAmount": "123",
                    "placeAmountMedium": null,
                    "customerReceipts": "4545",
                    "customerReceiptsMedium": null,
                    "addShoppingCart": null,
                    "addShoppingCartMedium": null,
                    "authorizedAmount": null,
                    "authorizedAmountMedium": null,
                    "travelExpense": null,
                    "travelExpenseMedium": null,
                    "inspectionAmount": null,
                    "inspectionAmountMedium": null,
                    "productCost": null,
                    "productCostMedium": null,
                    "customerPolicyReportId": null,
                    "startTime": "2024/5/18",
                    "endTime": "2024/6/4",
                    "playTime": null,
                    "mcn": null,
                    "platformService": "0.12",
                    "telentRebates": null,
                    "finalPrice": null,
                    "paymentMethod": null,
                    "priceSheet": null,
                    "remark": null,
                    "dataOrder": null,
                    "docuId": null,
                    "countInspection": null,
                    "countCustomer": null,
                    "countCustomerMedium": null,
                    "countInspectionMedium": null,
                    "serviceIncomeRatio": "10.00%",
                    "priceSheetMedium": null,
                    "byteId": null,
                    "customerBeforeRatio": null,
                    "customerAfterRatio": null,
                    "customerWay": null,
                    "customerRatioAmount": null,
                    "customerTopAmount": null,
                    "customerCost": null,
                    "rowIndex": 4,
                    "rowName": "品牌硬广报价",
                    "cost": "4545",
                    "formerRebates": null,
                    "afterRebates": null,
                    "brandPaidUp": null,
                    "otherBudget": null,
                    "cooperateContent": null
                }
            ]
        },
        "customerPolicyReportBoList": null
    }
}
ydiego commented 3 months ago

另外还有几个问题: 1、如何判断当前crud是否有数据修改或手动触发校验(crud在弹窗中点弹窗确认时判断) 2、修改数据时除了点击上方的取消还有没有别的方式(像例子中初始化赋值时就出现了)