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