| 
														
															@@ -24,16 +24,6 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								<a-input v-model:value="formData.customerName" placeholder="请输入" disabled allow-clear ></a-input> 
														 | 
														
														 | 
														
															 								<a-input v-model:value="formData.customerName" placeholder="请输入" disabled allow-clear ></a-input> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							</a-form-item> 
														 | 
														
														 | 
														
															 							</a-form-item> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						</a-col> 
														 | 
														
														 | 
														
															 						</a-col> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            <a-col :span="12"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							<a-form-item label="销售部门(sale department)" v-bind="validateInfos.saleDepartment"  id="SaleOrderForm-saleDepartment" name="saleDepartment"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-								<a-input v-model:value="formData.saleDepartment" placeholder="请输入" disabled allow-clear ></a-input> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							</a-form-item> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						</a-col> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            <a-col :span="12"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							<a-form-item label="业务员(salesman)" v-bind="validateInfos.salesman"  id="SaleOrderForm-salesman" name="salesman"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-								<a-input v-model:value="formData.salesman" placeholder="请输入" disabled allow-clear ></a-input> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							</a-form-item> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						</a-col> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <a-col :span="12"> 
														 | 
														
														 | 
														
															             <a-col :span="12"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							<a-form-item label="货位(goods allocation)" v-bind="validateInfos.goodsAllocation" id="SaleOrderForm-goodsAllocation" name="goodsAllocation"> 
														 | 
														
														 | 
														
															 							<a-form-item label="货位(goods allocation)" v-bind="validateInfos.goodsAllocation" id="SaleOrderForm-goodsAllocation" name="goodsAllocation"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								<JDictSelectTag v-model:value="formData.goodsAllocation" placeholder="请选择" dictCode="goods_allocation"/> 
														 | 
														
														 | 
														
															 								<JDictSelectTag v-model:value="formData.goodsAllocation" placeholder="请选择" dictCode="goods_allocation"/> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -90,7 +80,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import { useValidateAntFormAndTable } from '/@/hooks/system/useJvxeMethods'; 
														 | 
														
														 | 
														
															   import { useValidateAntFormAndTable } from '/@/hooks/system/useJvxeMethods'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import { queryOtherOutByMainId, queryDataById, saveOrUpdate} from '../otherOutForm.api'; 
														 | 
														
														 | 
														
															   import { queryOtherOutByMainId, queryDataById, saveOrUpdate} from '../otherOutForm.api'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import {otherOutDetailColumns} from '../otherOutForm.data'; 
														 | 
														
														 | 
														
															   import {otherOutDetailColumns} from '../otherOutForm.data'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  import {SelectStaningStockModal} from './SelectStaningStockModal'; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  import SelectStaningStockModal from './SelectStaningStockModal.vue'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import { JVxeTable } from '/@/components/jeecg/JVxeTable'; 
														 | 
														
														 | 
														
															   import { JVxeTable } from '/@/components/jeecg/JVxeTable'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import JFormContainer from '/@/components/Form/src/container/JFormContainer.vue'; 
														 | 
														
														 | 
														
															   import JFormContainer from '/@/components/Form/src/container/JFormContainer.vue'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import JUpload from '/@/components/Form/src/jeecg/components/JUpload/JUpload.vue'; 
														 | 
														
														 | 
														
															   import JUpload from '/@/components/Form/src/jeecg/components/JUpload/JUpload.vue'; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -138,9 +128,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         projectName:'',   
														 | 
														
														 | 
														
															         projectName:'',   
														 | 
													
												
											
												
													
														| 
														 | 
														
															         customer:"", 
														 | 
														
														 | 
														
															         customer:"", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         customerName:'', 
														 | 
														
														 | 
														
															         customerName:'', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        saleDepartment: '',    
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         productionClass: '',    
														 | 
														
														 | 
														
															         productionClass: '',    
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        salesman:'',    
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         goodsAllocation:'', 
														 | 
														
														 | 
														
															         goodsAllocation:'', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         warehouse:'', 
														 | 
														
														 | 
														
															         warehouse:'', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         notes:'', 
														 | 
														
														 | 
														
															         notes:'', 
														 |