盘点增加巷道信息

nanjing-zhongyan
LAPTOP-S9HJSOEB\昊天 3 years ago
parent 4ace33a315
commit 32541332fb

@ -46,7 +46,7 @@ export default {
collapsed: false, collapsed: false,
count: 0, count: 0,
title: "", title: "",
indexlogo:require('@/assets/indexlogo.png'), //indexlogo:require('@/assets/indexlogo.png'),
}; };
}, },
mounted() { mounted() {

@ -96,7 +96,7 @@
{{ text }} {{ text }}
</span> </span>
<span slot="goodsLocation" slot-scope="text"> <span slot="goodsLocation" slot-scope="text">
{{ text.direction == 1 ?"左":"右"}}-{{ text.side == 1 ?"浅":"深"}}-{{ text.row}}-{{ text.column}} {{text.streetName }}-{{ text.direction == 1 ?"左":"右"}}-{{ text.side == 1 ?"浅":"深"}}-{{ text.row}}-{{ text.column}}
</span> </span>
<span slot="status" slot-scope="text"> <span slot="status" slot-scope="text">
{{ statusMap[text.status] }} {{ statusMap[text.status] }}
@ -152,7 +152,7 @@ export default {
dataIndex: "lotnum", dataIndex: "lotnum",
}, },
{ {
title: "货位({左右}-{深浅}-{行}-{列})", title: "巷道-货位({左右}-{深浅}-{行}-{列})",
scopedSlots: {customRender: 'goodsLocation'}, scopedSlots: {customRender: 'goodsLocation'},
}, },
{ {

Loading…
Cancel
Save