tj
tom
2024-08-01 38f00f0f0b95e80e20caa9cf5e5e485d0425b8c9
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>