Commit 1e48282f authored by zhanglw's avatar zhanglw

在线编辑excel

parent 58aaf2c6
...@@ -56,6 +56,8 @@ ...@@ -56,6 +56,8 @@
"jssip": "^3.10.0", "jssip": "^3.10.0",
"jswebrtc": "^1.0.0", "jswebrtc": "^1.0.0",
"jszip": "3.1.5", "jszip": "3.1.5",
"less": "^4.2.0",
"less-loader": "^7.3.0",
"mars3d": "^3.1.3", "mars3d": "^3.1.3",
"mavon-editor": "^2.9.0", "mavon-editor": "^2.9.0",
"moment": "^2.29.4", "moment": "^2.29.4",
...@@ -82,6 +84,7 @@ ...@@ -82,6 +84,7 @@
"vuedraggable": "2.20.0", "vuedraggable": "2.20.0",
"vuex": "3.1.0", "vuex": "3.1.0",
"wangeditor": "^3.1.1", "wangeditor": "^3.1.1",
"x-data-spreadsheet": "^1.1.9",
"xlsx": "^0.14.5" "xlsx": "^0.14.5"
}, },
"devDependencies": { "devDependencies": {
......
...@@ -3185,6 +3185,14 @@ var HttpReq = function(){ ...@@ -3185,6 +3185,14 @@ var HttpReq = function(){
method: 'get' method: 'get'
}) })
}, },
//开采管理-修改excel报表
scUpdateExcel: function(data){
return request({
url: '/api/miningManagement/updateExcel',
method: 'PUT',
data: data,
})
},
//开采管理-下载文件 //开采管理-下载文件
downloadExcelOrFbx: function(params){ downloadExcelOrFbx: function(params){
return request({ return request({
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment