|
@ -33,13 +33,15 @@ |
|
|
:visible="compeletHandleVisible" |
|
|
:visible="compeletHandleVisible" |
|
|
v-loading="compeletLoading" |
|
|
v-loading="compeletLoading" |
|
|
top="5vh" |
|
|
top="5vh" |
|
|
width="90%"> |
|
|
class="compeletHandlePop" |
|
|
<div style="height:calc(100vh - 280px);overflow:auto"> |
|
|
width="90%" |
|
|
|
|
|
> |
|
|
|
|
|
<div style="height:calc(95vh - 200px);overflow:auto"> |
|
|
<currenForm |
|
|
<currenForm |
|
|
:labelWidth="'90px'" |
|
|
:labelWidth="'90px'" |
|
|
ref="compeletHandleForm_Ref" |
|
|
ref="compeletHandleForm_Ref" |
|
|
:style="'width:calc(100% - 100px)'" |
|
|
:style="'width:calc(100% - 100px)'" |
|
|
size="medium" |
|
|
size="mini" |
|
|
:searchData="compeletFormData" |
|
|
:searchData="compeletFormData" |
|
|
:searchForm="compeletForm" |
|
|
:searchForm="compeletForm" |
|
|
:rules="compeletRule" |
|
|
:rules="compeletRule" |
|
@ -49,6 +51,7 @@ |
|
|
v-if="compeletHandleVisible" |
|
|
v-if="compeletHandleVisible" |
|
|
:border="true" |
|
|
:border="true" |
|
|
:column="3" |
|
|
:column="3" |
|
|
|
|
|
size="mini" |
|
|
:direction="'horizontal'" |
|
|
:direction="'horizontal'" |
|
|
:colon="false" |
|
|
:colon="false" |
|
|
:tabsDesTions="padDeatilColumn" |
|
|
:tabsDesTions="padDeatilColumn" |
|
@ -68,7 +71,7 @@ |
|
|
:visible="showInventoryVisible" |
|
|
:visible="showInventoryVisible" |
|
|
top="5vh" |
|
|
top="5vh" |
|
|
width="90%"> |
|
|
width="90%"> |
|
|
<div v-loading="showInventoryLoading" style="height:calc(100vh - 220px);overflow:auto"> |
|
|
<div v-loading="showInventoryLoading" style="height:calc(95vh - 200px);overflow:auto"> |
|
|
<div |
|
|
<div |
|
|
class="showInventoryRow" |
|
|
class="showInventoryRow" |
|
|
v-for="(item,index) in inventoryTableData" |
|
|
v-for="(item,index) in inventoryTableData" |
|
@ -79,6 +82,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<curren-descriptions |
|
|
<curren-descriptions |
|
|
:column="2" |
|
|
:column="2" |
|
|
|
|
|
size="mini" |
|
|
:border="true" |
|
|
:border="true" |
|
|
:direction="'horizontal'" |
|
|
:direction="'horizontal'" |
|
|
:tabsDesTions="inventoryColumn" |
|
|
:tabsDesTions="inventoryColumn" |
|
@ -472,6 +476,9 @@ export default { |
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
@import "@/styles/padMain.scss"; |
|
|
@import "@/styles/padMain.scss"; |
|
|
.showInventoryPop{ |
|
|
.showInventoryPop{ |
|
|
|
|
|
::v-deep .el-dialog{ |
|
|
|
|
|
margin-bottom:0 !important |
|
|
|
|
|
} |
|
|
::v-deep .el-dialog__body{ |
|
|
::v-deep .el-dialog__body{ |
|
|
padding:0 15px !important; |
|
|
padding:0 15px !important; |
|
|
} |
|
|
} |
|
@ -502,5 +509,17 @@ export default { |
|
|
height:28px; |
|
|
height:28px; |
|
|
overflow:hidden |
|
|
overflow:hidden |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.compeletHandlePop{ |
|
|
|
|
|
::v-deep .el-dialog{ |
|
|
|
|
|
margin-bottom:0 !important |
|
|
|
|
|
} |
|
|
|
|
|
::v-deep .el-dialog__body{ |
|
|
|
|
|
padding:0 !important |
|
|
|
|
|
} |
|
|
|
|
|
.el-form-item--mini.el-form-item{ |
|
|
|
|
|
margin-bottom:10px !important |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |