Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
5bf4ee74
Commit
5bf4ee74
authored
Oct 12, 2018
by
sherlock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
basic data view error
parent
b4b63592
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
EnterpriseAccountSetOrgExtendsMapper.xml
...atms/dao/extends/EnterpriseAccountSetOrgExtendsMapper.xml
+1
-1
InputMaterialItemMapper.xml
...rces/pwc/taxtech/atms/invoice/InputMaterialItemMapper.xml
+1
-1
customer-list-manage.html
...inancialData/customerListManage/customer-list-manage.html
+2
-2
enterprise-account-manage.html
...ta/enterpriseAccountManage/enterprise-account-manage.html
+1
-2
No files found.
atms-dao/src/main/resources/pwc/taxtech/atms/dao/extends/EnterpriseAccountSetOrgExtendsMapper.xml
View file @
5bf4ee74
...
...
@@ -3,7 +3,7 @@
<mapper
namespace=
"pwc.taxtech.atms.dao.EnterpriseAccountSetOrgMapper"
>
<resultMap
extends=
"BaseResultMap"
id=
"ResultMapWithAssociation"
type=
"pwc.taxtech.atms.entity.EnterpriseAccountSetOrg"
>
<association
column=
"O
rganization
ID"
property=
"organization"
<association
column=
"O
RGANIZATION_
ID"
property=
"organization"
select=
"pwc.taxtech.atms.dao.OrganizationMapper.selectByPrimaryKey"
/>
</resultMap>
<select
id=
"selectByExampleWithAssociation"
parameterType=
"pwc.taxtech.atms.entity.EnterpriseAccountSetOrgExample"
...
...
atms-dao/src/main/resources/pwc/taxtech/atms/invoice/InputMaterialItemMapper.xml
View file @
5bf4ee74
<?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">
<mapper
namespace=
"pwc.taxtech.atms.
vat.dao
.InputMaterialItemMapper"
>
<mapper
namespace=
"pwc.taxtech.atms.
invoice
.InputMaterialItemMapper"
>
<resultMap
id=
"BaseResultMap"
type=
"pwc.taxtech.atms.vat.entity.InputMaterialItem"
>
<!--
WARNING - @mbg.generated
...
...
atms-web/src/main/webapp/app/admin/basicData/financialData/customerListManage/customer-list-manage.html
View file @
5bf4ee74
...
...
@@ -94,9 +94,9 @@
<input
type=
"hidden"
id=
"enterpriseAccountSetID"
value=
"{{editModel.enterpriseAccountSetID}}"
/>
<div
class=
"form-group"
>
<label
for=
"code"
class=
"col-sm-3 control-label"
>
{{'Enterpri
c
eAccountSetName' | translate}}:
</label>
<label
for=
"code"
class=
"col-sm-3 control-label"
>
{{'Enterpri
s
eAccountSetName' | translate}}:
</label>
<div
class=
"col-sm-6"
>
<input
class=
"form-control"
id=
"enterpri
ceAccountSetName"
readonly
name=
"enterpric
eAccountSetName"
ng-model=
"editModel.enterpriceAccountSetName"
maxlength=
"50"
placeholder=
""
required
>
<input
class=
"form-control"
id=
"enterpri
seAccountSetName"
readonly
name=
"enterpris
eAccountSetName"
ng-model=
"editModel.enterpriceAccountSetName"
maxlength=
"50"
placeholder=
""
required
>
</div>
</div>
...
...
atms-web/src/main/webapp/app/admin/basicData/financialData/enterpriseAccountManage/enterprise-account-manage.html
View file @
5bf4ee74
...
...
@@ -358,8 +358,7 @@
<form
class=
"form-horizontal"
id=
"updateEnterpriceAccountSetRelevantOrgForm"
>
<input
type=
"hidden"
value=
"{{editModel.id}}"
/>
<div
class=
"form-group"
>
<label
for=
"code"
class=
"col-sm-2 control-label"
>
{{'EnterpriceAccountSetName' |
translate}}:
</label>
<label
for=
"code"
class=
"col-sm-2 control-label"
>
{{'EnterpriseAccountSetName' | translate}}:
</label>
<div
class=
"col-sm-4"
>
<label
class=
"control-label"
style=
"width: none;"
>
{{editModel.name}}
</label>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment