|
@@ -576,7 +576,7 @@ $(function () {
|
576
|
576
|
fileUrl: "url",
|
577
|
577
|
placeId: $.trim($("#place_list").val()),
|
578
|
578
|
requester: loginUser,
|
579
|
|
- sourceType: "wechatRequesterIncident",
|
|
579
|
+ sourceType: "webRequesterIncident",
|
580
|
580
|
};
|
581
|
581
|
// 自动建单
|
582
|
582
|
if (ifCreate.valueconfig == 1) {
|
|
@@ -1615,7 +1615,7 @@ $(function () {
|
1615
|
1615
|
contentType: "application/json;charset=UTF-8",
|
1616
|
1616
|
url:
|
1617
|
1617
|
baseUrl +
|
1618
|
|
- "common/common/uploadAttachment/wechatRequesterIncident/" +
|
|
1618
|
+ "common/common/uploadAttachment/wxIncident/" +
|
1619
|
1619
|
id,
|
1620
|
1620
|
data: data,
|
1621
|
1621
|
cache: false,
|
|
@@ -1654,7 +1654,7 @@ $(function () {
|
1654
|
1654
|
.attr(
|
1655
|
1655
|
"action",
|
1656
|
1656
|
baseUrl +
|
1657
|
|
- "common/common/uploadAttachment/wechatRequesterIncident/" +
|
|
1657
|
+ "common/common/uploadAttachment/wxIncident/" +
|
1658
|
1658
|
id
|
1659
|
1659
|
)
|
1660
|
1660
|
.submit();
|
|
@@ -1671,7 +1671,7 @@ $(function () {
|
1671
|
1671
|
type: "GET",
|
1672
|
1672
|
contentType: "application/json;charset=UTF-8",
|
1673
|
1673
|
url:
|
1674
|
|
- baseUrl + "common/common/listAttachment/wechatRequesterIncident/" + id,
|
|
1674
|
+ baseUrl + "common/common/listAttachment/wxIncident/" + id,
|
1675
|
1675
|
cache: false,
|
1676
|
1676
|
success: function (res) {
|
1677
|
1677
|
if (res.status == 200) {
|