大改
This commit is contained in:
@@ -110,6 +110,7 @@ export default {
|
|||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.options1 = [...res.content]
|
this.options1 = [...res.content]
|
||||||
this.value1 = this.options1[0].value
|
this.value1 = this.options1[0].value
|
||||||
|
this._washWashTasks()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// grid
|
// grid
|
||||||
|
|||||||
@@ -94,6 +94,7 @@ export default {
|
|||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.options1 = [...res.content]
|
this.options1 = [...res.content]
|
||||||
this.value1 = this.options1[0].value
|
this.value1 = this.options1[0].value
|
||||||
|
this._washQuery()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 规格下拉框
|
// 规格下拉框
|
||||||
|
|||||||
@@ -73,8 +73,8 @@
|
|||||||
<th>载具号</th>
|
<th>载具号</th>
|
||||||
<th>入库点</th>
|
<th>入库点</th>
|
||||||
<th>货位</th>
|
<th>货位</th>
|
||||||
<th>创建时间</th>
|
<!-- <th>创建时间</th>
|
||||||
<th>创建人</th>
|
<th>创建人</th> -->
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -94,8 +94,8 @@
|
|||||||
<td>{{e.storagevehicle_code}}</td>
|
<td>{{e.storagevehicle_code}}</td>
|
||||||
<td>{{e.point_code}}</td>
|
<td>{{e.point_code}}</td>
|
||||||
<td>{{e.struct_code}}</td>
|
<td>{{e.struct_code}}</td>
|
||||||
<td>{{e.create_time}}</td>
|
<!-- <td>{{e.create_time}}</td>
|
||||||
<td>{{e.create_name}}</td>
|
<td>{{e.create_name}}</td> -->
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user