| 
														
															@@ -29,6 +29,12 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             <div> 
														 | 
														
														 | 
														
															             <div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 <div class="el-button--small-yh add-customer-btn"> 
														 | 
														
														 | 
														
															                 <div class="el-button--small-yh add-customer-btn"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     <el-button 
														 | 
														
														 | 
														
															                     <el-button 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        class="el-icon-download" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        type="danger" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        size="small" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                        @click="openReport">打印 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    </el-button> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    <el-button 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         type="primary" 
														 | 
														
														 | 
														
															                         type="primary" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         size="small" 
														 | 
														
														 | 
														
															                         size="small" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                         @click="diaodubaocun" 
														 | 
														
														 | 
														
															                         @click="diaodubaocun" 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -629,6 +635,13 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </span> 
														 | 
														
														 | 
														
															         </span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         </el-dialog> 
														 | 
														
														 | 
														
															         </el-dialog> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <track-playback :dialogVisible="dialogVisibleTwo" :lineArr="lineArr" ref="playback"></track-playback> 
														 | 
														
														 | 
														
															         <track-playback :dialogVisible="dialogVisibleTwo" :lineArr="lineArr" ref="playback"></track-playback> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        <report-dialog 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :switchDialog="switchDialog" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :reportId="id" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            :reportName="reportName" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            @onClose="onClose()" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     </div> 
														 | 
														
														 | 
														
															     </div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </template> 
														 | 
														
														 | 
														
															 </template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -652,8 +665,10 @@ import website from "@/config/website"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import {getDeptTree} from "@/api/system/dept"; 
														 | 
														
														 | 
														
															 import {getDeptTree} from "@/api/system/dept"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import {customerList} from "@/api/basicData/basicFeesDesc"; 
														 | 
														
														 | 
														
															 import {customerList} from "@/api/basicData/basicFeesDesc"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import {gaude, location} from "@/api/gaude"; 
														 | 
														
														 | 
														
															 import {gaude, location} from "@/api/gaude"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import reportDialog from "@/components/report-dialog/main.vue"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 export default { 
														 | 
														
														 | 
														
															 export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    components: {reportDialog}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     props: { 
														 | 
														
														 | 
														
															     props: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         id: { 
														 | 
														
														 | 
														
															         id: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             type: String 
														 | 
														
														 | 
														
															             type: String 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -664,6 +679,9 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     data() { 
														 | 
														
														 | 
														
															     data() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         return { 
														 | 
														
														 | 
														
															         return { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            // 打印组件 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            switchDialog: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            reportName: '', 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             // 预估费用参数 
														 | 
														
														 | 
														
															             // 预估费用参数 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             yugudata:[], 
														 | 
														
														 | 
														
															             yugudata:[], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             yuguoption:{}, 
														 | 
														
														 | 
														
															             yuguoption:{}, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1823,6 +1841,23 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 loading.close(); 
														 | 
														
														 | 
														
															                 loading.close(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             }) 
														 | 
														
														 | 
														
															             }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }, 
														 | 
														
														 | 
														
															         }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        // 打印 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        openReport(){ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            if (this.id) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                this.$confirm("是否打印数据?", { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    confirmButtonText: "确定", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    cancelButtonText: "取消", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    type: "warning" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                }).then(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    this.reportName = "陆运-大件运输" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    this.switchDialog = true 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        // 打印报表关闭 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        onClose(val) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            this.switchDialog = val; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         schedulingFileSaving() { 
														 | 
														
														 | 
														
															         schedulingFileSaving() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             this.c_button = true 
														 | 
														
														 | 
														
															             this.c_button = true 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             conserveDispatch({ 
														 | 
														
														 | 
														
															             conserveDispatch({ 
														 |