From 38f00f0f0b95e80e20caa9cf5e5e485d0425b8c9 Mon Sep 17 00:00:00 2001
From: tom <tom.he@highdatas.com>
Date: 星期四, 01 八月 2024 22:30:40 +0800
Subject: [PATCH] tj

---
 module/md/page/customer/page/customer_basic.html |   28 +++-------------------------
 1 files changed, 3 insertions(+), 25 deletions(-)

diff --git a/module/md/page/customer/page/customer_basic.html b/module/md/page/customer/page/customer_basic.html
index ea7ba7a..2c272fc 100644
--- a/module/md/page/customer/page/customer_basic.html
+++ b/module/md/page/customer/page/customer_basic.html
@@ -150,22 +150,6 @@
 								this.formAttr.disabled = true;
 							}
 							else if (this.popupParames.sceneCode == "edit") {//缂栬緫
-								var newEntity_ = {
-									name: "md_org_account_criteria",
-									url: "root/data/getEntitySet",
-									paramsobj: {dataname: 'md_org_account_criteria',parent_id:this.popupParames.data.id},
-									isnotoption: true, //true:涓嶆槸閫夐」
-								}
-								this.dataRequest.push(newEntity_);
-								
-								// if (this.newformData) {
-								// 	let formData_ = clone(this.formData);
-									
-								// 	for (var k in this.newformData) {
-								// 		formData_[k] = this.newformData[k];
-								// 	}
-								// 	this.formData = formData_;
-								// }
 								this.isedit = true;
 							}
 							else if (this.popupParames.sceneCode == "approval") {//瀹℃壒
@@ -771,7 +755,7 @@
 								data: {},
 							}
 							//鏂板鐨勬儏鍐�
-							me.formdata_group.map(group => {
+							me.formdata_group.map(group => {//
 								group.children.map(unitobj => {
 									var row_ = {
 										id: uuid_short(),
@@ -955,20 +939,15 @@
 							>
 							</h-form>
 						</div>
-							<div v-if='formFields.length>0' class="el-dialog__body" style="width: 100%; float: right; ">
+						<!-- <div v-if='formFields.length>0' class="el-dialog__body" style="width: 100%; float: right; ">
 							<div style="border: 1px solid #C0C4CC ;padding: 5px">
 								<div class="h_table_title"><i class="iconfont icon-fuzhushuxian" style="color: rgb(2, 112, 193);"></i><span style="font-size: 16px;">鎺ㄥ箍鍟嗚瘎鍒�</span></div>
 								</i>
-								<!-- <el-row style="display: flex;flex-direction: row;justify-content:space-between;padding-left: 91px;padding-top: 10px;" >
-									<el-col :span="16"><div class="itemgroup_field"><span>璇勫垎椤�</span></div></el-col>
-									<el-col :span="8"><div class="itemgroup_field"><span>璇勫垎</span></div></el-col>
-								</el-row> -->
 								<div style="width: 100%;height: 5px;margin: 10px 0px 25px 0px;background-color: gainsboro; opacity: 40%;"></div>
 								<template v-for="(formgroup, k) in formdata_group">
 									<div  style="display: flex;justify-content: space-between;padding: 5px;">
 										<div style="width: 7%; display: flex; align-items: center; justify-content: center; text-align: center;font-weight: bold;border-right: 3px solid gainsboro;">
 											<div style="display: flex;justify-content: center;align-items: center;margin-right: 15px;">
-												<!-- {{formgroup.groupname}} -->
 												{{formgroup.group_name}}
 											</div>
 										</div>
@@ -978,7 +957,6 @@
 												<el-col :span="6" class="itemgroup_row_item">
 													<div>
 														<span :class="[unitobj.required_no ? 'me_h_nounitlabel' : 'me_h_unitlabel']" style="font-size: 12px;">
-															<!-- {{unitobj.content_before}} -->
 															{{unitobj.content_before}}
 														</span>
 													</div>
@@ -1035,7 +1013,7 @@
 									<div style="width: 100%;height: 5px;margin: 25px 0px;background-color: gainsboro;opacity: 40%"></div>
 								</template >
 							</div>
-						</div>
+						</div> -->
 					</div>
 					<!-- <div class="el-dialog__footer" style="position: absolute; bottom: 0px;  left: 0px; right: 0px;">
 						<el-button size="small" type="default" @click="reasonvisible = false">鍙� 娑�</el-button>

--
Gitblit v1.8.0