.
This commit is contained in:
@ -249,7 +249,7 @@
|
||||
var alljobsites;
|
||||
var addrequirement = true;
|
||||
var _sendType = 0;
|
||||
var currentdate = "<%=CurrentDate %>";
|
||||
var currentdate = "<%=CurrentDate %>";
|
||||
|
||||
|
||||
jobsitequery = function (method, param, callback, error, nolog) {
|
||||
@ -269,19 +269,19 @@
|
||||
};
|
||||
|
||||
function showAssetConfirm(msg, title, fcancel, fedit, fclose) {
|
||||
$("#mask_bg").show();
|
||||
showmaskbg(true);
|
||||
_dialog.showAssetConfirm(msg, title, function (e) {
|
||||
$("#mask_bg").hide();
|
||||
showmaskbg(false);
|
||||
if (typeof fedit === 'function') {
|
||||
fedit(e);
|
||||
}
|
||||
}, function (e) {
|
||||
$("#mask_bg").hide();
|
||||
showmaskbg(false);
|
||||
if (typeof fcancel === 'function') {
|
||||
fcancel(e);
|
||||
}
|
||||
}, function (e) {
|
||||
$("#mask_bg").hide();
|
||||
showmaskbg(false);
|
||||
if (typeof fclose === 'function') {
|
||||
fclose(e);
|
||||
}
|
||||
@ -568,7 +568,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="label" data-lgid="P_JS_POINTOFCONTACT">Point Of Contact</td>
|
||||
<td class="label" data-lgid="P_JS_POINTOFCONTACT_COLON">Point Of Contact</td>
|
||||
<td>
|
||||
<input type="text" id="dialog_pointofcontact" maxlength="100" tabindex="1" autocomplete="off" />
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user