代码备份

master
anthonyywj2 3 years ago
parent ccf5d78f37
commit 0e714f41ad

@ -1,7 +1,7 @@
{ {
"BASE_URL":"http://139.159.187.130/SP_SYNC_SERVER", "BASE_URL":"http://192.168.0.109:9989",
"SERVER_IP": "http://139.159.187.130/" "SERVER_IP": "http://192.168.0.109:9989/"
} }

File diff suppressed because one or more lines are too long

@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>UDI管理系统数据同步</title><link rel=stylesheet href=https://unpkg.com/element-ui/lib/theme-chalk/index.css><link href=css/home.44f0d423.css rel=prefetch><link href=js/home.58925fb8.js rel=prefetch><link href=css/app.22bbfd20.css rel=preload as=style><link href=css/chunk-vendors.9b8ad7f5.css rel=preload as=style><link href=js/app.1beb68fc.js rel=preload as=script><link href=js/chunk-vendors.d817ae0e.js rel=preload as=script><link href=css/chunk-vendors.9b8ad7f5.css rel=stylesheet><link href=css/app.22bbfd20.css rel=stylesheet></head><body><div id=app></div><script src=./tinymce4.7.5/tinymce.min.js></script><script src=./vue.runtime.min.js></script><script src=./vuex.min.js></script><script src=./vue-router.min.js></script><script src=./index.js></script>ga('create', 'UA-110990780-1', 'auto'); ga('send', 'pageview'); window.addEventListener('hashchange', function () { ga('set', 'page', window.location.href); ga('send', 'pageview'); });<script src=js/chunk-vendors.d817ae0e.js></script><script src=js/app.1beb68fc.js></script></body></html> <!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>UDI管理系统数据同步</title><link rel=stylesheet href=https://unpkg.com/element-ui/lib/theme-chalk/index.css><link href=css/home.44f0d423.css rel=prefetch><link href=js/home.58925fb8.js rel=prefetch><link href=css/app.c7692bee.css rel=preload as=style><link href=css/chunk-vendors.9b8ad7f5.css rel=preload as=style><link href=js/app.d1d77447.js rel=preload as=script><link href=js/chunk-vendors.d817ae0e.js rel=preload as=script><link href=css/chunk-vendors.9b8ad7f5.css rel=stylesheet><link href=css/app.c7692bee.css rel=stylesheet></head><body><div id=app></div><script src=./tinymce4.7.5/tinymce.min.js></script><script src=./vue.runtime.min.js></script><script src=./vuex.min.js></script><script src=./vue-router.min.js></script><script src=./index.js></script>ga('create', 'UA-110990780-1', 'auto'); ga('send', 'pageview'); window.addEventListener('hashchange', function () { ga('set', 'page', window.location.href); ga('send', 'pageview'); });<script src=js/chunk-vendors.d817ae0e.js></script><script src=js/app.d1d77447.js></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{ {
"BASE_URL":"http://127.0.0.1:9989", "BASE_URL":"http://192.168.0.109:9989",
"SERVER_IP": "http://127.0.0.1:9989/" "SERVER_IP": "http://192.168.0.109:9989/"
} }

@ -256,7 +256,7 @@ export const asyncRouterMap = [
redirect: "/spsync/udiInfoUpload", redirect: "/spsync/udiInfoUpload",
component: Home, component: Home,
icon: "tongyong", icon: "tongyong",
name: "供应商平台数据", name: "UDI自助平台数据",
hidden: false, hidden: false,
noDropdown: false, noDropdown: false,
meta: { meta: {

@ -60,7 +60,7 @@
> >
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" fixed="right" width="160"> <el-table-column label="操作" fixed="right" width="200">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
type="text" type="text"
@ -72,18 +72,19 @@
<el-button <el-button
type="text" type="text"
size="small" size="small"
@click.native.stop="deleteDialog(scope.row.id)" :disabled="scope.row.status === 3"
>删除 @click.native.stop="uploadDialog(scope.row)"
>上传自助平台
</el-button </el-button
> >
<el-button <el-button
type="text" type="text"
size="small" size="small"
:disabled="scope.row.status === 3" @click.native.stop="deleteDialog(scope.row.id)"
@click.native.stop="uploadDialog(scope.row)" >删除
>上传
</el-button </el-button
> >
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

@ -61,11 +61,20 @@
</el-table-column> </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-button-->
<!-- type="text"-->
<!-- size="small"-->
<!-- @click.native.stop="handleDetailClick(scope.row)"-->
<!-- >详情-->
<!-- </el-button-->
<!-- >-->
<el-button <el-button
type="text" type="text"
size="small" size="small"
@click.native.stop="handleDetailClick(scope.row)" :disabled="scope.row.status === 3"
>详情 @click.native.stop="uploadDialog(scope.row)"
>上传自助平台
</el-button </el-button
> >
<el-button <el-button
@ -76,14 +85,7 @@
</el-button </el-button
> >
<el-button
type="text"
size="small"
:disabled="scope.row.status === 3"
@click.native.stop="uploadDialog(scope.row)"
>上传
</el-button
>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

Loading…
Cancel
Save