This commit is contained in:
caoxinyu
2019-09-25 12:09:41 +08:00
parent 676f2a3ec3
commit 76b361ddbd
22 changed files with 82 additions and 72 deletions

View File

@@ -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 >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:</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