Commit d978f2c9 authored by sherlock's avatar sherlock

xxfp\去掉导出按钮

parent c0d2b961
...@@ -119,7 +119,7 @@ public class FunctionBase { ...@@ -119,7 +119,7 @@ public class FunctionBase {
dataSource.setId(dataSourceId); dataSource.setId(dataSourceId);
dataSource.setType(FormulaDataSourceType.Report.getCode()); dataSource.setType(FormulaDataSourceType.Report.getCode());
dataSource.setName("ReportDataSource"); dataSource.setName("ReportDataSource");
dataSource.setAmount(val); dataSource.setAmount(val.setScale(0, BigDecimal.ROUND_HALF_DOWN));
dataSource.setDescription("描述"); dataSource.setDescription("描述");
dataSource.setCreateBy("Admin"); dataSource.setCreateBy("Admin");
dataSource.setUpdateBy("Admin"); dataSource.setUpdateBy("Admin");
......
...@@ -140,6 +140,9 @@ public class XXFP extends FunctionBase implements FreeRefFunction { ...@@ -140,6 +140,9 @@ public class XXFP extends FunctionBase implements FreeRefFunction {
} }
private int getPeriodFromDate(String dateStr){ private int getPeriodFromDate(String dateStr){
if(StringUtils.isBlank(dateStr)){
return -1;
}
Date date = DateUtils.strToDate(dateStr); Date date = DateUtils.strToDate(dateStr);
Calendar cal = Calendar.getInstance(); Calendar cal = Calendar.getInstance();
cal.setTime(date); cal.setTime(date);
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<bean id="sqlSessionFactory2" class="org.mybatis.spring.SqlSessionFactoryBean"> <bean id="sqlSessionFactory2" class="org.mybatis.spring.SqlSessionFactoryBean">
<property name="dataSource" ref="datasource2"/> <property name="dataSource" ref="datasource2"/>
<property name="configLocation" value="classpath:sqlMapConfig.xml"/> <property name="configLocation" value="classpath:sqlMapConfig.xml"/>
<property name="mapperLocations" value="classpath*:pwc/taxtech/atms/invoice/*Mapper.xml"/> <property name="mapperLocations" value="classpath*:pwc/taxtech/atms/**/*Mapper.xml"/>
</bean> </bean>
<bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean"> <bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="pwc.taxtech.atms.invoice.OutputInvoiceMapper"> <mapper namespace="pwc.taxtech.atms.invoice.OutputInvoiceMapper">
<resultMap id="OutputVATInvoiceInfoDto" type="pwc.taxtech.atms.dto.vatdto.OutputVATInvoiceInfoDto"> <resultMap id="OutputVATInvoiceInfoDto" type="pwc.taxtech.atms.dto.vatdto.OutputVATInvoiceInfoDto">
<id column="InvoiceID" jdbcType="VARCHAR" property="invoiceID"/> <id column="InvoiceID" jdbcType="VARCHAR" property="invoiceID"/>
<result column="INVOICE_TYPE" jdbcType="INTEGER" property="invoiceType"/> <result column="INVOICE_TYPE" jdbcType="INTEGER" property="invoiceType"/>
<result column="INVOICE_TYPE" jdbcType="INTEGER" property="invoiceType"/>
<result column="INVOICE_TYPE_NAME" jdbcType="VARCHAR" property="invoiceTypeName"/> <result column="INVOICE_TYPE_NAME" jdbcType="VARCHAR" property="invoiceTypeName"/>
<result column="CLASS_CODE" jdbcType="VARCHAR" property="classCode"/> <result column="CLASS_CODE" jdbcType="VARCHAR" property="classCode"/>
<result column="INVOICE_NUMBER" jdbcType="VARCHAR" property="invoiceNumber"/> <result column="INVOICE_NUMBER" jdbcType="VARCHAR" property="invoiceNumber"/>
...@@ -115,65 +113,65 @@ ...@@ -115,65 +113,65 @@
</select> </select>
<resultMap id="outputInvoiceDto" type="pwc.taxtech.atms.vat.dpo.OutputInvoiceDto"> <resultMap id="outputInvoiceDto" type="pwc.taxtech.atms.vat.dpo.OutputInvoiceDto">
<id property="invoiceID" column="INVOICE_ID"/> <id property="invoiceID" jdbcType="VARCHAR" column="INVOICE_ID"/>
<association property="invoice" javaType="pwc.taxtech.atms.vat.entity.OutputInvoice"> <association property="invoice" javaType="pwc.taxtech.atms.vat.entity.OutputInvoice">
<id column="INVOICE_ID" property="ID"/> <id column="INVOICEID" jdbcType="VARCHAR" property="ID"/>
<id column="FPQQLSH" property="FPQQLSH" /> <id column="FPQQLSH" jdbcType="VARCHAR" property="FPQQLSH" />
<result column="FPDM" property="FPDM" /> <result column="FPDM" jdbcType="VARCHAR" property="FPDM" />
<result column="FPHM" property="FPHM" /> <result column="FPHM" jdbcType="VARCHAR" property="FPHM" />
<result column="KPRQ" property="KPRQ" /> <result column="KPRQ" jdbcType="VARCHAR" property="KPRQ" />
<result column="FPLXDM" property="FPLXDM" /> <result column="FPLXDM" jdbcType="VARCHAR" property="FPLXDM" />
<result column="EWM" property="EWM" /> <result column="EWM" jdbcType="VARCHAR" property="EWM" />
<result column="JQBH" property="JQBH" /> <result column="JQBH" jdbcType="VARCHAR" property="JQBH" />
<result column="JYM" property="JYM" /> <result column="JYM" jdbcType="VARCHAR" property="JYM" />
<result column="GFMC" property="GFMC" /> <result column="GFMC" jdbcType="VARCHAR" property="GFMC" />
<result column="GFSH" property="GFSH" /> <result column="GFSH" jdbcType="VARCHAR" property="GFSH" />
<result column="GFDZDH" property="GFDZDH" /> <result column="GFDZDH" jdbcType="VARCHAR" property="GFDZDH" />
<result column="GFYHZH" property="GFYHZH" /> <result column="GFYHZH" jdbcType="VARCHAR" property="GFYHZH" />
<result column="XFSH" property="XFSH" /> <result column="XFSH" jdbcType="VARCHAR" property="XFSH" />
<result column="XFMC" property="XFMC" /> <result column="XFMC" jdbcType="VARCHAR" property="XFMC" />
<result column="XFDZDH" property="XFDZDH" /> <result column="XFDZDH" jdbcType="VARCHAR" property="XFDZDH" />
<result column="XFYHZH" property="XFYHZH" /> <result column="XFYHZH" property="XFYHZH" />
<result column="BZ" property="BZ" /> <result column="BZ" jdbcType="VARCHAR" property="BZ" />
<result column="SKR" property="SKR" /> <result column="SKR" jdbcType="VARCHAR" property="SKR" />
<result column="FHR" property="FHR" /> <result column="FHR" jdbcType="VARCHAR" property="FHR" />
<result column="KPR" property="KPR" /> <result column="KPR" jdbcType="VARCHAR" property="KPR" />
<result column="KDDH" property="KDDH" /> <result column="KDDH" jdbcType="VARCHAR" property="KDDH" />
<result column="KDUUID" property="KDUUID" /> <result column="KDUUID" jdbcType="VARCHAR" property="KDUUID" />
<result column="FPLX" property="FPLX" /> <result column="FPLX" jdbcType="VARCHAR" property="FPLX" />
<result column="KPZT" property="KPZT" /> <result column="KPZT" jdbcType="VARCHAR" property="KPZT" />
<result column="FPZT" property="FPZT" /> <result column="FPZT" jdbcType="VARCHAR" property="FPZT" />
<result column="YFPDM" property="YFPDM" /> <result column="YFPDM" jdbcType="VARCHAR" property="YFPDM" />
<result column="YFPHM" property="YFPHM" /> <result column="YFPHM" jdbcType="VARCHAR" property="YFPHM" />
<result column="GFGSBM" property="GFGSBM" /> <result column="GFGSBM" jdbcType="VARCHAR" property="GFGSBM" />
<result column="XFGSBM" property="XFGSBM" /> <result column="XFGSBM" jdbcType="VARCHAR" property="XFGSBM" />
<result column="SPBH" property="SPBH" /> <result column="SPBH" jdbcType="VARCHAR" property="SPBH" />
<result column="XTLY" property="XTLY" /> <result column="XTLY" jdbcType="VARCHAR" property="XTLY" />
<result column="CJSJ" property="CJSJ" /> <result column="CJSJ" jdbcType="VARCHAR" property="CJSJ" />
<result column="INVOICE_HJJE" property="HJJE" /> <result column="INVOICE_HJJE" jdbcType="VARCHAR" property="HJJE" />
<result column="HJSE" property="HJSE" /> <result column="HJSE" jdbcType="VARCHAR" property="HJSE" />
<result column="JSHJ" property="JSHJ" /> <result column="JSHJ" jdbcType="VARCHAR" property="JSHJ" />
<result column="XXBBH" property="XXBBH" /> <result column="XXBBH" jdbcType="VARCHAR" property="XXBBH" />
<result column="DYZT" property="DYZT" /> <result column="DYZT" jdbcType="VARCHAR" property="DYZT" />
<result column="GDJLH" property="GDJLH" /> <result column="GDJLH" jdbcType="VARCHAR" property="GDJLH" />
<result column="INVOICE_ZKJE" property="ZKJE" /> <result column="INVOICE_ZKJE" jdbcType="VARCHAR" property="ZKJE" />
<result column="INVOICE_ZKSE" property="ZKSE" /> <result column="INVOICE_ZKSE" jdbcType="VARCHAR" property="ZKSE" />
<result column="ZKJSHJ" property="ZKJSHJ" /> <result column="ZKJSHJ" jdbcType="VARCHAR" property="ZKJSHJ" />
<result column="SLV" property="SLV" /> <result column="INVOICE_SLV" jdbcType="VARCHAR" property="SLV" />
<result column="QY" property="QY" /> <result column="QY" jdbcType="VARCHAR" property="QY" />
<result column="JSZT" property="JSZT" /> <result column="JSZT" jdbcType="VARCHAR" property="JSZT" />
<result column="KDGS" property="KDGS" /> <result column="KDGS" jdbcType="VARCHAR" property="KDGS" />
<result column="SHZT" property="SHZT" /> <result column="SHZT" jdbcType="VARCHAR" property="SHZT" />
<result column="THKPSQ" property="THKPSQ" /> <result column="THKPSQ" jdbcType="VARCHAR" property="THKPSQ" />
<result column="JSFJ" property="JSFJ" /> <result column="JSFJ" jdbcType="VARCHAR" property="JSFJ" />
<result column="SQR" property="SQR" /> <result column="SQR" jdbcType="VARCHAR" property="SQR" />
<result column="BSCDM" property="BSCDM" /> <result column="BSCDM" jdbcType="VARCHAR" property="BSCDM" />
<result column="BSC" property="BSC" /> <result column="BSC" jdbcType="VARCHAR" property="BSC" />
<result column="QYDM" property="QYDM" /> <result column="QYDM" jdbcType="VARCHAR" property="QYDM" />
<result column="SQBH" property="SQBH" /> <result column="SQBH" jdbcType="VARCHAR" property="SQBH" />
<result column="HTBH" property="HTBH" /> <result column="HTBH" jdbcType="VARCHAR" property="HTBH" />
<result column="SQRQ" property="SQRQ" /> <result column="SQRQ" jdbcType="VARCHAR" property="SQRQ" />
<result column="YZRQ" property="YZRQ" /> <result column="YZRQ" jdbcType="VARCHAR" property="YZRQ" />
</association> </association>
<association property="invoiceDetail" javaType="pwc.taxtech.atms.vat.entity.OutputInvoiceDetail"> <association property="invoiceDetail" javaType="pwc.taxtech.atms.vat.entity.OutputInvoiceDetail">
<id column="DETAIL_ID" property="ID"/> <id column="DETAIL_ID" property="ID"/>
...@@ -207,6 +205,7 @@ ...@@ -207,6 +205,7 @@
<select id="getOutputInvoiceWithDetail" resultMap="outputInvoiceDto"> <select id="getOutputInvoiceWithDetail" resultMap="outputInvoiceDto">
SELECT SELECT
INVOICE.ID AS INVOICE_ID, INVOICE.ID AS INVOICE_ID,
INVOICE.ID AS INVOICEID,
INVOICE.FPQQLSH, INVOICE.FPQQLSH,
INVOICE.FPDM, INVOICE.FPDM,
INVOICE.FPHM, INVOICE.FPHM,
...@@ -248,7 +247,7 @@ ...@@ -248,7 +247,7 @@
INVOICE.ZKJE AS INVOICE_ZKJE, INVOICE.ZKJE AS INVOICE_ZKJE,
INVOICE.ZKSE AS INVOICE_ZKSE, INVOICE.ZKSE AS INVOICE_ZKSE,
INVOICE.ZKJSHJ, INVOICE.ZKJSHJ,
INVOICE.SLV, INVOICE.SLV AS INVOICE_SLV,
INVOICE.QY, INVOICE.QY,
INVOICE.JSZT, INVOICE.JSZT,
INVOICE.KDGS, INVOICE.KDGS,
...@@ -298,11 +297,13 @@ ...@@ -298,11 +297,13 @@
INVOICE.FPHM INVOICE.FPHM
</select> </select>
<resultMap id="outputInvoiceDataSourceDto" type="pwc.taxtech.atms.vat.dpo.OutputInvoiceDataSourceDto"> <resultMap id="outputInvoiceDataSourceDto" type="pwc.taxtech.atms.vat.dpo.OutputInvoiceDataSourceDto">
<id column="id" jdbcType="VARCHAR" property="id"/> <id column="id" jdbcType="VARCHAR" property="id"/>
<result column="AMOUNT" jdbcType="VARCHAR" property="amount"/> <result column="AMOUNT" jdbcType="VARCHAR" property="amount"/>
<result column="RESULT_TYPE" jdbcType="VARCHAR" property="resultType"/> <result column="RESULT_TYPE" jdbcType="VARCHAR" property="resultType"/>
<result column="TAX_RATE" jdbcType="VARCHAR" property="taxRate"/> <result column="TAX_RATE" jdbcType="VARCHAR" property="taxRate"/>
<result column="TAX_AMOUNT" jdbcType="VARCHAR" property="taxAmount"/>
<result column="BUYER_NAME" jdbcType="VARCHAR" property="buyerName"/> <result column="BUYER_NAME" jdbcType="VARCHAR" property="buyerName"/>
<result column="INVOICE_CODE" jdbcType="VARCHAR" property="invoiceCode"/> <result column="INVOICE_CODE" jdbcType="VARCHAR" property="invoiceCode"/>
<result column="INVOICE_NUMBER" jdbcType="VARCHAR" property="invoiceNumber"/> <result column="INVOICE_NUMBER" jdbcType="VARCHAR" property="invoiceNumber"/>
...@@ -312,7 +313,7 @@ ...@@ -312,7 +313,7 @@
<select id="selectOutputInvoiceAndItem" resultMap="outputInvoiceDataSourceDto"> <select id="selectOutputInvoiceAndItem" resultMap="outputInvoiceDataSourceDto">
SELECT SELECT
OVII.INVOICE_ID AS ID, OI.ID AS id,
OVII.JE AS AMOUNT, OVII.JE AS AMOUNT,
1 AS RESULT_TYPE, 1 AS RESULT_TYPE,
OVII.SE AS TAX_AMOUNT, OVII.SE AS TAX_AMOUNT,
...@@ -323,7 +324,7 @@ ...@@ -323,7 +324,7 @@
OI.KPRQ AS INVOICE_DATE, OI.KPRQ AS INVOICE_DATE,
OI.FPLXDM AS INVOICE_TYPE OI.FPLXDM AS INVOICE_TYPE
FROM FROM
OUTPUT_INVOICE_ITEM OVII OUTPUT_INVOICE_DETAIL OVII
JOIN JOIN
OUTPUT_INVOICE OI OUTPUT_INVOICE OI
ON ON
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
permission-code="{{$root.adminPermission.basicData.businessUnit.editCode}}"> permission-code="{{$root.adminPermission.basicData.businessUnit.editCode}}">
<i class=" material-icons">add_circle_outline</i> <span translate="BusinessUnitAddNew"></span> <i class=" material-icons">add_circle_outline</i> <span translate="BusinessUnitAddNew"></span>
</button> </button>
<export-button style="float: right; margin-right: 15px; margin-top: 9px;"><export-button>
</div> </div>
<div class="list-container"> <div class="list-container">
......
...@@ -35,10 +35,7 @@ ...@@ -35,10 +35,7 @@
</div> </div>
</div> </div>
<div class="align-right" style="margin-top:5px;">
<!--<button class="btn btn-export" type="button" ng-click="" translate="Export"></button>-->
<!--<export-button style="float: right; margin-left: 0px; margin-top: 7px"><export-button>-->
</div>
<div class="right-operate "> <div class="right-operate ">
<!-- board展示 --> <!-- board展示 -->
......
...@@ -45,11 +45,6 @@ ...@@ -45,11 +45,6 @@
<button type="button" id="organizationIsActiveBtn" ng-if="hasEditPermission" class="btn" ng-class="{true:'btn-secondary', false:'btn-in-grid'}[!selectCompany.isActive]" ng-click="updateIsActive()" ng-disabled="!isCanOrganizationIsActiveBtn"><i ng-show="selectCompany.isActive" class="material-icons stop">block</i>{{selectCompany.isActiveStr}}</button> <button type="button" id="organizationIsActiveBtn" ng-if="hasEditPermission" class="btn" ng-class="{true:'btn-secondary', false:'btn-in-grid'}[!selectCompany.isActive]" ng-click="updateIsActive()" ng-disabled="!isCanOrganizationIsActiveBtn"><i ng-show="selectCompany.isActive" class="material-icons stop">block</i>{{selectCompany.isActiveStr}}</button>
<span class="align-right">
<!--<button class="btn btn-export" type="button" ng-click="" translate="Export"></button>-->
<export-button style="float: right; margin-left: 0px; margin-top: 7px"><export-button>
</span>
<span class="right-operate "> <span class="right-operate ">
<!-- board展示 --> <!-- board展示 -->
<a class="display-user" href="#/organizationViewInfrastructure/organizationBusinessUnitView" title="{{'ShowAsCard' | translate}}"><i class="fa fa-th" aria-hidden="true"></i></a> <a class="display-user" href="#/organizationViewInfrastructure/organizationBusinessUnitView" title="{{'ShowAsCard' | translate}}"><i class="fa fa-th" aria-hidden="true"></i></a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment