From 3f936872cab3297e6a944c748d200e3f40d0b869 Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期六, 03 八月 2024 13:50:08 +0800 Subject: [PATCH] 1 --- module/md/page/customer/page/customer_basic.html | 52 +++++++++++++++------------------------------------- 1 files changed, 15 insertions(+), 37 deletions(-) diff --git a/module/md/page/customer/page/customer_basic.html b/module/md/page/customer/page/customer_basic.html index ea7ba7a..506c8b7 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,19 +755,19 @@ data: {}, } //鏂板鐨勬儏鍐� - me.formdata_group.map(group => { - group.children.map(unitobj => { - var row_ = { - id: uuid_short(), - parent_id: me.formData.id, - criteria_id: unitobj.id, - criteria_value: unitobj.criteria_value, - remark: unitobj.remark, - } - md_org_account_criteria_.push(row_); - }) - }) - param.data["md_org_account_criteria"] = md_org_account_criteria_.length ? md_org_account_criteria_ : null; + // me.formdata_group.map(group => {// + // group.children.map(unitobj => { + // var row_ = { + // id: uuid_short(), + // parent_id: me.formData.id, + // criteria_id: unitobj.id, + // criteria_value: unitobj.criteria_value, + // remark: unitobj.remark, + // } + // md_org_account_criteria_.push(row_); + // }) + // }) + // param.data["md_org_account_criteria"] = md_org_account_criteria_.length ? md_org_account_criteria_ : null; param.data[this.dataname] = entity; @@ -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