|
@@ -132,7 +132,8 @@
|
|
</ws-info-table>
|
|
</ws-info-table>
|
|
</div>
|
|
</div>
|
|
<div class="small-title" v-show="warehouseType == '1'">仓库照片</div>
|
|
<div class="small-title" v-show="warehouseType == '1'">仓库照片</div>
|
|
- <div class="addressUrls">
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <div class="addressUrls">
|
|
<div v-for="(items, index) in addressUrls" class="addressUrl">
|
|
<div v-for="(items, index) in addressUrls" class="addressUrl">
|
|
<img
|
|
<img
|
|
v-show="addressUrls.length > 0"
|
|
v-show="addressUrls.length > 0"
|
|
@@ -143,6 +144,8 @@
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
</ws-form>
|
|
</ws-form>
|
|
</div>
|
|
</div>
|
|
<div style="text-align: right; padding: 10px">
|
|
<div style="text-align: right; padding: 10px">
|
|
@@ -157,6 +160,11 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
|
|
+import {
|
|
|
|
+ regionData,
|
|
|
|
+ CodeToText,
|
|
|
|
+ TextToCode
|
|
|
|
+ } from 'element-china-area-data'
|
|
import { xiala, billoperatehis, getLook } from '@/model/warehouse/index'
|
|
import { xiala, billoperatehis, getLook } from '@/model/warehouse/index'
|
|
import Pagination from '@/components/Pagination'
|
|
import Pagination from '@/components/Pagination'
|
|
import WsUpload from '@/components/WsUpload'
|
|
import WsUpload from '@/components/WsUpload'
|
|
@@ -307,6 +315,7 @@ export default {
|
|
})
|
|
})
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|
|
|
|
+
|
|
this.packtypeList = response
|
|
this.packtypeList = response
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -342,9 +351,12 @@ export default {
|
|
margin-top: 100px;
|
|
margin-top: 100px;
|
|
top: 30px;
|
|
top: 30px;
|
|
width: 90%;
|
|
width: 90%;
|
|
- height: 500px;
|
|
|
|
|
|
+ // height: 500px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
+.container{
|
|
|
|
+ overflow:scroll;
|
|
|
|
+}
|
|
.container .bg-left {
|
|
.container .bg-left {
|
|
padding-left: 40px;
|
|
padding-left: 40px;
|
|
}
|
|
}
|