Browse Source

新增加文件

caipin 6 years ago
parent
commit
23c030a9bb
2 changed files with 37 additions and 0 deletions
  1. 12 0
      protected/config/js.edition.conf.php
  2. 25 0
      protected/config/wasteBook.conf.php

+ 12 - 0
protected/config/js.edition.conf.php

@@ -0,0 +1,12 @@
+<?php
+
+define ( "index", WEB_SITE_GLOBAL.'js/index.js?1.05' );
+define ( "receiptExtend", WEB_SITE_GLOBAL.'js/receiptExtend.js?1.02' );
+
+define ( "receipt", WEB_SITE_GLOBAL.'js/receipt.js?1.04' );
+define ( "invoice", WEB_SITE_GLOBAL.'js/invoice.js?1.02' );
+define ( "payments", WEB_SITE_GLOBAL.'js/payments.js?1.02' );
+define ( "invoiceValidator", WEB_SITE_GLOBAL.'js/invoice.validator.js?1' );
+
+define ( "autoTag", WEB_SITE_GLOBAL.'js/autoTag.js?1' );
+?>

+ 25 - 0
protected/config/wasteBook.conf.php

@@ -0,0 +1,25 @@
+<?php
+
+$waste['total']=0;
+//存款部分
+$waste ['bank'] = array (
+		'CGBDeposit' => 481342.14,
+		'ICBCDeposit' => 73.94,
+		'HUADeposit' => 10653.71,
+		'PersonalDeposit' => 62337.22,
+);
+//理财部分
+$waste ['financial'] = array (
+		'current' => array(
+				'CGBDeposit' => 0,
+				'ICBCDeposit' => 1695805.63,
+		),
+		'fixed' => array(
+				'CGBDeposit' => 1800000,
+				'ICBCDeposit' => 0,
+		),
+		
+);
+
+
+?>