852 lines
32 KiB
Plaintext
852 lines
32 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/JobSite/JobSiteMasterPage.master" AutoEventWireup="true" CodeFile="AddRequirements.aspx.cs" Inherits="AddRequirements" %>
|
|
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
|
|
<style type="text/css">
|
|
::-ms-clear, ::-ms-reveal {
|
|
display: none;
|
|
}
|
|
|
|
.edit-content table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
.edit-content table td.label {
|
|
width: 200px;
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
line-height: 24px;
|
|
height: 24px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.edit-content table td input,
|
|
.edit-content table td textarea {
|
|
border: 1px solid #a9a9a9;
|
|
width: 320px;
|
|
height: 18px;
|
|
padding: 1px;
|
|
}
|
|
|
|
.edit-content table td input[type="checkbox"] {
|
|
border: none;
|
|
}
|
|
|
|
.edit-content table td textarea {
|
|
height: 100px;
|
|
resize: none;
|
|
/*max-width: 200px;*/
|
|
}
|
|
|
|
.a {
|
|
text-decoration: none;
|
|
color: #2140fb;
|
|
}
|
|
|
|
.subtitle {
|
|
margin: 20px 40px 5px 0px;
|
|
font-size: 16px;
|
|
color: gray;
|
|
}
|
|
|
|
.subtitle span {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.subtitle hr {
|
|
background-color: #d8d8d8;
|
|
border: none;
|
|
height: 1px;
|
|
}
|
|
|
|
|
|
.machinetd {
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#basemapTitle {
|
|
position: absolute;
|
|
z-index: 2;
|
|
bottom: 0px;
|
|
width: 90%;
|
|
color: #4c4c4c;
|
|
margin: 0;
|
|
font-size: 10px;
|
|
line-height: 12px;
|
|
display: block;
|
|
padding: 2px 5%;
|
|
background: #fff;
|
|
background: rgba(255, 255, 255, 0.80);
|
|
-webkit-border-radius: 0 0 5px 5px;
|
|
-moz-border-radius: 0 0 5px 5px;
|
|
-o-border-radius: 0 0 5px 5px;
|
|
border-radius: 0 0 5px 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
#basemapImg {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-o-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
|
|
|
|
#basemapgalleryDiv {
|
|
position: absolute;
|
|
right: 30px;
|
|
top: 100px;
|
|
z-index: 199;
|
|
background-color: #EFEFEF;
|
|
height: 75px;
|
|
width: 75px;
|
|
border: solid 1px #57585A;
|
|
border-radius: 5px;
|
|
padding: 1px;
|
|
}
|
|
|
|
#basemapGallery {
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 35px;
|
|
width: 370px;
|
|
height: 120px;
|
|
overflow: auto;
|
|
display: none;
|
|
z-index: 200;
|
|
background-color: #EFEFEF;
|
|
}
|
|
|
|
.div_filter {
|
|
margin-top: -3px;
|
|
}
|
|
|
|
.div_filter .dropdown {
|
|
width: 200px;
|
|
margin: 2px 0 0 0px;
|
|
}
|
|
|
|
.div_panel {
|
|
min-width: 200px;
|
|
}
|
|
|
|
#machine-name {
|
|
margin: 10px 10px 6px;
|
|
/*color: gray;*/
|
|
font-weight: lighter;
|
|
font-size: 18px;
|
|
width: 770px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.jobsitetitle {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
#div_jslocation {
|
|
position: absolute;
|
|
background-color: #E8E8E8;
|
|
padding: 5px;
|
|
margin-left: 60px;
|
|
}
|
|
|
|
.jslocation_lable {
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.machine_filter {
|
|
height: 20px;
|
|
line-height: 20px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.machine_filter select {
|
|
height: 23px;
|
|
min-width: 100px;
|
|
max-width: 300px;
|
|
}
|
|
|
|
.requireinfo {
|
|
line-height: 30px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.requireinfospan {
|
|
font-weight: 500;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.quantity {
|
|
padding: 3px 0 3px 10px;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
/*color: gray;*/
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
/*width: 770px;*/
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
.fi-input-wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.dialog .dialog-func input {
|
|
width: unset;
|
|
}
|
|
|
|
.span-caption {
|
|
position: absolute;
|
|
}
|
|
|
|
.span-bar {
|
|
position: absolute;
|
|
height: 100%;
|
|
margin: 0;
|
|
vertical-align: bottom;
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
//必须放在地图js之前
|
|
var dojoConfig = {
|
|
paths: {
|
|
extras1: location.pathname.replace(/\/[^/]+$/, "") + "/../js/mapview"
|
|
},
|
|
cacheBust: true
|
|
};
|
|
</script>
|
|
<script src="<%=GetFileUrlWithVersion("../js/vue.min.js")%>" type="text/javascript"></script>
|
|
<script>Vue.config.productionTip = false; Vue.config.silent = true;</script>
|
|
<script src="<%=GetFileUrlWithVersion("../js/components/datagrid.js")%>" type="text/javascript"></script>
|
|
<link href="<%=GetFileUrlWithVersion("../css/jquery.datetimepicker.css")%>" rel="stylesheet" />
|
|
<link href="<%=GetFileUrlWithVersion("../fic/css/datepicker.min.css")%>" rel="stylesheet" />
|
|
<script src="<%=GetFileUrlWithVersion("../js/jquery.datetimepicker.full.js")%>"></script>
|
|
<script src="<%=GetFileUrlWithVersion("../fic/js/datepicker.min.js")%>"></script>
|
|
<script src="<%=GetFileUrlWithVersion("../js/editableselect.js")%>"></script>
|
|
<%--<link rel="stylesheet" type="text/css" href="css/default.css" />--%>
|
|
<link href="<%=GetFileUrlWithVersion("../css/spectrum.css")%>" rel="stylesheet" type="text/css" />
|
|
<script src="../js/spectrum.js?v=1" type="text/javascript"></script>
|
|
<script src="../Maintenance/js/inputdatactr.js"></script>
|
|
<script src="<%=GetFileUrlWithVersion("../js/editmultiselect.js")%>" type="text/javascript"></script>
|
|
<script src="<%=GetFileUrlWithVersion("js/jobsiterequirement.js")%>" type="text/javascript"></script>
|
|
<script src="<%=GetFileUrlWithVersion("js/email.js")%>" type="text/javascript"></script>
|
|
<script src="<%=GetFileUrlWithVersion("js/dispatchassign.js")%>" type="text/javascript"></script>
|
|
|
|
<script type="text/javascript">
|
|
var alljobsites;
|
|
var addrequirement = true;
|
|
var _sendType = 0;
|
|
var IsRequestOnly = <%=IsRequestOnly ?"true":"false"%>;
|
|
var _createrequireids;
|
|
var _assetids;
|
|
var _seltype;//0.print;1.email
|
|
var allroadassets;
|
|
var currentdate = "<%=CurrentDate %>";
|
|
|
|
jobsitequery = function (method, param, callback, error, nolog) {
|
|
_network.request("JobSite/AddRequirements.aspx?tp=ashx", -1, method, param, callback, error, nolog);
|
|
}
|
|
|
|
function showConfirm1(msg, title, fok, fcancel) {
|
|
showmaskbg(true);
|
|
_dialog.showConfirm(msg, title, function (e) {
|
|
showmaskbg(false);
|
|
if (typeof fok === 'function') {
|
|
fok(e);
|
|
}
|
|
}, function () {
|
|
showmaskbg(false);
|
|
});
|
|
}
|
|
|
|
_dialog.showAssetConfirm = function (msg, title, fedit, fcancel, fclose, iniframe, shownote) {
|
|
if (!fclose)
|
|
fclose = fcancel;
|
|
_dialog.showButtonDialog(msg, title, 'question', fclose, [{
|
|
value: GetTextByKey("P_JS_COMPLETEREMAININGREQUIREMENTS", 'Complete Remaining Requirements'),
|
|
func: fedit
|
|
}, {
|
|
value: GetTextByKey("P_JS_SAVEWITHCURRENTSELECTIONS", 'Save with Current Selections'),
|
|
func: fcancel
|
|
}], iniframe, shownote);
|
|
};
|
|
|
|
function showAssetConfirm(msg, title, fcancel, fedit, fclose) {
|
|
showmaskbg(true);
|
|
_dialog.showAssetConfirm(msg, title, function (e) {
|
|
showmaskbg(false);
|
|
if (typeof fedit === 'function') {
|
|
fedit(e);
|
|
}
|
|
}, function (e) {
|
|
showmaskbg(false);
|
|
if (typeof fcancel === 'function') {
|
|
fcancel(e);
|
|
}
|
|
}, function (e) {
|
|
showmaskbg(false);
|
|
if (typeof fclose === 'function') {
|
|
fclose(e);
|
|
}
|
|
});
|
|
}
|
|
_dialog.showRequirementConfirm = function (msg, title, fprint, femail, fsave, fcancel, fclose, iniframe, shownote) {
|
|
if (!fclose)
|
|
fclose = fcancel;
|
|
_dialog.showButtonDialog(msg, title, 'question', fclose, [{
|
|
value: GetTextByKey("P_JS_PRINTDISPATCHINSTRUCTIONS", 'Print Dispatch Instructions'),
|
|
func: fprint
|
|
}, {
|
|
value: GetTextByKey("P_JS_EMAILDISPATCHINSTRUCTIONS", 'Email Dispatch Instructions'),
|
|
func: femail
|
|
}, {
|
|
value: GetTextByKey("P_JS_CONTINUE", 'Continue'),
|
|
func: fsave
|
|
}], iniframe, shownote);
|
|
};
|
|
|
|
function showRequirementConfirm(msg, title, fprint, femai, fsave, fclose) {
|
|
$("#mask_bg").show();
|
|
_dialog.showRequirementConfirm(msg, title, function (e) {
|
|
$("#mask_bg").hide();
|
|
if (typeof fprint === 'function') {
|
|
fprint(e);
|
|
}
|
|
}, function (e) {
|
|
$("#mask_bg").hide();
|
|
if (typeof femai === 'function') {
|
|
femai(e);
|
|
}
|
|
}, function (e) {
|
|
$("#mask_bg").hide();
|
|
if (typeof fsave === 'function') {
|
|
fsave(e);
|
|
}
|
|
}, function (e) {
|
|
$("#mask_bg").hide();
|
|
if (typeof fclose === 'function') {
|
|
fclose(e);
|
|
}
|
|
});
|
|
}
|
|
|
|
function checkRequirementItem(alerttitle, ignorebeginpast) {
|
|
var items = allRequirements;
|
|
for (var i = 0; i < items.length; i++) {
|
|
var req = items[i];
|
|
if (req.BeginDate.length === 0) {
|
|
showAlert(GetTextByKey("P_JS_PLEASEENTERTHEBEGINDATE", "Please enter the Begin Date."), alerttitle);
|
|
return false;
|
|
}
|
|
if (!checkDate(req.BeginDate)) {
|
|
showAlert(GetTextByKey("P_JS_BEGINDATEFORMATERROR", "Begin Date format error."), alerttitle);
|
|
return false;
|
|
}
|
|
if (req.EndDate.length === 0) {
|
|
showAlert(GetTextByKey("P_JS_PLEASEENTERTHEENDDATE", "Please enter the End Date."), alerttitle);
|
|
return false;
|
|
}
|
|
if (!checkDate(req.EndDate)) {
|
|
showAlert(GetTextByKey("P_JS_ENDDATEFORMATERROR", "End Date format error."), alerttitle);
|
|
return false;
|
|
}
|
|
var nowdt = new Date(currentdate.replace("-", "/"));
|
|
var sdate = req.BeginDate;
|
|
var stdt = new Date(sdate.replace("-", "/"));
|
|
var edate = req.EndDate;
|
|
var etdt = new Date(edate.replace("-", "/"));
|
|
|
|
if (!ignorebeginpast && stdt < nowdt) {
|
|
var msg = GetTextByKey("P_JS_BEGINDATEPAST", "The begin date for this requirement is in the past, do you want to continue?")
|
|
showConfirm1(msg, alerttitle, function () {
|
|
OnSave(true);
|
|
});
|
|
return false;
|
|
}
|
|
|
|
//if (etdt < nowdt) {
|
|
// showAlert(GetTextByKey("P_JS_ENDDATEMUSTBELATERTHANBEGINDATE1", "End Date must be later than Begin Date. Please select another date range."), alerttitle);
|
|
// return false;
|
|
//}
|
|
|
|
if (stdt > etdt) {
|
|
showAlert(GetTextByKey("P_JS_ENDDATEMUSTBELATERTHANBEGINDATE", "End Date must be later than Begin Date."), alerttitle);
|
|
return false;
|
|
}
|
|
if (req.Quantity === "" || isNaN(req.Quantity)) {
|
|
showAlert(GetTextByKey("P_JS_QUANTITYISINVALID", "Quantity is invalid."), alerttitle);
|
|
return false;
|
|
}
|
|
req.Quantity = parseInt(req.Quantity);
|
|
if (req.Quantity < 1 || req.Quantity > 2147483647) {
|
|
showAlert(GetTextByKey("P_JS_QUANTITYISINVALID", "Quantity is invalid."), alerttitle);
|
|
return false;
|
|
}
|
|
if (req.Assets && req.Assets.length > req.Quantity) {
|
|
showAlert(GetTextByKey("P_JS_REQUIREMENTIFORASSETSPLEASEREMOVEEXCESSASSETS", "{0} requirement is for {1} asset(s), please remove excess asset(s).").replace('{0}', req.AssetTypeName).replace('{1}', (req.Quantity)), alerttitle);
|
|
return false;
|
|
}
|
|
}
|
|
|
|
return true;
|
|
}
|
|
|
|
function getRelatedData() {
|
|
var daycount = 0;
|
|
var msg = "";
|
|
var alertids = [];
|
|
|
|
var cmsg = "";
|
|
var rmsg = "";
|
|
var ccount = 0;
|
|
var rcount = 0;
|
|
for (var i = 0; i < allRequirements.length; i++) {
|
|
var req = allRequirements[i];
|
|
var txt = " " + req.Quantity + " " + req.AssetTypeName;
|
|
if (req.Assets && req.Assets.length >= req.Quantity) {
|
|
ccount++;
|
|
if (cmsg === "")
|
|
cmsg += txt
|
|
else
|
|
cmsg += "<br/>" + txt;
|
|
}
|
|
else {
|
|
rcount++;
|
|
if (rmsg === "")
|
|
rmsg += txt;
|
|
else
|
|
rmsg += "<br/>" + txt;
|
|
}
|
|
|
|
|
|
var stdt = new Date(req.BeginDate.replace("-", "/"));
|
|
var now = new Date(currentdate);
|
|
var time = now.getFullYear() + "/" + ((now.getMonth() + 1) < 10 ? "0" : "") + (now.getMonth() + 1) + "/" + (now.getDate() < 10 ? "0" : "") + now.getDate();
|
|
var stime = stdt.getFullYear() + "/" + ((stdt.getMonth() + 1) < 10 ? "0" : "") + (stdt.getMonth() + 1) + "/" + (stdt.getDate() < 10 ? "0" : "") + stdt.getDate();
|
|
|
|
var days = getDaysBetween(time, stime, true);
|
|
if (days > 0 && days < 8 && req.Assets && req.Assets.length > 0) {
|
|
daycount++;
|
|
for (var j = 0; j < req.Assets.length; j++) {
|
|
alertids.push(req.Assets[j].AssetId)
|
|
}
|
|
}
|
|
}
|
|
|
|
if (ccount > 0 && ccount < allRequirements.length) {
|
|
msg = GetTextByKey("P_JS_REQUIREMENTSTIP1", '{0} of {1} requirements have been scheduled for {2}:<br/>')
|
|
.replace('{0}', ccount).replace('{1}', allRequirements.length).replace('{2}', req.JobSiteName);
|
|
|
|
if (cmsg !== "")
|
|
msg += cmsg + "<br/><br/>";
|
|
}
|
|
|
|
if (rcount > 0) {
|
|
msg += GetTextByKey("P_JS_REQUIREMENTSTIP2", '{0} requirement remains:<br/>').replace('{0}', rcount);
|
|
|
|
if (rmsg !== "")
|
|
msg += rmsg + "<br/><br/>";
|
|
}
|
|
|
|
return [msg, daycount, alertids];
|
|
}
|
|
|
|
function OnSave(ignorebeginpast) {
|
|
_assetids = [];
|
|
if (!allRequirements || allRequirements.length == 0)
|
|
return;
|
|
|
|
var alerttitle = GetTextByKey("P_JS_JOBSITEREQUIREMENTS", "Jobsite Requirements");
|
|
|
|
var check = checkRequirementItem(alerttitle, ignorebeginpast);
|
|
if (!check)
|
|
return;
|
|
|
|
var item = getRelatedData();
|
|
var msg = item[0];
|
|
var daycount = item[1];
|
|
var assetids = item[2];
|
|
|
|
if (msg !== "") {
|
|
showAssetConfirm(msg, alerttitle,
|
|
function () {
|
|
saveRequirments(daycount, assetids);
|
|
}, function () {
|
|
$('#dialog_managemahchine').hide();
|
|
showmaskbg(false);
|
|
}, null);
|
|
}
|
|
else
|
|
saveRequirments(daycount, assetids);
|
|
}
|
|
|
|
function saveRequirments(daycount, assetids) {
|
|
_assetids = assetids;
|
|
var alerttitle = GetTextByKey("P_JS_JOBSITEREQUIREMENTS", "Jobsite Requirements");
|
|
var items = allRequirements;
|
|
showloading(true);
|
|
var param = JSON.stringify(items);
|
|
param = htmlencode(param);
|
|
jobsitequery("CreateNewRequirments", param, function (data) {
|
|
showloading(false);
|
|
if (typeof (data) === "string") {
|
|
showAlert(data, alerttitle);
|
|
} else {
|
|
_createrequireids = data;
|
|
if (daycount > 0) {
|
|
var msg = GetTextByKey("P_JS_SCHEDULEDREQUIREMENTSTAKEPLACEWITHINTHENEXTDAYSWOULDYOULIKETO", "{0} scheduled requirements take place within the next 7 days. Would you like to:").replace('{0}', daycount);
|
|
showRequirementConfirm(msg, alerttitle,
|
|
function () {
|
|
openAssignDispatch(0);
|
|
}, function () {
|
|
openAssignDispatch(1);
|
|
}, function () {
|
|
OnExit();
|
|
}, function () {
|
|
OnExit();
|
|
});
|
|
}
|
|
else {
|
|
OnExit();
|
|
}
|
|
|
|
}
|
|
}, function (err) {
|
|
console.log(err);
|
|
showloading(false);
|
|
showAlert(GetTextByKey("P_JS_FAILEDTOSAVE", "Failed to save jobsite."), alerttitle);
|
|
});
|
|
|
|
}
|
|
|
|
function onPrint(requireids, assignto) {
|
|
if (!assignto)
|
|
assignto = "";
|
|
window.open("../Print.aspx?pt=2&t=" + _sendType + "&assignto=" + encodeURIComponent(assignto) + "&ids=" + JSON.stringify(requireids));
|
|
}
|
|
|
|
|
|
function OnExit(msg) {
|
|
window.parent.CloseDialog(msg);
|
|
}
|
|
|
|
function OnAdd() {
|
|
$('#begindatetxt').val('');
|
|
$('#enddatetxt').val('');
|
|
$('#pointofcontacttxt').val('');
|
|
|
|
if (assettypeipt)
|
|
assettypeipt.reset();
|
|
jobsiterequirementCtrl.setData([]);
|
|
allRequirements = [];
|
|
}
|
|
|
|
function init(jss) {
|
|
OnAdd();
|
|
if (jss) {
|
|
alljobsites = jss;
|
|
setJobsites();
|
|
}
|
|
else
|
|
getJobsites();
|
|
}
|
|
|
|
function getJobsites() {
|
|
if (alljobsites)
|
|
return;
|
|
|
|
jobsitequery('GetJobsites', '', function (data) {
|
|
if (typeof (data) === "string") {
|
|
showAlert(data, GetTextByKey("P_AM_ERROR", 'Error'));
|
|
return;
|
|
}
|
|
alljobsites = data;
|
|
setJobsites();
|
|
});
|
|
}
|
|
|
|
function setJobsites() {
|
|
if (!alljobsites)
|
|
return;
|
|
$('#dialog_jobsite').empty();
|
|
if (alljobsites && alljobsites.length > 0) {
|
|
var ops = [];
|
|
for (var i = 0; i < alljobsites.length; i++) {
|
|
var op = $('<option></option>').prop('selected', i == 0).val(alljobsites[i].Key).text(alljobsites[i].Value).data('js', alljobsites[i]);
|
|
ops.push(op);
|
|
}
|
|
$('#dialog_jobsite').append(ops);
|
|
}
|
|
}
|
|
|
|
var assettypes;
|
|
var assettypeparam;
|
|
var assettypeipt;
|
|
function getAssetTypes() {
|
|
if (assettypes)
|
|
return;
|
|
|
|
$('#div_assettypes').empty();
|
|
jobsitequery('GetAssetTypes', '', function (data) {
|
|
if (typeof (data) === "string") {
|
|
showAlert(data, GetTextByKey("P_AM_ERROR", 'Error'));
|
|
return;
|
|
}
|
|
assettypes = data;
|
|
assettypeparam = {
|
|
items: data,
|
|
selectedvalue: [],
|
|
allowall: false,
|
|
allowsearch: true,
|
|
width: 280
|
|
};
|
|
assettypeipt = editmultiselect(assettypeparam);
|
|
$('#div_assettypes').append(assettypeipt);
|
|
});
|
|
}
|
|
|
|
|
|
var editableSelectAssignAsset;
|
|
$(function () {
|
|
jobsiterequirementCtrl = new $jobsiterequirementCtrl();
|
|
jobsiterequirementCtrl.Init($("#requirementlist"), false);
|
|
InitAssetGridData();
|
|
InitEmailGridData();
|
|
editableSelectAssignAsset = new $editableselect($("#dialog_assignasset"));
|
|
editableSelectAssignAsset.setEnable(false);
|
|
getAssetTypes();
|
|
if (!alljobsites)
|
|
getJobsites();
|
|
|
|
$("#dialog_jobsite").change(function () {
|
|
var jsid = $('#dialog_jobsite').find("option:selected").val();
|
|
var jsname = $("#dialog_jobsite").find("option:selected").text();
|
|
for (var i = 0; i < allRequirements.length; i++) {
|
|
allRequirements[i].JobSiteId = jsid;
|
|
allRequirements[i].JobSiteName = jsname;
|
|
}
|
|
})
|
|
|
|
|
|
$('#dialog_managemahchine').dialog(function () {
|
|
if (allRequirements && allRequirements.length > 0) {
|
|
for (var i = 0; i < allRequirements.length; i++) {
|
|
var req = allRequirements[i];
|
|
if (req.Assets)
|
|
req.ScheduledQuantity = req.Assets.length;
|
|
}
|
|
}
|
|
currentRequirement = null;
|
|
showmaskbg(false);
|
|
});
|
|
|
|
$(window).resize(function () {
|
|
$("#requirementlist").css("height", $(window).height() - $("#requirementlist").offset().top - 14);
|
|
|
|
}).resize();
|
|
|
|
$('#begindatetxt').datetimepicker({
|
|
timepicker: false,
|
|
format: 'm/d/Y',
|
|
enterLikeTab: false,
|
|
onSelectDate: function (v, inp) {
|
|
var date = new DateFormatter().formatDate(v, 'm/d/Y 00:00:00');
|
|
inp.parent().data('val', [date]);
|
|
}
|
|
})
|
|
$('#enddatetxt').datetimepicker({
|
|
timepicker: false,
|
|
format: 'm/d/Y',
|
|
enterLikeTab: false,
|
|
onSelectDate: function (v, inp) {
|
|
var date = new DateFormatter().formatDate(v, 'm/d/Y 00:00:00');
|
|
inp.parent().data('val', [date]);
|
|
}
|
|
})
|
|
|
|
$('#dialog_sendmail').dialog(function () {
|
|
$('#mask_bg').hide();
|
|
OnExit();
|
|
});
|
|
|
|
$('#dialog_assignment').dialog(function () {
|
|
$('#mask_bg').hide();
|
|
});
|
|
|
|
$('#sendmail_othertextaddress').focus(function (e) {
|
|
var left = $('#dialog_sendmail').offset().left + $('#dialog_sendmail').width() + 2;
|
|
var top = $('#dialog_sendmail').offset().top + $("#dialog_sendmail").height() - $("#div_tooltip").height() - 9;
|
|
$('#div_tooltip').css({ 'display': '', 'left': left, 'top': top });
|
|
});
|
|
});
|
|
|
|
</script>
|
|
</asp:Content>
|
|
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
|
|
<div>
|
|
<div class="function_title">
|
|
<span class="sbutton iconsave" onclick="OnSave();" data-lgid="P_JS_SAVE">Save</span>
|
|
<span class="sbutton iconexit" onclick="OnExit(0);" data-lgid="P_JS_SAVE2">Exit Without Saving</span>
|
|
<%if (!IsRequestOnly)
|
|
{ %>
|
|
<span class="sbutton iconasset" id="btnFulfillRequest" style="display: none;" onclick="onManageAssets(null,true,0);" data-lgid="P_JS_FULFILLREQUEST">Fulfill Request</span>
|
|
<%} %>
|
|
</div>
|
|
<div class="clear"></div>
|
|
<div class="edit-content" style="margin: 10px;">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<div class="search_bar">
|
|
<span data-lgid="P_JS_JOBSITE_COLON">Jobsite:</span>
|
|
<select id="dialog_jobsite" style="width: 150px;" tabindex="1">
|
|
</select>
|
|
<span data-lgid="P_JS_BEGINDATE_COLON" style="margin-left: 10px;">Begin Date:</span>
|
|
<div>
|
|
<input type="text" id="begindatetxt" autocomplete="off" style="width: 100px; margin-left: 5px;" />
|
|
</div>
|
|
<span data-lgid="P_JS_ENDDATE_COLON" style="margin-left: 10px;">End Date:</span>
|
|
<div>
|
|
<input type="text" id="enddatetxt" autocomplete="off" style="width: 100px; margin-left: 5px;" />
|
|
</div>
|
|
<span data-lgid="P_JS_ASSETTYPE_COLON" style="margin-left: 10px;">Asset Type:</span>
|
|
<div id="div_assettypes" style="margin-left: 5px;"></div>
|
|
<span data-lgid="P_JS_POINTOFCONTACT_COLON" style="margin-left: 10px;">Point of Contact:</span>
|
|
<div>
|
|
<input type="text" id="pointofcontacttxt" maxlength="100" autocomplete="off" style="width: 100px; margin-left: 5px;" />
|
|
</div>
|
|
<input id="search_requirements" class="search" type="button" value="Apply" data-lgid="P_MV_APPLY" onclick="getMatchRequirements();" style="margin-left: 5px; height: unset;" />
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div id="requirementlist" style="height: 240px;">
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="mask_bg" style="display: none;"><div class="loading c-spin"></div></div>
|
|
<div class="dialog" id="dialog_managemahchine" style="display: none;">
|
|
<div class="dialog-title"><span id="spTitle" class="title" data-lgid="P_JS_MANAGEASSETS"></span><em class="dialog-close"></em></div>
|
|
<div class="requireinfo">
|
|
<span class="requireinfospan" data-lgid="P_JS_JOBSITE_COLON" style="margin-left: 0px;">Jobsite:</span>
|
|
<span id="span_jobsite"></span>
|
|
<span class="requireinfospan" data-lgid="P_JS_BEGINDATE_COLON">Begin Date:</span>
|
|
<span id="span_begindate"></span>
|
|
<span class="requireinfospan" data-lgid="P_JS_ENDDATE_COLON">End Date:</span>
|
|
<span id="span_enddate"></span>
|
|
<span class="requireinfospan" data-lgid="P_JS_ASSETTYPE_COLON">Asset Type:</span>
|
|
<span id="span_assettypes"></span>
|
|
<span class="requireinfospan" data-lgid="P_JS_POINTOFCONTACT_COLON">Point of Contact:</span>
|
|
<span id="span_pointofcontact"></span>
|
|
</div>
|
|
<div class="quantity">
|
|
<span data-lgid="P_JS_QUANTITY_COLON">Quantity:</span>
|
|
<span id="span_quantity"></span>
|
|
<span class="sbutton iconprevious" id="btnNext" onclick="OnPrevious();" data-lgid="P_MA_PREVIOUS">Previous</span>
|
|
<span class="sbutton iconnext" id="btnPrevious" onclick="OnNext();" data-lgid="P_MA_NEXT">Next</span>
|
|
</div>
|
|
<div id="selectedmachinelist" style="height: 500px; width: 100%;"></div>
|
|
|
|
<div class="dialog-func">
|
|
<input type="button" value="Close" data-lgid="P_JS_CANCEL" class="dialog-close" tabindex="28" />
|
|
<input type="button" onclick="OnSetMachine();" data-lgid="P_JS_OK" value="OK" tabindex="27" />
|
|
<div class="clear"></div>
|
|
</div>
|
|
<div id="dialogmask" class="maskbg" style="display: none;">
|
|
<div class="loading_icon icon c-spin"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="dialog" id="dialog_sendmail" style="display: none; width: 320px;">
|
|
<div class="dialog-title"><span class="title" data-lgid="P_JS_SENDDISPATCHREQUEST">Send Dispatch Request</span><em class="dialog-close"></em></div>
|
|
<div class="dialog-content" style="height: 378px;">
|
|
<table>
|
|
<tr>
|
|
<td colspan="2" data-lgid="P_MV_SENDTHISTO">Who do you want to send this to? Select from existing relationships or manual entry.</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div id="contactlist" style="height: 168px; width: 440px; margin-left: 10px; margin-right: 10px;"></div>
|
|
</td>
|
|
</tr>
|
|
<tr style="height: 24px;">
|
|
<td colspan="2" data-lgid="P_MV_EMAILORTEXTADDRESSESTIPS">Separate multiple manually entered email or text addresses with a semi-colon (;).</td>
|
|
</tr>
|
|
<tr style="height: 24px;">
|
|
<td><span data-lgid="P_MV_OTHEREMAILADDRESS">Other Email Address</span>
|
|
</td>
|
|
<td>
|
|
<input type="text" id="sendmail_otheremailaddress" style="width: 312px;" autocomplete="off" /></td>
|
|
</tr>
|
|
<tr style="height: 24px; display: none;">
|
|
<td><span data-lgid="P_MV_OTHERTEXTADDRESS">Other Text Address</span>
|
|
</td>
|
|
<td>
|
|
<input type="text" id="sendmail_othertextaddress" style="width: 312px;" autocomplete="off" />
|
|
</td>
|
|
<%--<span id="span_hepler" class='helper pointer' title='Help'></span>--%>
|
|
</tr>
|
|
<tr style="height: 24px;">
|
|
<td colspan="2" data-lgid="P_MV_DESCRIPTION_COLON">Description:</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<textarea id="sendmail_desc" style="width: 444px; height: 80px; resize: none; margin-left: 12px;"></textarea></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="dialog-func">
|
|
<input type="button" value="Cancel" data-lgid="P_MV_CANCEL" class="dialog-close" tabindex="12" />
|
|
<input type="button" onclick="onSendEmails();" value="OK" data-lgid="P_MV_OK" tabindex="11" />
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="dialog" id="dialog_assignment" style="display: none;">
|
|
<div class="dialog-title"><span class="title" data-lgid="P_JS_DISPATCHASSIGNMENT">Dispatch Assignment</span><em class="dialog-close"></em></div>
|
|
<div class="dialog-content">
|
|
<table style="line-height: 30px; margin-left: 30px;">
|
|
<tr>
|
|
<td data-lgid="P_JS_SELECTASSETFORDISPATCH">Select Asset for Dispatch</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div id="dialog_assignasset" style="width: 320px; height: 22px;"></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="dialog-func">
|
|
<input type="button" onclick="onAssignContinue();" value="Continue" data-lgid="P_JS_CONTINUE" tabindex="12" />
|
|
<input type="button" onclick="onAssignSkip();" value="Skip" data-lgid="P_JS_SKIP" tabindex="11" />
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
</asp:Content>
|