| 
														
															@@ -21,7 +21,8 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           </el-button> 
														 | 
														
														 | 
														
															           </el-button> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           <el-dropdown-menu slot="dropdown"> 
														 | 
														
														 | 
														
															           <el-dropdown-menu slot="dropdown"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <el-dropdown-item :disabled="form.status>0" @click.native="auditCheck">审核数据</el-dropdown-item> 
														 | 
														
														 | 
														
															             <el-dropdown-item :disabled="form.status>0" @click.native="auditCheck">审核数据</el-dropdown-item> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            <el-dropdown-item v-if="roleName=='admin'" :disabled="form.status<1" @click.native="revokeCheck">撤销审核</el-dropdown-item> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            <el-dropdown-item v-if="roleName=='admin'" :disabled="form.status<1" @click.native="revokeCheck">撤销审核 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            </el-dropdown-item> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <el-dropdown-item :disabled="form.status<1" @click.native="checkScheduleDialog = true">审核进度 
														 | 
														
														 | 
														
															             <el-dropdown-item :disabled="form.status<1" @click.native="checkScheduleDialog = true">审核进度 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             </el-dropdown-item> 
														 | 
														
														 | 
														
															             </el-dropdown-item> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <el-dropdown-item v-if="$route.query.check" :disabled="form.status==3" @click.native="check">审批数据 
														 | 
														
														 | 
														
															             <el-dropdown-item v-if="$route.query.check" :disabled="form.status==3" @click.native="check">审批数据 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -58,7 +59,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <div style="display:flex;justify-content: center;"> 
														 | 
														
														 | 
														
															             <div style="display:flex;justify-content: center;"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               <el-button size="small" icon="el-icon-edit" type="text" @click="rowCell(row, index)" 
														 | 
														
														 | 
														
															               <el-button size="small" icon="el-icon-edit" type="text" @click="rowCell(row, index)" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 :disabled="disabled || detailData.status == 1">{{ row.$cellEdit ? "保存" : "修改" }}</el-button> 
														 | 
														
														 | 
														
															                 :disabled="disabled || detailData.status == 1">{{ row.$cellEdit ? "保存" : "修改" }}</el-button> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                <el-button size="small" icon="el-icon-delete" type="text" @click="rowDel(row, index)" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              <el-button size="small" icon="el-icon-delete" type="text" @click="rowDel(row, index)" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 :disabled="detailData.status == 1">删除</el-button> 
														 | 
														
														 | 
														
															                 :disabled="detailData.status == 1">删除</el-button> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             </div> 
														 | 
														
														 | 
														
															             </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           </template> 
														 | 
														
														 | 
														
															           </template> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -93,7 +94,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </template> 
														 | 
														
														 | 
														
															 </template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <script> 
														 | 
														
														 | 
														
															 <script> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import { detail, submit, checkWarehousing, getStoragetree, getStorage, getAllgoods, revokeWarehousing,delItem } from "@/api/purchasingManagement/inStock"; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import { detail, submit, checkWarehousing, getStoragetree, getStorage, getAllgoods, revokeWarehousing, delItem } from "@/api/purchasingManagement/inStock"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import tableOption from "./config/customerContact.json"; 
														 | 
														
														 | 
														
															 import tableOption from "./config/customerContact.json"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import feeInfo from "@/components/fee-info/main"; 
														 | 
														
														 | 
														
															 import feeInfo from "@/components/fee-info/main"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import checkSchedule from "../../../components/check/checkSchedule"; 
														 | 
														
														 | 
														
															 import checkSchedule from "../../../components/check/checkSchedule"; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -177,7 +178,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       pageLoading: false, 
														 | 
														
														 | 
														
															       pageLoading: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       batchNo: '', 
														 | 
														
														 | 
														
															       batchNo: '', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       storagetreeList: [], 
														 | 
														
														 | 
														
															       storagetreeList: [], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      roleName:localStorage.getItem("roleName") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      roleName: localStorage.getItem("roleName") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }; 
														 | 
														
														 | 
														
															     }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   props: { 
														 | 
														
														 | 
														
															   props: { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -362,7 +363,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             delete e.id 
														 | 
														
														 | 
														
															             delete e.id 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           }) 
														 | 
														
														 | 
														
															           }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           this.form = res.data.data; 
														 | 
														
														 | 
														
															           this.form = res.data.data; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          this.itemsVOList = res.data.data.itemsVOList; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          this.itemsVOList = res.data.data.itemsVOList.filter(item => item.isIssue == 1); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           this.getStorage() 
														 | 
														
														 | 
														
															           this.getStorage() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }) 
														 | 
														
														 | 
														
															         }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         .finally(() => { 
														 | 
														
														 | 
														
															         .finally(() => { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -374,6 +375,9 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.$refs["form"].validate((valid, done) => { 
														 | 
														
														 | 
														
															       this.$refs["form"].validate((valid, done) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         done(); 
														 | 
														
														 | 
														
															         done(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (valid) { 
														 | 
														
														 | 
														
															         if (valid) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          this.itemsVOList.forEach((e, index) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            e.sort = Number(index) + 1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           this.subLoading = true; 
														 | 
														
														 | 
														
															           this.subLoading = true; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           let data = { 
														 | 
														
														 | 
														
															           let data = { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             ...this.form, 
														 | 
														
														 | 
														
															             ...this.form, 
														 |