| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631 |
- MWF.xDesktop.requireApp("process.Xform", "$Module", null, false);
- MWF.require("MWF.widget.AttachmentController", null, false);
- MWF.xApplication.process.Xform.AttachmentController = new Class({
- Extends: MWF.widget.ATTER,
- "options": {
- "officeFiles": ["doc", "docx", "dotx", "dot", "xls", "xlsx", "xlsm", "xlt", "xltx", "pptx", "ppt", "pot", "potx", "potm", "pdf"],
- "checkTextEnable": true
- },
- checkAttachmentDeleteAction: function () {
- if (this.options.readonly) {
- this.setAttachmentsAction("delete", false);
- return false;
- }
- if (this.options.isDeleteOption !== "n") {
- if (this.attachments.length) {
- var user = layout.session.user.distinguishedName;
- for (var i = 0; i < this.attachments.length; i++) {
- var flag = true;
- var att = this.attachments[i];
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- if (this.options.isDeleteOption === "o") {
- if (!att.data.control.allowEdit && att.data.person !== user) flag = false;
- if (att.data.person !== layout.desktop.session.user.distinguishedName) flag = false;
- } else if (this.options.isDeleteOption === "a") {
- if (!att.data.control.allowEdit && att.data.person !== user) flag = false;
- if (att.data.activity !== this.module.form.businessData.activity.id) flag = false;
- } else if (this.options.isDeleteOption === "ao") {
- if (!att.data.control.allowEdit && att.data.person !== user) flag = false;
- if ((att.data.activity !== this.module.form.businessData.activity.id) || (att.data.person !== layout.desktop.session.user.distinguishedName)) flag = false;
- } else {
- if (!att.data.control.allowEdit && att.data.person !== user) flag = false;
- }
- if (flag) {
- this.setAttachmentAction(att, "delete", true);
- } else {
- this.setAttachmentAction(att, "delete", false);
- }
- }
- }
- } else {
- this.setAttachmentsAction("delete", false);
- }
- },
- checkDeleteAction: function () {
- this.checkAttachmentDeleteAction();
- if (this.options.readonly) {
- this.setActionDisabled(this.deleteAction);
- this.setActionDisabled(this.min_deleteAction);
- return false;
- }
- if (this.options.isDeleteOption !== "n") {
- if (this.selectedAttachments.length) {
- var user = layout.session.user.distinguishedName;
- var flag = true;
- if (this.options.isDeleteOption === "o") {
- for (var i = 0; i < this.selectedAttachments.length; i++) {
- var att = this.selectedAttachments[i];
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- if (!att.data.control.allowEdit && att.data.person !== user) {
- flag = false;
- break;
- }
- if (att.data.person !== layout.desktop.session.user.distinguishedName) {
- flag = false;
- break;
- }
- }
- } else if (this.options.isDeleteOption === "a") {
- for (var i = 0; i < this.selectedAttachments.length; i++) {
- var att = this.selectedAttachments[i];
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- if (!att.data.control.allowEdit && att.data.person !== user) {
- flag = false;
- break;
- }
- if (att.data.activity !== this.module.form.businessData.activity.id) {
- flag = false;
- break;
- }
- }
- } else if (this.options.isDeleteOption === "ao") {
- for (var i = 0; i < this.selectedAttachments.length; i++) {
- var att = this.selectedAttachments[i];
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- if (!att.data.control.allowEdit && att.data.person !== user) {
- flag = false;
- break;
- }
- if ((att.data.activity !== this.module.form.businessData.activity.id) || (att.data.person !== layout.desktop.session.user.distinguishedName)) {
- flag = false;
- break;
- }
- }
- } else {
- for (var i = 0; i < this.selectedAttachments.length; i++) {
- var att = this.selectedAttachments[i];
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- if (!att.data.control.allowEdit && att.data.person !== user) {
- flag = false;
- break;
- }
- }
- }
- if (flag) {
- this.setActionEnabled(this.deleteAction);
- this.setActionEnabled(this.min_deleteAction);
- } else {
- this.setActionDisabled(this.deleteAction);
- this.setActionDisabled(this.min_deleteAction);
- }
- } else {
- this.setActionDisabled(this.deleteAction);
- this.setActionDisabled(this.min_deleteAction);
- }
- } else {
- // if (!this.options.isDelete){
- this.setActionDisabled(this.deleteAction);
- this.setActionDisabled(this.min_deleteAction);
- // }else{
- // if (this.selectedAttachments.length){
- // this.setActionEnabled(this.deleteAction);
- // this.setActionEnabled(this.min_deleteAction);
- // }else{
- // this.setActionDisabled(this.deleteAction);
- // this.setActionDisabled(this.min_deleteAction);
- // }
- // }
- }
- },
- isAttDeleteAvailable: function (att) {
- if (this.options.readonly) return false;
- if (this.options.toolbarGroupHidden.contains("edit")) return false;
- if (this.options.isDeleteOption === "n") return false;
- var user = layout.session.user.distinguishedName;
- var flag = true;
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- if (this.options.isDeleteOption === "o") {
- if (!att.data.control.allowEdit && att.data.person !== user) flag = false;
- if (att.data.person !== layout.desktop.session.user.distinguishedName) flag = false;
- } else if (this.options.isDeleteOption === "a") {
- if (!att.data.control.allowEdit && att.data.person !== user) flag = false;
- if (att.data.activity !== this.module.form.businessData.activity.id) flag = false;
- } else if (this.options.isDeleteOption === "ao") {
- if (!att.data.control.allowEdit && att.data.person !== user) flag = false;
- if ((att.data.activity !== this.module.form.businessData.activity.id) || (att.data.person !== layout.desktop.session.user.distinguishedName)) flag = false;
- } else {
- if (!att.data.control.allowEdit && att.data.person !== user) flag = false;
- }
- return flag;
- },
- openInOfficeControl: function (att, office) {
- if (office) {
- if (!office.openedAttachment || office.openedAttachment.id !== att.id) {
- office.save();
- if (this.module.form.businessData.workCompleted) {
- MWF.Actions.get("x_processplatform_assemble_surface").getAttachmentWorkcompletedUrl(att.id, this.module.form.businessData.workCompleted.id, function (url) {
- office.openedAttachment = { "id": att.id, "site": this.module.json.name, "name": att.name };
- office.officeOCX.BeginOpenFromURL(url, true, this.readonly);
- }.bind(this));
- } else {
- MWF.Actions.get("x_processplatform_assemble_surface").getAttachmentUrl(att.id, this.module.form.businessData.work.id, function (url) {
- office.openedAttachment = { "id": att.id, "site": this.module.json.name, "name": att.name };
- office.officeOCX.BeginOpenFromURL(url, true, this.readonly);
- }.bind(this));
- }
- }
- }
- },
- checkReplaceAction: function () {
- if (this.options.isReplaceHidden) return;
- if (this.options.readonly) {
- this.setActionDisabled(this.replaceAction);
- this.setActionDisabled(this.min_replaceAction);
- return false;
- }
- if (this.options.isReplaceOption !== "n") {
- if (this.selectedAttachments.length && this.selectedAttachments.length === 1) {
- var att = this.selectedAttachments[0];
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- var user = layout.session.user.distinguishedName;
- var flag = true;
- if (this.options.isReplaceOption === "o") {
- flag = att.data.person === layout.desktop.session.user.distinguishedName;
- }
- if (this.options.isReplaceOption === "a") {
- flag = att.data.activity === this.module.form.businessData.activity.id;
- }
- if (this.options.isReplaceOption === "ao") {
- flag = (att.data.person === layout.desktop.session.user.distinguishedName && att.data.activity === this.module.form.businessData.activity.id);
- }
- if (flag && !att.data.control.allowEdit && att.data.person !== user) {
- flag = false;
- }
- if (flag) {
- this.setActionEnabled(this.replaceAction);
- this.setActionEnabled(this.min_replaceAction);
- } else {
- this.setActionDisabled(this.replaceAction);
- this.setActionDisabled(this.min_replaceAction);
- }
- } else {
- this.setActionDisabled(this.replaceAction);
- this.setActionDisabled(this.min_replaceAction);
- }
- } else {
- // if (!this.options.isReplace){
- this.setActionDisabled(this.replaceAction);
- this.setActionDisabled(this.min_replaceAction);
- // }else{
- // if (this.selectedAttachments.length && this.selectedAttachments.length===1){
- // this.setActionEnabled(this.replaceAction);
- // this.setActionEnabled(this.min_replaceAction);
- // }else{
- // this.setActionDisabled(this.replaceAction);
- // this.setActionDisabled(this.min_replaceAction);
- // }
- // }
- }
- },
- replaceAttachment: function (e, node) {
- var att = this.selectedAttachments[0].data;
- if (this.module.json.isOpenInOffice && this.module.json.officeControlName && (this.options.officeFiles.indexOf(att.extension) !== -1)) {
- var office = this.module.form.all[this.module.json.officeControlName];
- if (office) {
- if (this.min_closeOfficeAction) this.setActionEnabled(this.min_closeOfficeAction);
- if (this.closeOfficeAction) this.setActionEnabled(this.closeOfficeAction);
- this.openInOfficeControl(att, office);
- } else {
- if (this.selectedAttachments.length && this.selectedAttachments.length == 1) {
- if (this.module) this.module.replaceAttachment(e, node, this.selectedAttachments[0]);
- }
- }
- } else {
- if (this.selectedAttachments.length && this.selectedAttachments.length == 1) {
- if (this.module) this.module.replaceAttachment(e, node, this.selectedAttachments[0]);
- }
- }
- },
- isAttReplaceAvailable: function (att) {
- if (this.options.readonly) return false;
- if (this.options.toolbarGroupHidden.contains("edit")) return false;
- if (this.options.isReplaceOption === "n") return false;
- var user = layout.session.user.distinguishedName;
- var flag = true;
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- if (this.options.isReplaceOption === "o") {
- flag = att.data.person === layout.desktop.session.user.distinguishedName;
- }
- if (this.options.isReplaceOption === "a") {
- flag = att.data.activity === this.module.form.businessData.activity.id;
- }
- if (this.options.isReplaceOption === "ao") {
- flag = (att.data.person === layout.desktop.session.user.distinguishedName && att.data.activity === this.module.form.businessData.activity.id);
- }
- if (flag && !att.data.control.allowEdit && att.data.person !== user) {
- flag = false;
- }
- return flag;
- },
- //checkAttachmentOrderAction : function(){
- // if (this.options.readonly){
- // this.setAttachmentsAction("order", false );
- // return false;
- // }
- // if (this.attachments.length){
- // var user = layout.session.user.distinguishedName;
- // for (var i=0; i<this.attachments.length; i++){
- // var flag = true;
- //
- // var att = this.attachments[i];
- // if( !att.data.person && att.data.creatorUid )att.data.person = att.data.creatorUid;
- //
- // if ((!att.data.control.allowControl || !att.data.control.allowEdit) && att.data.person!==user){
- // flag = false;
- // }
- // if (flag){
- // this.setAttachmentAction(att, "order", true );
- // }else{
- // this.setAttachmentAction(att, "order", false );
- // }
- // }
- // }
- //},
- checkOrderAction: function () {
- //this.checkAttachmentOrderAction();
- if (this.options.readonly) {
- this.setActionDisabled(this.orderAction);
- this.setActionDisabled(this.min_orderAction);
- return false;
- }
- if (this.attachments.length && this.attachments.length > 1) {
- var flag = true;
- var user = layout.session.user.distinguishedName;
- for (var i = 0; i < this.attachments.length; i++) {
- var att = this.attachments[i];
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- if ((!att.data.control.allowControl && !att.data.control.allowEdit) && att.data.person !== user) { //|| !att.data.control.allowEdit
- flag = false;
- break;
- }
- }
- if (flag) {
- this.setActionEnabled(this.orderAction);
- this.setActionEnabled(this.min_orderAction);
- } else {
- this.setActionDisabled(this.orderAction);
- this.setActionDisabled(this.min_orderAction);
- }
- //this.setActionEnabled(this.min_deleteAction);
- } else {
- this.setActionDisabled(this.orderAction);
- this.setActionDisabled(this.min_orderAction);
- //this.setActionDisabled(this.min_deleteAction);
- }
- },
- isAttOrderAvailable: function (att) {
- if (this.options.readonly) return false;
- if (this.options.toolbarGroupHidden.contains("config")) return false;
- var user = layout.session.user.distinguishedName;
- var flag = true;
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- if ((!att.data.control.allowControl || !att.data.control.allowEdit) && att.data.person !== user) {
- flag = false;
- }
- return flag;
- },
- createTopNode: function () {
- if (this.options.title) {
- if (!this.titleNode) this.titleNode = new Element("div", { "styles": this.css.titleNode, "text": this.options.title }).inject(this.node);
- }
- if (!this.topNode) {
- this.topNode = new Element("div", { "styles": this.css.topNode }).inject(this.node);
- } else {
- this.topNode.empty();
- this.editActionBoxNode = null;
- this.editActionsGroupNode = null;
- this.topNode.setStyle("display", "");
- if (this.isHiddenTop) {
- //this.container.setStyle("height", this.container.getSize().y + 45 );
- //this.node.setStyle("height", this.node.getSize().y + 45 );
- if (this.oldContentScrollNodeHeight && this.contentScrollNode) {
- this.contentScrollNode.setStyle("min-height", this.oldContentScrollNodeHeight);
- this.oldContentScrollNodeHeight = null;
- }
- this.isHiddenTop = false;
- }
- }
- var hiddenGroup = this.options.toolbarGroupHidden;
- if (hiddenGroup.contains("edit") && hiddenGroup.contains("read") && hiddenGroup.contains("list") &&
- hiddenGroup.contains("view") && hiddenGroup.contains("config") &&
- !(this.module.json.isOpenInOffice && this.module.json.officeControlName)
- ) {
- if (this.contentScrollNode) {
- this.oldContentScrollNodeHeight = this.contentScrollNode.getStyle("min-height");
- this.contentScrollNode.setStyle("min-height", this.node.getStyle("min-height"));
- this.topNode.setStyle("display", "none");
- }
- this.isHiddenTop = true;
- }
- if (!hiddenGroup.contains("edit")) this.createEditGroupActions();
- if (!hiddenGroup.contains("read")) this.createReadGroupActions();
- if (!hiddenGroup.contains("list")) this.createListGroupActions();
- if (this.module.json.isOpenInOffice && this.module.json.officeControlName) this.createOfficeGroupActions();
- if (!hiddenGroup.contains("config")) this.createConfigGroupActions();
- if (!hiddenGroup.contains("view")) this.createViewGroupActions();
- this.checkActions();
- },
- checkActions: function () {
- // if (this.options.readonly){
- // this.setReadonly();
- // }else{
- this.checkUploadAction();
- this.checkDeleteAction();
- this.checkReplaceAction();
- //this.checkOfficeAction();
- this.checkDownloadAction();
- this.checkSizeAction();
- this.checkConfigAction();
- this.checkOrderAction();
- this.checkListStyleAction();
- // }
- },
- checkAttachmentConfigAction: function () {
- if (this.options.readonly) {
- this.setAttachmentsAction("config", false);
- return false;
- }
- if (this.attachments.length) {
- var user = layout.session.user.distinguishedName;
- for (var i = 0; i < this.attachments.length; i++) {
- var flag = true;
- var att = this.attachments[i];
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- if ((!att.data.control.allowControl || !att.data.control.allowEdit) && att.data.person !== user) {
- flag = false;
- }
- if (flag) {
- this.setAttachmentAction(att, "config", true);
- } else {
- this.setAttachmentAction(att, "config", false);
- }
- }
- }
- },
- checkConfigAction: function () {
- this.checkAttachmentConfigAction();
- if (this.options.readonly) {
- this.setActionDisabled(this.configAction);
- if (this.checkTextAction) this.setActionDisabled(this.checkTextAction);
- return false;
- }
- if (this.selectedAttachments.length) {
- var flag = true;
- var user = layout.session.user.distinguishedName;
- for (var i = 0; i < this.selectedAttachments.length; i++) {
- var att = this.selectedAttachments[i];
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- if ((!att.data.control.allowControl) && att.data.person !== user) { //|| !att.data.control.allowEdit
- flag = false;
- break;
- }
- }
- if (flag) {
- this.setActionEnabled(this.configAction);
- } else {
- this.setActionDisabled(this.configAction);
- }
- //this.setActionEnabled(this.min_deleteAction);
- } else {
- this.setActionDisabled(this.configAction);
- //this.setActionDisabled(this.min_deleteAction);
- }
- if (this.checkTextAction) {
- this.setActionDisabled(this.checkTextAction);
- if (this.selectedAttachments.length && this.selectedAttachments.length === 1) {
- var att = this.selectedAttachments[0];
- if (this.options.images.indexOf(att.data.extension.toLowerCase()) !== -1) {
- this.setActionEnabled(this.checkTextAction);
- }
- }
- }
- },
- isAttConfigAvailable: function (att) {
- if (this.options.readonly) return false;
- if (this.options.toolbarGroupHidden.contains("config")) return false;
- var user = layout.session.user.distinguishedName;
- var flag = true;
- if (!att.data.person && att.data.creatorUid) att.data.person = att.data.creatorUid;
- if ((!att.data.control.allowControl || !att.data.control.allowEdit) && att.data.person !== user) {
- flag = false;
- }
- return flag;
- },
- createEditGroupActions: function () {
- if (!this.editActionBoxNode) this.editActionBoxNode = new Element("div", { "styles": this.css.actionsBoxNode }).inject(this.topNode);
- if (!this.editActionsGroupNode) this.editActionsGroupNode = new Element("div", { "styles": this.css.actionsGroupNode }).inject(this.editActionBoxNode);
- this.uploadAction = this.createAction(this.editActionsGroupNode, "upload", o2.LP.widget.upload, function (e, node) {
- this.uploadAttachment(e, node);
- }.bind(this));
- this.deleteAction = this.createAction(this.editActionsGroupNode, "delete", o2.LP.widget["delete"], function (e, node) {
- this.deleteAttachment(e, node);
- }.bind(this));
- if (!this.options.isReplaceHidden) {
- this.replaceAction = this.createAction(this.editActionsGroupNode, "replace", o2.LP.widget.replace, function (e, node) {
- this.replaceAttachment(e, node);
- }.bind(this));
- }
- // this.officeAction = this.createAction(this.editActionsGroupNode, "office", o2.LP.widget.office, function(e, node){
- // this.openInOfficeControl(e, node);
- // }.bind(this));
- if (!this.options.toolbarGroupHidden.contains("read")) this.editActionSeparateNode = this.createSeparate(this.editActionsGroupNode);
- },
- createConfigGroupActions: function () {
- this.configActionBoxNode = new Element("div", { "styles": this.css.actionsBoxNode }).inject(this.topNode);
- this.configActionsGroupNode = new Element("div", { "styles": this.css.actionsGroupNode }).inject(this.configActionBoxNode);
- this.configAction = this.createAction(this.configActionsGroupNode, "config", MWF.LP.widget.configAttachment, function (e, node) {
- this.configAttachment(e, node);
- }.bind(this));
- if (this.options.checkTextEnable) {
- this.checkTextAction = this.createAction(this.configActionsGroupNode, "check", MWF.LP.widget.checkOcrText, function (e, node) {
- this.checkImageTex(e, node);
- }.bind(this));
- }
- this.createSeparate(this.configActionsGroupNode);
- this.orderAction = this.createAction(this.configActionsGroupNode, "order", MWF.LP.widget.order, function (e, node) {
- this.orderAttachment(e, node);
- }.bind(this));
- if (this.configAction) this.setActionDisabled(this.configAction);
- if (this.checkTextAction) this.setActionDisabled(this.checkTextAction);
- },
- createOfficeGroupActions: function () {
- this.officeActionBoxNode = new Element("div", { "styles": this.css.actionsBoxNode }).inject(this.topNode);
- this.officeActionsGroupNode = new Element("div", { "styles": this.css.actionsGroupNode }).inject(this.officeActionBoxNode);
- this.closeOfficeAction = this.createAction(this.officeActionsGroupNode, "closeOffice", MWF.LP.widget.closeOffice, function (e, node) {
- this.closeAttachmentOffice(e, node);
- }.bind(this));
- if (this.closeOfficeAction) this.setActionDisabled(this.closeOfficeAction);
- },
- loadMinActions: function () {
- debugger;
- var hiddenGroup = this.options.toolbarGroupHidden;
- if (!hiddenGroup.contains("edit")) {
- this.min_uploadAction = this.createAction(this.minActionAreaNode, "upload", MWF.LP.widget.upload, function (e, node) {
- this.uploadAttachment(e, node);
- }.bind(this));
- this.min_deleteAction = this.createAction(this.minActionAreaNode, "delete", MWF.LP.widget["delete"], function (e, node) {
- this.deleteAttachment(e, node);
- }.bind(this));
- if (!this.options.isReplaceHidden) {
- this.min_replaceAction = this.createAction(this.minActionAreaNode, "replace", MWF.LP.widget.replace, function (e, node) {
- this.replaceAttachment(e, node);
- }.bind(this));
- }
- }
- if (!hiddenGroup.contains("read")) {
- this.min_downloadAction = this.createAction(this.minActionAreaNode, "download", MWF.LP.widget.download
- , function (e, node) {
- this.downloadAttachment(e, node);
- }.bind(this));
- }
- if (!hiddenGroup.contains("config")) {
- this.min_orderAction = this.createAction(this.minActionAreaNode, "order", MWF.LP.widget.order, function (e, node) {
- this.orderAttachment(e, node);
- }.bind(this));
- }
- if (this.module.json.isOpenInOffice && this.module.json.officeControlName) {
- this.min_closeOfficeAction = this.createAction(this.minActionAreaNode, "closeOffice", MWF.LP.widget.closeOffice, function (e, node) {
- this.closeAttachmentOffice(e, node);
- }.bind(this));
- if (this.min_closeOfficeAction) this.setActionDisabled(this.closeOfficeAction);
- }
- if (!hiddenGroup.contains("edit") || !hiddenGroup.contains("read")) {
- this.createSeparate(this.minActionAreaNode);
- }
- //this.createSeparate(this.configActionsGroupNode);
- if (this.options.isSizeChange) {
- //this.createSeparate(this.minActionAreaNode);
- if (!hiddenGroup.contains("view")) {
- this.sizeAction = this.createAction(this.minActionAreaNode, "max", MWF.LP.widget.min, function () {
- this.changeControllerSize();
- }.bind(this));
- }
- }
- },
- closeAttachmentOffice: function () {
- var office = this.module.form.all[this.module.json.officeControlName];
- if (office) {
- office.openFile();
- if (this.min_closeOfficeAction) this.setActionDisabled(this.min_closeOfficeAction);
- if (this.closeOfficeAction) this.setActionDisabled(this.closeOfficeAction);
- }
- },
- configAttachment: function () {
- //this.fireEvent("delete", [attachment.data]);
- var lp = MWF.xApplication.process.Xform.LP;
- var css = this.module.form.css;
- var node = new Element("div", { "styles": css.attachmentPermissionNode }).inject(this.node);
- var attNames = new Element("div", { "styles": css.attachmentPermissionNamesNode }).inject(node);
- var attNamesTitle = new Element("div", { "styles": css.attachmentPermissionNamesTitleNode, "text": lp.attachmentPermissionInfo }).inject(attNames);
- var attNamesArea = new Element("div", { "styles": css.attachmentPermissionNamesAreaNode }).inject(attNames);
- if (this.selectedAttachments.length) {
- this.selectedAttachments.each(function (att) {
- var attNode = new Element("div", { "styles": css.attachmentPermissionAttNode, "text": att.data.name }).inject(attNamesArea);
- }.bind(this));
- }
- var editArea = new Element("div", { "styles": css.attachmentPermissionEditAreaNode }).inject(node);
- var title = new Element("div", { "styles": css.attachmentPermissionTitleNode, "text": lp.attachmentRead }).inject(editArea);
- var readInput = new Element("div", { "styles": css.attachmentPermissionInputNode }).inject(editArea);
- title = new Element("div", { "styles": css.attachmentPermissionTitleNode, "text": lp.attachmentEdit }).inject(editArea);
- var editInput = new Element("div", { "styles": css.attachmentPermissionInputNode }).inject(editArea);
- title = new Element("div", { "styles": css.attachmentPermissionTitleNode, "text": lp.attachmentController }).inject(editArea);
- var controllerInput = new Element("div", { "styles": css.attachmentPermissionInputNode }).inject(editArea);
- var dlg = o2.DL.open(Object.merge({
- "title": lp.attachmentPermission,
- "style": this.module.form.json.dialogStyle || "user",
- "isResize": false,
- "content": node,
- "buttonList": [
- {
- "type": "ok",
- "text": MWF.LP.process.button.ok,
- "action": function () {
- this.setAttachmentConfig(readInput, editInput, controllerInput);
- dlg.close();
- }.bind(this)
- },
- {
- "type": "cancel",
- "text": MWF.LP.process.button.cancel,
- "action": function () { dlg.close(); }
- }
- ]
- }, (this.module.form.json.dialogOptions||{})));
- if (this.selectedAttachments.length === 1) {
- var data = this.selectedAttachments[0].data;
- var readUnitList = (data.readUnitList) || [];
- var readIdentityList = (data.readIdentityList) || [];
- var editUnitList = (data.editUnitList) || [];
- var editIdentityList = (data.editIdentityList) || [];
- var controllerUnitList = (data.controllerUnitList) || [];
- var controllerIdentityList = (data.controllerIdentityList) || [];
- readInput.setSelectPerson(this.module.form.app.content, Object.merge(Object.clone(this.module.form.json.selectorStyle || {}), {
- "types": ["unit", "identity"],
- "values": readUnitList.concat(readIdentityList).trim()
- }));
- editInput.setSelectPerson(this.module.form.app.content, Object.merge(Object.clone(this.module.form.json.selectorStyle || {}), {
- "types": ["unit", "identity"],
- "values": editUnitList.concat(editIdentityList).trim()
- }));
- controllerInput.setSelectPerson(this.module.form.app.content, Object.merge(Object.clone(this.module.form.json.selectorStyle || {}), {
- "types": ["unit", "identity"],
- "values": controllerUnitList.concat(controllerIdentityList).trim()
- }));
- } else {
- readInput.setSelectPerson(this.module.form.app.content, Object.merge(Object.clone(this.module.form.json.selectorStyle || {}), {
- "types": ["unit", "identity"]
- }));
- editInput.setSelectPerson(this.module.form.app.content, Object.merge(Object.clone(this.module.form.json.selectorStyle || {}), {
- "types": ["unit", "identity"]
- }));
- controllerInput.setSelectPerson(this.module.form.app.content, Object.merge(Object.clone(this.module.form.json.selectorStyle || {}), {
- "types": ["unit", "identity"]
- }));
- }
- },
- setAttachmentConfig: function (readInput, editInput, controllerInput) {
- if (this.selectedAttachments.length) {
- var readList = readInput.retrieve("data-value");
- var editList = editInput.retrieve("data-value");
- var controllerList = controllerInput.retrieve("data-value");
- var readUnitList = [];
- var readIdentityList = [];
- var editUnitList = [];
- var editIdentityList = [];
- var controllerUnitList = [];
- var controllerIdentityList = [];
- if (readList) {
- readList.each(function (v) {
- var vName = (typeOf(v) === "string") ? v : v.distinguishedName;
- var len = vName.length;
- var flag = vName.substring(len - 1, len);
- if (flag === "U") readUnitList.push(vName);
- if (flag === "I") readIdentityList.push(vName);
- });
- }
- if (editList) {
- editList.each(function (v) {
- var vName = (typeOf(v) === "string") ? v : v.distinguishedName;
- var len = vName.length;
- var flag = vName.substring(len - 1, len);
- if (flag === "U") editUnitList.push(vName);
- if (flag === "I") editIdentityList.push(vName);
- });
- }
- if (controllerList) {
- controllerList.each(function (v) {
- var vName = (typeOf(v) === "string") ? v : v.distinguishedName;
- var len = vName.length;
- var flag = vName.substring(len - 1, len);
- if (flag === "U") controllerUnitList.push(vName);
- if (flag === "I") controllerIdentityList.push(vName);
- });
- }
- this.selectedAttachments.each(function (att) {
- att.data.readUnitList = readUnitList;
- att.data.readIdentityList = readIdentityList;
- att.data.editUnitList = editUnitList;
- att.data.editIdentityList = editIdentityList;
- att.data.controllerUnitList = controllerUnitList;
- att.data.controllerIdentityList = controllerIdentityList;
- o2.Actions.get("x_processplatform_assemble_surface").configAttachment(att.data.id, this.module.form.businessData.work.id, att.data);
- }.bind(this));
- }
- },
- checkImageTex: function () {
- if (this.selectedAttachments.length && this.selectedAttachments.length == 1) {
- var att = this.selectedAttachments[0];
- var lp = MWF.xApplication.process.Xform.LP;
- var css = this.module.form.css;
- var node = new Element("div", { "styles": css.attachmentOCRNode }).inject(this.node);
- var previewNode = new Element("div", { "styles": css.attachmentOCRImageAreaNode }).inject(node);
- var imgNode = new Element("img", { "styles": css.attachmentOCRImageNode }).inject(previewNode);
- o2.Actions.get("x_processplatform_assemble_surface").getAttachmentUrl(att.data.id, this.module.form.businessData.work.id, function (url) {
- imgNode.set("src", url);
- });
- var areaNode = new Element("div", { "styles": css.attachmentOCRInputAreaNode }).inject(node);
- var inputNode = new Element("textarea", { "styles": css.attachmentOCRInputNode }).inject(areaNode);
- var dlg = o2.DL.open({
- "title": lp.attachmentOCRTitle,
- "style": this.module.form.json.dialogStyle || "user",
- "isResize": false,
- "content": node,
- "buttonList": [
- {
- "type": "ok",
- "text": MWF.LP.process.button.ok,
- "action": function () {
- this.setAttachmentOCR(inputNode, att);
- dlg.close();
- }.bind(this)
- },
- {
- "type": "cancel",
- "text": MWF.LP.process.button.cancel,
- "action": function () { dlg.close(); }
- }
- ]
- });
- if (att.data.ocr) {
- inputNode.set("text", att.data.ocr.text || "");
- } else {
- o2.Actions.get("x_processplatform_assemble_surface").getAttachmentOCR(att.data.id, this.module.form.businessData.work.id, function (json) {
- att.data.ocr = json.data;
- inputNode.set("text", json.data.text || "");
- }.bind(this))
- }
- }
- },
- setAttachmentOCR: function (inputNode, att) {
- var data = inputNode.get("text");
- if (!att.data.ocr) att.data.ocr = {};
- att.data.ocr.text = data;
- o2.Actions.get("x_processplatform_assemble_surface").setAttachmentOCR(att.data.id, this.module.form.businessData.work.id, {
- "text": data
- }, function () {
- this.module.form.app.notice("success", lp.attachmentOCR_saved, this.node);
- }.bind(this));
- },
- checkMoveAction: function (item) {
- if (item) {
- var actionArea = item.getFirst().getNext();
- var actionup = actionArea.getFirst().show();
- var actiondown = actionArea.getLast().show();
- tmp = item.getPrevious();
- if (!tmp) actionup.hide();
- tmp = item.getNext();
- if (!tmp) actiondown.hide();
- }
- },
- orderAttachment: function () {
- if (this.attachments.length) {
- this.attachments = this.attachments.sort(function (a1, a2) {
- if (!a2.data.orderNumber) return 1;
- if (!a1.data.orderNumber) return -1;
- return a1.data.orderNumber - a2.data.orderNumber;
- }.bind(this));
- var lp = MWF.xApplication.process.Xform.LP;
- var css = this.module.form.css;
- var node = new Element("div", { "styles": css.attachmentOrderNode });
- var infoNode = new Element("div", { "styles": css.attachmentOrderInforNode, "text": lp.attachmentOrderInfo }).inject(node);
- var attrchmentsNode = new Element("div", { "styles": css.attachmentOrderAreaNode }).inject(node);
- var iconUrl = "/x_component_File/$Main/icon.json";
- var icons = null;
- o2.getJSON(iconUrl, function (json) {
- icons = json;
- }.bind(this), false, false);
- this.attachments.each(function (att, idx) {
- var iconName = icons[att.data.extension.toLowerCase()] || icons.unknow;
- var iconFolderUrl = "/x_component_File/$Main/default/file/" + iconName;
- var itemNode = new Element("div", { "styles": css.attachmentOrderItemNode }).inject(attrchmentsNode);
- itemNode.store("att", att);
- var icon = new Element("div", { "styles": css.attachmentOrderItemIconNode }).inject(itemNode);
- icon.setStyle("background-image", "url('" + iconFolderUrl + "')");
- var actionArea = new Element("div", { "styles": css.attachmentOrderItemActionNode }).inject(itemNode);
- var text = new Element("div", { "styles": css.attachmentOrderItemTextNode, "text": att.data.name }).inject(itemNode);
- var actionUp = new Element("div", { "styles": css.attachmentOrderItemActionUpNode, "text": lp.attachmentOrderUp }).inject(actionArea);
- var actionDown = new Element("div", { "styles": css.attachmentOrderItemActionDownNode, "text": lp.attachmentOrderDown }).inject(actionArea);
- if (idx == 0) actionUp.hide();
- if (idx == this.attachments.length - 1) actionDown.hide();
- actionUp.addEvent("click", function (e) {
- var itemNode = e.target.getParent().getParent();
- var upNode = itemNode.getPrevious();
- if (upNode) {
- itemNode.inject(upNode, "before");
- this.checkMoveAction(upNode);
- }
- this.checkMoveAction(itemNode);
- itemNode.highlight();
- //itemNode.setStyle("background-color", "#faf9f1");
- }.bind(this));
- actionDown.addEvent("click", function (e) {
- var itemNode = e.target.getParent().getParent();
- var downNode = itemNode.getNext();
- if (downNode) {
- itemNode.inject(downNode, "after");
- this.checkMoveAction(downNode);
- }
- this.checkMoveAction(itemNode);
- itemNode.highlight();
- // /itemNode.setStyle("background-color", "#faf9f1");
- }.bind(this));
- itemNode.addEvents({
- "mouseover": function (e) { this.setStyle("background-color", "#f1f6fa"); },
- "mouseout": function (e) { this.setStyle("background-color", "#ffffff"); }
- });
- //var droppables = attrchmentsNode.getChildren();
- new Drag(itemNode, {
- "handle": icon,
- "snap": 5,
- "stopPropagation": true,
- "preventDefault": true,
- onStart: function (el, e) {
- var itemNode = el;
- itemNode.setStyle("background-color", "#f1f6fa");
- var moveNode = itemNode.clone(true).setStyles(css.attachmentOrderItemNode).setStyles({
- "background-color": "#faf9f1",
- "opacity": 0.8,
- "border": "1px dotted #333333"
- }).inject(node);
- moveNode.position({
- "relativeTo": itemNode,
- "position": 'upperLeft',
- "edge": 'upperLeft'
- });
- moveNode.owner = itemNode;
- var move = new Drag.Move(moveNode, {
- "container": node,
- "droppables": attrchmentsNode.getChildren(),
- "onEnter": function (el, drop) {
- moveNode.flagNode = new Element("div", { "styles": css.attachmentOrderFlagNode }).inject(drop, "before");
- },
- "onLeave": function (el, drop) {
- if (moveNode.flagNode) moveNode.flagNode.destroy();
- },
- "onDrop": function (el, drop) {
- if (moveNode.flagNode) {
- moveNode.owner.inject(moveNode.flagNode, "after");
- moveNode.flagNode.destroy();
- moveNode.owner.highlight();
- this.checkMoveAction(moveNode.owner);
- this.checkMoveAction(drop);
- this.checkMoveAction(attrchmentsNode.getLast());
- moveNode.destroy()
- }
- }.bind(this)
- });
- move.start(e);
- }.bind(this),
- enter: function (el) {
- el.removeClass('dragging');
- }
- });
- //itemNode.dragMove
- }.bind(this));
- var dlg = o2.DL.open(Object.merge({
- "title": lp.attachmentOrderTitle,
- "style": this.module.form.json.dialogStyle || "user",
- "isResize": false,
- "content": node,
- "width": "auto",
- "height": "auto",
- "buttonList": [
- {
- "type": "ok",
- "text": MWF.LP.process.button.ok,
- "action": function () {
- this.sortAttachment(attrchmentsNode);
- dlg.close();
- }.bind(this)
- },
- {
- "type": "cancel",
- "text": MWF.LP.process.button.cancel,
- "action": function () { dlg.close(); }
- }
- ],
- "onPostLoad": function () {
- var dlg = this;
- dlg.node.setStyle("display", "block");
- var size = {};
- if (css.attachmentOrderNode) {
- if (parseFloat(css.attachmentOrderNode.width).toString() !== "NaN") {
- size.x = parseInt(css.attachmentOrderNode.width)
- }
- if (parseFloat(css.attachmentOrderNode.height).toString() !== "NaN") {
- size.y = parseInt(css.attachmentOrderNode.height)
- }
- }
- node.show();
- var nodeSize = node.getSize();
- dlg.content.setStyles({
- "width": size.x || nodeSize.x,
- "height": size.y || nodeSize.y
- });
- dlg.setContentSize();
- }
- }, (this.module.form.json.dialogOptions||{})));
- }
- },
- sortAttachment: function (node) {
- var nodes = node.getChildren();
- nodes.each(function (item, idx) {
- var att = item.retrieve("att", null);
- if (att) {
- att.data.orderNumber = idx;
- o2.Actions.load("x_processplatform_assemble_surface").AttachmentAction.changeOrderNumber(att.data.id, this.module.form.businessData.work.id, idx);
- }
- }.bind(this));
- this.attachments = this.attachments.sort(function (a1, a2) {
- if (!a2.data.orderNumber) return 1;
- if (!a1.data.orderNumber) return -1;
- return a1.data.orderNumber - a2.data.orderNumber;
- }.bind(this));
- this.reloadAttachments();
- this.fireEvent("order");
- }
- });
- MWF.xApplication.process.Xform.Attachment = MWF.APPAttachment = new Class({
- Extends: MWF.APP$Module,
- options: {
- "moduleEvents": ["upload", "delete", "afterDelete", "load", "change"]
- },
- initialize: function (node, json, form, options) {
- this.node = $(node);
- this.node.store("module", this);
- this.json = json;
- this.form = form;
- this.field = true;
- },
- _loadUserInterface: function () {
- this.node.empty();
- this.loadAttachmentController();
- this.fireEvent("load");
- },
- loadAttachmentController: function () {
- //MWF.require("MWF.widget.AttachmentController", function() {
- var options = {
- "style": this.json.style || "default",
- "title": "附件区域",
- "listStyle": this.json.listStyle || "icon",
- "size": this.json.size || "max",
- "resize": (this.json.resize === "y" || this.json.resize === "true"),
- "attachmentCount": this.json.attachmentCount || 0,
- "isUpload": (this.json.isUpload === "y" || this.json.isUpload === "true"),
- "isDelete": (this.json.isDelete === "y" || this.json.isDelete === "true"),
- "isReplace": (this.json.isReplace === "y" || this.json.isReplace === "true"),
- "isDownload": (this.json.isDownload === "y" || this.json.isDownload === "true"),
- "isSizeChange": (this.json.isSizeChange === "y" || this.json.isSizeChange === "true"),
- "readonly": (this.json.readonly === "y" || this.json.readonly === "true"),
- "availableListStyles": this.json.availableListStyles ? this.json.availableListStyles : ["list", "seq", "icon", "preview"],
- "isDeleteOption": this.json.isDelete,
- "isReplaceOption": this.json.isReplace,
- "toolbarGroupHidden": this.json.toolbarGroupHidden || [],
- "onOrder": function () {
- this.fireEvent("change");
- }.bind(this)
- };
- if (this.readonly) options.readonly = true;
- if (this.form.json.attachmentStyle) {
- options = Object.merge(options, this.form.json.attachmentStyle);
- }
- //this.attachmentController = new MWF.widget.ATTER(this.node, this, options);
- this.attachmentController = new MWF.xApplication.process.Xform.AttachmentController(this.node, this, options);
- this.attachmentController.load();
- this.form.businessData.attachmentList.each(function (att) {
- //if (att.site===this.json.id || (this.json.isOpenInOffice && this.json.officeControlName===att.site)) this.attachmentController.addAttachment(att);
- if (att.site === this.json.id) this.attachmentController.addAttachment(att);
- }.bind(this));
- this.setAttachmentBusinessData();
- //}.bind(this));
- },
- setAttachmentBusinessData: function () {
- if (this.attachmentController) {
- if (this.attachmentController.attachments.length) {
- var values = this.attachmentController.attachments.map(function (d) {
- return d.data.name;
- });
- this._setBusinessData(values);
- } else {
- this._setBusinessData([]);
- }
- }
- },
- _loadEvents: function (editorConfig) {
- Object.each(this.json.events, function (e, key) {
- if (e.code) {
- if (this.options.moduleEvents.indexOf(key) !== -1) {
- this.addEvent(key, function (event) {
- return this.form.Macro.fire(e.code, this, event);
- }.bind(this));
- } else {
- this.node.addEvent(key, function (event) {
- return this.form.Macro.fire(e.code, this, event);
- }.bind(this));
- }
- }
- }.bind(this));
- },
- getData: function () {
- return this.attachmentController.getAttachmentNames();
- },
- createUploadFileNode: function () {
- var accept = "*";
- if (!this.json.attachmentExtType || (this.json.attachmentExtType.indexOf("other") != -1 && !this.json.attachmentExtOtherType)) {
- } else {
- accepts = [];
- var otherType = this.json.attachmentExtOtherType;
- this.json.attachmentExtType.each(function (v) {
- switch (v) {
- case "word":
- accepts.push(".doc, .docx, .dot, .dotx");
- break;
- case "excel":
- accepts.push(".xls, .xlsx, .xlsm, .xlt, .xltx");
- break;
- case "ppt":
- accepts.push(".pptx, .ppt, .pot, .potx, .potm");
- break;
- case "txt":
- accepts.push(".txt");
- break;
- case "pic":
- accepts.push(".bmp, .gif, .psd, .jpeg, .jpg, .png");
- break;
- case "pdf":
- accepts.push(".pdf");
- break;
- case "zip":
- accepts.push(".zip, .rar");
- break;
- case "audio":
- accepts.push(".mp3, .wav, .wma, .wmv, .flac, .ape");
- break;
- case "video":
- accepts.push(".avi, .mkv, .mov, .ogg, .mp4, .mpeg");
- break;
- case "other":
- if (this.json.attachmentExtOtherType) accepts.push(this.json.attachmentExtOtherType);
- break;
- }
- });
- accept = accepts.join(", ");
- }
- var size = 0;
- if (this.json.attachmentSize) size = this.json.attachmentSize.toFloat();
- this.attachmentController.doUploadAttachment({ "site": this.json.id }, this.form.workAction.action, "uploadAttachment", { "id": this.form.businessData.work.id }, null, function (o) {
- if (o.id) {
- this.form.workAction.getAttachment(o.id, this.form.businessData.work.id, function (json) {
- if (json.data) {
- if (!json.data.control) json.data.control = {};
- this.attachmentController.addAttachment(json.data);
- }
- this.attachmentController.checkActions();
- this.setAttachmentBusinessData();
- this.fireEvent("upload", [json.data]);
- this.fireEvent("change");
- }.bind(this))
- }
- this.attachmentController.checkActions();
- }.bind(this), function (files) {
- if (files.length) {
- if ((files.length + this.attachmentController.attachments.length > this.attachmentController.options.attachmentCount) && this.attachmentController.options.attachmentCount > 0) {
- var content = MWF.xApplication.process.Xform.LP.uploadMore;
- content = content.replace("{n}", this.attachmentController.options.attachmentCount);
- this.form.notice(content, "error");
- return false;
- }
- }
- return true;
- }.bind(this), true, accept, size);
- // this.uploadFileAreaNode = new Element("div");
- // var html = "<input name=\"file\" type=\"file\" multiple/>";
- // this.uploadFileAreaNode.set("html", html);
- //
- // this.fileUploadNode = this.uploadFileAreaNode.getFirst();
- // this.fileUploadNode.addEvent("change", function(){
- //
- // var files = this.fileUploadNode.files;
- // if (files.length){
- // if ((files.length+this.attachmentController.attachments.length > this.attachmentController.options.attachmentCount) && this.attachmentController.options.attachmentCount>0){
- // var content = MWF.xApplication.process.Xform.LP.uploadMore;
- // content = content.replace("{n}", this.attachmentController.options.attachmentCount);
- // this.form.notice(content, "error");
- // }else{
- // for (var i = 0; i < files.length; i++) {
- // var file = files.item(i);
- //
- // var formData = new FormData();
- // formData.append('site', this.json.id);
- // formData.append('file', file);
- //
- // //formData.append('folder', folderId);
- //
- // this.form.workAction.uploadAttachment(this.form.businessData.work.id ,function(o, text){
- // if (o.id){
- // this.form.workAction.getAttachment(o.id, this.form.businessData.work.id, function(json){
- // if (json.data) this.attachmentController.addAttachment(json.data);
- // this.attachmentController.checkActions();
- //
- // this.fireEvent("upload", [json.data]);
- // }.bind(this))
- // }
- // this.attachmentController.checkActions();
- // }.bind(this), null, formData, file);
- // }
- // }
- // }
- // }.bind(this));
- },
- uploadAttachment: function (e, node) {
- if (window.o2android && window.o2android.uploadAttachment) {
- window.o2android.uploadAttachment(this.json.id);
- } else if (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.uploadAttachment) {
- window.webkit.messageHandlers.uploadAttachment.postMessage({ "site": this.json.id });
- } else {
- // if (!this.uploadFileAreaNode){
- this.createUploadFileNode();
- // }
- // this.fileUploadNode.click();
- }
- },
- deleteAttachments: function (e, node, attachments) {
- var names = [];
- attachments.each(function (attachment) {
- names.push(attachment.data.name);
- }.bind(this));
- // if ((window.o2 && window.o2.replaceAttachment) || (window.webkit && window.webkit.messageHandlers)){
- // if (window.confirm(MWF.xApplication.process.Xform.LP.deleteAttachment+"( "+names.join(", ")+" )")){
- // while (attachments.length){
- // attachment = attachments.shift();
- // this.deleteAttachment(attachment);
- // }
- // }
- // }else {
- // var tmpNode = new Element("div", {
- // "styles": {
- // "background-color": "#0000ff",
- // "border-style": "solid",
- // "border-color": "#fff",
- // "border-width": "1",
- // "box-shadow": "0px 0px 20px #999",
- // "z-index": "20000",
- // "overflow": "hidden",
- // "font-size": "14px",
- // "height": "160px",
- // "padding": "0px",
- // "width": "300px",
- // "position": "absolute",
- // "top": "50px",
- // "left": "20px",
- // "opacity": 1,
- // "border-radius": "5px"
- // }
- // }).inject(this.form.app.content);
- var _self = this;
- this.form.confirm("warn", e, MWF.xApplication.process.Xform.LP.deleteAttachmentTitle, MWF.xApplication.process.Xform.LP.deleteAttachment + "( " + names.join(", ") + " )", 300, 120, function () {
- while (attachments.length) {
- var attachment = attachments.shift();
- _self.deleteAttachment(attachment);
- }
- this.close();
- }, function () {
- this.close();
- }, null, null, this.form.json.confirmStyle);
- },
- deleteAttachment: function (attachment) {
- this.fireEvent("delete", [attachment.data]);
- var id = attachment.data.id;
- this.form.workAction.deleteAttachment(attachment.data.id, this.form.businessData.work.id, function (josn) {
- this.attachmentController.removeAttachment(attachment);
- this.attachmentController.checkActions();
- if (this.form.officeList) {
- this.form.officeList.each(function (office) {
- if (office.openedAttachment) {
- if (office.openedAttachment.id == id) {
- office.loadOfficeEdit();
- }
- }
- }.bind(this));
- }
- this.setAttachmentBusinessData();
- this.fireEvent("afterDelete", [attachment.data]);
- this.fireEvent("change");
- }.bind(this));
- },
- replaceAttachment: function (e, node, attachment) {
- if (window.o2android && window.o2android.replaceAttachment) {
- window.o2android.replaceAttachment(attachment.data.id, this.json.id);
- } else if (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.replaceAttachment) {
- window.webkit.messageHandlers.replaceAttachment.postMessage({ "id": attachment.data.id, "site": this.json.id });
- } else {
- var _self = this;
- this.form.confirm("warn", e, MWF.xApplication.process.Xform.LP.replaceAttachmentTitle, MWF.xApplication.process.Xform.LP.replaceAttachment + "( " + attachment.data.name + " )", 350, 120, function () {
- _self.replaceAttachmentFile(attachment);
- this.close();
- }, function () {
- this.close();
- }, null, null, this.form.json.confirmStyle);
- }
- },
- createReplaceFileNode: function (attachment) {
- var accept = "*";
- if (!this.json.attachmentExtType || this.json.attachmentExtType.indexOf("other") != -1 && !this.json.attachmentExtOtherType) {
- } else {
- accepts = [];
- var otherType = this.json.attachmentExtOtherType;
- this.json.attachmentExtType.each(function (v) {
- switch (v) {
- case "word":
- accepts.push(".doc, .docx, .dot, .dotx");
- break;
- case "excel":
- accepts.push(".xls, .xlsx, .xlsm, .xlt, .xltx");
- break;
- case "ppt":
- accepts.push(".pptx, .ppt, .pot, .potx, .potm");
- break;
- case "txt":
- accepts.push(".txt");
- break;
- case "pic":
- accepts.push(".bmp, .gif, .psd, .jpeg, .jpg");
- break;
- case "pdf":
- accepts.push(".pdf");
- break;
- case "zip":
- accepts.push(".zip, .rar");
- break;
- case "audio":
- accepts.push(".mp3, .wav, .wma, .wmv, .flac, .ape");
- break;
- case "video":
- accepts.push(".avi, .mkv, .mov, .ogg, .mp4, .mpeg");
- break;
- case "other":
- if (this.json.attachmentExtOtherType) accepts.push(this.json.attachmentExtOtherType);
- break;
- }
- });
- accept = accepts.join(", ");
- }
- var size = 0;
- if (this.json.attachmentSize) size = this.json.attachmentSize.toFloat();
- this.attachmentController.doUploadAttachment({ "site": this.json.id }, this.form.workAction.action, "replaceAttachment",
- { "id": attachment.data.id, "workid": this.form.businessData.work.id }, null, function (o) {
- this.form.workAction.getAttachment(attachment.data.id, this.form.businessData.work.id, function (json) {
- attachment.data = json.data;
- attachment.reload();
- this.attachmentController.checkActions();
- }.bind(this))
- }.bind(this), null, true, accept, size);
- // this.replaceFileAreaNode = new Element("div");
- // var html = "<input name=\"file\" type=\"file\" multiple/>";
- // this.replaceFileAreaNode.set("html", html);
- //
- // this.fileReplaceNode = this.replaceFileAreaNode.getFirst();
- // this.fileReplaceNode.addEvent("change", function(){
- //
- // var files = this.fileReplaceNode.files;
- // if (files.length){
- // for (var i = 0; i < files.length; i++) {
- // var file = files.item(i);
- //
- // var formData = new FormData();
- // formData.append('file', file);
- // // formData.append('site', this.json.id);
- //
- // this.form.workAction.replaceAttachment(attachment.data.id, this.form.businessData.work.id ,function(o, text){
- // this.form.workAction.getAttachment(attachment.data.id, this.form.businessData.work.id, function(json){
- // attachment.data = json.data;
- // attachment.reload();
- // this.attachmentController.checkActions();
- // }.bind(this))
- // }.bind(this), null, formData, file);
- // }
- // }
- // }.bind(this));
- },
- replaceAttachmentFile: function (attachment) {
- //if (!this.replaceFileAreaNode){
- this.createReplaceFileNode(attachment);
- // }
- // this.fileReplaceNode.click();
- },
- downloadAttachment: function (e, node, attachments) {
- if (this.form.businessData.work && !this.form.businessData.work.completedTime) {
- attachments.each(function (att) {
- if (window.o2android && window.o2android.downloadAttachment) {
- window.o2android.downloadAttachment(att.data.id);
- } else if (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.downloadAttachment) {
- window.webkit.messageHandlers.downloadAttachment.postMessage({ "id": att.data.id, "site": this.json.id });
- } else {
- if (layout.mobile) {
- //移动端 企业微信 钉钉 用本地打开 防止弹出自带浏览器 无权限问题
- this.form.workAction.getAttachmentUrl(att.data.id, this.form.businessData.work.id, function (url) {
- var xtoken = Cookie.read("x-token");
- window.location = url + "?x-token=" + xtoken;
- });
- } else {
- this.form.workAction.getAttachmentStream(att.data.id, this.form.businessData.work.id);
- }
- }
- }.bind(this));
- } else {
- attachments.each(function (att) {
- if (window.o2android && window.o2android.downloadAttachment) {
- window.o2android.downloadAttachment(att.data.id);
- } else if (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.downloadAttachment) {
- window.webkit.messageHandlers.downloadAttachment.postMessage({ "id": att.data.id, "site": this.json.id });
- } else {
- if (layout.mobile) {
- //移动端 企业微信 钉钉 用本地打开 防止弹出自带浏览器 无权限问题
- this.form.workAction.getAttachmentWorkcompletedUrl(att.data.id, this.form.businessData.workCompleted.id, function (url) {
- var xtoken = Cookie.read("x-token");
- window.location = url + "?x-token=" + xtoken;
- });
- } else {
- this.form.workAction.getWorkcompletedAttachmentStream(att.data.id, this.form.businessData.workCompleted.id);
- }
- }
- }.bind(this));
- }
- },
- openAttachment: function (e, node, attachments) {
- if (this.form.businessData.work && !this.form.businessData.work.completedTime) {
- attachments.each(function (att) {
- if (window.o2android && window.o2android.downloadAttachment) {
- window.o2android.downloadAttachment(att.data.id);
- } else if (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.downloadAttachment) {
- window.webkit.messageHandlers.downloadAttachment.postMessage({ "id": att.data.id, "site": this.json.id });
- } else {
- if (layout.mobile) {
- //移动端 企业微信 钉钉 用本地打开 防止弹出自带浏览器 无权限问题
- this.form.workAction.getAttachmentUrl(att.data.id, this.form.businessData.work.id, function (url) {
- var xtoken = Cookie.read("x-token");
- window.location = url + "?x-token=" + xtoken;
- });
- } else {
- this.form.workAction.getAttachmentData(att.data.id, this.form.businessData.work.id);
- }
- }
- }.bind(this));
- } else {
- attachments.each(function (att) {
- if (window.o2android && window.o2android.downloadAttachment) {
- window.o2android.downloadAttachment(att.data.id);
- } else if (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.downloadAttachment) {
- window.webkit.messageHandlers.downloadAttachment.postMessage(att.data.id, this.json.id);
- } else {
- if (layout.mobile) {
- //移动端 企业微信 钉钉 用本地打开 防止弹出自带浏览器 无权限问题
- this.form.workAction.getAttachmentWorkcompletedUrl(att.data.id, ((this.form.businessData.workCompleted) ? this.form.businessData.workCompleted.id : this.form.businessData.work.id), function (url) {
- var xtoken = Cookie.read("x-token");
- window.location = url + "?x-token=" + xtoken;
- });
- } else {
- this.form.workAction.getWorkcompletedAttachmentData(att.data.id, ((this.form.businessData.workCompleted) ? this.form.businessData.workCompleted.id : this.form.businessData.work.id));
- }
- }
- }.bind(this));
- }
- //this.downloadAttachment(e, node, attachment);
- },
- getAttachmentUrl: function (attachment, callback) {
- if (this.form.businessData.work && !this.form.businessData.work.completedTime) {
- this.form.workAction.getAttachmentUrl(attachment.data.id, this.form.businessData.work.id, callback);
- } else {
- this.form.workAction.getAttachmentWorkcompletedUrl(attachment.data.id, this.form.businessData.workCompleted.id, callback);
- }
- },
- createErrorNode: function (text) {
- var node = new Element("div");
- var iconNode = new Element("div", {
- "styles": {
- "width": "20px",
- "height": "20px",
- "float": "left",
- "background": "url(" + "/x_component_process_Xform/$Form/default/icon/error.png) center center no-repeat"
- }
- }).inject(node);
- var textNode = new Element("div", {
- "styles": {
- "line-height": "20px",
- "margin-left": "20px",
- "color": "red",
- "word-break": "keep-all"
- },
- "text": text
- }).inject(node);
- return node;
- },
- notValidationMode: function (text) {
- if (!this.isNotValidationMode) {
- this.isNotValidationMode = true;
- this.node.store("borderStyle", this.node.getStyles("border-left", "border-right", "border-top", "border-bottom"));
- this.node.setStyle("border", "1px solid red");
- this.errNode = this.createErrorNode(text).inject(this.node, "after");
- this.showNotValidationMode(this.node);
- }
- },
- showNotValidationMode: function (node) {
- var p = node.getParent("div");
- if (p) {
- if (p.get("MWFtype") == "tab$Content") {
- if (p.getParent("div").getStyle("display") == "none") {
- var contentAreaNode = p.getParent("div").getParent("div");
- var tabAreaNode = contentAreaNode.getPrevious("div");
- var idx = contentAreaNode.getChildren().indexOf(p.getParent("div"));
- var tabNode = tabAreaNode.getLast().getFirst().getChildren()[idx];
- tabNode.click();
- p = tabAreaNode.getParent("div");
- }
- }
- this.showNotValidationMode(p);
- }
- },
- validationMode: function () {
- if (this.isNotValidationMode) {
- this.isNotValidationMode = false;
- this.node.setStyles(this.node.retrieve("borderStyle"));
- if (this.errNode) {
- this.errNode.destroy();
- this.errNode = null;
- }
- }
- },
- validationConfigItem: function (routeName, data) {
- var flag = (data.status == "all") ? true : (routeName == data.decision);
- if (flag) {
- var n = this.getData();
- var v = (data.valueType == "value") ? n : n.length;
- switch (data.operateor) {
- case "isnull":
- if (!v) {
- this.notValidationMode(data.prompt);
- return false;
- }
- break;
- case "notnull":
- if (v) {
- this.notValidationMode(data.prompt);
- return false;
- }
- break;
- case "gt":
- if (v > data.value) {
- this.notValidationMode(data.prompt);
- return false;
- }
- break;
- case "lt":
- if (v < data.value) {
- this.notValidationMode(data.prompt);
- return false;
- }
- break;
- case "equal":
- if (v == data.value) {
- this.notValidationMode(data.prompt);
- return false;
- }
- break;
- case "neq":
- if (v != data.value) {
- this.notValidationMode(data.prompt);
- return false;
- }
- break;
- case "contain":
- if (v.indexOf(data.value) != -1) {
- this.notValidationMode(data.prompt);
- return false;
- }
- break;
- case "notcontain":
- if (v.indexOf(data.value) == -1) {
- this.notValidationMode(data.prompt);
- return false;
- }
- break;
- }
- }
- return true;
- },
- validationConfig: function (routeName, opinion) {
- if (this.json.validationConfig) {
- if (this.json.validationConfig.length) {
- for (var i = 0; i < this.json.validationConfig.length; i++) {
- var data = this.json.validationConfig[i];
- if (!this.validationConfigItem(routeName, data)) return false;
- }
- }
- return true;
- }
- return true;
- },
- validation: function (routeName, opinion) {
- if (!this.validationConfig(routeName, opinion)) return false;
- if (!this.json.validation) return true;
- if (!this.json.validation.code) return true;
- var flag = this.form.Macro.exec(this.json.validation.code, this);
- if (!flag) flag = MWF.xApplication.process.Xform.LP.notValidation;
- if (flag.toString() != "true") {
- this.notValidationMode(flag);
- return false;
- }
- return true;
- }
- });
|