|
@@ -11,13 +11,18 @@
|
|
|
<material-component :biz-type="'check'" v-model="material" @materialSelected="materialSelected"/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row class="my-row">
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="物料名称" prop="productName">
|
|
|
<el-input v-model="dataForm.productName" placeholder="物料名称" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
+ <el-col :span="8">
|
|
|
+ <el-form-item label="数量" prop="cnt">
|
|
|
+ <el-input v-model="dataForm.cnt" placeholder="数量" disabled></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row class="my-row">
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="物料规格" prop="productSpec">
|
|
|
<el-input v-model="dataForm.productSpec" placeholder="物料规格" disabled></el-input>
|
|
@@ -37,7 +42,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="物品(零件)单位" prop="unitName">
|
|
|
- <el-input v-model="unitName" placeholder="请选择物品" disabled></el-input>
|
|
|
+ <el-input v-model="unitName" placeholder="请选择单位" disabled></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|