中扬CRM客户关系管理系统
#
Junjie
2023-11-10 d109b375063dd3e59754973ff55cd88d51d8b95f
#
3个文件已修改
9 ■■■■■ 已修改文件
src/main/webapp/static/js/plan/plan.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/priOnline2/priOnline.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/priQuote/priQuote.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/plan/plan.js
@@ -287,7 +287,6 @@
        $("#upload-file-id-" + file.lastModified).html("上传中")
        putObject(file,(p) => {
            // console.log(p)
            $("#upload-file-id-" + file.lastModified).html("上传中:" + (Math.round(p * 100)) + "%")
        }).then((result) => {
            var filename = result.name
src/main/webapp/static/js/priOnline2/priOnline.js
@@ -317,7 +317,9 @@
        var file = _uploadFile
        $("#upload-file-id-" + file.lastModified).html("上传中")
        putObject(file).then((result) => {
        putObject(file,(p) => {
            $("#upload-file-id-" + file.lastModified).html("上传中:" + (Math.round(p * 100)) + "%")
        }).then((result) => {
            var filename = result.name
            layer.msg('上传成功', {icon: 1});
            $("#upload-file-id-" + file.lastModified).html("上传成功")
src/main/webapp/static/js/priQuote/priQuote.js
@@ -202,7 +202,9 @@
        var file = _uploadFile
        $("#upload-file-id-" + file.lastModified).html("上传中")
        putObject(file).then((result) => {
        putObject(file,(p) => {
            $("#upload-file-id-" + file.lastModified).html("上传中:" + (Math.round(p * 100)) + "%")
        }).then((result) => {
            var filename = result.name
            layer.msg('上传成功', {icon: 1});
            $("#upload-file-id-" + file.lastModified).html("上传成功")