|
@@ -137,6 +137,31 @@
|
|
|
</div>
|
|
|
<!--选执行器-->
|
|
|
<div class="dialog-content" v-show="active == 2">
|
|
|
+ <div class="option-line">
|
|
|
+ <div class="item">
|
|
|
+ <div class="label">执行器:</div>
|
|
|
+ <el-input
|
|
|
+ placeholder="型号/料号"
|
|
|
+ v-model="excelParam.content.where.condition1"
|
|
|
+ clearable
|
|
|
+ @clear="Search('excelParam')"
|
|
|
+ size="small"
|
|
|
+ @keyup.enter.native="Search('excelParam')">
|
|
|
+ </el-input>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="item" v-if="guangtouParam.content.where.drivetype!='气动'">
|
|
|
+ <div class="label">减速箱:</div>
|
|
|
+ <el-input
|
|
|
+ placeholder="型号/料号"
|
|
|
+ v-model="excelParam.content.where.condition2"
|
|
|
+ clearable
|
|
|
+ @clear="Search('excelParam')"
|
|
|
+ size="small"
|
|
|
+ @keyup.enter.native="Search('excelParam')">
|
|
|
+ </el-input>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="option-line" v-if="guangtouParam.content.where.drivetype=='气动'">
|
|
|
<div class="item">
|
|
|
<div class="label">驱动方式:</div>
|
|
@@ -206,6 +231,7 @@
|
|
|
<MyTable fixedName="operation" :height="tableHeight" :noQuery="true" ref="excelRef" :tableName="guangtouParam.content.where.drivetype=='电动'?'excelTable1':'excelTable2'" :layout="guangtouParam.content.where.drivetype=='电动'?tool.tabelCol($route.name)['excelTable1'].tablecols:tool.tabelCol($route.name)['excelTable2'].tablecols" :param="excelParam" :opwidth="200" :custom="true" style="margin-top: 14px">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<span v-if="scope.column.columnname == 'matchratio'" style="color:red">{{scope.column.data[scope.column.columnname]}}</span>
|
|
|
+ <span v-else-if="scope.column.columnname == 'maxsquarewidth'">{{scope.column.data[scope.column.columnname].join(',')}}</span>
|
|
|
<span v-else-if="scope.column.columnname != 'operation'">{{scope.column.data[scope.column.columnname]}}</span>
|
|
|
</template>
|
|
|
<template v-slot:opreation="scope">
|