|  | @@ -2165,9 +2165,854 @@ v-if="dialog.dialogzdcbridge"
 | 
	
		
			
				|  |  |      <el-button type="primary" @click="dialog.dialoggap = false">OK</el-button>
 | 
	
		
			
				|  |  |    </span>
 | 
	
		
			
				|  |  |  </el-dialog>
 | 
	
		
			
				|  |  | +<!-- 三维(传热)桁架 -->
 | 
	
		
			
				|  |  | +<el-dialog
 | 
	
		
			
				|  |  | +  v-if="active=='w5-0'"
 | 
	
		
			
				|  |  | + :visible.sync="dialog.dialogdtruss" 
 | 
	
		
			
				|  |  | +  :modal='false'
 | 
	
		
			
				|  |  | +  custom-class='dialoglocation dialog_color'
 | 
	
		
			
				|  |  | +   width="385px"
 | 
	
		
			
				|  |  | +  :close-on-click-modal='false'
 | 
	
		
			
				|  |  | + >
 | 
	
		
			
				|  |  | +  <div slot="title" class=dialog_header>
 | 
	
		
			
				|  |  | +     <el-image :src="jh" fit="cover" />
 | 
	
		
			
				|  |  | +     <span>桁架 </span>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +     <div class="selecr heigeinput ">
 | 
	
		
			
				|  |  | +     <el-form>
 | 
	
		
			
				|  |  | +       <el-form-item label="名称" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +     <el-form-item label="类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +        <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">横截面</div>
 | 
	
		
			
				|  |  | +    </div>     
 | 
	
		
			
				|  |  | +       <el-form-item label="截面积" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +   <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">对流—辐射</div>
 | 
	
		
			
				|  |  | +    </div>  
 | 
	
		
			
				|  |  | +       <el-form-item label="发射率" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +     <el-form-item label="对流系数" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +       <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">接触融</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +         <el-button plain class="anniu" style="margin:0 0 10px 20px" @click="dialog.dialogHbridge=true">桁架偏置</el-button>
 | 
	
		
			
				|  |  | +           <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <el-form-item label="单元类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-select  @change="changest" v-model="hjval"  placeholder="请选择">
 | 
	
		
			
				|  |  | +    <el-option
 | 
	
		
			
				|  |  | +      v-for="item in hjlist"
 | 
	
		
			
				|  |  | +      :key="item.value"
 | 
	
		
			
				|  |  | +      :label="item.name"
 | 
	
		
			
				|  |  | +      :value="item.value"
 | 
	
		
			
				|  |  | +      >
 | 
	
		
			
				|  |  | +    </el-option>
 | 
	
		
			
				|  |  | +  </el-select>
 | 
	
		
			
				|  |  | + </el-form-item>
 | 
	
		
			
				|  |  | +      <div class="titleinput">
 | 
	
		
			
				|  |  | + <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">对象操作</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">单元</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">片体</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | + <toolbars></toolbars>
 | 
	
		
			
				|  |  | +   </el-form>
 | 
	
		
			
				|  |  | +     </div>
 | 
	
		
			
				|  |  | +  <span slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  | +    <el-button @click="dialog.dialogdtruss  = false">取 消</el-button>
 | 
	
		
			
				|  |  | +    <el-button type="primary" @click="dialog.dialogdtruss = false">OK</el-button>
 | 
	
		
			
				|  |  | +  </span>
 | 
	
		
			
				|  |  | +</el-dialog>
 | 
	
		
			
				|  |  | +<!-- 桁架偏置 -->
 | 
	
		
			
				|  |  | +<el-dialog
 | 
	
		
			
				|  |  | +v-if="dialog.dialogHbridge"
 | 
	
		
			
				|  |  | +  :visible.sync="dialog.dialogHbridge "
 | 
	
		
			
				|  |  | +  :modal-append-to-body='true'
 | 
	
		
			
				|  |  | +  custom-class='dialog_color'
 | 
	
		
			
				|  |  | +   width="385px"
 | 
	
		
			
				|  |  | +  :close-on-click-modal='false'
 | 
	
		
			
				|  |  | + >
 | 
	
		
			
				|  |  | +  <div slot="title" class=dialog_header>
 | 
	
		
			
				|  |  | +     <el-image :src="jh" fit="cover" />
 | 
	
		
			
				|  |  | +     <span>桁架偏置</span>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +     <div class="selecr heigeinput ">
 | 
	
		
			
				|  |  | +     <el-form>
 | 
	
		
			
				|  |  | +        <p class="text_content text_color">在节点1的偏移矢量</p>
 | 
	
		
			
				|  |  | +         <el-radio-group v-model="radio" class="radio_content">
 | 
	
		
			
				|  |  | +    <el-radio :label="3">全局</el-radio>
 | 
	
		
			
				|  |  | +        <el-radio :label="6">局部(壳)</el-radio>
 | 
	
		
			
				|  |  | +    <el-radio :label="12">局部(节点)</el-radio>
 | 
	
		
			
				|  |  | +  </el-radio-group>
 | 
	
		
			
				|  |  | +    <div class="heigeinput liangf" v-if="radio!=6">
 | 
	
		
			
				|  |  | +       <el-form-item label="X" :label-width="formLabelWidth4">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +     <el-form-item label="Y" :label-width="formLabelWidth4">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +      <el-form-item label="Z" :label-width="formLabelWidth4">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +   </div>
 | 
	
		
			
				|  |  | +  <div class="heigeinput" v-else >
 | 
	
		
			
				|  |  | +       <el-form-item label="X" :label-width="formLabelWidth4">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +   </div>
 | 
	
		
			
				|  |  | +         <p class="text_content text_color">在节点2的偏移矢量</p>
 | 
	
		
			
				|  |  | +         <el-radio-group v-model="radio" class="radio_content">
 | 
	
		
			
				|  |  | +    <el-radio :label="3">全局</el-radio>
 | 
	
		
			
				|  |  | +        <el-radio :label="6">局部(壳)</el-radio>
 | 
	
		
			
				|  |  | +    <el-radio :label="12">局部(节点)</el-radio>
 | 
	
		
			
				|  |  | +  </el-radio-group>
 | 
	
		
			
				|  |  | +  <div class="heigeinput liangf" v-if="radio!=6">
 | 
	
		
			
				|  |  | +       <el-form-item label="X" :label-width="formLabelWidth4">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +     <el-form-item label="Y" :label-width="formLabelWidth4">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +      <el-form-item label="Z" :label-width="formLabelWidth4">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +   </div>
 | 
	
		
			
				|  |  | +   <div v-else>
 | 
	
		
			
				|  |  | +      <el-form-item label="X" :label-width="formLabelWidth4">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +   </div>
 | 
	
		
			
				|  |  | +   <el-checkbox v-model="checked">插值到高阶梁</el-checkbox>
 | 
	
		
			
				|  |  | +   </el-form>
 | 
	
		
			
				|  |  | +     </div>
 | 
	
		
			
				|  |  | +  <span slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  | +     <el-button type="primary" @click="dialog.dialogHbridge  = false">清除</el-button>
 | 
	
		
			
				|  |  | +    <el-button type="primary" @click="dialog.dialogHbridge  = false">OK</el-button>
 | 
	
		
			
				|  |  | +  </span>
 | 
	
		
			
				|  |  | +</el-dialog>
 | 
	
		
			
				|  |  | +<!-- 三维(传热)实体复合材料 -->
 | 
	
		
			
				|  |  | +<el-dialog
 | 
	
		
			
				|  |  | +   v-if="active=='w5-1'"
 | 
	
		
			
				|  |  | + :visible.sync="dialog.dialog_scomposite " 
 | 
	
		
			
				|  |  | +  :modal='false'
 | 
	
		
			
				|  |  | +  custom-class='dialoglocation dialog_color'
 | 
	
		
			
				|  |  | +   width="385px"
 | 
	
		
			
				|  |  | +  :close-on-click-modal='false'
 | 
	
		
			
				|  |  | + >
 | 
	
		
			
				|  |  | +  <div slot="title" class=dialog_header>
 | 
	
		
			
				|  |  | +     <el-image :src="jh" fit="cover" />
 | 
	
		
			
				|  |  | +     <span>实体复合材料</span>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +     <div class="selecr heigeinput ">
 | 
	
		
			
				|  |  | +     <el-form>
 | 
	
		
			
				|  |  | +       <el-form-item label="名称" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +     <el-form-item label="类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +        <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">厚度</div>
 | 
	
		
			
				|  |  | +    </div>     
 | 
	
		
			
				|  |  | +     <el-radio-group v-model="radio" class="radioyi" >
 | 
	
		
			
				|  |  | +    <el-radio :label="3">单元面4(1-2-3-4)到单元面5(5-6-7-8)</el-radio>
 | 
	
		
			
				|  |  | +    <el-radio :label="6">单元面3(1-4-8-5)到单元面1(2-3-7-6)</el-radio>
 | 
	
		
			
				|  |  | +    <el-radio :label="6">单元面0(1-5-6-2)到单元面2(4-8-7-3)</el-radio>
 | 
	
		
			
				|  |  | +  </el-radio-group>  
 | 
	
		
			
				|  |  | +   <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元设定</div>
 | 
	
		
			
				|  |  | +    </div>  
 | 
	
		
			
				|  |  | +    <div class="liangf">
 | 
	
		
			
				|  |  | +       <el-checkbox v-model="checked">等温</el-checkbox>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +           <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <el-form-item label="单元类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-select  @change="changest" v-model="hjval3"  placeholder="请选择">
 | 
	
		
			
				|  |  | +    <el-option
 | 
	
		
			
				|  |  | +      v-for="item in hjlist3"
 | 
	
		
			
				|  |  | +      :key="item.value"
 | 
	
		
			
				|  |  | +      :label="item.name"
 | 
	
		
			
				|  |  | +      :value="item.value"
 | 
	
		
			
				|  |  | +      >
 | 
	
		
			
				|  |  | +    </el-option>
 | 
	
		
			
				|  |  | +  </el-select>
 | 
	
		
			
				|  |  | + </el-form-item>
 | 
	
		
			
				|  |  | +      <div class="titleinput">
 | 
	
		
			
				|  |  | + <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">对象操作</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">单元</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">片体</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    </div>  
 | 
	
		
			
				|  |  | +    <toolbars></toolbars>
 | 
	
		
			
				|  |  | +   </el-form>
 | 
	
		
			
				|  |  | +     </div>
 | 
	
		
			
				|  |  | +  <span slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  | +    <el-button @click="dialog.dialog_scomposite  = false">取 消</el-button>
 | 
	
		
			
				|  |  | +    <el-button type="primary" @click="dialog.dialog_scomposite = false">OK</el-button>
 | 
	
		
			
				|  |  | +  </span>
 | 
	
		
			
				|  |  | +</el-dialog>
 | 
	
		
			
				|  |  | +<!-- 三维(传热)壳 -->
 | 
	
		
			
				|  |  | +<el-dialog
 | 
	
		
			
				|  |  | +  v-if="active=='w5-2'"
 | 
	
		
			
				|  |  | + :visible.sync="dialog.dialog_sShell" 
 | 
	
		
			
				|  |  | +  :modal='false'
 | 
	
		
			
				|  |  | +  custom-class='dialoglocation dialog_color'
 | 
	
		
			
				|  |  | +   width="385px"
 | 
	
		
			
				|  |  | +  :close-on-click-modal='false'
 | 
	
		
			
				|  |  | + >
 | 
	
		
			
				|  |  | +  <div slot="title" class=dialog_header>
 | 
	
		
			
				|  |  | +     <el-image :src="jh" fit="cover" />
 | 
	
		
			
				|  |  | +     <span>壳</span>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +     <div class="selecr heigeinput ">
 | 
	
		
			
				|  |  | +     <el-form>
 | 
	
		
			
				|  |  | +            <el-form-item label="名称" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +     <el-form-item label="类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>   
 | 
	
		
			
				|  |  | +     <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">壳厚度</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +      <el-button v-for="(item,index) in btnlist3" :key="index" @click="blistclick(index)" :class="{activebtnstyley:activeb==index}" plain class="anniu" style="margin:0 0 10px 20px">{{item.name}}</el-button> 
 | 
	
		
			
				|  |  | +         <el-form-item label="厚度" :label-width="formLabelWidth" v-if="activeb=='0'">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>  
 | 
	
		
			
				|  |  | +    <div v-else>
 | 
	
		
			
				|  |  | +       <el-form-item label="第1节点厚度" :label-width="formLabelWidth6">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item> 
 | 
	
		
			
				|  |  | +     <el-form-item label="第2节点厚度" :label-width="formLabelWidth6">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item> 
 | 
	
		
			
				|  |  | +    <el-form-item label="第3节点厚度" :label-width="formLabelWidth6">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item> 
 | 
	
		
			
				|  |  | +     <el-form-item label="第4节点厚度" :label-width="formLabelWidth6">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item> 
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">壳偏置</div>
 | 
	
		
			
				|  |  | +    </div>  
 | 
	
		
			
				|  |  | +          <el-button plain class="anniu" style="margin:0 0 10px 20px" @click="dialog.dialogkebridge=true">壳偏置</el-button>
 | 
	
		
			
				|  |  | +         <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <el-form-item label="单元类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-select  @change="changest" v-model="hjval5"  placeholder="请选择">
 | 
	
		
			
				|  |  | +    <el-option
 | 
	
		
			
				|  |  | +      v-for="item in hjlist5"
 | 
	
		
			
				|  |  | +      :key="item.value"
 | 
	
		
			
				|  |  | +      :label="item.name"
 | 
	
		
			
				|  |  | +      :value="item.value"
 | 
	
		
			
				|  |  | +      >
 | 
	
		
			
				|  |  | +    </el-option>
 | 
	
		
			
				|  |  | +  </el-select>
 | 
	
		
			
				|  |  | + </el-form-item>
 | 
	
		
			
				|  |  | +      <div class="titleinput">
 | 
	
		
			
				|  |  | + <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">对象操作</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">单元</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">曲面</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +      <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">片体</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +<div class="listbtn">
 | 
	
		
			
				|  |  | +   <el-image :src="jh" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh2" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh3" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh4" class="toolbtn"  fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh5" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh6" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +    </div>    
 | 
	
		
			
				|  |  | +   </el-form>
 | 
	
		
			
				|  |  | +     </div>
 | 
	
		
			
				|  |  | +  <span slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  | +    <el-button @click="dialog.dialog_sShell  = false">取 消</el-button>
 | 
	
		
			
				|  |  | +    <el-button type="primary" @click="dialog.dialog_sShell = false">OK</el-button>
 | 
	
		
			
				|  |  | +  </span>
 | 
	
		
			
				|  |  | +</el-dialog>
 | 
	
		
			
				|  |  | +<!-- 三维(传热)实体 -->
 | 
	
		
			
				|  |  | +<el-dialog
 | 
	
		
			
				|  |  | +  v-if="active=='w5-3'"
 | 
	
		
			
				|  |  | + :visible.sync="dialog.dialog_sentity " 
 | 
	
		
			
				|  |  | +  :modal='false'
 | 
	
		
			
				|  |  | +  custom-class='dialoglocation dialog_color'
 | 
	
		
			
				|  |  | +   width="385px"
 | 
	
		
			
				|  |  | +  :close-on-click-modal='false'
 | 
	
		
			
				|  |  | + >
 | 
	
		
			
				|  |  | +  <div slot="title" class=dialog_header>
 | 
	
		
			
				|  |  | +     <el-image :src="jh" fit="cover" />
 | 
	
		
			
				|  |  | +     <span>实体</span>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +     <div class="selecr heigeinput ">
 | 
	
		
			
				|  |  | +     <el-form>
 | 
	
		
			
				|  |  | +            <el-form-item label="名称" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +     <el-form-item label="类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>   
 | 
	
		
			
				|  |  | +   
 | 
	
		
			
				|  |  | +       <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元设定</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +      <div class="tiele_content pk" style="display:flex;margin-right:15px;"> 
 | 
	
		
			
				|  |  | +    <el-checkbox v-model="checked">常膨胀系数</el-checkbox>
 | 
	
		
			
				|  |  | +    <el-checkbox v-model="checked">常温</el-checkbox>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +         <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <el-form-item label="单元类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-select  @change="changest" v-model="hjval11"  placeholder="请选择">
 | 
	
		
			
				|  |  | +    <el-option
 | 
	
		
			
				|  |  | +      v-for="item in hjlist11"
 | 
	
		
			
				|  |  | +      :key="item.value"
 | 
	
		
			
				|  |  | +      :label="item.name"
 | 
	
		
			
				|  |  | +      :value="item.value"
 | 
	
		
			
				|  |  | +      >
 | 
	
		
			
				|  |  | +    </el-option>
 | 
	
		
			
				|  |  | +  </el-select>
 | 
	
		
			
				|  |  | + </el-form-item>
 | 
	
		
			
				|  |  | +      <div class="titleinput">
 | 
	
		
			
				|  |  | + <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">对象操作</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">单元</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">实体</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +<div class="listbtn">
 | 
	
		
			
				|  |  | +   <el-image :src="jh" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh2" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh3" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh4" class="toolbtn"  fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh5" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh6" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +    </div>    
 | 
	
		
			
				|  |  | +   </el-form>
 | 
	
		
			
				|  |  | +     </div>
 | 
	
		
			
				|  |  | +  <span slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  | +    <el-button @click="dialog.dialog_sentity  = false">取 消</el-button>
 | 
	
		
			
				|  |  | +    <el-button type="primary" @click="dialog.dialog_sentity  = false">OK</el-button>
 | 
	
		
			
				|  |  | +  </span>
 | 
	
		
			
				|  |  | +</el-dialog>
 | 
	
		
			
				|  |  | +<!-- 对称轴(传热)壳 -->
 | 
	
		
			
				|  |  | +<el-dialog
 | 
	
		
			
				|  |  | +  v-if="active=='w6-0'"
 | 
	
		
			
				|  |  | + :visible.sync="dialog.dialogzdc_Shell" 
 | 
	
		
			
				|  |  | +  :modal='false'
 | 
	
		
			
				|  |  | +  custom-class='dialoglocation dialog_color'
 | 
	
		
			
				|  |  | +   width="385px"
 | 
	
		
			
				|  |  | +  :close-on-click-modal='false'
 | 
	
		
			
				|  |  | + >
 | 
	
		
			
				|  |  | +  <div slot="title" class=dialog_header>
 | 
	
		
			
				|  |  | +     <el-image :src="jh" fit="cover" />
 | 
	
		
			
				|  |  | +     <span>壳</span>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +     <div class="selecr heigeinput ">
 | 
	
		
			
				|  |  | +     <el-form>
 | 
	
		
			
				|  |  | +            <el-form-item label="名称" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +     <el-form-item label="类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>   
 | 
	
		
			
				|  |  | +     <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">壳厚度</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +      <el-button v-for="(item,index) in btnlist3" :key="index" @click="blistclick(index)" :class="{activebtnstyley:activeb==index}" plain class="anniu" style="margin:0 0 10px 20px">{{item.name}}</el-button> 
 | 
	
		
			
				|  |  | +         <el-form-item label="厚度" :label-width="formLabelWidth" v-if="activeb=='0'">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>  
 | 
	
		
			
				|  |  | +    <div v-else>
 | 
	
		
			
				|  |  | +       <el-form-item label="第1节点厚度" :label-width="formLabelWidth6">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item> 
 | 
	
		
			
				|  |  | +     <el-form-item label="第2节点厚度" :label-width="formLabelWidth6">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item> 
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">壳偏置</div>
 | 
	
		
			
				|  |  | +    </div>  
 | 
	
		
			
				|  |  | +          <el-button plain class="anniu" style="margin:0 0 10px 20px" @click="dialog.dialogzdcbridge=true">壳偏置</el-button>
 | 
	
		
			
				|  |  | +         <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <el-form-item label="单元类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-select  @change="changest" v-model="hjval"  placeholder="请选择">
 | 
	
		
			
				|  |  | +    <el-option
 | 
	
		
			
				|  |  | +      v-for="item in hjlist"
 | 
	
		
			
				|  |  | +      :key="item.value"
 | 
	
		
			
				|  |  | +      :label="item.name"
 | 
	
		
			
				|  |  | +      :value="item.value"
 | 
	
		
			
				|  |  | +      >
 | 
	
		
			
				|  |  | +    </el-option>
 | 
	
		
			
				|  |  | +  </el-select>
 | 
	
		
			
				|  |  | + </el-form-item>
 | 
	
		
			
				|  |  | +      <div class="titleinput">
 | 
	
		
			
				|  |  | + <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">对象操作</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">单元</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">曲面</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +      <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">片体</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | + <toolbars></toolbars>
 | 
	
		
			
				|  |  | +   </el-form>
 | 
	
		
			
				|  |  | +     </div>
 | 
	
		
			
				|  |  | +  <span slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  | +    <el-button @click="dialog.dialogzdc_Shell  = false">取 消</el-button>
 | 
	
		
			
				|  |  | +    <el-button type="primary" @click="dialog.dialogzdc_Shell = false">OK</el-button>
 | 
	
		
			
				|  |  | +  </span>
 | 
	
		
			
				|  |  | +</el-dialog>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +<!-- 对称轴(传热)实体 -->
 | 
	
		
			
				|  |  | +<el-dialog
 | 
	
		
			
				|  |  | +  v-if="active=='w6-1'"
 | 
	
		
			
				|  |  | + :visible.sync="dialog.dialogdcz_entity " 
 | 
	
		
			
				|  |  | +  :modal='false'
 | 
	
		
			
				|  |  | +  custom-class='dialoglocation dialog_color'
 | 
	
		
			
				|  |  | +   width="385px"
 | 
	
		
			
				|  |  | +  :close-on-click-modal='false'
 | 
	
		
			
				|  |  | + >
 | 
	
		
			
				|  |  | +  <div slot="title" class=dialog_header>
 | 
	
		
			
				|  |  | +     <el-image :src="jh" fit="cover" />
 | 
	
		
			
				|  |  | +     <span>实体</span>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +     <div class="selecr heigeinput ">
 | 
	
		
			
				|  |  | +     <el-form>
 | 
	
		
			
				|  |  | +            <el-form-item label="名称" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +     <el-form-item label="类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>   
 | 
	
		
			
				|  |  | +   
 | 
	
		
			
				|  |  | +       <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元设定</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +      <div class="tiele_content pk" style="display:flex;margin-right:15px;"> 
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    <el-checkbox v-model="checked">等温</el-checkbox>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +         <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <el-form-item label="单元类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-select  @change="changest" v-model="hjval12"  placeholder="请选择">
 | 
	
		
			
				|  |  | +    <el-option
 | 
	
		
			
				|  |  | +      v-for="item in hjlist12"
 | 
	
		
			
				|  |  | +      :key="item.value"
 | 
	
		
			
				|  |  | +      :label="item.name"
 | 
	
		
			
				|  |  | +      :value="item.value"
 | 
	
		
			
				|  |  | +      >
 | 
	
		
			
				|  |  | +    </el-option>
 | 
	
		
			
				|  |  | +  </el-select>
 | 
	
		
			
				|  |  | + </el-form-item>
 | 
	
		
			
				|  |  | +      <div class="titleinput">
 | 
	
		
			
				|  |  | + <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">对象操作</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">单元</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">实体</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +<div class="listbtn">
 | 
	
		
			
				|  |  | +   <el-image :src="jh" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh2" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh3" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh4" class="toolbtn"  fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh5" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +   <el-image :src="jh6" class="toolbtn" fit="cover" />
 | 
	
		
			
				|  |  | +    </div>    
 | 
	
		
			
				|  |  | +   </el-form>
 | 
	
		
			
				|  |  | +     </div>
 | 
	
		
			
				|  |  | +  <span slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  | +    <el-button @click="dialog.dialogdcz_entity  = false">取 消</el-button>
 | 
	
		
			
				|  |  | +    <el-button type="primary" @click="dialog.dialogdcz_entity  = false">OK</el-button>
 | 
	
		
			
				|  |  | +  </span>
 | 
	
		
			
				|  |  | +</el-dialog>
 | 
	
		
			
				|  |  | +<!-- 对称轴(传热)复合材料 -->
 | 
	
		
			
				|  |  | +<el-dialog
 | 
	
		
			
				|  |  | +   v-if="active=='w6-2'"
 | 
	
		
			
				|  |  | + :visible.sync="dialog.dialogdcz_composite " 
 | 
	
		
			
				|  |  | +  :modal='false'
 | 
	
		
			
				|  |  | +  custom-class='dialoglocation dialog_color'
 | 
	
		
			
				|  |  | +   width="385px"
 | 
	
		
			
				|  |  | +  :close-on-click-modal='false'
 | 
	
		
			
				|  |  | + >
 | 
	
		
			
				|  |  | +  <div slot="title" class=dialog_header>
 | 
	
		
			
				|  |  | +     <el-image :src="jh" fit="cover" />
 | 
	
		
			
				|  |  | +     <span>复合材料</span>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +     <div class="selecr heigeinput ">
 | 
	
		
			
				|  |  | +     <el-form>
 | 
	
		
			
				|  |  | +       <el-form-item label="名称" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +     <el-form-item label="类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +        <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">厚度</div>
 | 
	
		
			
				|  |  | +    </div>     
 | 
	
		
			
				|  |  | +     <el-radio-group v-model="radio" class="radioyi" >
 | 
	
		
			
				|  |  | +    <el-radio :label="3">单元面0(1-2)到单元面2(4-3)</el-radio>
 | 
	
		
			
				|  |  | +    <el-radio :label="6">单元面3(1-4)到单元面1(2-3)</el-radio>
 | 
	
		
			
				|  |  | +  </el-radio-group>  
 | 
	
		
			
				|  |  | +   <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元设定</div>
 | 
	
		
			
				|  |  | +    </div>  
 | 
	
		
			
				|  |  | +    <div class="liangf">
 | 
	
		
			
				|  |  | +       <el-checkbox v-model="checked">等温</el-checkbox>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +           <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <el-form-item label="单元类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-select  @change="changest" v-model="hjval6"  placeholder="请选择">
 | 
	
		
			
				|  |  | +    <el-option
 | 
	
		
			
				|  |  | +      v-for="item in hjlist6"
 | 
	
		
			
				|  |  | +      :key="item.value"
 | 
	
		
			
				|  |  | +      :label="item.name"
 | 
	
		
			
				|  |  | +      :value="item.value"
 | 
	
		
			
				|  |  | +      >
 | 
	
		
			
				|  |  | +    </el-option>
 | 
	
		
			
				|  |  | +  </el-select>
 | 
	
		
			
				|  |  | + </el-form-item>
 | 
	
		
			
				|  |  | +      <div class="titleinput">
 | 
	
		
			
				|  |  | + <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">对象操作</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">单元</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">片体</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    </div>  
 | 
	
		
			
				|  |  | +    <toolbars></toolbars>
 | 
	
		
			
				|  |  | +   </el-form>
 | 
	
		
			
				|  |  | +     </div>
 | 
	
		
			
				|  |  | +  <span slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  | +    <el-button @click="dialog.dialogdcz_composite  = false">取 消</el-button>
 | 
	
		
			
				|  |  | +    <el-button type="primary" @click="dialog.dialogdcz_composite = false">OK</el-button>
 | 
	
		
			
				|  |  | +  </span>
 | 
	
		
			
				|  |  | +</el-dialog>
 | 
	
		
			
				|  |  | +<!-- 平面实体(传热)实体 -->
 | 
	
		
			
				|  |  | +<el-dialog
 | 
	
		
			
				|  |  | +  v-if="active=='w7-0'"
 | 
	
		
			
				|  |  | + :visible.sync="dialog.dialogp_entity " 
 | 
	
		
			
				|  |  | +  :modal='false'
 | 
	
		
			
				|  |  | +  custom-class='dialoglocation dialog_color'
 | 
	
		
			
				|  |  | +   width="385px"
 | 
	
		
			
				|  |  | +  :close-on-click-modal='false'
 | 
	
		
			
				|  |  | + >
 | 
	
		
			
				|  |  | +  <div slot="title" class=dialog_header>
 | 
	
		
			
				|  |  | +     <el-image :src="jh" fit="cover" />
 | 
	
		
			
				|  |  | +     <span>实体</span>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +     <div class="selecr heigeinput ">
 | 
	
		
			
				|  |  | +     <el-form>
 | 
	
		
			
				|  |  | +            <el-form-item label="名称" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +     <el-form-item label="类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>   
 | 
	
		
			
				|  |  | +   
 | 
	
		
			
				|  |  | +       <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元设定</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +      <div class="tiele_content pk" style="display:flex;margin-right:15px;"> 
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    <el-checkbox v-model="checked">等温</el-checkbox>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +         <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <el-form-item label="单元类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-select  @change="changest" v-model="hjval12"  placeholder="请选择">
 | 
	
		
			
				|  |  | +    <el-option
 | 
	
		
			
				|  |  | +      v-for="item in hjlist12"
 | 
	
		
			
				|  |  | +      :key="item.value"
 | 
	
		
			
				|  |  | +      :label="item.name"
 | 
	
		
			
				|  |  | +      :value="item.value"
 | 
	
		
			
				|  |  | +      >
 | 
	
		
			
				|  |  | +    </el-option>
 | 
	
		
			
				|  |  | +  </el-select>
 | 
	
		
			
				|  |  | + </el-form-item>
 | 
	
		
			
				|  |  | +      <div class="titleinput">
 | 
	
		
			
				|  |  | + <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">对象操作</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">单元</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">实体</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    <toolbars></toolbars>
 | 
	
		
			
				|  |  | +   </el-form>
 | 
	
		
			
				|  |  | +     </div>
 | 
	
		
			
				|  |  | +  <span slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  | +    <el-button @click="dialog.dialogp_entity  = false">取 消</el-button>
 | 
	
		
			
				|  |  | +    <el-button type="primary" @click="dialog.dialogp_entity    = false">OK</el-button>
 | 
	
		
			
				|  |  | +  </span>
 | 
	
		
			
				|  |  | +</el-dialog>
 | 
	
		
			
				|  |  | +<!-- 平面实体(传热)复合材料啊 -->
 | 
	
		
			
				|  |  | +<el-dialog
 | 
	
		
			
				|  |  | +   v-if="active=='w7-1'"
 | 
	
		
			
				|  |  | + :visible.sync="dialog.dialogp_composite " 
 | 
	
		
			
				|  |  | +  :modal='false'
 | 
	
		
			
				|  |  | +  custom-class='dialoglocation dialog_color'
 | 
	
		
			
				|  |  | +   width="385px"
 | 
	
		
			
				|  |  | +  :close-on-click-modal='false'
 | 
	
		
			
				|  |  | + >
 | 
	
		
			
				|  |  | +  <div slot="title" class=dialog_header>
 | 
	
		
			
				|  |  | +     <el-image :src="jh" fit="cover" />
 | 
	
		
			
				|  |  | +     <span>复合材料</span>
 | 
	
		
			
				|  |  | +  </div>
 | 
	
		
			
				|  |  | +     <div class="selecr heigeinput ">
 | 
	
		
			
				|  |  | +     <el-form>
 | 
	
		
			
				|  |  | +       <el-form-item label="名称" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +     <el-form-item label="类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +        <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">厚度</div>
 | 
	
		
			
				|  |  | +    </div>     
 | 
	
		
			
				|  |  | +     <el-radio-group v-model="radio" class="radioyi" >
 | 
	
		
			
				|  |  | +    <el-radio :label="3">单元面0(1-2)到单元面2(4-3)</el-radio>
 | 
	
		
			
				|  |  | +    <el-radio :label="6">单元面3(1-4)到单元面1(2-3)</el-radio>
 | 
	
		
			
				|  |  | +  </el-radio-group>  
 | 
	
		
			
				|  |  | +   <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元设定</div>
 | 
	
		
			
				|  |  | +    </div>  
 | 
	
		
			
				|  |  | +    <div class="liangf">
 | 
	
		
			
				|  |  | +       <el-checkbox v-model="checked">等温</el-checkbox>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +           <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">单元</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <el-form-item label="单元类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +      <el-select  @change="changest" v-model="hjval6"  placeholder="请选择">
 | 
	
		
			
				|  |  | +    <el-option
 | 
	
		
			
				|  |  | +      v-for="item in hjlist6"
 | 
	
		
			
				|  |  | +      :key="item.value"
 | 
	
		
			
				|  |  | +      :label="item.name"
 | 
	
		
			
				|  |  | +      :value="item.value"
 | 
	
		
			
				|  |  | +      >
 | 
	
		
			
				|  |  | +    </el-option>
 | 
	
		
			
				|  |  | +  </el-select>
 | 
	
		
			
				|  |  | + </el-form-item>
 | 
	
		
			
				|  |  | +      <div class="titleinput">
 | 
	
		
			
				|  |  | + <div class="line">
 | 
	
		
			
				|  |  | +      <div class="linetext">对象操作</div>
 | 
	
		
			
				|  |  | +    </div> 
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">单元</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    <div class="itemlist"   >
 | 
	
		
			
				|  |  | +           <el-row>
 | 
	
		
			
				|  |  | +             <span class="text_btn">片体</span>
 | 
	
		
			
				|  |  | +   <el-button plain  >添加</el-button>
 | 
	
		
			
				|  |  | +    <el-button plain >删除</el-button>
 | 
	
		
			
				|  |  | +    </el-row>
 | 
	
		
			
				|  |  | +    <el-form-item class="sinput"  :label-width="formLabelWidth0">
 | 
	
		
			
				|  |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
	
		
			
				|  |  | +    </el-form-item>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  | +    </div>  
 | 
	
		
			
				|  |  | +    <toolbars></toolbars>
 | 
	
		
			
				|  |  | +   </el-form>
 | 
	
		
			
				|  |  | +     </div>
 | 
	
		
			
				|  |  | +  <span slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  | +    <el-button @click="dialog.dialogp_composite  = false">取 消</el-button>
 | 
	
		
			
				|  |  | +    <el-button type="primary" @click="dialog.dialogp_composite = false">OK</el-button>
 | 
	
		
			
				|  |  | +  </span>
 | 
	
		
			
				|  |  | +</el-dialog>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 | 
	
	
		
			
				|  | @@ -2207,6 +3052,7 @@ export default {
 | 
	
		
			
				|  |  |          dialogliang:false,
 | 
	
		
			
				|  |  |          dialogplate:false,
 | 
	
		
			
				|  |  |          dialogbridge:false,
 | 
	
		
			
				|  |  | +        dialogHbridge:false,
 | 
	
		
			
				|  |  |          dialogpap:false,
 | 
	
		
			
				|  |  |          dialoghawser:false,
 | 
	
		
			
				|  |  |          dialoghawser:false,
 | 
	
	
		
			
				|  | @@ -2216,6 +3062,7 @@ export default {
 | 
	
		
			
				|  |  |          dialogStructure:false,
 | 
	
		
			
				|  |  |          dialogkebridge:false,
 | 
	
		
			
				|  |  |          dialogzdcShell:false,
 | 
	
		
			
				|  |  | +        dialog_sShell:false,
 | 
	
		
			
				|  |  |          dialogzdcbridge:false,
 | 
	
		
			
				|  |  |          dialogdczStructure:false,
 | 
	
		
			
				|  |  |          dialogpapdcz:false,
 | 
	
	
		
			
				|  | @@ -2225,7 +3072,14 @@ export default {
 | 
	
		
			
				|  |  |          dialogflatjg:false,
 | 
	
		
			
				|  |  |          dialogflatyl:false,
 | 
	
		
			
				|  |  |          dialoggap:false,
 | 
	
		
			
				|  |  | -     
 | 
	
		
			
				|  |  | +        dialogdtruss:false,
 | 
	
		
			
				|  |  | +        dialog_scomposite:false,
 | 
	
		
			
				|  |  | +        dialog_sentity:false,
 | 
	
		
			
				|  |  | +        dialogzdc_Shell:false,
 | 
	
		
			
				|  |  | +        dialogdcz_entity:false,
 | 
	
		
			
				|  |  | +        dialogdcz_composite:false,
 | 
	
		
			
				|  |  | +        dialogp_entity:false,
 | 
	
		
			
				|  |  | +        dialogp_composite:false,
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        formLabelWidth0:'10px',
 | 
	
		
			
				|  |  |         formLabelWidth: '60px',
 | 
	
	
		
			
				|  | @@ -2368,6 +3222,32 @@ export default {
 | 
	
		
			
				|  |  |              {value:'2',name:' 全积分 八节点四边形单元'},
 | 
	
		
			
				|  |  |              {value:'3',name:' 减缩积分 四节点四边形单元'},
 | 
	
		
			
				|  |  |              {value:'4',name:' 减缩积分 八节点四边形单元'},
 | 
	
		
			
				|  |  | +          
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +      ],
 | 
	
		
			
				|  |  | +       hjval11:'0',
 | 
	
		
			
				|  |  | +      hjlist11:[
 | 
	
		
			
				|  |  | +            {value:'0',name:'全积分 四节点四边形单元'},
 | 
	
		
			
				|  |  | +            {value:'1',name:' 全积分 十节点四边形单元'},
 | 
	
		
			
				|  |  | +           {value:'2',name:' 全积分 八节点六面体单元'},
 | 
	
		
			
				|  |  | +            {value:'3',name:'全积分 二十节点六面体单元'},
 | 
	
		
			
				|  |  | +            {value:'4',name:' 全积分 十二节点六面体单元'},
 | 
	
		
			
				|  |  | +            {value:'5',name:' 全积分 二十七节点六面体单元'},
 | 
	
		
			
				|  |  | +            {value:'6',name:' 减缩积分 八节点六面体单元'},
 | 
	
		
			
				|  |  | +            {value:'7',name:' 减缩积分 二十节点六面体单元'},
 | 
	
		
			
				|  |  | +           
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +      ],
 | 
	
		
			
				|  |  | +       hjval12:'0',
 | 
	
		
			
				|  |  | +      hjlist12:[
 | 
	
		
			
				|  |  | +            {value:'0',name:'全积分 三节点三边形单元'},
 | 
	
		
			
				|  |  | +            {value:'1',name:' 全积分 六节点三边形单元'},
 | 
	
		
			
				|  |  | +           {value:'2',name:' 全积分 四节点四边形单元'},
 | 
	
		
			
				|  |  | +            {value:'3',name:'全积分 八节点四边形单元'},
 | 
	
		
			
				|  |  | +            {value:'4',name:' 全积分 六节点四边形单元'},
 | 
	
		
			
				|  |  | +            {value:'5',name:' 全积分 九节点四边形单元'},
 | 
	
		
			
				|  |  | +            {value:'6',name:' 减缩积分 八节点四边形单元'},
 | 
	
		
			
				|  |  | +            {value:'7',name:' 减缩积分 二十节点四边形单元'},
 | 
	
		
			
				|  |  |             
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        ],
 | 
	
	
		
			
				|  | @@ -2524,7 +3404,33 @@ export default {
 | 
	
		
			
				|  |  |             case'w4-0':
 | 
	
		
			
				|  |  |         this.dialog.dialoggap =true;
 | 
	
		
			
				|  |  |         break;
 | 
	
		
			
				|  |  | -       
 | 
	
		
			
				|  |  | +       case 'w5-0':
 | 
	
		
			
				|  |  | +         this.dialog.dialogdtruss =true;
 | 
	
		
			
				|  |  | +       break;
 | 
	
		
			
				|  |  | +         case 'w5-1':
 | 
	
		
			
				|  |  | +         this.dialog.dialog_scomposite =true;
 | 
	
		
			
				|  |  | +       break;
 | 
	
		
			
				|  |  | +           case 'w5-2':
 | 
	
		
			
				|  |  | +         this.dialog.dialog_sShell =true;
 | 
	
		
			
				|  |  | +       break;
 | 
	
		
			
				|  |  | +             case 'w5-3':
 | 
	
		
			
				|  |  | +         this.dialog.dialog_sentity  =true;
 | 
	
		
			
				|  |  | +       break;
 | 
	
		
			
				|  |  | +             case 'w6-0':
 | 
	
		
			
				|  |  | +         this.dialog.dialogzdc_Shell =true;
 | 
	
		
			
				|  |  | +       break;
 | 
	
		
			
				|  |  | +            case 'w6-1':
 | 
	
		
			
				|  |  | +         this.dialog.dialogdcz_entity =true;
 | 
	
		
			
				|  |  | +       break;
 | 
	
		
			
				|  |  | +        case 'w6-2':
 | 
	
		
			
				|  |  | +         this.dialog.dialogdcz_composite =true;
 | 
	
		
			
				|  |  | +       break;
 | 
	
		
			
				|  |  | +          case 'w7-0':
 | 
	
		
			
				|  |  | +         this.dialog.dialogp_entity  =true;
 | 
	
		
			
				|  |  | +       break;
 | 
	
		
			
				|  |  | +         case 'w7-1':
 | 
	
		
			
				|  |  | +         this.dialog.dialogp_composite  =true;
 | 
	
		
			
				|  |  | +       break;
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |      
 | 
	
		
			
				|  |  |    },
 |