|
@@ -120,7 +120,7 @@
|
|
|
></el-input>
|
|
></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="6">
|
|
|
|
|
|
|
+ <!-- <el-col :span="6">
|
|
|
<el-form-item label="生产要求" prop="productionRequirements">
|
|
<el-form-item label="生产要求" prop="productionRequirements">
|
|
|
<el-input
|
|
<el-input
|
|
|
v-model="formData.productionRequirements"
|
|
v-model="formData.productionRequirements"
|
|
@@ -131,7 +131,7 @@
|
|
|
disabled
|
|
disabled
|
|
|
></el-input>
|
|
></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
|
|
|
|
+ </el-col> -->
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<div class="inbound_details">
|
|
<div class="inbound_details">
|
|
@@ -461,6 +461,13 @@
|
|
|
<template slot="append"> </template>
|
|
<template slot="append"> </template>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
+ <el-table-column
|
|
|
|
|
+ label="生产要求"
|
|
|
|
|
+ align="center"
|
|
|
|
|
+ width="200"
|
|
|
|
|
+ prop="productionRequirements"
|
|
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
|
|
+ ></el-table-column>
|
|
|
<el-table-column label="机型" prop="modelKey" width="300">
|
|
<el-table-column label="机型" prop="modelKey" width="300">
|
|
|
<template slot-scope="{ row, $index }">
|
|
<template slot-scope="{ row, $index }">
|
|
|
<DictSelection
|
|
<DictSelection
|
|
@@ -1681,6 +1688,7 @@
|
|
|
batchNo: batchNo, // 批次号
|
|
batchNo: batchNo, // 批次号
|
|
|
supplierListOptions: supplierList[item.id], // 供应商列表
|
|
supplierListOptions: supplierList[item.id], // 供应商列表
|
|
|
supplierId: this.form.supplierId, // 供应商id
|
|
supplierId: this.form.supplierId, // 供应商id
|
|
|
|
|
+ productionRequirements:filtersItem.productionRequirements,//生产要求
|
|
|
supplierCode:
|
|
supplierCode:
|
|
|
this.bizType == 2 || this.bizType == 7
|
|
this.bizType == 2 || this.bizType == 7
|
|
|
? filtersItem.supplierMark
|
|
? filtersItem.supplierMark
|