|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="SuppliesInventory-all">
|
|
|
<el-dialog custom-class="batchcollectiondialog" top="10vh" width="1200px" title="批量领用"
|
|
|
- :visible.sync="BatchCollection">
|
|
|
+ :visible.sync="BatchCollection" :close-on-click-modal="false">
|
|
|
<el-tabs v-model="activeIndex" @tab-click="handleSelect">
|
|
|
<el-tab-pane label="批量领用申请" name="1">
|
|
|
<div class="batchcollection-search">
|
|
@@ -99,7 +99,7 @@
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
|
</el-dialog>
|
|
|
- <el-dialog top="10vh" width="1200px" title="入库审核" :visible.sync="Warehousingaudit">
|
|
|
+ <el-dialog top="10vh" width="1200px" title="入库审核" :visible.sync="Warehousingaudit" :close-on-click-modal="false">
|
|
|
<div class="warehousingaudit-search">
|
|
|
<!-- <div class="warehousingaudit-search-li">
|
|
|
<label>物品类型:</label>
|
|
@@ -180,7 +180,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog top="10vh" width="1740px" title="领用记录" :visible.sync="ReceiptRecord">
|
|
|
+ <el-dialog top="10vh" width="1740px" title="领用记录" :visible.sync="ReceiptRecord" :close-on-click-modal="false">
|
|
|
<div class="ReceiptRecord-search">
|
|
|
<div class="ReceiptRecord-search-li">
|
|
|
<label style="margin-left: 0px;">关联团组:</label>
|
|
@@ -290,7 +290,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog top="10vh" class="Approval-dialog" width="1350px" title="领用审核" :visible.sync="ApprovalVisible">
|
|
|
+ <el-dialog top="10vh" class="Approval-dialog" width="1350px" title="领用审核" :visible.sync="ApprovalVisible" :close-on-click-modal="false">
|
|
|
<div>
|
|
|
<el-select @change="typevaluechange" style="width: 150px;margin-bottom: 10px;" size="small"
|
|
|
v-model="typevalue" placeholder="请选择">
|
|
@@ -371,7 +371,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog top="10vh" width="1200px" title="入库物品" :visible.sync="warehousingsVisible">
|
|
|
+ <el-dialog top="10vh" width="1200px" title="入库物品" :visible.sync="warehousingsVisible" :close-on-click-modal="false">
|
|
|
<el-form :model="warehousingsruleForm" :rules="warehousingsrules" ref="warehousingsruleForm"
|
|
|
label-width="100px" class="demo-ruleForm">
|
|
|
<div class="warehousingsrule-input">
|
|
@@ -502,7 +502,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog width="400px" title="添加物品" :visible.sync="AddItemsVisible">
|
|
|
+ <el-dialog width="400px" title="添加物品" :visible.sync="AddItemsVisible" :close-on-click-modal="false">
|
|
|
<div class="additems-ul">
|
|
|
<div class="additems-li">
|
|
|
<label>所属公司:</label>
|
|
@@ -543,7 +543,7 @@
|
|
|
<el-button @click="GoodsOP" type="primary">保存</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog top="10vh" title="领用物品" width="1000px" :visible.sync="ClaimitemVisible">
|
|
|
+ <el-dialog top="10vh" title="领用物品" width="1000px" :visible.sync="ClaimitemVisible" :close-on-click-modal="false">
|
|
|
<label style="display: inline-block;margin-left: 32px;margin-bottom: 10px;">{{Claimitemlabel}}</label>
|
|
|
<el-form :model="ClaimsruleForm" :rules="Claimrules" ref="ClaimsruleForm" label-width="100px"
|
|
|
class="demo-ruleForm">
|