This commit is contained in:
2023-07-25 14:15:28 +08:00
26 changed files with 162 additions and 110 deletions

View File

@@ -73,8 +73,8 @@
<th>载具号</th>
<th>入库点</th>
<th>货位</th>
<th>创建时间</th>
<th>创建人</th>
<!-- <th>创建时间</th>
<th>创建人</th> -->
</tr>
</thead>
<tbody>
@@ -94,8 +94,8 @@
<td>{{e.storagevehicle_code}}</td>
<td>{{e.point_code}}</td>
<td>{{e.struct_code}}</td>
<td>{{e.create_time}}</td>
<td>{{e.create_name}}</td>
<!-- <td>{{e.create_time}}</td>
<td>{{e.create_name}}</td> -->
</tr>
</tbody>
</table>
@@ -182,7 +182,7 @@ export default {
<style lang="stylus" scoped>
.grid_wraper
height calc(100% - 95px)
height calc(100% - 1.1rem)
.filter_input_wraper_1
width calc(100% - 45px)
.search-label_1

View File

@@ -220,7 +220,7 @@ export default {
<style lang="stylus" scoped>
.grid_wraper
height calc(100% - 95px)
height calc(100% - 1.1rem)
.filter_input_wraper_1
width calc(100% - 45px)
.search-label_1

View File

@@ -153,7 +153,7 @@ export default {
<style lang="stylus" scoped>
.grid_wraper
height calc(100% - 95px)
height calc(100% - 1.1rem)
.filter_input_wraper_1
width calc(100% - 45px)
.search-label_1