From e1c66494568b0295db030cb58ee0fc6f7b443443 Mon Sep 17 00:00:00 2001
From: jt <jt@activesoft.com.cn>
Date: 星期三, 30 八月 2023 17:30:15 +0800
Subject: [PATCH] tset

---
 pages/modal/5600.vue |   54 ------------------------------------------------------
 1 files changed, 0 insertions(+), 54 deletions(-)

diff --git a/pages/modal/5600.vue b/pages/modal/5600.vue
index 3e907c5..5fbcbd8 100644
--- a/pages/modal/5600.vue
+++ b/pages/modal/5600.vue
@@ -764,60 +764,6 @@
 		jsonlist.forEach(async (json,key)=>{
 			await $this.runCustomEvent(event,input_param,json);
 		});
-				
-		  //       var data_json = Base64.encode(
-		  //           JSON.stringify(jsonlist)
-		  //       );
-				// var $this = this;
-				// var dataInfo={
-				//   ed_type: 0,
-				//   start_transaction: '',
-				//   class_id: this.$data.head_styledef.form.clsId,
-				//   class_name: '',
-				//   event_id: this.$data.param.After_OK_Event.ID,
-				//   event_name: '',
-				//   data_obj_id: '',
-				//   obj_attr: '',
-				//   prj_id: '',
-				//   ref_cls_id: '',
-				//   rel_obj_id: '',
-				//   user_login: '',
-				//   data_json: data_json,
-				//   compose_info: '',
-				//   ext_info: '',
-				//   global_attr: '',
-				//   input_param: input_param,
-				// };
-		  //       // console.log(dataInfo);
-				// this.$store.dispatch('runCustomEvent',dataInfo).then(res=>{
-				// 	console.log(res);
-				// 	if (res.err_code == 0) {
-				// 		var result = res.result; 
-				// 		if(result.result_type == 0){
-				// 		    $this.$data.head_styledef.form.items.forEach((item,index) => {
-				// 			  if(item.fieldId != "S_CNTR_CODE"){
-				// 		        item.value = '';
-				// 		        item.oldvalue = '';
-				// 		        $this.$data.head_styledef.form.model[item.fieldId] = '';
-				// 			  }
-				// 		    });
-				// 		    $this.$data.detail1StyleDefList=[];
-				// 		    // $this.$data.detail2StyleDefList=[];
-				// 		    uni.showModal({title:"鎻愮ず",content:"鐮佺洏鎴愬姛",showCancel:false,confirmText:"鍙栨秷"});
-						    
-				// 		}else{
-				// 			// $this.$data.detail2StyleDefList=[];
-				// 		    if(result.info){
-				// 			  uni.showModal({title:"鎻愮ず",content:result.info,showCancel:false,confirmText:"鍙栨秷"});
-				// 			}
-				// 		}
-				// 	}else{
-				// 		uni.showModal({title:"閿欒8",content:res.err_msg,showCancel:false,confirmText:"鍙栨秷"});
-				// 	}
-				// }).catch(ex=>{
-				// 	// console.log(ex);
-				// 	uni.showModal({title:"閿欒8.1",content:ex.errMsg,showCancel:false,confirmText:"鍙栨秷"});
-				// });
 	},
     //鎵ц纭畾鑴氭湰
     async runCustomEvent(event,input_param,json){

--
Gitblit v1.9.1