回退package.json包,解决部署后样式错乱,无法下载问题

master
anthonywj 2 years ago
parent dbe997b8ea
commit 5431f5331e

@ -1,3 +1,3 @@
VUE_APP_API_BASE=http://192.168.31.140:9998 VUE_APP_API_BASE=http://127.0.0.1:10001
template=./public/index-dev.html template=./public/index-dev.html
outputDir=serve outputDir=serve

@ -1,3 +1,3 @@
VUE_APP_API_BASE=http://127.0.0.1:8080/glxp_warehous/ VUE_APP_API_BASE=http://r.jiyuudims.cloud:5009/SP_SYNC_SERVER
template=./public/index.html template=./public/index.html
outputDir=SP_SYNC_CLIENT outputDir=SP_SYNC_CLIENT

38423
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -15,13 +15,13 @@
"babel-polyfill": "^6.26.0", "babel-polyfill": "^6.26.0",
"clipboard": "^2.0.8", "clipboard": "^2.0.8",
"element-china-area-data": "^5.0.2", "element-china-area-data": "^5.0.2",
"element-ui": "2.15.8", "element-ui": "2.8.2",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"js-cookie": "^2.2.0", "js-cookie": "^2.2.0",
"mockjs": "^1.0.1-beta3", "mockjs": "^1.0.1-beta3",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"pinyin": "^2.10.2", "pinyin": "^2.10.2",
"vue": "2.6.12", "vue": "2.5.16",
"vue-router": "^3.0.1", "vue-router": "^3.0.1",
"vue2-verify": "^1.1.5", "vue2-verify": "^1.1.5",
"vuedraggable": "^2.17.0", "vuedraggable": "^2.17.0",
@ -38,7 +38,7 @@
"babel-jest": "^23.0.1", "babel-jest": "^23.0.1",
"sass": "1.32.13", "sass": "1.32.13",
"sass-loader": "10.1.1", "sass-loader": "10.1.1",
"vue-template-compiler": "^2.6.12" "vue-template-compiler": "2.5.16"
}, },
"browserslist": [ "browserslist": [
"> 1%", "> 1%",

@ -1,5 +1,5 @@
{ {
"BASE_URL":"http://127.0.0.1:10002", "BASE_URL": "http://127.0.0.1:10001",
"SERVER_IP": "http://127.0.0.1:8080/", "SERVER_IP": "http://127.0.0.1:10001",
"hosp_name": "诏安县总医院" "hosp_name": "福建省XX市医院"
} }

@ -1,15 +1,16 @@
import "babel-polyfill"; // 解决Ie9 import "babel-polyfill"; // 解决Ie9
import "./assets/icons/iconfont"; import "./assets/icons/iconfont";
import IconSvg from "./components/common/IconSvg.vue"; // svg组件 import IconSvg from "./components/common/IconSvg.vue"; // svg组件\
import "./element";
import Vue from "vue"; import Vue from "vue";
import App from "./App.vue"; import App from "./App.vue";
import "./element";
import router from "./router/index"; import router from "./router/index";
import store from "./store/index"; import store from "./store/index";
import * as filters from "./filtres/index"; // 全局过滤器 import * as filters from "./filtres/index"; // 全局过滤器
import "./role"; // 权限 import "./role"; // 权限
import allTools from "./plugin/allTools"; import allTools from "./plugin/allTools";
// import "./mock"; // 模拟数据 // import "./mock"; // 模拟数据
import { BASE_URL } from "./config/app" import { BASE_URL } from "./config/app"
import axios from "axios"; import axios from "axios";

@ -59,19 +59,35 @@
<el-table-column label="文件路径" prop="cacheFilePath" show-overflow-tooltip></el-table-column> <el-table-column label="文件路径" prop="cacheFilePath" show-overflow-tooltip></el-table-column>
<el-table-column label="操作" fixed="right" width="160"> <el-table-column label="操作" fixed="right" width="160">
<template slot-scope="scope"> <template slot-scope="scope">
<el-popconfirm @confirm="downFile(scope.row)" confirm-button-text='' cancel-button-text=''
class="mr10" icon="el-icon-info" icon-color="blck" title="是否确认要下载文件?" <el-button
v-if="scope.row.cacheFilePath"> type="text"
<el-button type="text" size="small" slot="reference">下载 size="small"
</el-button> @click.native.stop="downFile(scope.row)"
</el-popconfirm> >下载
<el-popconfirm v-if="scope.row.status==4" @confirm="deleteData(scope.row.id)" </el-button
confirm-button-text='删除' >
cancel-button-text='不用了' icon="el-icon-info" icon-color="red" <el-button
title="是否确认要删除这条数据?"> type="text"
<el-button type="text" size="small" slot="reference">删除 size="small"
</el-button> @click.native.stop="deleteData(scope.row.id)"
</el-popconfirm> >删除
</el-button
>
<!-- <el-popconfirm @confirm="downFile(scope.row)" confirm-button-text='' cancel-button-text=''-->
<!-- class="mr10" icon="el-icon-info" icon-color="blck" title="是否确认要下载文件?"-->
<!-- v-if="scope.row.cacheFilePath">-->
<!-- <el-button type="text" size="small" slot="reference">下载-->
<!-- </el-button>-->
<!-- </el-popconfirm>-->
<!-- <el-popconfirm v-if="scope.row.status==4" @confirm="deleteData(scope.row.id)"-->
<!-- confirm-button-text='删除'-->
<!-- cancel-button-text='不用了' icon="el-icon-info" icon-color="red"-->
<!-- title="是否确认要删除这条数据?">-->
<!-- <el-button type="text" size="small" slot="reference">删除-->
<!-- </el-button>-->
<!-- </el-popconfirm>-->
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
@ -323,6 +339,13 @@ export default {
}, },
downFile(rows) { downFile(rows) {
this.$confirm("是否确定下载该文件, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
infoByStatus({ infoByStatus({
'id': rows.id 'id': rows.id
}).then(res => { }).then(res => {
@ -337,8 +360,20 @@ export default {
window.URL.revokeObjectURL(link.href) window.URL.revokeObjectURL(link.href)
document.body.removeChild(link) document.body.removeChild(link)
}) })
})
.catch(() => {
});
}, },
deleteData(id) { deleteData(id) {
this.$confirm("是否确定删除该记录, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
deleteDownloadStatus({ deleteDownloadStatus({
id id
}).then((response) => { }).then((response) => {
@ -352,6 +387,11 @@ export default {
}) })
.catch(() => { .catch(() => {
}); });
})
.catch(() => {
});
} }
}, },

