This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-card style="margin: 10px">
|
||||
<el-card>
|
||||
<el-radio-group v-model="radio" size="small" style="margin: 10px;" @change="checked = false;partNum=[];partNumValue = '';typeValue = '';Specifications = '';partName = '';material = '';materialName = '';prepareMateriel = '';spec = '';batchNum = '';searchPartsByMachineGroup();">
|
||||
<el-radio v-model="radio" :label="1" border>未编制</el-radio>
|
||||
<el-radio v-model="radio" :label="2" border style="margin-left: 0px">已编制</el-radio>
|
||||
@@ -65,7 +65,7 @@
|
||||
</el-select>
|
||||
</el-col>
|
||||
|
||||
<el-col v-show="materielValue==='1'||materielValue==='6'||materielValue==='7'||materielValue==='8'" :span="12" >
|
||||
<el-col v-show="materielValue==='1'||materielValue==='6'||materielValue==='7'||materielValue==='8'" :span="12" style="width: 60%">
|
||||
<span >直 径:</span>
|
||||
<el-input-number v-model="diameter" size="small" controls-position="right" style="width:100px;margin-top: 7px"/>
|
||||
<span>长度:</span>
|
||||
@@ -121,7 +121,7 @@
|
||||
</el-input>
|
||||
</el-col>
|
||||
|
||||
<el-col v-show="materielValue==='5'" :span="20">
|
||||
<el-col v-show="materielValue==='5'" :span="30">
|
||||
<span>壁厚:</span>
|
||||
<el-input-number v-model="bihou" size="small" controls-position="right" style="width:100px;margin-top:20px;"/>
|
||||
<span>外径:</span>
|
||||
@@ -140,7 +140,7 @@
|
||||
</div>
|
||||
</el-card>
|
||||
|
||||
<el-card style="margin: 10px">
|
||||
<el-card>
|
||||
<el-row style="margin-bottom: 10px">
|
||||
<span style="margin-left: 10px">输入数值:</span>
|
||||
<el-input v-model="numVal" size="small" style="width:100px;margin-top: 3px" placeholder="输入数值"/>
|
||||
@@ -1674,7 +1674,7 @@ export default {
|
||||
background: #f0f9eb;
|
||||
}
|
||||
.el-card {
|
||||
/*margin-bottom: 15px;*/
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.el-date-editor {
|
||||
width: 150px
|
||||
|
||||
Reference in New Issue
Block a user