|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
<el-table
|
|
|
|
|
:data="tableData"
|
|
|
|
|
style="width: 100%"
|
|
|
|
|
max-height="19.13vw"
|
|
|
|
|
:max-height="19.13 * vw"
|
|
|
|
|
:cell-style="{textAlign:'center'}"
|
|
|
|
|
:header-cell-style="{textAlign:'center'}"
|
|
|
|
|
>
|
|
|
|
@ -86,7 +86,7 @@
|
|
|
|
|
<el-table
|
|
|
|
|
:data="tableData1"
|
|
|
|
|
style="width: 100%"
|
|
|
|
|
max-height="19.13vw"
|
|
|
|
|
:max-height="19.13 * vw"
|
|
|
|
|
:cell-style="{textAlign:'center'}"
|
|
|
|
|
:header-cell-style="{textAlign:'center'}"
|
|
|
|
|
|
|
|
|
@ -202,7 +202,7 @@
|
|
|
|
|
<el-table
|
|
|
|
|
:data="form.wmsRawOutstockDetailList"
|
|
|
|
|
style="width: 100%"
|
|
|
|
|
max-height="19.13vw"
|
|
|
|
|
:max-height="19.13 * vw"
|
|
|
|
|
:cell-style="{textAlign:'center'}"
|
|
|
|
|
:header-cell-style="{textAlign:'center'}"
|
|
|
|
|
>
|
|
|
|
@ -271,6 +271,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
vw: (document.documentElement.clientWidth || document.body.clientWidth) / 100,
|
|
|
|
|
searchMaterialValue:'',
|
|
|
|
|
warehouseList:[],
|
|
|
|
|
form: {
|
|
|
|
|