更新系统名称及菜单,调整工器具与配件相关功能标题,修复配件出库备注显示问题,修改API接口地址配置

This commit is contained in:
syruan 2025-06-29 18:31:23 +08:00
parent f1e189622d
commit 6906913964
4 changed files with 41 additions and 40 deletions

View File

@ -4,7 +4,7 @@
"href": "page/welcome-1.html?t=1"
},
"logoInfo": {
"title": "黔送固定资产",
"title": "工器具、配件",
"image": "images/logo.png",
"href": ""
},
@ -16,45 +16,31 @@
"target": "_self",
"child": [
{
"title": "具需求计划",
"title": "工器具需求计划",
"href": "",
"icon": "fa fa-home",
"target": "_self",
"child": [
{
"title": "计划申请",
"title": "工器具计划申请",
"href": "page/demandPlan/apply_plan_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "计划申请审核",
"title": "工器具计划审核",
"href": "page/demandPlan/plan_check_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "发货统计",
"title": "工器具发货统计",
"href": "page/demandPlan/delivery_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
}
]
},
{
"title": "基础管理",
"href": "",
"icon": "fa fa-home",
"target": "_self",
"child": [
{
"title": "配件类型管理",
"href": "page/basic/fit_type_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
}
]
},
{
"title": "配件管理",
"href": "",
@ -62,14 +48,8 @@
"target": "_self",
"child": [
{
"title": "工程统计",
"href": "page/accessory/pro_count_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "库存统计",
"href": "page/accessory/inventory_statistics_list.html",
"title": "配件类型管理",
"href": "page/basic/fit_type_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
},
@ -86,7 +66,7 @@
"target": "_self"
},
{
"title": "领料出库",
"title": "配件出库",
"href": "page/accessory/accessory_out_bound_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
@ -98,14 +78,34 @@
"target": "_self"
},
{
"title": "库存盘点",
"href": "page/accessory/inventory_count_list.html",
"title": "配件报废",
"href": "page/accessory/accessory_scrap_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
}
]
},
{
"title": "配件库存统计",
"href": "",
"icon": "fa fa-home",
"target": "_self",
"child": [
{
"title": "工程领用统计",
"href": "page/accessory/pro_count_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "配件报废",
"href": "page/accessory/accessory_scrap_list.html",
"title": "配件库存查询",
"href": "page/accessory/inventory_statistics_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "配件库存盘点",
"href": "page/accessory/inventory_count_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
}

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>黔送固定资产管理系统</title>
<title>贵州机具配件管理系统</title>
<meta name="keywords" content="layuimini,layui,layui模板,layui后台,后台模板,admin,admin模板,layui mini">
<meta name="description"
content="layuimini基于layui的轻量级前端后台管理框架最简洁、易用的后台框架模板面向所有层次的前后端程序,只需提供一个接口就直接初始化整个框架,无需复杂操作。">
@ -226,8 +226,8 @@
let login_url = dataUrl + 'login/userLogin'
const params = {
"username": 'sa',
// "password": '3NBzZK7qxhMhrmvi63FnuQ==',
"password": 'ebbd6ea34bbab2b0813afcf59c8c9556',
// "password": '3NBzZK7qxhMhrmvi63FnuQ==',
}
ajaxRequest(login_url, "POST", params, true, function () {
}, function (result) {

View File

@ -158,6 +158,7 @@ function getPartDetails() {
$('#codeValue').html(obj.code + '<a style="margin:0 5px;color:#409EFF;cursor: pointer;" onclick=\'viewGs(' + JSON.stringify(obj) + ')\'>查看概述</a>');
$('#type').html(obj.type === '0' ? '设备' : '工器具');
$('#applyNum').html(obj.applyNum);
$('#remark').html(obj.remark);
let suffix = "data:image/jpeg;base64,"
if(obj.lyUrl){
$('#lyUrl').html('<img src="' + (suffix + obj.lyUrl) + '" width="120px" height="50px">');

View File

@ -1,10 +1,10 @@
/* const dataUrl = 'http://127.0.0.1:21995/'; // 数据请求路径
const fileUrl = 'http://127.0.0.1:21995/statics'; // 文件路径
const signFileUrl = 'http://127.0.0.1:21995/statics'; // 签名文件路径
const viewFileUrl = 'http://192.168.0.14:8012/onlinePreview?url=' //14服务器预览文件 */
const dataUrl = 'http://127.0.0.1:21999/'; // 数据请求路径
const fileUrl = 'http://127.0.0.1:21999/statics'; // 文件路径
const signFileUrl = 'http://127.0.0.1:21999/statics'; // 签名文件路径
// const viewFileUrl = 'http://192.168.0.14:8012/onlinePreview?url=' //14服务器预览文件 */
const dataUrl = 'http://127.0.0.1:21521/'; // 数据请求路径
const fileUrl = 'http://192.168.0.14:21999/statics'; // 文件路径
// const dataUrl = 'http://192.168.0.234:21999/gz-gqj/'; // 数据请求路径
// const fileUrl = 'http://192.168.0.234:21999/gz-gqj/statics'; // 文件路径
const viewFileUrl = 'http://192.168.0.14:8012/onlinePreview?url=' //14服务器预览文件
/* 请求 */