From 9b8282bcf5c5fbc22858bbfa15934b7f8a0ab753 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期三, 10 七月 2024 18:24:55 +0800 Subject: [PATCH] smallwnd --- pages/modal/3037.vue | 367 +++++++++++++++++++++++++++------------------------- 1 files changed, 190 insertions(+), 177 deletions(-) diff --git a/pages/modal/3037.vue b/pages/modal/3037.vue index a4f59fc..c4fdf87 100644 --- a/pages/modal/3037.vue +++ b/pages/modal/3037.vue @@ -288,7 +288,7 @@ <div class="panel_title">{{param.Sub_Cls.Title}}</div> <!-- 浠庢暟鎹壂鐮佸尯 --> <view class="v-area class_attr_body" v-if="param.Sub_Cls.Can_Add_Delete == true"> - <h4 style="margin: 15rpx 0 0 30rpx;font-weight: bold;">鏂板{{param.Sub_Cls.Name }}</h4> + <h4 style="margin: 15rpx 0 0 30rpx;font-weight: bold;">{{`${translateSys('add2')}'${param.Sub_Cls.Name}'` }}</h4> <view class="form-group"> <!-- 宸﹀彸甯冨眬 --> <p class="tx_title2">{{param.Scan_Code.Name}}:</p> @@ -608,7 +608,8 @@ </view> </view> - <button type="default" @tap="cancel" class="btn_cancel" v-if="param.Sub_Cls.Can_Add_Delete == true">鍙栨秷</button> + <button type="default" @tap="cancel" class="btn_cancel" + v-if="param.Sub_Cls.Can_Add_Delete == true">{{translateSys('cancel')}}</button> <button type="default" @tap="sava" class="btn_add" v-if="param.Sub_Cls.Can_Add_Delete == true">{{title}}</button> <button type="default" @tap="sava" class="btn_sava" @@ -632,8 +633,9 @@ </view> </view> <view class="popup-footer"> - <button type="default" @tap="popup_sava" class="btn_popup_add">纭畾</button> - <button type="default" @tap="popup_cancel" class="btn_popup_cancel">鍙栨秷</button> + <button type="default" @tap="popup_sava" class="btn_popup_add">{{translateSys('ok')}}</button> + <button type="default" @tap="popup_cancel" + class="btn_popup_cancel">{{translateSys('cancel')}}</button> </view> </view> </uni-popup> @@ -644,7 +646,7 @@ <script> import Base64 from '../../components/js-base64/base64.js' import pickerAddress from '../../js/pickerAddress/pickerAddress.vue' - import classUtils from "@/js/utils.js" + import utils from "@/js/utils.js" export default { modules: { Base64, @@ -682,19 +684,19 @@ console.log(param); if (!param.Master_Cls.View_Style) { uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: "璇ュ姛鑳界偣鏈厤缃晫闈㈢獥鍙o紝璇烽噸鏂伴厤缃紒", showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } if (!param.Master_Cls.View_Style.Name) { uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: "璇ュ姛鑳界偣鏈厤缃獥鍙f牱寮忥紝璇烽噸鏂伴厤缃紒", showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } @@ -720,7 +722,7 @@ $this.$data.classAttrList = success.result; success.result.forEach(async (group, index) => { group.attr_list.forEach(async (attr, key) => { - if (classUtils.attrTypeIsDict(attr.type)) + if (utils.classUtils.attrTypeIsDict(attr.type)) // if (attr.type == "瀛楀吀-瀛楃涓� || attr.type == "瀛楀吀-鏁存暟" ||attr.type == "dict-char" || attr.type == "dict-int") { await $this.DictItemGetList(attr, key, index, 'mast'); @@ -733,19 +735,19 @@ }, 500); } else { uni.showModal({ - title: "閿欒1", + title: this.translateSys('error') + " 1", content: success.err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { // console.log(ex); uni.showModal({ - title: "閿欒1.1", + title: this.translateSys('error') + " 1.1", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); } @@ -765,7 +767,7 @@ $this.$data.subClassAttrList = success.result; success.result.forEach(async (group, index) => { group.attr_list.forEach(async (attr, key) => { - if (classUtils.attrTypeIsDict(attr.type)) { + if (utils.classUtils.attrTypeIsDict(attr.type)) { //if (attr.type == "瀛楀吀-瀛楃涓� || attr.type == "瀛楀吀-鏁存暟" ||attr.type == "dict-char" || attr.type == "dict-int"){ await $this.DictItemGetList(attr, key, index, 'sub'); } @@ -777,19 +779,19 @@ }, 500); } else { uni.showModal({ - title: "閿欒1_1", + title: this.translateSys('error') + " 1_1", content: success.err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { // console.log(ex); uni.showModal({ - title: "閿欒1_1.1", + title: this.translateSys('error') + " 1_1.1", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); } @@ -816,19 +818,19 @@ } else { uni.showModal({ - title: "閿欒1.2", + title: this.translateSys('error') + " 1.2", content: success.err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { // console.log(ex); uni.showModal({ - title: "閿欒1.3", + title: this.translateSys('error') + " 1.3", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); }, @@ -859,19 +861,19 @@ $this.viewParam('Mast'); } else { uni.showModal({ - title: "閿欒1.2", + title: this.translateSys('error') + " 1.2", content: success.err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { console.log(ex); uni.showModal({ - title: "閿欒1.3", + title: this.translateSys('error') + " 1.3", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); } @@ -895,19 +897,19 @@ // $this.subClass_attr_init(); } else { uni.showModal({ - title: "閿欒1.2", + title: this.translateSys('error') + " 1.2", content: success.err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { console.log(ex); uni.showModal({ - title: "閿欒1.3", + title: this.translateSys('error') + " 1.3", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); } @@ -1072,7 +1074,7 @@ } // console.log(ca.dictitem); } - if (classUtils.attrTypeIsDate(ca + if (utils.classUtils.attrTypeIsDateTime(ca .Type )) // if(ca.Type=='鏃ユ湡' || ca.Type=='鏃堕棿' ||ca.Type=='date' || ca.Type=='datetime') { @@ -1085,15 +1087,17 @@ ca.Value = date.year + '-' + (date.month >= 10 ? date.month : '0' + date .month) + '-' + (date.day >= 10 ? date.day : '0' + date.day); } - if (classUtils.attrTypeIsObjRefMulti(ca + if (utils.classUtils.attrTypeIsObjRefMulti(ca .Type)) // if(ca.Type=='寮曠敤瀵硅薄(澶氫釜)' || ca.Type=='obj-ref-multi'){ { ca.RelClsList = ca.RelCls; ca.Value = '璇烽�鎷�; } - if (classUtils.attrTypeIsRegion(ca.Type)) //if(ca.Type=='鐪佸競鍖�|| ca.Type=='region') + if (utils.classUtils.attrTypeIsRegion(ca + .Type)) //if(ca.Type=='鐪佸競鍖�|| ca.Type=='region') ca.Value = '璇烽�鎷�; - if (classUtils.attrTypeIsBool(ca.Type)) //if(ca.Type=='甯冨皵鍊�|| ca.Type=='bool') + if (utils.classUtils.attrTypeIsBool(ca + .Type)) //if(ca.Type=='甯冨皵鍊�|| ca.Type=='bool') ca.Value = false; attr.push(ca); @@ -1178,10 +1182,10 @@ } else { uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: "鏈壘鍒板彲鏄剧ず鐨勭殑灞炴�", showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }, @@ -1228,7 +1232,7 @@ } } } - if (classUtils.attrTypeIsDate(ca.Type)) //if(ca.Type=='鏃ユ湡' || ca.Type=='鏃堕棿') + if (utils.classUtils.attrTypeIsDateTime(ca.Type)) //if(ca.Type=='鏃ユ湡' || ca.Type=='鏃堕棿') { var nowDate = new Date(); var date = { @@ -1239,14 +1243,15 @@ ca.Value = date.year + '-' + (date.month >= 10 ? date.month : '0' + date .month) + '-' + (date.day >= 10 ? date.day : '0' + date.day); } - if (classUtils.attrTypeIsObjRefMulti(ca.Type)) //if(ca.Type=='寮曠敤瀵硅薄(澶氫釜)') + if (utils.classUtils.attrTypeIsObjRefMulti(ca.Type)) //if(ca.Type=='寮曠敤瀵硅薄(澶氫釜)') { ca.RelClsList = ca.RelCls; ca.Value = '璇�; } - if (classUtils.attrTypeIsRegion(ca.Type)) //if(ca.Type=='鐪佸競鍖�||ca.Type=='region') + if (utils.classUtils.attrTypeIsRegion(ca + .Type)) //if(ca.Type=='鐪佸競鍖�||ca.Type=='region') ca.Value = '璇烽�鎷�; - if (classUtils.attrTypeIsBool(ca.Type)) //if(ca.Type=='甯冨皵鍊�||ca.Type=='bool') + if (utils.classUtils.attrTypeIsBool(ca.Type)) //if(ca.Type=='甯冨皵鍊�||ca.Type=='bool') ca.Value = false; attr.push(ca); @@ -1331,10 +1336,10 @@ } else { uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: "鏈壘鍒板彲鏄剧ず鐨勭殑灞炴�", showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }, @@ -1343,10 +1348,10 @@ var Before_Select_Event = $this.$data.param.Scan_Code.Before_Select_Event; if (!Before_Select_Event) { uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: "閫夋嫨鍓嶄簨浠朵负绌猴紒", showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } @@ -1358,10 +1363,10 @@ var ar = attr[j]; if (ar.Value == '璇烽�鎷�) { uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: ar.DispName + "鏈�鎷╂暟鎹紒", showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } @@ -1378,7 +1383,7 @@ for (var j = 0; j < attr.length; j++) { var ar = attr[j]; if (ar.Value == '璇烽�鎷� || ar.Value == '鈥斺�璇烽�鎷┾�鈥�) ar.Value = ''; - if (classUtils.attrTypeIsDict(ar + if (utils.classUtils.attrTypeIsDict(ar .Type)) //if (ar.Type == '瀛楀吀' || ar.Type == '瀛楀吀-瀛楃涓� || ar.Type == '瀛楀吀-鏁存暟' ) { if (ar.select == true) { //鍒ゆ柇涓嬫媺鏄惁澶氶� var valStr = ""; @@ -1410,10 +1415,10 @@ uni.hideLoading(); // uni.showToast({title:ar.DispName+'涓嶈兘涓虹┖锛�,icon:"success",duration:3000}); uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: ar.DispName + '涓嶈兘涓虹┖锛�, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } @@ -1488,10 +1493,10 @@ var After_Select_Event = $this.$data.param.Scan_Code.After_Select_Event; if (!After_Select_Event) { uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: "閫夋嫨鍚庝簨浠朵负绌猴紒", showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } @@ -1511,10 +1516,10 @@ } if (data.length == 0) { uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: "鏈�鎷╂暟鎹紒", showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } @@ -1526,10 +1531,10 @@ var ar = attr[j]; if (ar.Value == '璇烽�鎷�) { uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: ar.DispName + "鏈�鎷╂暟鎹紒", showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } @@ -1589,27 +1594,27 @@ if (ret.err_code == 0) { $this.$data.subPanelList.splice(index, 1); uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: "鍒犻櫎鎴愬姛锛�, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } else { uni.showModal({ - title: "閿欒9", + title: this.translateSys('error') + " 9", content: success.msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { console.log(ex); uni.hideLoading(); uni.showModal({ - title: "鎻愮ず9.1", + title: this.translateSys('tip') + "9.1", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); } @@ -1950,7 +1955,7 @@ for (var j = 0; j < attr .length; j++) { var ar = attr[j]; - if (classUtils.attrTypeIsDict( + if (utils.classUtils.attrTypeIsDict( ar.Type )) //if(ar.Type=='瀛楀吀' || ar.Type=='瀛楀吀-瀛楃涓� || ar.Type=='瀛楀吀-鏁存暟') req.push({ @@ -2277,19 +2282,19 @@ .button_callback; if (!before_click_button) { uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: "before_click_button-event_id涓虹┖锛�, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } if (!button_callback) { uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: "button_callback-event_id涓虹┖锛�, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } @@ -2368,10 +2373,10 @@ classAttr_AddRef(e) { console.log(e.target); uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: "姝ゅ姛鑳借繕鏈疄鐜帮紒", showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); // var value=this.$data.classAttrList[e.target.dataset['index']].Attr[e.target.dataset['iindex']].RelCls[e.target.value]; // this.$data.classAttrList[e.target.dataset['index']].Attr[e.target.dataset['iindex']].Value=value; @@ -2470,7 +2475,7 @@ if (ar.Value == '璇烽�鎷� || ar .Value == '鈥斺�璇烽�鎷┾�鈥�) ar.Value = ''; - if (classUtils.attrTypeIsDict(ar.Type)) { + if (utils.classUtils.attrTypeIsDict(ar.Type)) { if (ar.select == true) { //鍒ゆ柇涓嬫媺鏄惁澶氶� var valStr = ""; @@ -2488,15 +2493,14 @@ name: ar.Name, value: ar.Value }); - } else - { - const node = this.formatAttr(ar) - req.push({ - name: node.attr, - value: node.value - }); - } - + } else { + const node = this.formatAttr(ar) + req.push({ + name: node.attr, + value: node.value + }); + } + if (ar.notempty == true && !ar .Value) { @@ -2504,12 +2508,12 @@ uni.hideLoading(); // uni.showToast({title:ar.DispName+'涓嶈兘涓虹┖锛�,icon:"success",duration:3000}); uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: ar .DispName + '涓嶈兘涓虹┖锛�, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } @@ -2605,21 +2609,21 @@ // this.class_attr_init(); } else { uni.showModal({ - title: "閿欒", + title: this.translateSys('error') + " ", content: success .err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { console.log(ex); uni.hideLoading(); uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); }, @@ -2699,19 +2703,19 @@ '<br/>') : ''; if (data.ret == 801) uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); else uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip + ',鎻愮ず:' + data .ret, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return false } else { @@ -2723,10 +2727,10 @@ ''; if (tip) uni .showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); if (data.action) { @@ -2807,7 +2811,7 @@ ca .Name ) { - if (classUtils.attrTypeIsDict(ca.Type)) { + if (utils.classUtils.attrTypeIsDict(ca.Type)) { var dictItemList = []; for ( @@ -2911,10 +2915,10 @@ 'open_select_userdlg' ) { uni.showModal({ - title: "閿欒2.2", + title: this.translateSys('error') + " 2.2", content: "open_select_userdlg杩欎釜action_type杩樻湭澶勭悊锛�, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } } @@ -2923,20 +2927,20 @@ } } else { uni.showModal({ - title: "閿欒2", + title: this.translateSys('error') + " 2", content: success .err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { // console.log(ex); uni.showModal({ - title: "閿欒2.1", + title: this.translateSys('error') + " 2.1", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); }, @@ -3034,19 +3038,19 @@ '<br/>') : ''; if (data.ret == 801) uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); else uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip + ',鎻愮ず:' + data .ret, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return false } else { @@ -3058,10 +3062,10 @@ ''; if (tip) uni .showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); var actionlist = data @@ -3122,7 +3126,7 @@ ] .attr ) { - if (classUtils.attrTypeIsDict(attr[j].Type)) { + if (utils.classUtils.attrTypeIsDict(attr[j].Type)) { var dictItemList = []; for ( @@ -3399,20 +3403,20 @@ } } else { uni.showModal({ - title: "閿欒3", + title: this.translateSys('error') + " 3", content: success .err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { // console.log(ex); uni.showModal({ - title: "閿欒3.1", + title: this.translateSys('error') + " 3.1", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); }, @@ -3531,19 +3535,19 @@ '<br/>') : ''; if (data.ret == 801) uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); else uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip + ',鎻愮ず:' + data .ret, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return false } else { @@ -3555,10 +3559,10 @@ ''; if (tip) uni .showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); var result = data @@ -3623,20 +3627,20 @@ } } else { uni.showModal({ - title: "閿欒4", + title: this.translateSys('error') + " 4", content: success .err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { // console.log(ex); uni.showModal({ - title: "閿欒4.1", + title: this.translateSys('error') + " 4.1", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); }, @@ -3761,19 +3765,19 @@ '<br/>') : ''; if (data.ret == 801) uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); else uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip + ',鎻愮ず:' + data .ret, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return false } else { @@ -3785,10 +3789,10 @@ ''; if (tip) uni .showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); if (data != "") { @@ -3821,7 +3825,7 @@ var d = dialog({ title: '<i class="ace-icon fa fa-info-circle"></i> ' + - '鎻愮ず', + this.translateSys('tip'), content: action .action_type + '姝ction灏氭湭澶勭悊锛� @@ -3909,7 +3913,7 @@ var d = dialog({ title: '<i class="ace-icon fa fa-info-circle"></i> ' + - '鎻愮ず', + this.translateSys('tip'), content: action .action_type + '姝ction灏氭湭澶勭悊锛� @@ -4071,7 +4075,7 @@ var d = dialog({ title: '<i class="ace-icon fa fa-info-circle"></i> ' + - '鎻愮ず', + this.translateSys('tip'), content: action .action_type + '姝ction灏氭湭澶勭悊锛� @@ -4083,30 +4087,30 @@ } } else { uni.showModal({ - title: "鎻愮ず5.2", + title: this.translateSys('tip') + "5.2", content: '璋冪敤 before_click_button 鑴氭湰杩斿洖绌猴紝event_id' + eventid, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } } } else { uni.showModal({ - title: "閿欒5", + title: this.translateSys('error') + " 5", content: success .err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { // console.log(ex); uni.showModal({ - title: "鎻愮ず5.1", + title: this.translateSys('tip') + "5.1", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); }, @@ -4186,19 +4190,19 @@ '<br/>') : ''; if (data.ret == 801) uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); else uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip + ',鎻愮ず:' + data .ret, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return false } else { @@ -4210,10 +4214,10 @@ ''; if (tip) uni .showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); var actionlist = data @@ -4291,7 +4295,7 @@ ca .Name ) { - if (classUtils.attrTypeIsDict(ca.Type)) { + if (utils.classUtils.attrTypeIsDict(ca.Type)) { var dictItemList = []; for ( @@ -4395,10 +4399,10 @@ 'open_select_userdlg' ) { uni.showModal({ - title: "閿欒6.2", + title: this.translateSys('error') + " 6.2", content: "open_select_userdlg杩欎釜action_type杩樻湭澶勭悊锛�, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } } @@ -4406,20 +4410,20 @@ } } else { uni.showModal({ - title: "閿欒6", + title: this.translateSys('error') + " 6", content: success .err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { // console.log(ex); uni.showModal({ - title: "閿欒6.1", + title: this.translateSys('error') + " 6.1", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); }, @@ -4509,19 +4513,19 @@ '<br/>') : ''; if (data.ret == 801) uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); else uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip + ',鎻愮ず:' + data .ret, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return false } else { @@ -4533,10 +4537,10 @@ ''; if (tip) uni .showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); var actionlist = data @@ -4613,7 +4617,8 @@ ] .attr ) { - if (classUtils.attrTypeIsDict(attr[j].Type)) { + if (utils.classUtils.attrTypeIsDict(attr[j] + .Type)) { var dictItemList = []; for ( @@ -5261,20 +5266,20 @@ } } else { uni.showModal({ - title: "閿欒7", + title: this.translateSys('error') + " 7", content: success .err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { // console.log(ex); uni.showModal({ - title: "閿欒7.1", + title: this.translateSys('error') + " 7.1", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); }, @@ -5293,7 +5298,7 @@ if (ar.Value == '璇烽�鎷� || ar .Value == '鈥斺�璇烽�鎷┾�鈥�) ar.Value = ''; - if (classUtils.attrTypeIsDict(ar.Type)) { + if (utils.classUtils.attrTypeIsDict(ar.Type)) { if (ar.select == true) { //鍒ゆ柇涓嬫媺鏄惁澶氶� var valStr = ""; @@ -5320,12 +5325,12 @@ uni.hideLoading(); // uni.showToast({title:ar.DispName+'涓嶈兘涓虹┖锛�,icon:"success",duration:3000}); uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: ar .DispName + '涓嶈兘涓虹┖锛�, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } @@ -5347,7 +5352,7 @@ if (ar.Value == '璇烽�鎷� || ar .Value == '鈥斺�璇烽�鎷┾�鈥�) ar .Value = ''; - if (classUtils.attrTypeIsDict(ar.Type)) { + if (utils.classUtils.attrTypeIsDict(ar.Type)) { if (ar.select == true) { //鍒ゆ柇涓嬫媺鏄惁澶氶� var valStr = ""; @@ -5377,12 +5382,12 @@ uni.hideLoading(); // uni.showToast({title:ar.DispName+'涓嶈兘涓虹┖锛�,icon:"success",duration:3000}); uni.showModal({ - title: "鎻愮ず", + title: this.translateSys('tip') + "", content: ar .DispName + '涓嶈兘涓虹┖锛�, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return; } @@ -5461,19 +5466,19 @@ '<br/>') : ''; if (data.ret == 801) uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); else uni.showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip + ',鎻愮ず:' + data .ret, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); return false } else { @@ -5485,10 +5490,10 @@ ''; if (tip) uni .showModal({ - title: '鎻愮ず', + title: this.translateSys('tip'), content: tip, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); var result = data @@ -5521,35 +5526,35 @@ } } else { uni.showModal({ - title: "閿欒8", + title: this.translateSys('error') + " 8", content: success .err_msg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); } }).catch(ex => { // console.log(ex); uni.hideLoading(); uni.showModal({ - title: "閿欒8.1", + title: this.translateSys('error') + " 8.1", content: ex.errMsg, showCancel: false, - confirmText: "鍙栨秷" + confirmText: this.translateSys('cancel') }); }); }, formatAttr(attr) { - if (classUtils.attrTypeIsObjRefMulti(attr.Type)) //if(ar.Type=='寮曠敤瀵硅薄(澶氫釜)') + if (utils.classUtils.attrTypeIsObjRefMulti(attr.Type)) //if(ar.Type=='寮曠敤瀵硅薄(澶氫釜)') if (attr.Value == '璇�) ar.Value = ''; - if (classUtils.attrTypeIsUser(attr.Type) || classUtils.attrTypeIsProject(attr + if (utils.classUtils.attrTypeIsUser(attr.Type) || utils.classUtils.attrTypeIsProject(attr .Type)) //if(ar.Type=='寮曠敤浜哄憳' || ar.Type=='寮曠敤椤圭洰') return { attr: attr.Name, value: attr.ValID ? attr.ValID : '' }; - else if (classUtils.attrTypeIsBool(attr.Type)) //if(ar.Type=='甯冨皵鍊�) + else if (utils.classUtils.attrTypeIsBool(attr.Type)) //if(ar.Type=='甯冨皵鍊�) return { attr: attr.Name, value: attr.Value ? '1' : '0' @@ -5560,6 +5565,14 @@ value: attr.Value ? attr.Value : '' }; }, + translate(t) { + if (typeof this.$t == "function") return this.$t(`page.${t}`) + else return t; + }, + translateSys(t) { + if (typeof this.$t == "function") return this.$t(`sys.${t}`) + else return t; + }, } } </script> -- Gitblit v1.9.1