| 
														
															@@ -929,7 +929,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   <el-dropdown-item command="q">签收单</el-dropdown-item> 
														 | 
														
														 | 
														
															                   <el-dropdown-item command="q">签收单</el-dropdown-item> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 </el-dropdown-menu> 
														 | 
														
														 | 
														
															                 </el-dropdown-menu> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               </el-dropdown> 
														 | 
														
														 | 
														
															               </el-dropdown> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-              <el-dropdown @command="detailedApproval" style="margin-left: 10px" v-if="showApproval == 0"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              <el-dropdown @command="detailedApproval" style="margin-left: 10px" v-if="showMXApproval == 0"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 <el-button size="small" type="primary"> 
														 | 
														
														 | 
														
															                 <el-button size="small" type="primary"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                   明细审批<i class="el-icon-arrow-down el-icon--right"></i> 
														 | 
														
														 | 
														
															                   明细审批<i class="el-icon-arrow-down el-icon--right"></i> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 </el-button> 
														 | 
														
														 | 
														
															                 </el-button> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -5695,6 +5695,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       tfNetweightnum: 0, 
														 | 
														
														 | 
														
															       tfNetweightnum: 0, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       tfGrossweightnum: 0, 
														 | 
														
														 | 
														
															       tfGrossweightnum: 0, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       showApproval: null, 
														 | 
														
														 | 
														
															       showApproval: null, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      showMXApproval: null, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       allfPlanqty: 0, 
														 | 
														
														 | 
														
															       allfPlanqty: 0, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       ckTime: null, 
														 | 
														
														 | 
														
															       ckTime: null, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       entryPrinting: 1, 
														 | 
														
														 | 
														
															       entryPrinting: 1, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -6176,6 +6177,9 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     this.getConfigKey('outStock.orders.approvalFlow').then((response) => { 
														 | 
														
														 | 
														
															     this.getConfigKey('outStock.orders.approvalFlow').then((response) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.showApproval = response.msg 
														 | 
														
														 | 
														
															       this.showApproval = response.msg 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }) 
														 | 
														
														 | 
														
															     }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    this.getConfigKey('warehouse.outStockItem.ApprovalFlow').then((response) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.showMXApproval = response.msg 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     listWarehousesss({ fStatus: 0, delFlag: 0 }).then((response) => { 
														 | 
														
														 | 
														
															     listWarehousesss({ fStatus: 0, delFlag: 0 }).then((response) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.warehouseOptions = response.rows 
														 | 
														
														 | 
														
															       this.warehouseOptions = response.rows 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }) 
														 | 
														
														 | 
														
															     }) 
														 |