Browse Source

[fix]售后管理:

售后客诉通知
修改添加客诉通知的时候选择物料后不能正常添加紧急程度问题
dev
liuxiaoxu 6 months ago
parent
commit
5797638d5e
  1. 3
      ruoyi-admin/src/main/resources/templates/aftersales/complaintNotice/add.html

3
ruoyi-admin/src/main/resources/templates/aftersales/complaintNotice/add.html

@ -91,7 +91,7 @@
"materialDescribe": item.materialDescribe, "materialDescribe": item.materialDescribe,
"snCode": item.snCode, "snCode": item.snCode,
"complaintProblem": item.complaintProblem, "complaintProblem": item.complaintProblem,
"emergencyDegree": item.emergencyDegree, // "emergencyDegree": item.emergencyDegree,
"adverseReportUrl": item.adverseReportUrl, "adverseReportUrl": item.adverseReportUrl,
// ...其他字段 // ...其他字段
}; };
@ -358,7 +358,6 @@
shippedGoodsSum: rowData.shippedGoodsSum, shippedGoodsSum: rowData.shippedGoodsSum,
snCode:"", snCode:"",
complaintProblem:"", complaintProblem:"",
emergencyDegree:"",
adverseReportUrl:"", adverseReportUrl:"",
} }
}) })

Loading…
Cancel
Save