curl --location --request POST '/pro/api/testDev/list'
{
"errcode": 0,
"errmsg": "",
"page": 1,
"result": {
"pageSize": 10,
"total": 620,
"headList": [
{
"dataIndex": "ht_id",
"title": "单据ID"
},
{
"dataIndex": "ht_title",
"title": "主题"
},
{
"dataIndex": "ht_number",
"title": "单号"
},
{
"dataIndex": "ht_customerid",
"title": "对应客户"
},
{
"dataIndex": "ht_type",
"title": "分类"
},
{
"dataIndex": "ht_date",
"title": "签单日期"
},
{
"dataIndex": "ht_summoney",
"title": "总金额"
},
{
"dataIndex": "ht_preside",
"title": "所有者"
},
{
"dataIndex": "data_userid",
"title": "创建人"
},
{
"dataIndex": "addtime",
"title": "创建时间"
}
],
"data": [
{
"key": "746",
"ht_id": "746",
"operation": [
{
"title": "编辑",
"opType": "edit",
"formKey": 150,
"msgid": 746,
"btnProps": {
"type": "text",
"size": "small"
},
"markValue": "1"
},
{
"title": "删除",
"opType": "callback",
"formKey": 150,
"tooltip": "确定删除该数据吗?",
"confirm": true,
"apiPath": "dataop/delete/150",
"postData": {
"msgid": 746
}
}
],
"ht_title": "移动明细1",
"ht_number": "1601",
"ht_type": "主营产品销售",
"ht_customerid": {
"viewType": "link",
"value": "119",
"label": "长兴尔里面馆",
"formKey": "148"
},
"ht_date": "2023-10-10",
"ht_summoney": {
"label": "¥0.00",
"value": 0
},
"ht_preside": "王鹤",
"data_userid": "王鹤",
"addtime": "2023-10-10 20:57:12"
}
],
"CurrentSum": {
"ht_summoney": "¥2,452.00"
},
"TotalSum": {
"ht_summoney": "¥1,000,070.65"
}
}
}