feat(): 添加待审核
This commit is contained in:
@@ -0,0 +1,100 @@
|
||||
fetch("https://crm.yunvip123.com/api/DemandManage/GetWorkOrderListPage", {
|
||||
headers: {
|
||||
accept: "application/json, text/javascript, */*; q=0.01",
|
||||
"accept-language": "zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7",
|
||||
"content-type": "application/x-www-form-urlencoded; charset=UTF-8",
|
||||
"sec-ch-ua": '"Not:A-Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"',
|
||||
"sec-ch-ua-mobile": "?0",
|
||||
"sec-ch-ua-platform": '"Windows"',
|
||||
"sec-fetch-dest": "empty",
|
||||
"sec-fetch-mode": "cors",
|
||||
"sec-fetch-site": "same-origin",
|
||||
"x-requested-with": "XMLHttpRequest",
|
||||
},
|
||||
referrer: "https://crm.yunvip123.com/WebUI/DemandManagement/DemandListNew.html?v=2.0.4.12",
|
||||
body: "DL_ProductID=&DL_ID=&isSelect=8&Solution=&OrderType=&DL_TaskName=&CreatGID=&CreatTimeStart=&CreatTimeEnd=&SloveGID=&SloveTimeStart=&SloveTimeEnd=&ShowTable=DemandList&isShow=3&IsExport=0&PageIndex=1&PageSize=20",
|
||||
method: "POST",
|
||||
mode: "cors",
|
||||
credentials: "include",
|
||||
});
|
||||
|
||||
const requsetBody = {
|
||||
DL_ProductID: null,
|
||||
DL_ID: null,
|
||||
isSelect: 8,
|
||||
Solution: null,
|
||||
OrderType: null,
|
||||
DL_TaskName: null,
|
||||
CreatGID: null,
|
||||
CreatTimeStart: null,
|
||||
CreatTimeEnd: null,
|
||||
SloveGID: null,
|
||||
SloveTimeStart: null,
|
||||
SloveTimeEnd: null,
|
||||
ShowTable: null,
|
||||
DemandList: null,
|
||||
isShow: 3,
|
||||
IsExport: 0,
|
||||
PageIndex: 1,
|
||||
PageSize: 20,
|
||||
};
|
||||
|
||||
const responseBody = {
|
||||
success: true,
|
||||
code: null,
|
||||
msg: "执行成功",
|
||||
data: {
|
||||
PageTotal: 1,
|
||||
PageSize: 20,
|
||||
DataCount: 1,
|
||||
PageIndex: 1,
|
||||
DataList: [
|
||||
{
|
||||
ID: 58624,
|
||||
DL_OrderType: 2,
|
||||
DL_Status: 350,
|
||||
DL_StatusID: null,
|
||||
DL_ProductID: 64,
|
||||
DL_ProductName: "六个羽友",
|
||||
DL_ID: 1039,
|
||||
DL_ItemID: "六个羽友2.21",
|
||||
DL_ProblemDegree: "1",
|
||||
DL_Priority: null,
|
||||
DL_TaskName: "一次批量订场,立即支付页面转圈圈",
|
||||
DL_ProblemSource: "",
|
||||
DL_CreatorGID: "229707a9-8eac-4540-b1d0-f64ce87ce054",
|
||||
DL_Creator: "龚诚",
|
||||
DL_CreateTime: "2026-03-05 13:54:06",
|
||||
DL_AffirmGID: "229707a9-8eac-4540-b1d0-f64ce87ce054",
|
||||
DL_AffirmName: "龚诚",
|
||||
DL_ConfirmTime: null,
|
||||
DL_AffirmRemark: null,
|
||||
DL_AssignGID: "512860ad-aa4a-4268-a5d9-6c7d2e28680b",
|
||||
DL_AssignName: "A田森林",
|
||||
DL_AssignRemark: null,
|
||||
DL_SolveGID: null,
|
||||
DL_SolveName: null,
|
||||
DL_SolveTime: null,
|
||||
DL_SolveRemark: null,
|
||||
DL_CloseGID: null,
|
||||
DL_CloseName: null,
|
||||
DL_CloseTime: null,
|
||||
DL_CloseRemark: null,
|
||||
DL_Remark: null,
|
||||
DL_AuditStatus: null,
|
||||
DL_DemandContent:
|
||||
' <p class="txtContent"><font color="#333333">一次批量订场(32个场次),立即支付页面转圈圈</font></p><p class="txtContent"><img src="https://img1.yunvip123.com/202603/134171636069619186.png" style="max-width: 100% !important; vertical-align: middle !important;"><img src="https://img1.yunvip123.com/202603/134171636323013515.png" style="max-width: 100% !important; vertical-align: middle !important;"></p><p class="txtContent"></p>\n ',
|
||||
DL_TestContent: "",
|
||||
DL_DemandName: "一次批量订场,立即支付页面转圈圈",
|
||||
DL_OrderLevel: 50,
|
||||
DL_RepeatID: null,
|
||||
DL_RepeatStatus: null,
|
||||
DL_Identitying: null,
|
||||
DL_WorkHour: null,
|
||||
DL_ConfirmState: null,
|
||||
},
|
||||
],
|
||||
StatisticsInfo: null,
|
||||
TrendData: null,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user