|
|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
</a-form-item>
|
|
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="2">
|
|
|
|
|
<!-- <a-col :span="2">
|
|
|
|
|
<a-form-item label="深浅" v-if="queryParam.side >= 0">
|
|
|
|
|
<a-select style="width: 50px" :key="queryParam.side" >
|
|
|
|
|
<a-select-option :key=0>
|
|
|
|
|
@ -46,7 +46,7 @@
|
|
|
|
|
</a-form-item>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
</a-col> -->
|
|
|
|
|
<a-col :span="2" style="text-align: left">
|
|
|
|
|
<a-form-item label="行号">
|
|
|
|
|
<a-input v-model="queryParam.row" placeholder="请输入" style="width:50px;" type="number"/>
|
|
|
|
|
@ -96,7 +96,7 @@
|
|
|
|
|
{{ text }}
|
|
|
|
|
</span>
|
|
|
|
|
<span slot="goodsLocation" slot-scope="text">
|
|
|
|
|
{{ text.direction == 1 ?"左":"右"}}-{{ text.side == 1 ?"浅":"深"}}-{{ text.row}}-{{ text.column}}
|
|
|
|
|
{{ text.direction }}-{{ text.row}}-{{ text.column}}
|
|
|
|
|
</span>
|
|
|
|
|
<span slot="status" slot-scope="text">
|
|
|
|
|
{{ statusMap[text.status] }}
|
|
|
|
|
@ -159,8 +159,9 @@ export default {
|
|
|
|
|
dataIndex: "streetName",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "货位({左右}-{深浅}-{行}-{列})",
|
|
|
|
|
title: "货位({1:左,2:右}-{行}-{列})",
|
|
|
|
|
scopedSlots: {customRender: 'goodsLocation'},
|
|
|
|
|
width:200,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|