暂无描述
Authorization: Bearer ********************
{
"id": 2,
"config": {
"name": "测试报表",
"chartType": 2,
"exportStatus": false,
"commentStatus": false,
"logVisible": false,
"printStatus": false,
"multiStatus": false,
"addStatus": false,
"detailViewStatus": false,
"ganttViewStatus": false,
"ganttConfig": null,
"calendarViewStatus": false,
"calendarConfig": null,
"matchType": 0,
"matchFormula": "",
"matchRules": [
[
{
"fid": "number",
"fieldName": "编号",
"typeId": 1,
"judgeType": 2,
"matchType": 1,
"judgeValue": {
"id": "18",
"value": "1",
"otherInfo": "123.png"
},
"judgeFieldDetail": {
"id": "number",
"value": "编号"
}
}
]
],
"sortStatus": false,
"sortConfig": {
"fid": "",
"typeId": 0,
"isAscend": false
},
"queryConditionStatus": false,
"queryCondition": [
[
"number"
]
],
"queryConditionExact": false,
"fieldAuthStatus": false,
"fields": [
{
"fid": "number",
"label": "编号",
"auth": 1,
"addRow": false,
"beingFold": false,
"deleteRow": false,
"editRow": false
}
],
"remarkStatus": false,
"remark": "",
"rankShowStatus": false,
"rankType": 0,
"rankNum": null,
"rows": [
{
"fid": "PlckyBMwe5xIzh77iOx6O",
"name": "商品名称"
}
],
"columns": [
{
"fid": "OXs6vU6avP-CHwqkIYU9B",
"name": "仓库名称"
}
],
"targets": [
{
"targetId": "123123",
"createType": 2,
"fid": "r15evDVT0GqxrRwrqxVV2",
"name": "入库数量",
"summaryType": 1,
"columnSummaryType": 1,
"rowSummaryType": 1,
"numberFormat": 1,
"currencyType": 1,
"decimalDigit": 1,
"formula": "",
"sortType": 1
}
],
"chartThemeId": 0
}
}
curl --location --request PUT 'https://api.tolink.cloud/chart/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2,
"config": {
"name": "测试报表",
"chartType": 2,
"exportStatus": false,
"commentStatus": false,
"logVisible": false,
"printStatus": false,
"multiStatus": false,
"addStatus": false,
"detailViewStatus": false,
"ganttViewStatus": false,
"ganttConfig": null,
"calendarViewStatus": false,
"calendarConfig": null,
"matchType": 0,
"matchFormula": "",
"matchRules": [
[
{
"fid": "number",
"fieldName": "编号",
"typeId": 1,
"judgeType": 2,
"matchType": 1,
"judgeValue": {
"id": "18",
"value": "1",
"otherInfo": "123.png"
},
"judgeFieldDetail": {
"id": "number",
"value": "编号"
}
}
]
],
"sortStatus": false,
"sortConfig": {
"fid": "",
"typeId": 0,
"isAscend": false
},
"queryConditionStatus": false,
"queryCondition": [
[
"number"
]
],
"queryConditionExact": false,
"fieldAuthStatus": false,
"fields": [
{
"fid": "number",
"label": "编号",
"auth": 1,
"addRow": false,
"beingFold": false,
"deleteRow": false,
"editRow": false
}
],
"remarkStatus": false,
"remark": "",
"rankShowStatus": false,
"rankType": 0,
"rankNum": null,
"rows": [
{
"fid": "PlckyBMwe5xIzh77iOx6O",
"name": "商品名称"
}
],
"columns": [
{
"fid": "OXs6vU6avP-CHwqkIYU9B",
"name": "仓库名称"
}
],
"targets": [
{
"targetId": "123123",
"createType": 2,
"fid": "r15evDVT0GqxrRwrqxVV2",
"name": "入库数量",
"summaryType": 1,
"columnSummaryType": 1,
"rowSummaryType": 1,
"numberFormat": 1,
"currencyType": 1,
"decimalDigit": 1,
"formula": "",
"sortType": 1
}
],
"chartThemeId": 0
}
}'
{
"code": 0,
"data": {
"name": "测试报表",
"chartType": 1,
"exportStatus": false,
"commentStatus": false,
"logVisible": false,
"printStatus": false,
"multiStatus": false,
"addStatus": false,
"detailViewStatus": false,
"ganttViewStatus": false,
"ganttConfig": null,
"calendarViewStatus": false,
"calendarConfig": null,
"matchRules": null,
"sortStatus": false,
"sortConfig": {
"fid": "",
"typeId": 0,
"isAscend": false
},
"queryConditionStatus": false,
"queryCondition": null,
"queryConditionExact": false,
"fieldAuthStatus": false,
"fields": null,
"remarkStatus": false,
"remark": "",
"rankShowStatus": false,
"rankType": 0,
"rankNum": null,
"rows": null,
"columns": null,
"targets": null,
"chartThemeId": 0
},
"msg": "success"
}