国产视频中文字幕,精品国产_亚洲人成在线高清,亚洲天堂手机在线

產(chǎn)品中心 業(yè)內(nèi)新聞 案例中心 視頻中心

低代碼平臺對json格式數(shù)據(jù)獲取 低代碼平臺對json格式數(shù)據(jù)獲取

低代碼平臺對json格式數(shù)據(jù)獲取

Mobox低代碼平臺有數(shù)據(jù)是通過json格式進行傳遞的,對于json格式 有4類

1、返回純數(shù)組

描述:[“12.5″,”235”]

數(shù)據(jù)獲取過程:

2、返回純對象

描述:{“id”:”%s”,”name”:”%s”}

數(shù)據(jù)獲取過程:

 

3、返回對象(包含數(shù)組)

描述:{“id”:”xxx”,”attrs”:[{“attr”:”attr1″,”value”:”xxx1″},{“attr”:”attr2″,”value”:”xxx2″}, …]}

數(shù)據(jù)獲取過程:

4、返回數(shù)組 [含對象(含數(shù)組)]? ? 最復(fù)雜

描述:[{“id”:”xxx”,”attrs”:[{“attr”:”attr1″,”value”:”xxx1″},{“attr”:”attr2″,”value”:”xxx2″}, …]},…]

數(shù)組 含 對象(含數(shù)組) 比較多的出現(xiàn)在 grid ,行列處理 (比如 遍歷表,做顯示前處理)

【例子】

json = require (“json”)

mobox = require (“OILua_JavelinExt”)

function AfterSelectCustomer ( strLuaDEID )

local nRet, strUserLogin, strUserName , strRetInfo

local strRetInfo

— 獲取當(dāng)前選擇數(shù)據(jù)

nRet, strRetInfo = mobox.getCurEditDataPacket( strLuaDEID )

if ( nRet~=0 ) then

mobox.error( strLuaDEID, “無法獲取Lua數(shù)據(jù)包!”)

return

end

if ( strRetInfo==” ) then

mobox.error( strLuaDEID, “接口數(shù)據(jù)包為空!”)

return

end

local Retobjs

local n, nCount

local strKAtax, strKAName, strKASCode, strINDUSTRY, strNATURE, strTEL, strADDRESS, strBank, strACCOUNT, strEXPRESS

Retobjs = json.decode(strRetInfo)

nCount = #Retobjs

if (nCount == 0) then

return

end

local obj, attrs

for n = 1, nCount do

obj = Retobjs[n]

attrs = obj.attrs

nattr_count = #attrs

— 獲取 相關(guān)參數(shù)

for nIndex = 1, nattr_count do

strAttr = attrs[nIndex].attr

strValue = attrs[nIndex].value

if (strAttr == ‘S_KA_NAME’) then

strKAName = strValue

end

if (strAttr == ‘S_TAX_CODE’) then

strKAtax = strValue

— 如果客戶的稅號沒有填寫 ,不允許做合同

if ( strKAtax == ” or strKAtax == nil ) then

mobox.error( strLuaDEID, “稅號不能為空 ! 先修改此客戶屬性,將其稅號(及相關(guān)開票信息)加入”)

return

end

end

— 以下以此類推 ,對相關(guān)需要賦值的 變量 。。。

end

end
— 設(shè)置 商機編號,客戶編號,客戶名稱

local setAttr = ‘[{“attr”:”S_KA_CODE”,”value”:”‘..strKASCode..'”},{“attr”:”S_KA_NAME”,”value”:”‘..strKAName..'”},{“attr”:”S_INDUSTRY”,”value”:”‘..strINDUSTRY..'”},{“attr”:”S_NATURE”,”value”:”‘..strNATURE..'”},{“attr”:”S_ACCOUNT”,”value”:”‘..strACCOUNT..'”},{“attr”:”S_TEL”,”value”:”‘..strTEL..'”},{“attr”:”S_ADDRESS”,”value”:”‘..strADDRESS..'”},{“attr”:”S_BANK”,”value”:”‘..strBank..'”},{“attr”:”S_EXPRESS”,”value”:”‘..strEXPRESS..'”},{“attr”:”S_TAX_CODE”,”value”:”‘..strKAtax..'”}]’

mobox.setCurEditDataObjAttr( strLuaDEID,setAttr )
end

標簽:方案腳本 上一篇: 下一篇:
展開更多
預(yù)約軟件體驗

loading...

    <noscript id="7lhqw"><i id="7lhqw"><legend id="7lhqw"></legend></i></noscript>
    <u id="7lhqw"><optgroup id="7lhqw"><listing id="7lhqw"></listing></optgroup></u>
    1. <blockquote id="7lhqw"><center id="7lhqw"></center></blockquote>
      <address id="7lhqw"></address>
      主站蜘蛛池模板: 上虞市| 五原县| 玛曲县| 怀来县| 南开区| 罗城| 平江县| 宜君县| 江西省| 贡嘎县| 深水埗区| 扶余县| 高唐县| 山东省| 西平县| 潍坊市| 二连浩特市| 三明市| 鞍山市| 康马县| 随州市| 白城市| 建水县| 县级市| 泌阳县| 定兴县| 衡阳市| 元朗区| 望江县| 揭西县| 满洲里市| 景洪市| 察雅县| 泽普县| 博客| 广西| 安塞县| 瑞丽市| 临夏市| 崇左市| 上栗县|