@ -66,21 +66,38 @@
<el-table-column label="操作" fixed="right" width="160"> <el-table-column label="操作" fixed="right" width="160">
<template slot-scope="scope"> <template slot-scope="scope">
<el-popconfirm @confirm="downFile(scope.row)" confirm-button-text='' cancel-button-text=''
class="mr10" icon="el-icon-info" icon-color="blck" title="是否确认要下载文件?" <el-button
v-if="scope.row.cacheFilePath"> type="text"
<el-button type="text" size="small" slot="reference">下载 size="small"
</el-button> @click.native.stop="downFile(scope.row)"
</el-popconfirm> >下载
<el-popconfirm @confirm="deleteData(scope.row.id)" confirm-button-text='' </el-button
cancel-button-text='不用了' icon="el-icon-info" icon-color="red" title="是否确认要删除这条数据?"> >
<el-button type="text" size="small" slot="reference">删除 <el-button
</el-button> type="text"
</el-popconfirm> size="small"
@click.native.stop="deleteData(scope.row.id)"
>删除
</el-button
>
<!-- <el-popconfirm @confirm="downFile(scope.row)" confirm-button-text='' cancel-button-text=''-->
<!-- class="mr10" icon="el-icon-info" icon-color="blck" title="是否确认要下载文件?"-->
<!-- v-if="scope.row.cacheFilePath">-->
<!-- <el-button type="text" size="small" slot="reference">下载-->
<!-- </el-button>-->
<!-- </el-popconfirm>-->
<!-- <el-popconfirm @confirm="deleteData(scope.row.id)" confirm-button-text=''-->
<!-- cancel-button-text='不用了' icon="el-icon-info" icon-color="red" title="是否确认要删除这条数据?">-->
<!-- <el-button type="text" size="small" slot="reference">删除-->
<!-- </el-button>-->
<!-- </el-popconfirm>-->
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination :current-page="filterQuery.page" :page-size="filterQuery.limit" @current-change="handleCurrentChange" <el-pagination :current-page="filterQuery.page" :page-size="filterQuery.limit"
@current-change="handleCurrentChange"
layout="prev, pager, next" :total="total"></el-pagination> layout="prev, pager, next" :total="total"></el-pagination>
</el-card> </el-card>
@ -98,7 +115,7 @@
deleteUploadStatus, deleteUploadStatus,
updateConfig, updateConfig,
connectUpper, connectUpper,
uploadInfoByStatus uploadInfoByStatus, infoByStatus, deleteDownloadStatus
} from "../../api/sync/dataSyncStatus"; } from "../../api/sync/dataSyncStatus";
import store from "@/store"; import store from "@/store";
@ -311,7 +328,8 @@
this.loading = false; this.loading = false;
}); });
}) })
.catch(() => {}); .catch(() => {
});
}, },
handleChange(response, files, fileList) { handleChange(response, files, fileList) {
console.log(response); console.log(response);
@ -342,6 +360,13 @@
}, },
downFile(rows) { downFile(rows) {
this.$confirm("是否确定下载该文件, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
uploadInfoByStatus({ uploadInfoByStatus({
'id': rows.id 'id': rows.id
}).then(res => { }).then(res => {
@ -356,8 +381,20 @@
window.URL.revokeObjectURL(link.href) window.URL.revokeObjectURL(link.href)
document.body.removeChild(link) document.body.removeChild(link)
}) })
})
.catch(() => {
});
}, },
deleteData(id) { deleteData(id) {
this.$confirm("是否确定删除该记录, 是否继续?", "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
deleteUploadStatus({ deleteUploadStatus({
id id
}).then((response) => { }).then((response) => {
@ -369,11 +406,18 @@
} }
this.getList(); this.getList();
}) })
.catch(() => {}); .catch(() => {
});
})
.catch(() => {
});
} }
}, },
mounted() {}, mounted() {
},
components: {}, components: {},
created() { created() {
this.headers = { this.headers = {

@ -7,8 +7,8 @@ module.exports = {
config.externals = { config.externals = {
vue: "Vue", vue: "Vue",
vuex: "Vuex", vuex: "Vuex",
"vue-router": "VueRouter",
"element-ui": "ELEMENT", "element-ui": "ELEMENT",
"vue-router": "VueRouter",
devtool: "source-map" devtool: "source-map"
}; };
} else { } else {

Loading…
Cancel
Save