|  | @@ -93,12 +93,17 @@
 | 
	
		
			
				|  |  |  							</a-form-item>
 | 
	
		
			
				|  |  |  						</a-col>
 | 
	
		
			
				|  |  |              <a-col :span="12">
 | 
	
		
			
				|  |  | -							<a-form-item label="协议条款(agreement terms)" v-bind="validateInfos.agreementTerms" id="SaleOrderForm-agreementTerms" name="agreementTerms"  >
 | 
	
		
			
				|  |  | -								<a-textarea v-model:value="formData.agreementTerms" AutoComplete="off" :rows="2" ></a-textarea>
 | 
	
		
			
				|  |  | +							<a-form-item label="销售说明(sale notes)" v-bind="validateInfos.saleNotes" id="SaleOrderForm-saleNotes" name="saleNotes"  >
 | 
	
		
			
				|  |  | +								<a-textarea v-model:value="formData.saleNotes" AutoComplete="off" :rows="2" ></a-textarea>
 | 
	
		
			
				|  |  |  							</a-form-item>
 | 
	
		
			
				|  |  | -						</a-col>   
 | 
	
		
			
				|  |  | +						</a-col> 
 | 
	
		
			
				|  |  | +            <a-col :span="12">
 | 
	
		
			
				|  |  | +              <a-form-item label="协议条款(agreement terms)" v-bind="validateInfos.agreementTerms" id="SaleOrderForm-agreementTerms" name="agreementTerms"   :label-col="formItemLayout.labelCol1" :wrapper-col="formItemLayout.wrapperCol1">
 | 
	
		
			
				|  |  | +                  <a-textarea v-model:value="formData.agreementTerms" AutoComplete="off" :rows="2" ></a-textarea>
 | 
	
		
			
				|  |  | +              </a-form-item>
 | 
	
		
			
				|  |  | +            </a-col>   
 | 
	
		
			
				|  |  |  						<a-col :span="12">
 | 
	
		
			
				|  |  | -							<a-form-item label="附件(attachs)" v-bind="validateInfos.attachs" id="PuechaseInquiryFormForm-attachs" name="attachs" :label-col="formItemLayout.labelCol1" :wrapper-col="formItemLayout.wrapperCol1">
 | 
	
		
			
				|  |  | +							<a-form-item label="附件(attachs)" v-bind="validateInfos.attachs" id="PuechaseInquiryFormForm-attachs" name="attachs">
 | 
	
		
			
				|  |  |  								<JUpload v-model:value="formData.attachs"></JUpload>
 | 
	
		
			
				|  |  |  							</a-form-item>
 | 
	
		
			
				|  |  |  						</a-col>
 | 
	
	
		
			
				|  | @@ -254,7 +259,8 @@
 | 
	
		
			
				|  |  |          saleAttachs:'',
 | 
	
		
			
				|  |  |          paymentTermsInfo:'',
 | 
	
		
			
				|  |  |          sourceId:"",
 | 
	
		
			
				|  |  | -        agreementTerms:''
 | 
	
		
			
				|  |  | +        agreementTerms:'',
 | 
	
		
			
				|  |  | +        saleNotes:''
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        //表单验证
 | 
	
	
		
			
				|  | @@ -449,6 +455,7 @@
 | 
	
		
			
				|  |  |          formData.inquiryTeamName = data[0].inquiryTeam_dictText
 | 
	
		
			
				|  |  |          formData.productionClass =  data[0].productionClass
 | 
	
		
			
				|  |  |          formData.saleAttachs =data[0].attachs
 | 
	
		
			
				|  |  | +        formData.saleNotes = data[0].inquiryNotes
 | 
	
		
			
				|  |  |          getShipList(data[0].headId)
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        function getShipList(id){
 |