同步设置修改,单据权限查看等修改

master
anthonyywj2 3 years ago
parent ee08dbbe9f
commit 12786817df

@ -43,3 +43,12 @@ export function updateConfig(query) {
}); });
} }
export function testConnect(query) {
return axios({
url: "/spssync/basic/connect/test",
method: "get",
params: query
});
}

@ -186,33 +186,49 @@ export const asyncRouterMap = [
// noDropdown: true, // noDropdown: true,
children: [ children: [
{ {
path: "authAdmin", path: "/authMange",
component: authAdmin, component: Empty,
name: "用户管理",
icon: "",
meta: {
authRule: ["admin/auth_admin"]
}
},
{
path: "authRole",
component: authRole,
name: "角色管理",
icon: "",
meta: {
authRule: ["admin/auth_role"]
}
},
{
path: "authPermissionRule",
component: authPermissionRule,
name: "权限管理", name: "权限管理",
redirect: "/authMange/authAdmin",
icon: "", icon: "",
meta: { meta: {
authRule: ["admin/auth_permission_rule"] authRule: ["authMange/home"]
} },
children: [
{
path: "authAdmin",
component: authAdmin,
name: "用户管理",
icon: "",
meta: {
authRule: ["authMange/auth_admin"]
}
},
{
path: "authRole",
component: authRole,
name: "角色管理",
icon: "",
meta: {
authRule: ["authMange/auth_role"]
}
},
{
path: "authPermissionRule",
component: authPermissionRule,
name: "功能配置",
icon: "",
meta: {
authRule: ["authMange/auth_permission_rule"]
}
},
]
}, },
{ {
path: "/systemParam", path: "/systemParam",
component: Empty, component: Empty,
@ -653,8 +669,6 @@ export const asyncRouterMap = [
} }
},] },]
}, },
{ {
path: "/udidb", path: "/udidb",
redirect: "/udidb/udidbSearch", redirect: "/udidb/udidbSearch",
@ -682,182 +696,182 @@ export const asyncRouterMap = [
} }
] ]
}, },
]
},
{
path: "/thrsys",
redirect: "/products/thrProducts",
component: Home,
icon: "tongyong",
name: "第三方数据",
hidden: false,
noDropdown: false,
meta: {
authRule: ["thrsys"]
},
children: [
{
path: "thrInvWarehouse",
component: thrInvWarehouse,
name: "仓库信息",
icon: "",
meta: {
authRule: ["thrsys/thrInvWarehouse"]
}
},
{ {
path: "/products", path: "/thrsys",
redirect: "/products/thrProducts", redirect: "/products/thrProducts",
name: "产品信息",
component: Empty, component: Empty,
name: "第三方数据",
hidden: false,
noDropdown: false,
meta: { meta: {
authRule: ["thrsys/thrProducts"] authRule: ["thrsys"]
}, },
children: [ children: [
{ {
path: "thrProducts", path: "thrInvWarehouse",
name: "产品信息查询", component: thrInvWarehouse,
component: thrProducts, name: "仓库信息",
meta: { icon: "",
authRule: ["thrsys/thrProducts/search"]
},
},
{
path: "thrProductsImport",
name: "产品信息导入",
component: thrProductsImport,
meta: { meta: {
authRule: ["thrsys/thrProductsImport"] authRule: ["thrsys/thrInvWarehouse"]
} }
}, },
{ {
path: "thrProductsExport", path: "/products",
name: "产品信息导出", redirect: "/products/thrProducts",
component: thrProductsExport, name: "产品信息",
component: Empty,
meta: { meta: {
authRule: ["thrsys/thrProductsExport"] authRule: ["thrsys/thrProducts"]
} },
children: [
{
path: "thrProducts",
name: "产品信息查询",
component: thrProducts,
meta: {
authRule: ["thrsys/thrProducts/search"]
},
},
{
path: "thrProductsImport",
name: "产品信息导入",
component: thrProductsImport,
meta: {
authRule: ["thrsys/thrProductsImport"]
}
},
{
path: "thrProductsExport",
name: "产品信息导出",
component: thrProductsExport,
meta: {
authRule: ["thrsys/thrProductsExport"]
}
},
]
}, },
]
},
{
path: "/corps",
redirect: "/corps/ThrCorps",
name: "往来单位",
component: Empty,
meta: {
authRule: ["thrsys/corp"]
},
children: [
{ {
path: "ThrCorps", path: "/corps",
name: "往来单位查询", redirect: "/corps/ThrCorps",
component: ThrCorps, name: "往来单位",
component: Empty,
meta: { meta: {
authRule: ["thrsys/ThrCorps"] authRule: ["thrsys/corp"]
} },
}, children: [
{
path: "ThrCorps",
name: "往来单位查询",
component: ThrCorps,
meta: {
authRule: ["thrsys/ThrCorps"]
}
},
{ {
path: "thrCorpsImport", path: "thrCorpsImport",
name: "往来单位导入", name: "往来单位导入",
component: thrCorpsImport, component: thrCorpsImport,
meta: { meta: {
authRule: ["thrsys/thrCorpsImport"] authRule: ["thrsys/thrCorpsImport"]
} }
},
{
path: "thrCorpsExport",
name: "往来单位导出",
component: thrCorpsExport,
meta: {
authRule: ["thrsys/thrCorpsExport"]
}
}
],
}, },
{ {
path: "thrCorpsExport", path: "/orders",
name: "往来单位导出", redirect: "/orders/ThrOrders",
component: thrCorpsExport, name: "业务单据",
meta: { component: Empty,
authRule: ["thrsys/thrCorpsExport"]
}
}
],
},
{
path: "/orders",
redirect: "/orders/ThrOrders",
name: "业务单据",
component: Empty,
meta: {
authRule: ["thrsys/throrders"]
},
children: [
{
path: "ThrOrders",
name: "业务单据查询",
component: ThrOrders,
meta: {
authRule: ["thrsys/order/search"]
}
},
{
path: "thrOrderImport",
name: "业务单据导入",
component: thrOrderImport,
meta: { meta: {
authRule: ["thrsys/thrOrderImport"] authRule: ["thrsys/throrders"]
} },
children: [
{
path: "ThrOrders",
name: "业务单据查询",
component: ThrOrders,
meta: {
authRule: ["thrsys/order/search"]
}
},
{
path: "thrOrderImport",
name: "业务单据导入",
component: thrOrderImport,
meta: {
authRule: ["thrsys/thrOrderImport"]
}
},
{
path: "thrOrderExport",
name: "业务单据导出",
component: thrOrderExport,
meta: {
authRule: ["thrsys/thrOrderExport"]
}
},],
}, },
{ {
path: "thrOrderExport", path: "/invProducts",
name: "业务单据导出", redirect: "/invProducts/ThrInvProducts",
component: thrOrderExport, name: "库存信息",
component: Empty,
meta: { meta: {
authRule: ["thrsys/thrOrderExport"] authRule: ["thrsys/inv"]
} },
},], children: [
},
{
path: "/invProducts",
redirect: "/invProducts/ThrInvProducts",
name: "库存信息",
component: Empty,
meta: {
authRule: ["thrsys/inv"]
},
children: [
{ {
path: "ThrInvProducts", path: "ThrInvProducts",
name: "库存信息查询", name: "库存信息查询",
component: ThrInvProducts, component: ThrInvProducts,
meta: { meta: {
authRule: ["thrsys/ThrInvProducts"] authRule: ["thrsys/ThrInvProducts"]
} }
}, },
{ {
path: "thrInvProductsImport", path: "thrInvProductsImport",
name: "库存信息导入", name: "库存信息导入",
component: thrInvProductsImport, component: thrInvProductsImport,
meta: { meta: {
authRule: ["thrsys/thrInvProductsImport"] authRule: ["thrsys/thrInvProductsImport"]
} }
},
{
path: "thrInvProductsExport",
name: "库存信息导出",
component: thrInvProductsExport,
meta: {
authRule: ["thrsys/thrInvProductsExport"]
}
},]
}, },
{
path: "thrInvProductsExport",
name: "库存信息导出",
component: thrInvProductsExport,
meta: {
authRule: ["thrsys/thrInvProductsExport"]
}
},]
},
// { // {
// path: "thirdSys", // path: "thirdSys",
// name: "参数设置", // name: "参数设置",
// component: thirdSys, // component: thirdSys,
// meta: { // meta: {
// authRule: ["thrsys/thirdSys"] // authRule: ["thrsys/thirdSys"]
// } // }
// }, // },
]
},
] ]
}, },
{ {
path: "/smp", path: "/smp",
redirect: "/smp/udiinfoExportSmp", redirect: "/smp/udiinfoExportSmp",

@ -1018,11 +1018,13 @@ export default {
removeRl(query) removeRl(query)
.then((response) => { .then((response) => {
if (response.code == 20000) { if (response.code == 20000) {
this.getThirdSysDetail()();
this.$message({ this.$message({
type: "success", type: "success",
message: "删除成功!", message: "删除成功!",
}); });
this.getList();
this.cancelDialog();
this.getThirdSysDetail()();
} else { } else {
this.$message.error(response.message); this.$message.error(response.message);
} }

@ -414,6 +414,7 @@ export default {
this.combineQuery.thirdId = ""; this.combineQuery.thirdId = "";
} }
this.combineQuery.manufactory = this.currentRow.manufactory; this.combineQuery.manufactory = this.currentRow.manufactory;
this.combineQuery.price = this.currentRow.price;
combineUdi(this.combineQuery) combineUdi(this.combineQuery)
.then((response) => { .then((response) => {
if (response.code == 20000) { if (response.code == 20000) {

@ -557,6 +557,8 @@ export default {
this.combineQuery.thirdId = this.currentRow.code; this.combineQuery.thirdId = this.currentRow.code;
this.combineQuery.erpName = this.currentRow.name; this.combineQuery.erpName = this.currentRow.name;
this.combineQuery.manufactory = this.currentRow.manufactory; this.combineQuery.manufactory = this.currentRow.manufactory;
this.combineQuery.price = this.currentRow.price;
this.combineQuery.supName = this.currentRow.supName;
this.erpQuery.manufactory = this.currentRow.manufactory; this.erpQuery.manufactory = this.currentRow.manufactory;

@ -17,11 +17,15 @@
<div> <div>
<span style="margin-left: 30px;">服务地址:&nbsp;</span> <span style="margin-left: 30px;">服务地址:&nbsp;</span>
<el-input <el-input
style="width: 70%" style="width: 50%"
size="small" size="small"
v-model="configQuery.syncIp" v-model="configQuery.syncIp"
splaceholder="请输入内容" splaceholder="请输入内容"
></el-input> ></el-input>
<el-button type="primary" size="small" @click="testConnect()" style="margin-left: 20px;"
:loading="testLoading">测试连通
</el-button>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
@ -142,17 +146,6 @@
</el-descriptions-item> </el-descriptions-item>
<!-- <el-descriptions-item label="单据(单据类型)" label-style="width: 150px">-->
<!-- <el-checkbox-group v-model="checkedBusTypes" @change="handleCheckedChange">-->
<!-- <el-checkbox-->
<!-- style="padding-top: 10px"-->
<!-- v-for="busType in busTypes" :label="busType" :key="busType.action"-->
<!-- :value="busType.action">{{ busType.name }}-->
<!-- </el-checkbox>-->
<!-- </el-checkbox-group>-->
<!-- </el-descriptions-item>-->
</el-descriptions> </el-descriptions>
<el-dialog <el-dialog
@ -199,7 +192,7 @@
</template> </template>
<script> <script>
import {findConfig, updateConfig} from "@/api/thrsys/spsSyncStatus"; import {findConfig, testConnect, updateConfig} from "@/api/thrsys/spsSyncStatus";
import store from "@/store"; import store from "@/store";
import {getBussinessType} from "@/api/basic/bussinessType"; import {getBussinessType} from "@/api/basic/bussinessType";
@ -222,7 +215,7 @@ export default {
orderScanFinish: null, orderScanFinish: null,
dbDiProducts: null, dbDiProducts: null,
downstreamEnable: null, downstreamEnable: null,
syncIp:null, syncIp: null,
syncTime: null, syncTime: null,
syncDownloadTime: null, syncDownloadTime: null,
orderUnCheck: null, orderUnCheck: null,
@ -238,6 +231,7 @@ export default {
multipleSelection: [], multipleSelection: [],
addBusDialogVisible: false, addBusDialogVisible: false,
total: 0, total: 0,
testLoading: false,
} }
}, },
methods: { methods: {
@ -297,6 +291,22 @@ export default {
}); });
}, },
testConnect() {
this.testLoading = true;
testConnect()
.then((response) => {
this.testLoading = false;
if (response.code == 20000) {
this.$message.success("连接成功");
}
})
.catch(() => {
this.testLoading = false;
});
},
handleCheckedChange(val) { handleCheckedChange(val) {
this.multipleSelection = val; this.multipleSelection = val;
}, },
@ -317,7 +327,7 @@ export default {
this.multipleSelection = []; this.multipleSelection = [];
}, },
addBusType(){ addBusType() {
var selectData = this.multipleSelection; var selectData = this.multipleSelection;
selectData.forEach((obj) => { selectData.forEach((obj) => {
this.checkedBusTypes.push(obj); this.checkedBusTypes.push(obj);
@ -326,8 +336,8 @@ export default {
}, },
remveBus(index,row){ remveBus(index, row) {
this.checkedBusTypes.splice(index,1); this.checkedBusTypes.splice(index, 1);
}, },
checkSelectable(row) { checkSelectable(row) {
return !row.isSelect; return !row.isSelect;

@ -60,7 +60,7 @@
@selection-change="handleSelectionChange"> @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55"></el-table-column> <el-table-column type="selection" width="55"></el-table-column>
<el-table-column label="序号" type="index" width="60"></el-table-column> <el-table-column label="序号" type="index" width="60"></el-table-column>
<el-table-column label="往来单位ID" prop="id" width="100" show-overflow-tooltip></el-table-column> <el-table-column label="往来单位ID" prop="unitId" width="100" show-overflow-tooltip></el-table-column>
<el-table-column label="往来单位" prop="name" show-overflow-tooltip></el-table-column> <el-table-column label="往来单位" prop="name" show-overflow-tooltip></el-table-column>
<el-table-column label="拼音简写" prop="spell" width="100" show-overflow-tooltip></el-table-column> <el-table-column label="拼音简写" prop="spell" width="100" show-overflow-tooltip></el-table-column>
<el-table-column label="地址" prop="addr" show-overflow-tooltip></el-table-column> <el-table-column label="地址" prop="addr" show-overflow-tooltip></el-table-column>

Loading…
Cancel
Save