|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<span style="height:100%;">
|
|
|
|
<span style="height:100%;">
|
|
|
|
<happy-scroll color="rgba(100,100,100,0.5)" size="8" class="scroll-box" style="width:320px;height:90px;">
|
|
|
|
<happy-scroll color="rgba(100,100,100,0.5)" size="8" class="scroll-box" style="height:30px;">
|
|
|
|
|
|
|
|
|
|
|
|
<img class="historyImg" :src="imgUrl+text.intoStockPic"
|
|
|
|
<img class="historyImg" :src="imgUrl+text.intoStockPic"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
@ -56,7 +56,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<span style="height:100%;">
|
|
|
|
<span style="height:100%;">
|
|
|
|
<happy-scroll color="rgba(100,100,100,0.5)" size="8" class="scroll-box" style="width:320px;height:90px;">
|
|
|
|
<happy-scroll color="rgba(100,100,100,0.5)" size="8" class="scroll-box" style="height:30px;">
|
|
|
|
|
|
|
|
|
|
|
|
<img class="historyImg" :src="imgUrl+text.intoStockOverPic"
|
|
|
|
<img class="historyImg" :src="imgUrl+text.intoStockOverPic"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
@ -117,11 +117,10 @@ export default {
|
|
|
|
dataIndex: "goodsLocation",
|
|
|
|
dataIndex: "goodsLocation",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "入库照片",
|
|
|
|
title: "入库顶部照片",
|
|
|
|
|
|
|
|
|
|
|
|
scopedSlots: {customRender: 'intoStockPic'},
|
|
|
|
scopedSlots: {customRender: 'intoStockPic'},
|
|
|
|
width:320,
|
|
|
|
width:200
|
|
|
|
width:320,
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "入库时间",
|
|
|
|
title: "入库时间",
|
|
|
|
@ -131,7 +130,7 @@ export default {
|
|
|
|
title: "入库完成照片",
|
|
|
|
title: "入库完成照片",
|
|
|
|
// dataIndex: "pic",
|
|
|
|
// dataIndex: "pic",
|
|
|
|
scopedSlots: {customRender: 'intoStockOverPic'},
|
|
|
|
scopedSlots: {customRender: 'intoStockOverPic'},
|
|
|
|
width:320,
|
|
|
|
width:200,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "入库完成时间",
|
|
|
|
title: "入库完成时间",
|
|
|
|
@ -140,8 +139,6 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
visible: false,
|
|
|
|
visible: false,
|
|
|
|
vid1: '',
|
|
|
|
|
|
|
|
vid2: ''
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
mounted() {
|
|
|
|
mounted() {
|
|
|
|
|