| 
					
				 | 
			
			
				@@ -7,7 +7,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     :title="title" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     v-model="isShow" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @cancle="cansel" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    width="40%"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    :width="600"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <a-form-model 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ref="ruleForm" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -33,10 +33,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             style="width: 100%;" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </a-form-model-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <div style="display: flex;justify-content: center;padding: 30px 0;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <a-button size="large" type="primary" @click="onSubmit"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <a-button type="primary" @click="onSubmit"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             确定 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <a-button size="large" style="margin-left: 50px;" @click="cansel"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <a-button style="margin-left: 15px;" @click="cansel"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             取消 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </a-button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -61,8 +61,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     return { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       isShow: this.openModal, //  是否打开弹框 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       title: '设置成本价', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      labelCol: { span: 6 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      wrapperCol: { span: 14 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      labelCol: { span: 4 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      wrapperCol: { span: 18 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       productName: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       productCode: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       form: { 
			 |