a
This commit is contained in:
@@ -1202,7 +1202,6 @@ export default {
|
|||||||
if (this.零件图号.length !== 0) {
|
if (this.零件图号.length !== 0) {
|
||||||
for (let i = 0; i < this.零件图号.length; i++) {
|
for (let i = 0; i < this.零件图号.length; i++) {
|
||||||
selection2(this.工艺计划流水号[i]).then(response => {
|
selection2(this.工艺计划流水号[i]).then(response => {
|
||||||
console.log(response.data, 2)
|
|
||||||
for (let k = 0; k < response.data.length; k++) {
|
for (let k = 0; k < response.data.length; k++) {
|
||||||
this.process[i][k] = response.data[k].工艺名称简称
|
this.process[i][k] = response.data[k].工艺名称简称
|
||||||
this.planDate[i][k] = response.data[k].计划日期_短
|
this.planDate[i][k] = response.data[k].计划日期_短
|
||||||
|
|||||||
@@ -111,7 +111,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span = "12">
|
<el-col :span = "12">
|
||||||
<el-form-item label="设备加工工艺" prop="设备加工工艺" >
|
<el-form-item label="设备加工工艺" prop="设备加工工艺" >
|
||||||
<el-select v-model="form.设备加工工艺" placeholder="设备加工工艺" size="small" style="width:200px" clearable >
|
<el-select v-model="form.设备加工工艺" placeholder="设备加工工艺" filterable size="small" style="width:200px" clearable >
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in processingName"
|
v-for="item in processingName"
|
||||||
:key="item.value"
|
:key="item.value"
|
||||||
|
|||||||
Reference in New Issue
Block a user