YIGO標準平台解決模態視窗不能重新整理父介面的方法

2021-10-10 11:31:18 字數 1434 閱讀 4045

//sourceurl是為了可以在瀏覽器中除錯  不需要解注釋

//@ sourceurl=funexter.js;

// "use strict";

var fun***ter =

(function()

; funs.

test123

=function

(name,cxt,args)

; funs.

getdocumentjson

=function

(evl,name,cxt,args);

funs.

documenttojson

=function

(evl,name,cxt,args)

;return funs;})

(); expr.

regcluster

(view.funcmap, fun***ter)

;

注意:

以上js第二行的內容//@ sourceurl=funexter.js;不是注釋,需要與在funext.js中的註冊檔名一致。

parent.

invokeservice

("service***"

,true

,true

,getdocumentjson()

);

@override

public object docmd

(defaultcontext context, arraylist

arraylist)

throws throwable {

//引數集合 0:借款單據選擇表單document

string currentdocumentjson = typeconvertor.

tostring

(arraylist.

get(0)

);//父 document

document parentdocument = context.

getdocument()

;//當前 document

document currentdocument = documentutil.

newdocument

("billkey【單據key】"

, context.

getve()

.getmetafactory()

);currentdocument.

fromjson

(new

jsonobject

(currentdocumentjson));

//重新整理父document操作。。。..

.

python標準庫學習之zipfile模組

zipfile模組裡有兩個非常重要的class,分別是zipfile和zipinfo。zipfile是主要的類,用來建立和讀取zip檔案,而zipinfo是儲存的zip檔案的每個檔案的資訊的。class zipfile.zipfile file mode compression allowzip64...

Python標準庫系列之pathlib模組

首先我們看使用os模組連線目錄和檔案 import os.path data folder os.path.join source data text files file to open os.path.join data folder,raw data.txt f open file to op...

Python Python模組的標準檔案模板

usr bin env python3 coding utf 8 a test module author michael liao import sys deftest args sys.ar iflen args 1 print hello,world elif len args 2 print...