浏览代码

提交数据

lvhao 3 月之前
父节点
当前提交
a02eddf639
共有 2 个文件被更改,包括 1 次插入8 次删除
  1. 0 4
      core/CoreApp/controllers/Systemprint.php
  2. 1 4
      template/erp/js/print.js

+ 0 - 4
core/CoreApp/controllers/Systemprint.php

@@ -1376,10 +1376,6 @@ class Systemprint extends Start_Controller {
 								$pdfnum = ($fullorder['printcode'] == "DPEX")?2:1;
 								$text = array('yd'=>base_url().'data/pdf/'.$bctime.'/y-'.$Hwaybill.'.pdf','mode'=>100);
 							}
-							//云尚快线 打印k5标签
-							if($fullorder['printcode'] == 'FEDEX_G'){
-								$type = 8;
-							}
 						}
 					}
 					else

+ 1 - 4
template/erp/js/print.js

@@ -113,10 +113,7 @@ function ajax(num, list, tf) {
                     
                     wprinter.fppdf(c.rows);
                 }
-                else if (c.rows['type'] == 8) {
-                    wprinter.pdffhdk5(c.rows);
-                }
-
+                
                 if (c.rows['n'] > -1) {
                     //ajax(c.rows['n'],c.rows['data']);
                     site(c.rows['n'], c.rows['data'], c.rows['text']['number'], 1, 0);