更改实名制-施工人员管理页面代码
This commit is contained in:
parent
160406d29e
commit
b503600a36
|
|
@ -102,8 +102,8 @@ function reloading() {
|
||||||
*/
|
*/
|
||||||
function openFile(filePaths, fileNames, fileTimes, fileDownloadName) {
|
function openFile(filePaths, fileNames, fileTimes, fileDownloadName) {
|
||||||
console.log("openFile----------")
|
console.log("openFile----------")
|
||||||
var height = '80%';
|
var height = '75%';
|
||||||
var width = '60%';
|
var width = '75%';
|
||||||
var index = layer.open({
|
var index = layer.open({
|
||||||
title: ["查看", 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: ["查看", 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
|
|
@ -126,8 +126,8 @@ function openFile(filePaths, fileNames, fileTimes, fileDownloadName) {
|
||||||
*/
|
*/
|
||||||
function openFileAndUpLoad(filePaths, fileNames, fileTimes, fileDownloadName) {
|
function openFileAndUpLoad(filePaths, fileNames, fileTimes, fileDownloadName) {
|
||||||
console.log("openFile----------")
|
console.log("openFile----------")
|
||||||
var height = '98%';
|
var height = '97.5%';
|
||||||
var width = '98%';
|
var width = '97.5%';
|
||||||
var index = layer.open({
|
var index = layer.open({
|
||||||
title: [fileNames, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: [fileNames, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
|
|
@ -454,7 +454,7 @@ function layerOpenFormForSencond(title, contentUrl) {
|
||||||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
content: contentUrl,
|
content: contentUrl,
|
||||||
area: ['90%', '95%'],
|
area: ['97.5%', '97.5%'],
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
btn: ['确定'],
|
btn: ['确定'],
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
|
|
@ -494,7 +494,7 @@ function toLeadInto(title, contentUrl) {
|
||||||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
content: contentUrl,
|
content: contentUrl,
|
||||||
area: ['70%', '95%'],
|
area: ['97.5%', '97.5%'],
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
},
|
},
|
||||||
|
|
@ -659,7 +659,7 @@ function layerOpenFormForSencondss(title, contentUrl) {
|
||||||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
content: contentUrl,
|
content: contentUrl,
|
||||||
area: ['50%', '95%'],
|
area: ['97.5%', '97.5%'],
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
btn: ['确定'],
|
btn: ['确定'],
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
|
|
@ -812,7 +812,7 @@ function layerOpenView(title, contentUrl) {
|
||||||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
content: contentUrl,
|
content: contentUrl,
|
||||||
area: ['90%', '95%'],
|
area: ['97.5%', '97.5%'],
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -843,7 +843,7 @@ function layerOpenViewForSencond(title, contentUrl) {
|
||||||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
content: contentUrl,
|
content: contentUrl,
|
||||||
area: ['90%', '95%'],
|
area: ['97.5%', '97.5%'],
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
end: function () {
|
end: function () {
|
||||||
var t = changeProTeam(contentUrl, title, index);
|
var t = changeProTeam(contentUrl, title, index);
|
||||||
|
|
@ -868,7 +868,7 @@ function layerOpenFormTeamMember(title, contentUrl) {
|
||||||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
content: contentUrl,
|
content: contentUrl,
|
||||||
area: ['90%', '95%'],
|
area: ['97.5%', '97.5%'],
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
||||||
if ($.inArray('sysFirmContent:delete', pers) > 0) {
|
if ($.inArray('sysFirmContent:delete', pers) > 0) {
|
||||||
if (d.status != 1){
|
if (d.status != 1){
|
||||||
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
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;
|
return text;
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
||||||
if ($.inArray('freeTeam:del', pers) > 0) {
|
if ($.inArray('freeTeam:del', pers) > 0) {
|
||||||
if (d.status != 1){
|
if (d.status != 1){
|
||||||
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
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;
|
return text;
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
||||||
let proStatus = d.proStatus;
|
let proStatus = d.proStatus;
|
||||||
if ($.inArray('sysFirmContent:completed', pers) > 0) {
|
if ($.inArray('sysFirmContent:completed', pers) > 0) {
|
||||||
if (proStatus == "1") {
|
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>';
|
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>';
|
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
||||||
}
|
}
|
||||||
if ($.inArray('sysFirmContent:delete', pers) > 0) {
|
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;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,7 @@ function layerOpenProgressView(title,contentUrl){
|
||||||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
content: contentUrl,
|
content: contentUrl,
|
||||||
area: ['90%', '95%'],
|
area: ['97.5%', '97.5%'],
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
cancel:function (){
|
cancel:function (){
|
||||||
reloadTable()
|
reloadTable()
|
||||||
|
|
|
||||||
|
|
@ -442,7 +442,7 @@ function layerOpenFormForSecond(title, contentUrl) {
|
||||||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
content: contentUrl,
|
content: contentUrl,
|
||||||
area: ['90%', '95%'],
|
area: ['97.5%', '97.5%'],
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
btn: ['保存'],
|
btn: ['保存'],
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
|
|
@ -471,7 +471,7 @@ function layerOpenProgressView(title, contentUrl) {
|
||||||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
content: contentUrl,
|
content: contentUrl,
|
||||||
area: ['90%', '95%'],
|
area: ['97.5%', '97.5%'],
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
end:function () {
|
end:function () {
|
||||||
changeTab();
|
changeTab();
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
||||||
let text = "";
|
let text = "";
|
||||||
if(d.mach == '1'){
|
if(d.mach == '1'){
|
||||||
if ($.inArray('sysRnProject:untie', pers) > 0) {
|
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 {
|
}else {
|
||||||
if ($.inArray('sysRnProject:bind', pers) > 0) {
|
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>';
|
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
||||||
}
|
}
|
||||||
if ($.inArray('sysTowerProject:del', pers) > 0) {
|
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;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
||||||
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
||||||
}
|
}
|
||||||
if ($.inArray('Subcontract:del', pers) > 0) {
|
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;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ layui.use(['table', 'form','notice', 'layNotify'], function () {
|
||||||
if ($.inArray('SubTeams:delete', pers) > 0) {
|
if ($.inArray('SubTeams:delete', pers) > 0) {
|
||||||
if (d.status != 1){
|
if (d.status != 1){
|
||||||
text +='<span lay-event="com" style="font-size: 15px;"> | </span>';
|
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;
|
return text;
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,12 @@
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body style="padding:0 24px 0 24px;margin-top: 10px;">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
<table id="demo" lay-filter="test" style="padding: 10px"></table>
|
<table id="demo" lay-filter="test" style="padding: 10px"></table>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,10 @@
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="margin-left: 15px">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
|
|
@ -44,6 +48,8 @@
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="exportBt" class="layui-btn layui-btn-sm">导出</button>
|
<button id="exportBt" class="layui-btn layui-btn-sm">导出</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -54,7 +60,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<table id="demo" lay-filter="test"></table>
|
<table id="demo" lay-filter="test" style="margin-top: 10px"></table>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<title>选择人员</title>
|
<title>选择人员</title>
|
||||||
<link rel="stylesheet" href="../../layui-v2.8.18/layui/css/layui.css" media="all"/>
|
<link rel="stylesheet" href="../../layui-v2.8.18/layui/css/layui.css" media="all"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body style="padding:0 24px 0 24px;">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
<div class="layui-form-item" style="margin-bottom: 0px;">
|
<div class="layui-form-item" style="margin-bottom: 0px;">
|
||||||
<div class="layui-inline" style="margin-top: 10px;">
|
<div class="layui-inline" style="margin-top: 10px;">
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,12 @@
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body style="padding: 0 24px 0 24px;">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
<div>
|
<div>
|
||||||
<div class="layui-form-item" style="margin-top: 1%;">
|
<div class="layui-form-item" style="margin-top: 1%;">
|
||||||
|
|
@ -100,7 +104,7 @@
|
||||||
{{# } }}
|
{{# } }}
|
||||||
{{# if(d.type != 3){ }}
|
{{# if(d.type != 3){ }}
|
||||||
<span style="font-size: 15px;"> | </span>
|
<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>
|
||||||
|
|
@ -548,7 +552,7 @@
|
||||||
title: ['选择项目团队人员', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: ['选择项目团队人员', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
content: "./choosePerson.html",
|
content: "./choosePerson.html",
|
||||||
area: ['80%', '95%'],
|
area: ['97.5%', '97.5%'],
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
btn: ['确定'],
|
btn: ['确定'],
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,10 @@
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="margin-left: 15px">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
|
|
@ -44,6 +48,9 @@
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -57,7 +64,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</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">-->
|
<!--<script type="text/html" id="toolsBar">-->
|
||||||
<!-- <a lay-event="update" style="color: #009688;cursor: pointer;font-size: 15px">修改</a>-->
|
<!-- <a lay-event="update" style="color: #009688;cursor: pointer;font-size: 15px">修改</a>-->
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,12 @@
|
||||||
background-color: #e5ede7;
|
background-color: #e5ede7;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="padding: 0 24px 0 24px;margin-top: 5px;">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
<div class="layuimini-container" style="height: 100%">
|
<div class="layuimini-container" style="height: 100%">
|
||||||
<div class="layuimini-main" style="display: flex;height: 100%">
|
<div class="layuimini-main" style="display: flex;height: 100%">
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,12 @@
|
||||||
background-color: #e5ede7;
|
background-color: #e5ede7;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</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">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
<div class="layuimini-container" style="height: 100%">
|
<div class="layuimini-container" style="height: 100%">
|
||||||
<div class="layuimini-main" style="display: flex" style="height: 100%">
|
<div class="layuimini-main" style="display: flex" style="height: 100%">
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,12 @@
|
||||||
<title>选择人员</title>
|
<title>选择人员</title>
|
||||||
<link rel="stylesheet" href="../../layui-v2.8.18/layui/css/layui.css" media="all"/>
|
<link rel="stylesheet" href="../../layui-v2.8.18/layui/css/layui.css" media="all"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<style>
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<body style="padding: 0 24px 0 24px;">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
<div class="layui-form-item" style="margin-bottom: 0px;">
|
<div class="layui-form-item" style="margin-bottom: 0px;">
|
||||||
<div class="layui-inline" style="margin-top: 10px;">
|
<div class="layui-inline" style="margin-top: 10px;">
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,12 @@
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body style="padding: 0 24px 0 24px;">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
<div>
|
<div>
|
||||||
<div class="layui-form-item" style="margin-top: 1%;">
|
<div class="layui-form-item" style="margin-top: 1%;">
|
||||||
|
|
@ -91,7 +95,7 @@
|
||||||
{{# } }}
|
{{# } }}
|
||||||
{{# if(d.type != 3){ }}
|
{{# if(d.type != 3){ }}
|
||||||
<span style="font-size: 15px;"> | </span>
|
<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>
|
||||||
<script src="../../js/jquery/jquery-3.6.0.js"></script>
|
<script src="../../js/jquery/jquery-3.6.0.js"></script>
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,10 @@
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="margin-left: 15px">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
|
|
@ -49,6 +53,10 @@
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px" id="addDiv">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px" id="addDiv">
|
||||||
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -62,7 +70,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</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">
|
<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' : '' }}>
|
<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>
|
</script>
|
||||||
|
|
@ -70,7 +78,7 @@
|
||||||
<a lay-event="update" style="color: #009688;cursor: pointer;font-size: 15px">修改</a>
|
<a lay-event="update" style="color: #009688;cursor: pointer;font-size: 15px">修改</a>
|
||||||
{{# if(d.status != 1){ }}
|
{{# if(d.status != 1){ }}
|
||||||
<span style="font-size: 15px;"> | </span>
|
<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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="padding: 0 24px 0 24px;">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
<div class="layuimini-container" style="height: 100%">
|
<div class="layuimini-container" style="height: 100%">
|
||||||
<div class="layuimini-main" style="display: flex" style="height: 100%">
|
<div class="layuimini-main" style="display: flex" style="height: 100%">
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="layui-input-inline" style="border: 0px dashed dimgrey;width: 74%;">
|
<div class="layui-input-inline" style="border: 0px dashed dimgrey;width: 74%;">
|
||||||
<input class="teamName layui-input" id="shortName" name="shortName"
|
<input class="teamName layui-input" id="shortName" name="shortName"
|
||||||
lay-verify="" placeholder="填写工程简称">
|
lay-verify="required" placeholder="填写工程简称">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="layui-form-item" style="margin-top: 1%;">
|
<div class="layui-form-item" style="margin-top: 1%;">
|
||||||
|
|
@ -119,7 +119,7 @@
|
||||||
style="color: red;font-size: 20px">*</i>计划开工日期:</label>
|
style="color: red;font-size: 20px">*</i>计划开工日期:</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="layui-input-inline" style="border: 0px dashed dimgrey;width: 74%;">
|
<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>
|
</div>
|
||||||
<div class="layui-form-item" style="margin-top: 1%;">
|
<div class="layui-form-item" style="margin-top: 1%;">
|
||||||
|
|
@ -128,7 +128,7 @@
|
||||||
style="color: red;font-size: 20px">*</i>计划完工日期:</label>
|
style="color: red;font-size: 20px">*</i>计划完工日期:</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="layui-input-inline" style="border: 0px dashed dimgrey;width: 74%;">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -329,7 +329,7 @@
|
||||||
title: '选择地址',
|
title: '选择地址',
|
||||||
shadeClose: true,
|
shadeClose: true,
|
||||||
shade: 0.8,
|
shade: 0.8,
|
||||||
area: ['60%', '100%'],
|
area: ['97.5%', '97.5%'],
|
||||||
content: './ProjectMap.html' //iframe的url
|
content: './ProjectMap.html' //iframe的url
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,10 @@
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="margin-left: 15px">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
|
|
@ -47,6 +51,8 @@
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
<div class="layui-input-inline" id="addDiv" style="width: 70px;margin-top: 2px">
|
<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>
|
<button id="addBt" class="layui-btn layui-btn-sm" perm-show="linePro:add">新增</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -57,7 +63,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</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">
|
<script type="text/html" id="toolsBar">
|
||||||
<!-- {{# if(d.proStatus === "1") { }}-->
|
<!-- {{# if(d.proStatus === "1") { }}-->
|
||||||
|
|
@ -76,7 +82,6 @@
|
||||||
<script type="text/javascript" src="../../js/jq.js"></script>
|
<script type="text/javascript" src="../../js/jq.js"></script>
|
||||||
<script src="../../js/common_methon.js"></script>
|
<script src="../../js/common_methon.js"></script>
|
||||||
<script type="text/javascript" src="../../../public/public.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/select.js"></script>
|
||||||
<script type="text/javascript" src="../../js/my/permission.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;
|
background: #17BAAA;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="margin-left: 15px">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,10 @@
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="margin-left: 15px">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
|
|
@ -53,6 +57,9 @@
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="exportBt" class="layui-btn layui-btn-sm">导出</button>
|
<button id="exportBt" class="layui-btn layui-btn-sm">导出</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -60,7 +67,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</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">
|
<script type="text/html" id="toolsBar">
|
||||||
<a lay-event="view" style="color: #009688;cursor: pointer;font-size: 15px">详情</a>
|
<a lay-event="view" style="color: #009688;cursor: pointer;font-size: 15px">详情</a>
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,10 @@
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="margin-left: 15px">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
|
|
@ -45,6 +49,9 @@
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="exportBt" class="layui-btn layui-btn-sm">导出</button>
|
<button id="exportBt" class="layui-btn layui-btn-sm">导出</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -52,7 +59,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</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">-->
|
<!--<script type="text/html" id="toolsBar">-->
|
||||||
<!-- {{# if(d.mach === '1') { }}-->
|
<!-- {{# if(d.mach === '1') { }}-->
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,10 @@
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="margin-left: 15px">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
|
|
@ -47,15 +51,18 @@
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
<div class="layui-input-inline" id="addDiv" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" id="addDiv" style="width: 70px;margin-top: 2px">
|
||||||
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="layui-input-inline" id="batchDel" style="width: 100px;margin-top: 2px">
|
<div class="layui-input-inline" id="batchDel" style="width: 100px;margin-top: 2px">
|
||||||
<button id="del" class="layui-btn layui-btn-sm">批量删除</button>
|
<button id="del" class="layui-btn layui-btn-sm">批量删除</button>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="layui-input-inline" style="width: 70px;margin-top: 2px">-->
|
<!-- <div class="layui-input-inline" style="width: 70px;margin-top: 2px">-->
|
||||||
<!-- <button id="exportBt" class="layui-btn layui-btn-sm">导出</button>-->
|
<!-- <button id="exportBt" class="layui-btn layui-btn-sm">导出</button>-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="importBt" class="layui-btn layui-btn-sm">导入</button>
|
<button id="importBt" class="layui-btn layui-btn-sm">导入</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -63,7 +70,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</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">-->
|
<!--<script type="text/html" id="toolsBar">-->
|
||||||
<!-- <a lay-event="update" style="color: #009688;cursor: pointer;font-size: 15px">修改</a>-->
|
<!-- <a lay-event="update" style="color: #009688;cursor: pointer;font-size: 15px">修改</a>-->
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="margin-left: 15px">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
|
|
@ -34,6 +37,8 @@
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px" id="addDiv">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px" id="addDiv">
|
||||||
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -44,7 +49,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</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">-->
|
<!--<script type="text/html" id="toolsBar">-->
|
||||||
<!-- <a lay-event="update" style="color: #009688;cursor: pointer;font-size: 15px">修改</a>-->
|
<!-- <a lay-event="update" style="color: #009688;cursor: pointer;font-size: 15px">修改</a>-->
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,9 @@
|
||||||
background-color: #e5ede7;
|
background-color: #e5ede7;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="margin-left: 15px">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,13 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>选择人员</title>
|
<title>选择人员</title>
|
||||||
<link rel="stylesheet" href="../../layui-v2.8.18/layui/css/layui.css" media="all"/>
|
<link rel="stylesheet" href="../../layui-v2.8.18/layui/css/layui.css" media="all"/>
|
||||||
|
<style>
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body style="padding: 0 24px 0 24px;">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
<div class="layui-form-item" style="margin-bottom: 0px;">
|
<div class="layui-form-item" style="margin-bottom: 0px;">
|
||||||
<div class="layui-inline" style="margin-top: 10px;">
|
<div class="layui-inline" style="margin-top: 10px;">
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,12 @@
|
||||||
margin-top: -8px;
|
margin-top: -8px;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body style="padding: 0 24px 0 24px;">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
<div>
|
<div>
|
||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
|
|
@ -61,7 +65,7 @@
|
||||||
{{# } }}
|
{{# } }}
|
||||||
{{# if(d.type == 2){ }}
|
{{# if(d.type == 2){ }}
|
||||||
<span style="font-size: 15px;"> | </span>
|
<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>
|
||||||
<script src="../../js/jquery/jquery-3.6.0.js"></script>
|
<script src="../../js/jquery/jquery-3.6.0.js"></script>
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,12 @@
|
||||||
background-color: #e5ede7;
|
background-color: #e5ede7;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="padding: 0 24px 0 24px;margin-top: 5px;">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
<div class="layuimini-container" style="height: 100%">
|
<div class="layuimini-container" style="height: 100%">
|
||||||
<div class="layuimini-main" style="display: flex;height: 100%" >
|
<div class="layuimini-main" style="display: flex;height: 100%" >
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,12 @@
|
||||||
margin-top: -8px;
|
margin-top: -8px;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body>
|
<body style="padding: 0 24px 0 24px">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
<div>
|
<div>
|
||||||
<div class="layui-form-item" style="margin-top: 1%;">
|
<div class="layui-form-item" style="margin-top: 1%;">
|
||||||
|
|
@ -133,7 +137,7 @@
|
||||||
{{# } }}
|
{{# } }}
|
||||||
{{# if(d.type != 3){ }}
|
{{# if(d.type != 3){ }}
|
||||||
<span style="font-size: 15px;"> | </span>
|
<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>
|
||||||
<script src="../../js/jquery/jquery-3.6.0.js"></script>
|
<script src="../../js/jquery/jquery-3.6.0.js"></script>
|
||||||
|
|
@ -652,7 +656,7 @@
|
||||||
title: ['选择班组人员', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: ['选择班组人员', 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
content: "./choosePerson.html",
|
content: "./choosePerson.html",
|
||||||
area: ['80%', '95%'],
|
area: ['97.5%', '97.5%'],
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
btn: ['确定'],
|
btn: ['确定'],
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="margin-left: 15px">
|
||||||
<form class="layui-form" action="" onsubmit="return false">
|
<form class="layui-form" action="" onsubmit="return false">
|
||||||
|
|
@ -52,6 +55,8 @@
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px">
|
||||||
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
<button id="resetBt" class="layui-btn layui-btn-sm">重置</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
<div class="layui-input-inline" style="width: 70px;margin-top: 2px" id="addDiv">
|
<div class="layui-input-inline" style="width: 70px;margin-top: 2px" id="addDiv">
|
||||||
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
<button id="addBt" class="layui-btn layui-btn-sm">新增</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -65,7 +70,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</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">
|
<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' : '' }}>
|
<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>
|
</script>
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,10 @@
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: #FAFAFA !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<body style="margin-left: 15px">
|
<body style="margin-left: 15px">
|
||||||
<table id="demo" lay-filter="test"></table>
|
<table id="demo" lay-filter="test"></table>
|
||||||
|
|
|
||||||
|
|
@ -391,7 +391,7 @@
|
||||||
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
title: [title, 'color:#3B70A1;background-color:#E8ECEB;font-size:20px'],
|
||||||
type: 2,
|
type: 2,
|
||||||
content: contentUrl,
|
content: contentUrl,
|
||||||
area: ['90%', '95%'],
|
area: ['97.5%', '97.5%'],
|
||||||
maxmin: false,
|
maxmin: false,
|
||||||
success: function (layero, index) {
|
success: function (layero, index) {
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue