|  | @@ -235,6 +235,16 @@
 | 
	
		
			
				|  |  |              style="width: 220px"
 | 
	
		
			
				|  |  |            ></el-input>
 | 
	
		
			
				|  |  |          </el-form-item>
 | 
	
		
			
				|  |  | +        <el-form-item label="分部成本" prop="organCostPrice">
 | 
	
		
			
				|  |  | +          <el-input
 | 
	
		
			
				|  |  | +            type="number"
 | 
	
		
			
				|  |  | +            placeholder="请输入分部成本"
 | 
	
		
			
				|  |  | +            @mousewheel.native.prevent
 | 
	
		
			
				|  |  | +            :disabled="pageDisabled"
 | 
	
		
			
				|  |  | +            v-model.trim="form.organCostPrice"
 | 
	
		
			
				|  |  | +            style="width: 220px"
 | 
	
		
			
				|  |  | +          ></el-input>
 | 
	
		
			
				|  |  | +        </el-form-item>
 | 
	
		
			
				|  |  |          <el-alert
 | 
	
		
			
				|  |  |            title="销售渠道"
 | 
	
		
			
				|  |  |            :closable="false"
 | 
	
	
		
			
				|  | @@ -540,6 +550,7 @@ export default {
 | 
	
		
			
				|  |  |          marketPrice: null,
 | 
	
		
			
				|  |  |          discountPrice: null,
 | 
	
		
			
				|  |  |          groupPurchasePrice: null,
 | 
	
		
			
				|  |  | +        organCostPrice: null,
 | 
	
		
			
				|  |  |          clientShow: null,
 | 
	
		
			
				|  |  |          educationalShow: null,
 | 
	
		
			
				|  |  |          musicGroupShow: null,
 | 
	
	
		
			
				|  | @@ -651,6 +662,13 @@ export default {
 | 
	
		
			
				|  |  |              trigger: "blur"
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          ],
 | 
	
		
			
				|  |  | +        organCostPrice: [
 | 
	
		
			
				|  |  | +          {
 | 
	
		
			
				|  |  | +            required: true,
 | 
	
		
			
				|  |  | +            validator: validPrice,
 | 
	
		
			
				|  |  | +            trigger: "blur"
 | 
	
		
			
				|  |  | +          }
 | 
	
		
			
				|  |  | +        ],
 | 
	
		
			
				|  |  |          clientShow: [
 | 
	
		
			
				|  |  |            { required: true, message: "请选择学员是否展示", trigger: "change" }
 | 
	
		
			
				|  |  |          ],
 | 
	
	
		
			
				|  | @@ -849,6 +867,7 @@ export default {
 | 
	
		
			
				|  |  |            marketPrice: null,
 | 
	
		
			
				|  |  |            discountPrice: null,
 | 
	
		
			
				|  |  |            groupPurchasePrice: null,
 | 
	
		
			
				|  |  | +          organCostPrice: null,
 | 
	
		
			
				|  |  |            clientShow: null,
 | 
	
		
			
				|  |  |            educationalShow: null,
 | 
	
		
			
				|  |  |            musicGroupShow: null,
 | 
	
	
		
			
				|  | @@ -924,6 +943,7 @@ replacementShowOrganId: 6,7 */
 | 
	
		
			
				|  |  |                marketPrice: result.marketPrice,
 | 
	
		
			
				|  |  |                discountPrice: result.discountPrice,
 | 
	
		
			
				|  |  |                groupPurchasePrice: result.groupPurchasePrice,
 | 
	
		
			
				|  |  | +              organCostPrice: result.organCostPrice,
 | 
	
		
			
				|  |  |                clientShow: result.clientShow,
 | 
	
		
			
				|  |  |                educationalShow: result.educationalShow,
 | 
	
		
			
				|  |  |                musicGroupShow: result.musicGroupShow,
 |