1.其他改为空托盘

2.盘点信息修改
just-order
LAPTOP-S9HJSOEB\昊天 2 years ago
parent 68b6901351
commit 9cd06f4792

@ -1,8 +1,8 @@
<template>
<div class="subsection">
<a-layout style="width: 1500px">
<a-layout style="width: 100%;height: 310px">
<a-layout-sider width="110px">
<a-layout style="width: 99%;height: 310px">
<!-- <a-layout-sider width="110px">
<a-tabs :activeKey="this.select.row" tab-position="left" @change="changeTabLeft" v-if="total.row > nums.row">
<a-tab-pane
v-for="index in latticeRow"
@ -15,13 +15,17 @@
</span>
</a-tab-pane>
</a-tabs>
</a-layout-sider>
</a-layout-sider> -->
<a-layout-content>
<!-- <slot :data="{select, nums, random}"></slot> -->
<div class="roadway-buttom">
<div class="roadway-box">
<div class="line" v-for="(row,rowIndex) in total.row" :key="rowIndex" v-if="row >= random.row[0] && row <= random.row[1]">
<p style="width:90px;">
{{ random.row[0] + random.row[1] - rowIndex - 1 +"层"}}
</p>
<div v-for="(column,index) in total.column" :key="index" class="el" v-if="column >= random.column[0] && column <= random.column[1]">
<!--渲染默认巷道框架规格 定位浮在 已有巷道上做对应-->
@ -29,7 +33,9 @@
class="default"
:id="`${direction}-${side}-${random.row[0] + random.row[1] - rowIndex - 1}-${column}`"
@click="tocheckPage(random.row[0] + random.row[1] - rowIndex - 1,column)">
{{column}}-{{ random.row[0] + random.row[1] - rowIndex - 1}}
<!-- {{column}}-{{ random.row[0] + random.row[1] - rowIndex - 1}} -->
{{column}}
</span>
</div>
</div>
@ -85,8 +91,8 @@ export default {
type: Object,
default: () => {
return {
row: 10,
column: 25
row: 20,
column: 71
}
}
},

@ -271,7 +271,7 @@ export default {
1: "盘点异常",
2: "核对正确",
3: "人工核对正确",
4: "其他",
4: "空托盘",
},
};
},

@ -81,7 +81,7 @@
color="#bc55cf"
style="width: 30px; height: 20px; margin-right: 6px"
></a-tag>
其他
空托盘
</span>
</div>
@ -107,7 +107,7 @@
</a-select>
</div>
<a-col :span="19">
<a-col :span="20">
<!--左货架DOM-->
<div class="center-box">
<span class="shelf-number"> 左侧货架 </span>
@ -168,7 +168,7 @@
</subsection>
</div>
</a-col>
<a-col :span="5">
<a-col :span="4">
<div
class="img-box"
style=""
@ -201,7 +201,7 @@
</span>
</li><li class="img-box-item">
<span class="img-box-title">
其他货物:
空托盘数:
</span>
<span class="img-box-value">

@ -121,7 +121,7 @@
</a-select-option>
<a-select-option :value=4>
其他
空托盘
</a-select-option>
</a-select>
</a-form-item>
@ -238,7 +238,7 @@ export default {
1: "盘点异常",
2: "核对正确",
3: "人工核对正确",
4: "其他",
4: "空托盘",
},
queryParam: {
lotnum: "",

Loading…
Cancel
Save