更改实名制-施工人员管理页面代码
This commit is contained in:
parent
160406d29e
commit
b503600a36
|
|
@ -102,8 +102,8 @@ function reloading() {
|
|||
*/
|
||||
function openFile(filePaths, fileNames, fileTimes, fileDownloadName) {
|
||||
console.log("openFile----------")
|
||||
var height = '80%';
|
||||
var width = '60%';
|
||||
var height = '75%';
|
||||
var width = '75%';
|
||||
var index = layer.open({
|
||||
title: ["查看", 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
|
|
@ -126,8 +126,8 @@ function openFile(filePaths, fileNames, fileTimes, fileDownloadName) {
|
|||
*/
|
||||
function openFileAndUpLoad(filePaths, fileNames, fileTimes, fileDownloadName) {
|
||||
console.log("openFile----------")
|
||||
var height = '98%';
|
||||
var width = '98%';
|
||||
var height = '97.5%';
|
||||
var width = '97.5%';
|
||||
var index = layer.open({
|
||||
title: [fileNames, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
|
|
@ -454,7 +454,7 @@ function layerOpenFormForSencond(title, contentUrl) {
|
|||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
content: contentUrl,
|
||||
area: ['90%', '95%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
maxmin: false,
|
||||
btn: ['确定'],
|
||||
success: function (layero, index) {
|
||||
|
|
@ -494,7 +494,7 @@ function toLeadInto(title, contentUrl) {
|
|||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
content: contentUrl,
|
||||
area: ['70%', '95%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
maxmin: false,
|
||||
success: function (layero, index) {
|
||||
},
|
||||
|
|
@ -659,7 +659,7 @@ function layerOpenFormForSencondss(title, contentUrl) {
|
|||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
content: contentUrl,
|
||||
area: ['50%', '95%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
maxmin: false,
|
||||
btn: ['确定'],
|
||||
success: function (layero, index) {
|
||||
|
|
@ -812,7 +812,7 @@ function layerOpenView(title, contentUrl) {
|
|||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
content: contentUrl,
|
||||
area: ['90%', '95%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
maxmin: false,
|
||||
});
|
||||
}
|
||||
|
|
@ -843,7 +843,7 @@ function layerOpenViewForSencond(title, contentUrl) {
|
|||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
content: contentUrl,
|
||||
area: ['90%', '95%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
maxmin: false,
|
||||
end: function () {
|
||||
var t = changeProTeam(contentUrl, title, index);
|
||||
|
|
@ -868,7 +868,7 @@ function layerOpenFormTeamMember(title, contentUrl) {
|
|||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
content: contentUrl,
|
||||
area: ['90%', '95%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
maxmin: false,
|
||||
success: function (layero, index) {
|
||||
},
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
|||
if ($.inArray('sysFirmContent:delete', pers) > 0) {
|
||||
if (d.status != 1){
|
||||
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
||||
text +='<a lay-event="del" style="color: #009688;cursor: pointer;font-size: 15px">删除</a>';
|
||||
text +='<a lay-event="del" style="color: #ff4d4f;cursor: pointer;font-size: 15px">删除</a>';
|
||||
}
|
||||
}
|
||||
return text;
|
||||
|
|
@ -286,4 +286,4 @@ function reloadTip(tip,message,type){
|
|||
type: type,
|
||||
message: message
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
|||
if ($.inArray('freeTeam:del', pers) > 0) {
|
||||
if (d.status != 1){
|
||||
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
||||
text +='<a lay-event="del" style="color: #009688;cursor: pointer;font-size: 15px">删除</a>';
|
||||
text +='<a lay-event="del" style="color: #ff4d4f;cursor: pointer;font-size: 15px">删除</a>';
|
||||
}
|
||||
}
|
||||
return text;
|
||||
|
|
@ -314,4 +314,4 @@ function reloadTip(tip,message,type){
|
|||
type: type,
|
||||
message: message
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
|||
let proStatus = d.proStatus;
|
||||
if ($.inArray('sysFirmContent:completed', pers) > 0) {
|
||||
if (proStatus == "1") {
|
||||
text +='<a lay-event="completed" style="color: #ffb800;cursor: pointer;font-size: 15px">完工</a>';
|
||||
text +='<a lay-event="completed" style="color: #009688;cursor: pointer;font-size: 15px">完工</a>';
|
||||
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
||||
}
|
||||
}
|
||||
|
|
@ -138,7 +138,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
|||
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
||||
}
|
||||
if ($.inArray('sysFirmContent:delete', pers) > 0) {
|
||||
text +='<a lay-event="del" style="color: #009688;cursor: pointer;font-size: 15px" id="deleteBtn" >删除</a>';
|
||||
text +='<a lay-event="del" style="color: #ff4d4f;cursor: pointer;font-size: 15px" id="deleteBtn" >删除</a>';
|
||||
}
|
||||
return text;
|
||||
}
|
||||
|
|
@ -386,4 +386,4 @@ function reloadTip(tip,message,type){
|
|||
type: type,
|
||||
message: message
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ function layerOpenProgressView(title,contentUrl){
|
|||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
content: contentUrl,
|
||||
area: ['90%', '95%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
maxmin: false,
|
||||
cancel:function (){
|
||||
reloadTable()
|
||||
|
|
@ -150,4 +150,4 @@ function reloadTable(){
|
|||
voltageLevel: "",
|
||||
} //设定异步数据接口的额外参数
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -442,7 +442,7 @@ function layerOpenFormForSecond(title, contentUrl) {
|
|||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
content: contentUrl,
|
||||
area: ['90%', '95%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
maxmin: false,
|
||||
btn: ['保存'],
|
||||
success: function (layero, index) {
|
||||
|
|
@ -471,7 +471,7 @@ function layerOpenProgressView(title, contentUrl) {
|
|||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
content: contentUrl,
|
||||
area: ['90%', '95%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
maxmin: false,
|
||||
end:function () {
|
||||
changeTab();
|
||||
|
|
@ -586,4 +586,4 @@ function ajaxCommonMethod(url,data,success,error){
|
|||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
|||
let text = "";
|
||||
if(d.mach == '1'){
|
||||
if ($.inArray('sysRnProject:untie', pers) > 0) {
|
||||
text +='<a lay-event="Unbind" style="color: #009688; cursor: pointer; font-size: 15px;">解绑</a>';
|
||||
text +='<a lay-event="Unbind" style="color: #ff4d4f; cursor: pointer; font-size: 15px;">解绑</a>';
|
||||
}
|
||||
}else {
|
||||
if ($.inArray('sysRnProject:bind', pers) > 0) {
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
|||
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
||||
}
|
||||
if ($.inArray('sysTowerProject:del', pers) > 0) {
|
||||
text +='<a lay-event="del" style="color: #009688;cursor: pointer;font-size: 15px" id="deleteBtn" >删除</a>';
|
||||
text +='<a lay-event="del" style="color: #ff4d4f;cursor: pointer;font-size: 15px" id="deleteBtn" >删除</a>';
|
||||
}
|
||||
return text;
|
||||
}
|
||||
|
|
@ -205,4 +205,4 @@ function reloadTip(tip,message,type){
|
|||
type: type,
|
||||
message: message
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
|||
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
||||
}
|
||||
if ($.inArray('Subcontract:del', pers) > 0) {
|
||||
text +='<a lay-event="del" style="color: #009688;cursor: pointer;font-size: 15px" id="deleteBtn" >删除</a>';
|
||||
text +='<a lay-event="del" style="color: #ff4d4f;cursor: pointer;font-size: 15px" id="deleteBtn" >删除</a>';
|
||||
}
|
||||
return text;
|
||||
}
|
||||
|
|
@ -179,4 +179,4 @@ function reloadTip(tip,message,type){
|
|||
type: type,
|
||||
message: message
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
|||
if ($.inArray('SubTeams:delete', pers) > 0) {
|
||||
if (d.status != 1){
|
||||
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
||||
text +='<a lay-event="del" style="color: #009688;cursor: pointer;font-size: 15px">删除</a>';
|
||||
text +='<a lay-event="del" style="color: #ff4d4f;cursor: pointer;font-size: 15px">删除</a>';
|
||||
}
|
||||
}
|
||||
return text;
|
||||
|
|
@ -316,4 +316,4 @@ function reloadTip(tip,message,type){
|
|||
type: type,
|
||||
message: message
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,8 +16,12 @@
|
|||
line-height: 20px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<body style="padding:0 24px 0 24px;margin-top: 10px;">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
<table id="demo" lay-filter="test" style="padding: 10px"></table>
|
||||
</form>
|
||||
|
|
@ -146,4 +150,4 @@
|
|||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
padding: 0px 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
|
|
@ -44,6 +48,8 @@
|
|||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="exportBt" class="layui-btn layui-btn-sm">导出</button>
|
||||
</div>
|
||||
|
|
@ -54,7 +60,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<table id="demo" lay-filter="test"></table>
|
||||
<table id="demo" lay-filter="test" style="margin-top: 10px"></table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -66,4 +72,4 @@
|
|||
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
||||
<script type="text/javascript" src="../../js/select.js"></script>
|
||||
<script type="text/javascript" src="../../js/my/permission.js"></script>
|
||||
<script src="../../js/companypro/FreeInquiryList.js"></script>
|
||||
<script src="../../js/companypro/FreeInquiryList.js"></script>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<title>选择人员</title>
|
||||
<link rel="stylesheet" href="../../layui-v2.8.18/layui/css/layui.css" media="all"/>
|
||||
</head>
|
||||
<body>
|
||||
<body style="padding:0 24px 0 24px;">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
<div class="layui-form-item" style="margin-bottom: 0px;">
|
||||
<div class="layui-inline" style="margin-top: 10px;">
|
||||
|
|
@ -134,4 +134,4 @@
|
|||
message: message
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -16,8 +16,12 @@
|
|||
line-height: 20px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<body style="padding: 0 24px 0 24px;">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
<div>
|
||||
<div class="layui-form-item" style="margin-top: 1%;">
|
||||
|
|
@ -100,7 +104,7 @@
|
|||
{{# } }}
|
||||
{{# if(d.type != 3){ }}
|
||||
<span style="font-size: 15px;"> | </span>
|
||||
<a lay-event="del" style="color: #009688;cursor: pointer;font-size: 15px">删除</a>
|
||||
<a lay-event="del" style="color: #ff4d4f;cursor: pointer;font-size: 15px">删除</a>
|
||||
{{# } }}
|
||||
|
||||
</script>
|
||||
|
|
@ -548,7 +552,7 @@
|
|||
title: ['选择项目团队人员', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
content: "./choosePerson.html",
|
||||
area: ['80%', '95%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
maxmin: false,
|
||||
btn: ['确定'],
|
||||
success: function (layero, index) {
|
||||
|
|
@ -589,4 +593,4 @@
|
|||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
padding: 0px 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
|
|
@ -44,6 +48,9 @@
|
|||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
||||
</div>
|
||||
|
|
@ -57,7 +64,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<table id="demo" lay-filter="test"></table>
|
||||
<table id="demo" lay-filter="test" style="margin-top: 10px;"></table>
|
||||
|
||||
<!--<script type="text/html" id="toolsBar">-->
|
||||
<!-- <a lay-event="update" style="color: #009688;cursor: pointer;font-size: 15px">修改</a>-->
|
||||
|
|
@ -78,4 +85,4 @@
|
|||
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
||||
<script type="text/javascript" src="../../js/select.js"></script>
|
||||
<script type="text/javascript" src="../../js/my/permission.js"></script>
|
||||
<script src="../../js/companypro/proManageTeamList.js"></script>
|
||||
<script src="../../js/companypro/proManageTeamList.js"></script>
|
||||
|
|
|
|||
|
|
@ -29,8 +29,12 @@
|
|||
background-color: #e5ede7;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<body style="padding: 0 24px 0 24px;margin-top: 5px;">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
<div class="layuimini-container" style="height: 100%">
|
||||
<div class="layuimini-main" style="display: flex;height: 100%">
|
||||
|
|
@ -307,4 +311,4 @@
|
|||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -29,8 +29,12 @@
|
|||
background-color: #e5ede7;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<body style="margin-left: 15px;padding: 0 24px 0 24px;margin-top: 10px;">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
<div class="layuimini-container" style="height: 100%">
|
||||
<div class="layuimini-main" style="display: flex" style="height: 100%">
|
||||
|
|
@ -301,4 +305,4 @@
|
|||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,12 @@
|
|||
<title>选择人员</title>
|
||||
<link rel="stylesheet" href="../../layui-v2.8.18/layui/css/layui.css" media="all"/>
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="padding: 0 24px 0 24px;">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
<div class="layui-form-item" style="margin-bottom: 0px;">
|
||||
<div class="layui-inline" style="margin-top: 10px;">
|
||||
|
|
@ -137,4 +142,4 @@
|
|||
message: message
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -16,8 +16,12 @@
|
|||
line-height: 20px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<body style="padding: 0 24px 0 24px;">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
<div>
|
||||
<div class="layui-form-item" style="margin-top: 1%;">
|
||||
|
|
@ -91,7 +95,7 @@
|
|||
{{# } }}
|
||||
{{# if(d.type != 3){ }}
|
||||
<span style="font-size: 15px;"> | </span>
|
||||
<a lay-event="del" style="color: #009688;cursor: pointer;font-size: 15px">删除</a>
|
||||
<a lay-event="del" style="color: #ff4d4f;cursor: pointer;font-size: 15px">删除</a>
|
||||
{{# } }}
|
||||
</script>
|
||||
<script src="../../js/jquery/jquery-3.6.0.js"></script>
|
||||
|
|
@ -563,4 +567,4 @@
|
|||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
padding: 0px 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
|
|
@ -49,6 +53,10 @@
|
|||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px" id="addDiv">
|
||||
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
||||
</div>
|
||||
|
|
@ -62,7 +70,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<table id="demo" lay-filter="test"></table>
|
||||
<table id="demo" lay-filter="test" style="margin-top: 10px;"></table>
|
||||
<script type="text/html" id="switchTpl">
|
||||
<input type="checkbox" id="statusSwitch" name="status" value="{{d.id}}" lay-skin="switch" {{d.branchName ? 'disabled' : ''}} lay-text="启用|冻结" lay-filter="statusSwitch" {{ d.isUse == 1 ? 'checked' : '' }}>
|
||||
</script>
|
||||
|
|
@ -70,7 +78,7 @@
|
|||
<a lay-event="update" style="color: #009688;cursor: pointer;font-size: 15px">修改</a>
|
||||
{{# if(d.status != 1){ }}
|
||||
<span style="font-size: 15px;"> | </span>
|
||||
<a lay-event="del" style="color: #009688;cursor: pointer;font-size: 15px">删除</a>
|
||||
<a lay-event="del" style="color: #ff4d4f;cursor: pointer;font-size: 15px">删除</a>
|
||||
{{# } }}
|
||||
</script>
|
||||
|
||||
|
|
@ -84,4 +92,4 @@
|
|||
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
||||
<script type="text/javascript" src="../../js/select.js"></script>
|
||||
<script type="text/javascript" src="../../js/my/permission.js"></script>
|
||||
<script src="../../js/ownteam/ownTeamList.js"></script>
|
||||
<script src="../../js/ownteam/ownTeamList.js"></script>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
height: 32px;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<body style="padding: 0 24px 0 24px;">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
<div class="layuimini-container" style="height: 100%">
|
||||
<div class="layuimini-main" style="display: flex" style="height: 100%">
|
||||
|
|
@ -301,4 +301,4 @@
|
|||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
<div class="layui-input-inline" style="border: 0px dashed dimgrey;width: 74%;">
|
||||
<input class="teamName layui-input" id="shortName" name="shortName"
|
||||
lay-verify="" placeholder="填写工程简称">
|
||||
lay-verify="required" placeholder="填写工程简称">
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-form-item" style="margin-top: 1%;">
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
style="color: red;font-size: 20px">*</i>计划开工日期:</label>
|
||||
</div>
|
||||
<div class="layui-input-inline" style="border: 0px dashed dimgrey;width: 74%;">
|
||||
<input type="text" class="layui-input" id="phyTimeStart" name="phyTimeStart" placeholder="选择日期" lay-verify="required">
|
||||
<input type="text" class="layui-input" id="phyTimeStart" name="phyTimeStart" placeholder="选择日期" lay-verify="required" readonly>
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-form-item" style="margin-top: 1%;">
|
||||
|
|
@ -128,7 +128,7 @@
|
|||
style="color: red;font-size: 20px">*</i>计划完工日期:</label>
|
||||
</div>
|
||||
<div class="layui-input-inline" style="border: 0px dashed dimgrey;width: 74%;">
|
||||
<input type="text" class="layui-input" id="ptyTimeEnd" name="ptyTimeEnd" placeholder="选择日期" lay-verify="required">
|
||||
<input type="text" class="layui-input" id="ptyTimeEnd" name="ptyTimeEnd" placeholder="选择日期" lay-verify="required" readonly>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -329,7 +329,7 @@
|
|||
title: '选择地址',
|
||||
shadeClose: true,
|
||||
shade: 0.8,
|
||||
area: ['60%', '100%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
content: './ProjectMap.html' //iframe的url
|
||||
});
|
||||
}
|
||||
|
|
@ -359,4 +359,4 @@
|
|||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
padding: 0px 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
|
|
@ -47,6 +51,8 @@
|
|||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="layui-input-inline" id="addDiv" style="width: 70px;margin-top: 2px">
|
||||
<button id="addBt" class="layui-btn layui-btn-sm" perm-show="linePro:add">新增</button>
|
||||
</div>
|
||||
|
|
@ -57,7 +63,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<table id="demo" lay-filter="test"></table>
|
||||
<table id="demo" lay-filter="test" style="margin-top: 10px;"></table>
|
||||
|
||||
<script type="text/html" id="toolsBar">
|
||||
<!-- {{# if(d.proStatus === "1") { }}-->
|
||||
|
|
@ -76,7 +82,6 @@
|
|||
<script type="text/javascript" src="../../js/jq.js"></script>
|
||||
<script src="../../js/common_methon.js"></script>
|
||||
<script type="text/javascript" src="../../../public/public.js"></script>
|
||||
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
||||
<script type="text/javascript" src="../../js/select.js"></script>
|
||||
<script type="text/javascript" src="../../js/my/permission.js"></script>
|
||||
<script src="../../js/project/lineProjectList.js"></script>
|
||||
<script src="../../js/project/lineProjectList.js"></script>
|
||||
|
|
|
|||
|
|
@ -47,6 +47,10 @@
|
|||
background: #17BAAA;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
|
|
@ -181,4 +185,4 @@
|
|||
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
||||
<script type="text/javascript" src="../../js/select.js"></script>
|
||||
<script type="text/javascript" src="../../js/my/permission.js"></script>
|
||||
<script src="../../js/project/proScheduleManagementView.js"></script>
|
||||
<script src="../../js/project/proScheduleManagementView.js"></script>
|
||||
|
|
|
|||
|
|
@ -32,6 +32,10 @@
|
|||
font-size: 12px;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
|
|
@ -53,6 +57,9 @@
|
|||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="exportBt" class="layui-btn layui-btn-sm">导出</button>
|
||||
</div>
|
||||
|
|
@ -60,7 +67,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<table id="demo" lay-filter="test"></table>
|
||||
<table id="demo" lay-filter="test" style="margin-top: 10px"></table>
|
||||
|
||||
<script type="text/html" id="toolsBar">
|
||||
<a lay-event="view" style="color: #009688;cursor: pointer;font-size: 15px">详情</a>
|
||||
|
|
@ -76,4 +83,4 @@
|
|||
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
||||
<script type="text/javascript" src="../../js/select.js"></script>
|
||||
<script type="text/javascript" src="../../js/my/permission.js"></script>
|
||||
<script src="../../js/project/proScheduleManagementList.js"></script>
|
||||
<script src="../../js/project/proScheduleManagementList.js"></script>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
padding: 0px 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
|
|
@ -45,6 +49,9 @@
|
|||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="exportBt" class="layui-btn layui-btn-sm">导出</button>
|
||||
</div>
|
||||
|
|
@ -52,7 +59,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<table id="demo" lay-filter="test"></table>
|
||||
<table id="demo" lay-filter="test" style="margin-top: 10px;"></table>
|
||||
|
||||
<!--<script type="text/html" id="toolsBar">-->
|
||||
<!-- {{# if(d.mach === '1') { }}-->
|
||||
|
|
@ -72,4 +79,4 @@
|
|||
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
||||
<script type="text/javascript" src="../../js/select.js"></script>
|
||||
<script type="text/javascript" src="../../js/my/permission.js"></script>
|
||||
<script src="../../js/project/rnProjectBind.js"></script>
|
||||
<script src="../../js/project/rnProjectBind.js"></script>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
padding: 0px 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
|
|
@ -47,15 +51,18 @@
|
|||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="layui-input-inline" id="addDiv" style="width: 70px;margin-top: 2px">
|
||||
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
||||
</div>
|
||||
<div class="layui-input-inline" id="batchDel" style="width: 100px;margin-top: 2px">
|
||||
<button id="del" class="layui-btn layui-btn-sm">批量删除</button>
|
||||
</div>
|
||||
<!-- <div class="layui-input-inline" style="width: 70px;margin-top: 2px">-->
|
||||
<!-- <button id="exportBt" class="layui-btn layui-btn-sm">导出</button>-->
|
||||
<!-- </div>-->
|
||||
<!-- <div class="layui-input-inline" style="width: 70px;margin-top: 2px">-->
|
||||
<!-- <button id="exportBt" class="layui-btn layui-btn-sm">导出</button>-->
|
||||
<!-- </div>-->
|
||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="importBt" class="layui-btn layui-btn-sm">导入</button>
|
||||
</div>
|
||||
|
|
@ -63,7 +70,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<table id="demo" lay-filter="test"></table>
|
||||
<table id="demo" lay-filter="test" style="margin-top: 10px;"></table>
|
||||
|
||||
<!--<script type="text/html" id="toolsBar">-->
|
||||
<!-- <a lay-event="update" style="color: #009688;cursor: pointer;font-size: 15px">修改</a>-->
|
||||
|
|
@ -81,4 +88,4 @@
|
|||
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
||||
<script type="text/javascript" src="../../js/select.js"></script>
|
||||
<script type="text/javascript" src="../../js/my/permission.js"></script>
|
||||
<script src="../../js/project/towerProjectList.js"></script>
|
||||
<script src="../../js/project/towerProjectList.js"></script>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@
|
|||
padding: 0px 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
|
|
@ -34,6 +37,8 @@
|
|||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px" id="addDiv">
|
||||
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
||||
</div>
|
||||
|
|
@ -44,7 +49,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<table id="demo" lay-filter="test"></table>
|
||||
<table id="demo" lay-filter="test" style="margin-top: 10px;"></table>
|
||||
|
||||
<!--<script type="text/html" id="toolsBar">-->
|
||||
<!-- <a lay-event="update" style="color: #009688;cursor: pointer;font-size: 15px">修改</a>-->
|
||||
|
|
@ -62,4 +67,4 @@
|
|||
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
||||
<script type="text/javascript" src="../../js/select.js"></script>
|
||||
<script type="text/javascript" src="../../js/my/permission.js"></script>
|
||||
<script src="../../js/subTeamResource/SubcontractaList.js"></script>
|
||||
<script src="../../js/subTeamResource/SubcontractaList.js"></script>
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@
|
|||
background-color: #e5ede7;
|
||||
height: 32px;
|
||||
}
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
|
|
@ -345,4 +348,4 @@
|
|||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,13 @@
|
|||
<meta charset="UTF-8">
|
||||
<title>选择人员</title>
|
||||
<link rel="stylesheet" href="../../layui-v2.8.18/layui/css/layui.css" media="all"/>
|
||||
<style>
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body style="padding: 0 24px 0 24px;">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
<div class="layui-form-item" style="margin-bottom: 0px;">
|
||||
<div class="layui-inline" style="margin-top: 10px;">
|
||||
|
|
@ -140,4 +145,4 @@
|
|||
message: message
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -22,8 +22,12 @@
|
|||
margin-top: -8px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<body style="padding: 0 24px 0 24px;">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
<div>
|
||||
<div class="layui-form-item">
|
||||
|
|
@ -61,7 +65,7 @@
|
|||
{{# } }}
|
||||
{{# if(d.type == 2){ }}
|
||||
<span style="font-size: 15px;"> | </span>
|
||||
<a lay-event="del" style="color: #009688;cursor: pointer;font-size: 15px">删除</a>
|
||||
<a lay-event="del" style="color: #ff4d4f;cursor: pointer;font-size: 15px">删除</a>
|
||||
{{# } }}
|
||||
</script>
|
||||
<script src="../../js/jquery/jquery-3.6.0.js"></script>
|
||||
|
|
@ -492,4 +496,4 @@
|
|||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -29,8 +29,12 @@
|
|||
background-color: #e5ede7;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<body style="padding: 0 24px 0 24px;margin-top: 5px;">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
<div class="layuimini-container" style="height: 100%">
|
||||
<div class="layuimini-main" style="display: flex;height: 100%" >
|
||||
|
|
@ -319,4 +323,4 @@
|
|||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -22,8 +22,12 @@
|
|||
margin-top: -8px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<body style="padding: 0 24px 0 24px">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
<div>
|
||||
<div class="layui-form-item" style="margin-top: 1%;">
|
||||
|
|
@ -133,7 +137,7 @@
|
|||
{{# } }}
|
||||
{{# if(d.type != 3){ }}
|
||||
<span style="font-size: 15px;"> | </span>
|
||||
<a lay-event="del" style="color: #009688;cursor: pointer;font-size: 15px">删除</a>
|
||||
<a lay-event="del" style="color: #ff4d4f;cursor: pointer;font-size: 15px">删除</a>
|
||||
{{# } }}
|
||||
</script>
|
||||
<script src="../../js/jquery/jquery-3.6.0.js"></script>
|
||||
|
|
@ -652,7 +656,7 @@
|
|||
title: ['选择班组人员', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
content: "./choosePerson.html",
|
||||
area: ['80%', '95%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
maxmin: false,
|
||||
btn: ['确定'],
|
||||
success: function (layero, index) {
|
||||
|
|
@ -695,4 +699,4 @@
|
|||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@
|
|||
padding: 0px 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<form class="layui-form" action="" onsubmit="return false">
|
||||
|
|
@ -52,6 +55,8 @@
|
|||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px" id="addDiv">
|
||||
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
||||
</div>
|
||||
|
|
@ -65,7 +70,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<table id="demo" lay-filter="test"></table>
|
||||
<table id="demo" lay-filter="test" style="margin-top: 10px;"></table>
|
||||
<script type="text/html" id="switchTpl">
|
||||
<input type="checkbox" id="statusSwitch" name="status" value="{{d.id}}" lay-skin="switch" {{d.proName ? 'disabled' : ''}} lay-text="启用|冻结" lay-filter="statusSwitch" {{ d.isUse == 1 ? 'checked' : '' }}>
|
||||
</script>
|
||||
|
|
@ -87,4 +92,4 @@
|
|||
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
||||
<script type="text/javascript" src="../../js/select.js"></script>
|
||||
<script type="text/javascript" src="../../js/my/permission.js"></script>
|
||||
<script src="../../js/subTeamResource/subTeamList.js"></script>
|
||||
<script src="../../js/subTeamResource/subTeamList.js"></script>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
padding: 0px 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #FAFAFA !important;
|
||||
}
|
||||
</style>
|
||||
<body style="margin-left: 15px">
|
||||
<table id="demo" lay-filter="test"></table>
|
||||
|
|
@ -32,4 +36,4 @@
|
|||
<script type="text/javascript" src="../../js/publicJs.js"></script>
|
||||
<script type="text/javascript" src="../../js/select.js"></script>
|
||||
<script type="text/javascript" src="../../js/my/permission.js"></script>
|
||||
<script src="../../js/personnelPool/ImportRecordList.js"></script>
|
||||
<script src="../../js/personnelPool/ImportRecordList.js"></script>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
border-color: #1E9FFF; color: #1E9FFF;background: #1E9FFF;
|
||||
}
|
||||
.layui-btn-container .layui-btn {
|
||||
margin-right: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
word-spacing: normal;
|
||||
}
|
||||
|
|
@ -391,7 +391,7 @@
|
|||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||
type: 2,
|
||||
content: contentUrl,
|
||||
area: ['90%', '95%'],
|
||||
area: ['97.5%', '97.5%'],
|
||||
maxmin: false,
|
||||
success: function (layero, index) {
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue