技术中心
This commit is contained in:
@@ -349,13 +349,13 @@
|
||||
<el-button v-show="title==='编辑'" type="primary" @click="submitEdit('form')">确定</el-button>
|
||||
</div>
|
||||
</el-dialog>
|
||||
<el-dialog v-el-drag-dialog :visible.sync="dialogFormVisible3" title="更改数量" center style="min-height: 300px" width="400px">
|
||||
<el-dialog v-el-drag-dialog :visible.sync="dialogFormVisible3" title="零件数量" center style="min-height: 300px" width="400px">
|
||||
<el-form ref="form3" :model="form3" :rules="rules3" label-position="left" label-width="110px" class="demo-ruleForm">
|
||||
<el-form-item label="数量" prop="数量">
|
||||
<el-input
|
||||
v-model="form3.数量"
|
||||
size="small"
|
||||
style="width:200px"/>
|
||||
style="width:150px"/>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
@@ -378,7 +378,7 @@
|
||||
:visible.sync="dialogFormVisible1"
|
||||
title="基本件打回信息"
|
||||
center
|
||||
width="70%"
|
||||
width="60%"
|
||||
style="min-height: 400px">
|
||||
<el-input v-model="partNumber" size="small" placeholder="零件图号及名称" style="width: 200px" clearable @change="PartCallbackInformation"/>
|
||||
<el-date-picker
|
||||
@@ -401,7 +401,7 @@
|
||||
<el-table
|
||||
:data="tableData9"
|
||||
size="mini"
|
||||
style="width: 97%;max-height: 300px"
|
||||
style="width: 100%;max-height: 300px"
|
||||
height="400"
|
||||
highlight-current-row
|
||||
border
|
||||
@@ -422,9 +422,9 @@
|
||||
{{ scope.row.材料 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="零件数量" width="120">
|
||||
<el-table-column align="center" label="零件数量" width="150">
|
||||
<template slot-scope="scope">
|
||||
<el-input-number v-model="scope.row.零件数量" :min="0" size="mini" style="width: 95px"/>
|
||||
<el-input-number v-model="scope.row.零件数量" :min="0" size="mini" style="width: 120px"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="项目名称">
|
||||
@@ -468,7 +468,7 @@
|
||||
:visible.sync="dialogFormVisible2"
|
||||
title="外购件和标准件打回信息"
|
||||
center
|
||||
width="70%"
|
||||
width="60%"
|
||||
style="min-height: 400px">
|
||||
<el-input v-model="partNumber1" size="small" placeholder="零件图号及名称" style="width: 200px" clearable @change="PartCallbackInformation1"/>
|
||||
<el-date-picker
|
||||
@@ -491,7 +491,7 @@
|
||||
<el-table
|
||||
:data="tableData10"
|
||||
size="mini"
|
||||
style="width: 97%;max-height: 300px"
|
||||
style="width: 100%;max-height: 300px"
|
||||
height="400"
|
||||
highlight-current-row
|
||||
border
|
||||
@@ -512,9 +512,9 @@
|
||||
{{ scope.row.物料型号 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="零件数量" width="120">
|
||||
<el-table-column align="center" label="零件数量" width="150">
|
||||
<template slot-scope="scope">
|
||||
<el-input-number v-model="scope.row.零件数量" :min="0" size="mini" style="width: 95px"/>
|
||||
<el-input-number v-model="scope.row.零件数量" :min="0" size="mini" style="width: 120px"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="项目名称">
|
||||
|
||||
Reference in New Issue
Block a user