caipin 5 年之前
父節點
當前提交
64a16b917a
共有 1 個文件被更改,包括 3 次插入6 次删除
  1. 3 6
      protected/model/invoiceReceivables.php

+ 3 - 6
protected/model/invoiceReceivables.php

@@ -561,18 +561,15 @@ class invoiceReceivables extends DooModel {
 			foreach ($invoiceList as $ilK=>$ilv){
 				if($value['irid']==$ilv['irid']){
 					
-					$tem[$ilv['iid']]=$ilv['invoiceSerial'];
+					$tem[$ilv['iid']]=$XDeode->encode ( $ilv['invoiceSerial']);
 					
 					unset($invoiceList[$ilk]);
 				}
 			}
 			$list [$key] ['invoiceList']=$tem;
 			
-			$invoiceSerial = explode ( ',', $value ['invoiceSerial'] );
-			$invoiceId = explode ( ",", $value ['invoiceId'] );
-			
-			
-			
+// 			$invoiceSerial = explode ( ',', $value ['invoiceSerial'] );
+// 			$invoiceId = explode ( ",", $value ['invoiceId'] );
 // 			if (empty ( $invoiceSerial [0] ))
 // 				$list [$key] ['invoiceList'] = array ();
 // 			else {