|  | @@ -212,7 +212,7 @@
 | 
	
		
			
				|  |  |                                      </mbinformation>
 | 
	
		
			
				|  |  |                                  </el-tab-pane>
 | 
	
		
			
				|  |  |                                  <el-tab-pane label="报表管理" name="fourth">
 | 
	
		
			
				|  |  | -                                    <reports :id="form.id" :assemblyForm="form" :disabled="detailData.seeDisabled" businessValue="HYJK"></reports>
 | 
	
		
			
				|  |  | +                                    <reports :id="form.id" :assemblyForm="form" :disabled="detailData.seeDisabled" businessValue="KYJK"></reports>
 | 
	
		
			
				|  |  |                                  </el-tab-pane>
 | 
	
		
			
				|  |  |                                  <el-tab-pane label="文件中心" name="seventh">
 | 
	
		
			
				|  |  |                                      <filescenter :assemblyForm="form" :detailData="detailData"></filescenter>
 | 
	
	
		
			
				|  | @@ -834,19 +834,19 @@ import {
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  |              // 申请B/L NO
 | 
	
		
			
				|  |  |              billsGetBillNofun(){
 | 
	
		
			
				|  |  | -                let billNoFormat = 'HYJK'
 | 
	
		
			
				|  |  | +                let billNoFormat = 'CYJK'
 | 
	
		
			
				|  |  |                  // if (this.form.cargoType == 'dry') {
 | 
	
		
			
				|  |  | -                //     billNoFormat = 'HYJK-PH'
 | 
	
		
			
				|  |  | +                //     billNoFormat = 'CYJK-PH'
 | 
	
		
			
				|  |  |                  // }else if (this.form.cargoType == 'danger') {
 | 
	
		
			
				|  |  | -                //     billNoFormat = 'HYJK-WXP'
 | 
	
		
			
				|  |  | +                //     billNoFormat = 'CYJK-WXP'
 | 
	
		
			
				|  |  |                  // }else if (this.form.cargoType == 'reefer') {
 | 
	
		
			
				|  |  | -                //     billNoFormat = 'HYJK-DG'
 | 
	
		
			
				|  |  | +                //     billNoFormat = 'CYJK-DG'
 | 
	
		
			
				|  |  |                  // }else {}
 | 
	
		
			
				|  |  |                  if (this.form.cargoType) {
 | 
	
		
			
				|  |  | -                    billNoFormat = 'HYJK-WXP'
 | 
	
		
			
				|  |  | +                    billNoFormat = 'CYJK-WXP'
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  billsGetBillNo({
 | 
	
		
			
				|  |  | -                    businessTypeCode:'HYJK',
 | 
	
		
			
				|  |  | +                    businessTypeCode:'CYJK',
 | 
	
		
			
				|  |  |                      billNoFormat:billNoFormat
 | 
	
		
			
				|  |  |                  }).then(res=>{
 | 
	
		
			
				|  |  |                      this.columnforfun('hpaymode').disabled = false
 | 
	
	
		
			
				|  | @@ -1279,22 +1279,22 @@ import {
 | 
	
		
			
				|  |  |              billsSubmitfun(){
 | 
	
		
			
				|  |  |                  // if (this.form.cargoType = 'dry') {
 | 
	
		
			
				|  |  |                  //     // 普货
 | 
	
		
			
				|  |  | -                //     this.form.billNoFormat = 'HYJK-PH'
 | 
	
		
			
				|  |  | +                //     this.form.billNoFormat = 'CYJK-PH'
 | 
	
		
			
				|  |  |                  // }else if (this.form.cargoType = 'danger'){
 | 
	
		
			
				|  |  |                  //     // 危险品
 | 
	
		
			
				|  |  | -                //     this.form.billNoFormat = 'HYJK-WXP'
 | 
	
		
			
				|  |  | +                //     this.form.billNoFormat = 'CYJK-WXP'
 | 
	
		
			
				|  |  |                  // }else if (this.form.cargoType = 'reefer') {
 | 
	
		
			
				|  |  |                  //     // 冻柜
 | 
	
		
			
				|  |  | -                //     this.form.billNoFormat = 'HYJK-DG'
 | 
	
		
			
				|  |  | +                //     this.form.billNoFormat = 'CYJK-DG'
 | 
	
		
			
				|  |  |                  // }else {
 | 
	
		
			
				|  |  |                  //
 | 
	
		
			
				|  |  |                  // }
 | 
	
		
			
				|  |  |                  if (this.form.cargoType) {
 | 
	
		
			
				|  |  |                      this.form.billNoFormat = 'KYJK-WXP'
 | 
	
		
			
				|  |  |                  }else {
 | 
	
		
			
				|  |  | -                    this.form.billNoFormat = 'HYJK'
 | 
	
		
			
				|  |  | +                    this.form.billNoFormat = 'CYJK'
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  | -                this.form.businessTypeCode = 'HYJK'
 | 
	
		
			
				|  |  | +                this.form.businessTypeCode = 'CYJK'
 | 
	
		
			
				|  |  |                  // 把拼接的数据拆开 开始 🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒🐒
 | 
	
		
			
				|  |  |                  this.searchSplit()
 | 
	
		
			
				|  |  |                  // 把拼接的数据拆开 结束 💩💩💩💩💩💩💩💩💩💩💩💩💩💩
 |