|  | @@ -5634,7 +5634,7 @@
 | 
	
		
			
				|  |  |          :close-on-click-modal="false"
 | 
	
		
			
				|  |  |          :modal="false"
 | 
	
		
			
				|  |  |      >
 | 
	
		
			
				|  |  | -      <div id="print_area1" class="print-div">
 | 
	
		
			
				|  |  | +      <div id="print_area001" class="print-div">
 | 
	
		
			
				|  |  |          <div
 | 
	
		
			
				|  |  |              class="print-title"
 | 
	
		
			
				|  |  |              style="
 | 
	
	
		
			
				|  | @@ -5709,7 +5709,7 @@
 | 
	
		
			
				|  |  |              type="primary"
 | 
	
		
			
				|  |  |              :disabled="browseStatus"
 | 
	
		
			
				|  |  |              @click="
 | 
	
		
			
				|  |  | -            addprint();
 | 
	
		
			
				|  |  | +            addprint('001');
 | 
	
		
			
				|  |  |              print_dk = false;
 | 
	
		
			
				|  |  |            "
 | 
	
		
			
				|  |  |          >打印
 | 
	
	
		
			
				|  | @@ -8401,9 +8401,25 @@ export default {
 | 
	
		
			
				|  |  |              scanStyles: false,
 | 
	
		
			
				|  |  |            });
 | 
	
		
			
				|  |  |            break
 | 
	
		
			
				|  |  | +        case 'bzrkd_js':
 | 
	
		
			
				|  |  | +          print({
 | 
	
		
			
				|  |  | +            printable: "print_area15",
 | 
	
		
			
				|  |  | +            type: "html",
 | 
	
		
			
				|  |  | +            style: style, // 亦可使用引入的外部css;
 | 
	
		
			
				|  |  | +            scanStyles: false,
 | 
	
		
			
				|  |  | +          });
 | 
	
		
			
				|  |  | +          break
 | 
	
		
			
				|  |  | +        case '001':
 | 
	
		
			
				|  |  | +          print({
 | 
	
		
			
				|  |  | +            printable: "print_area001",
 | 
	
		
			
				|  |  | +            type: "html",
 | 
	
		
			
				|  |  | +            style: style, // 亦可使用引入的外部css;
 | 
	
		
			
				|  |  | +            scanStyles: false,
 | 
	
		
			
				|  |  | +          });
 | 
	
		
			
				|  |  | +          break
 | 
	
		
			
				|  |  |          default:
 | 
	
		
			
				|  |  |            print({
 | 
	
		
			
				|  |  | -            printable: "print_area1",
 | 
	
		
			
				|  |  | +            printable: "print_area4",
 | 
	
		
			
				|  |  |              type: "html",
 | 
	
		
			
				|  |  |              style: style, // 亦可使用引入的外部css;
 | 
	
		
			
				|  |  |              scanStyles: false,
 |